html,
body {
    height: 100%;
}

body {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    display: block;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 2em;
    font-weight: lighter;
}

.grey {
    color: #424143
}

.red {
    color: #97c222
}

.red-dark {
    color: #457211
}

.active {
    color: #97c222
}

/*.active{border-bottom:2px solid #8DC63F;}*/
a {
    color: #424143;
    text-decoration: none;
    font-size: 12px;
    text-transform: inherit;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 2px;
}

a.nav-active {
    color: #8DC63F;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    display: block;
}

.container {
    max-width: 1150px;
    margin: auto;
    position: relative;
}



.bnt-round {
    position: relative;
    width: 140px;
    height: 45px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    border-radius: 40px;
    letter-spacing: 1px;
    line-height: 44px;
    background-color: #97c222;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}

.bnt-round span {

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
}

.bnt-round:hover span {
    padding-right: 20px;
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
}

.bnt-round i {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: absolute;
    right: 38px;
}

.bnt-round:hover i {

    opacity: 1;
    right: 25px;
}


button {
    position: relative;
    width: 140px;
    height: 45px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    overflow: hidden;
    border-radius: 40px;
    letter-spacing: 1px;
    line-height: 4px;
    background-color: #97c222;
    cursor: pointer;


    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}

button span {

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
}

button:hover span {
    padding-right: 20px;
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
}

button i {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: absolute;
    right: 38px;
}

button:hover i {

    opacity: 1;
    right: 25px;
}








/*HEADER*/


header {
    height: 90px;
    position: fixed;
    margin: auto;
    padding: 30px 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;

    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}



.box-shadow {

    /*border-bottom: 1px solid lightGrey;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 90px;
    position: fixed;
    background-color: #fff;
    width: 100vw;
    z-index: 997;


}

.no-shadow {
    height: 5px;
    background-color: white;
    position: absolute;
    top: 90px;
    width: 100vw;
    z-index: 998;
    display: block;
}







nav {
    float: right;
}

nav a {
    padding: 0 5px;
}

nav a:hover {
    color: #97c222
}

nav a:last-child {
    padding: 0 0 0 10px;
}

.ap-cliente {
    float: right;
    margin: 50px 0 0 0;
}

.ap-cliente p {
    color: #424143;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    text-transform: inherit;
    font-weight: 400;

    margin: 5px 0;
}

.header-mobile {
    height: 30px;
    background: white;

}

.logo-mobile {

    position: absolute;
    left: 20px;
}

.icon-mobile {
    position: absolute;
    right: 20px;
    top: 8px;
}


.ap-cliente-mobile {
    position: absolute;
    top: -5px;
    right: 60px;
    background: transparent;
    height: 40px;
    width: 180px;
    cursor: pointer;
}


.ap-cliente-mobile img {
    position: absolute;
    top: 10px;
    right: 20px;
}




.nav-down {
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -ms-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
}


.nav-up {
    top: -240px;
}


/*HEADER*/




.home {margin-bottom: -10px;}
.user {
    margin-bottom: -5px;
}

.pdf {
    margin-bottom: -7px;
}

/*MAIN*/



.main {

    padding-top: 60px;
}

.block-full-first {

    margin-top: 90px;

}



.block-full {
    width: 100%;
    height: 300px;
    background: #F1F1F1;
    background-position: center center;
    background-size: cover;
}

.overlay-block {
    width: 100%;
    height: 100%;
    padding: 110px 20px;
}

.overlay-block h1 {
    color: #FFFFFF;
    margin-bottom: 5px;
    font-family: 'Exo 2', sans-serif;
    font-size: 60px;

}

.overlay-block h2 {
    color: #FFFFFF;
    margin-bottom: 5px;
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
}


.overlay-block p {
    color: #FFFFFF;
    /*letter-spacing: 1px;*/
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
    font-size: 16px;
}




.block-red {
    width: 100%;
    height: 180px;
    padding: 35px 20px;

}


.block-red h3 {
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-family: 'Exo 2', sans-serif;
    if;
}


.block-red p {
    color: #FFFFFF;
    /*letter-spacing: 1px;*/
    font-weight: lighter;
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
}

.block-red a {
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: lighter;
    line-height: 16px;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}






.newsletter {

    position: relative;
}

.newsletter input {

    border: none;
    height: 50px;
    width: 100%;
    padding-left: 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;

}


.newsletter button {
    position: absolute;
    border: none;
    border-radius: 0;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url("../images/arrow-news.svg") #97c222 no-repeat;
    background-position: -25px;
    background-size: 60px;
    transition: background-position .1s ease-out;
    -webkit-transition: background-position .1s ease-out;
    -moz-transition: background-position .1s ease-out;

}

.newsletter button:hover {
    background-position: -20px;

}


.tracking {

    position: relative;
}

.tracking input {

    border: none;
    height: 50px;
    width: 100%;
    padding-left: 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;

}


.tracking button {
    position: absolute;
    border: none;
    border-radius: 0;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url("../images/arrow-news.svg") #457211 no-repeat;
    background-position: -25px;
    background-size: 60px;
    transition: background-position .1s ease-out;
    -webkit-transition: background-position .1s ease-out;
    -moz-transition: background-position .1s ease-out;

}

.tracking button:hover {
    background-position: -20px;

}



.block-grey {
    height: 200px;


}


.block-grey h3 {
    color: #97c222;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-family: 'Exo 2', sans-serif;
    padding: 40px 40px 0;
    font-size: 26px;
}


.block-grey p {
    color: #424143;
    letter-spacing: 0;
    font-weight: lighter;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 40px;
    font-size: 16px;
}

.block-grey a {
    color: #FFFFFF;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: lighter;
    line-height: 16px;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}


/*.block-grey button{
    position: absolute;
    border: none;
    height: 50px;
    width: 50px;
    top: 125px;
    left: 25px;
    cursor: pointer;
    background: url("../images/arrow-block-grey.svg") no-repeat;
    background-position: -25px;
    background-size: 60px;
    transition: background-position .1s ease-out;
    -webkit-transition: background-position .1s ease-out;
    -moz-transition: background-position .1s ease-out;

}

.block-grey button:hover{
    background-position:-20px ;
}*/



.block-grey:nth-child(odd) {
    height: 250px;
    background: url("../images/arrow-block-grey-solo.svg") #E4E4E4 no-repeat;
    background-position: 45px 180px;
    background-size: 25px;
    transition: background-position .1s ease-out;
    -webkit-transition: background-position .1s ease-out;
    -moz-transition: background-position .1s ease-out;

}

.block-grey:nth-child(even) {
    height: 250px;
    background: url("../images/arrow-block-grey-solo.svg") #F1F1F1 no-repeat;
    background-position: 45px 180px;
    background-size: 25px;
    transition: background-position .1s ease-out;
    -webkit-transition: background-position .1s ease-out;
    -moz-transition: background-position .1s ease-out;

}

.block-grey:hover {
    background-position: 50px 180px;
}





.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}






/** toggle menu **/


#pgcontainer {
    padding: 0;
    margin: 0;
}

.overlay {
    position: fixed;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    right: 0;
    left: 0;
}

.openmenu .overlay {
    top: 0;
    width: 100%;
    height: 100%;
}

.openmenu #hamburgermenu {
    width: auto !important;
    z-index: 101;
    pointer-events: all;
}

#hamburgermenu {
    height: 100%;
    width: 0;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    overflow-y: scroll;
}

#hamburgermenu ul {
    z-index: 101;
    display: inline-block;
    float: right;
    clear: both;
}

#hamburgermenu ul li {
    display: block;
}

#hamburgermenu ul li a {
    display: block;

    padding: 10px 0;
    font-size: 12px;
    text-decoration: none;
    text-align: right;
}


.principal {
    margin: 20px 20px 0;
}

.secondary {
    margin: 10px 20px;
}


#hamburgermenu .principal a {
    color: #97c222;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
}


.lang-hide-menu a {
    padding-right: 20px;


}

.lang-hide-menu a:last-child {
    padding-right: 0;


}


.anileft {
    right: 240px;

}


/****PAGE XPRESS*****/



.block-info {
    padding: 0 20px;
    margin-top: -60px;


}

.block-sidebar {
    padding: 0 20px;
    margin: 90px 0 0 0;

}


.block-info h1 {
    margin: 40px 0 10px;
    color: #97c222;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
    font-size: 35px;
}


.block-info p {

    color: #424143;
    font-weight: lighter;
    font-size: 16px;

}



.block-full-services {
    width: 100%;
    height: 300px;
    background: #F1F1F1;
    background-position: center center;
    background-size: cover;
}

.block-full-services {
    height: 320px;
}

.block-services {
    padding: 0;
    margin: 40px 0 0;


}

.block-services p {
    color: #424143;
    font-weight: lighter;
    line-height: 24px;

}

.block-services a {
    color: #97c222;
    font-weight: lighter;
    margin: 15px 0;
    line-height: 24px;
    padding-right: 0;

}


.block-services-filete {
    border-bottom: 1px solid #97c222;
}







.block-services-intro {
    color: #424143;
    margin: 45px 0 0;
    font-weight: lighter;
    line-height: 24px;
}

.block-services-intro p {
    color: #424143;
    font-weight: lighter;
    line-height: 24px;
    font-size: 16px;
}


.title-ervices {

    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
}

.titles1 {
    margin-top: 20px;
}







.active {
    color: #97c222;

}




.menu-services a {

    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    padding: 5px 0;
}

.menu-services a:hover {

    color: #97c222;
}



.newsletter button {}

.newsletter button:hover {
    background-position: -20px;

}



.filete {
    border-top: 1px solid #BFBFC1;
    padding-top: 10px;

}

.article {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}



.vertical-align {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}




.proposta-c input {

    border: none;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    padding-left: 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #F1F1F1;



}



.proposta-c textarea {
    border: none;
    height: 150px;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #F1F1F1;
}

.form-divide {
    padding: 0;
}




::-webkit-input-placeholder {
    color: #a9a9a9;
    font-size: 12px;
    font-family: 'open sans';
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a9a9a9;
    font-size: 12px;
    font-family: 'open sans';
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a9a9a9;
    font-size: 12px;
    font-family: 'open sans';
}

:-ms-input-placeholder {
    color: #a9a9a9;
    font-size: 12px;
    font-family: 'open sans';
}




#preloader {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/logo-loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: -20px 0 0 -20px;
    background-size: contain;
}




.texto-accordion {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 15px;
}

.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
    border-top: none;
    border-left: none;
    font-family: 'Open Sans', sans-serif;

}

.accordion ul {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}

.accordion li {

    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px 0;
    float: left;
    display: block;
    width: 100%;


}

.accordion li.active > a {
    background: url('../images/close.svg') #457211 no-repeat 95% 50%
}

.accordion li div {
    padding: 20px;
    display: block;
    clear: both;
    float: left;
    cursor: default;
}

.accordion li div span {

    color: #424143;
    font-weight: lighter;
    line-height: 24px;
    font-size: 16px;

}

.accordion a {
    text-decoration: none;
    color: white;
    padding: 20px 50px 20px 15px;
    display: block;
    cursor: pointer;
    background: url('../images/open.svg') #457211 no-repeat 95% 50%;
    margin: 0;
    line-height: 18px;

}




/* Level 2 */
.accordion li ul li {
    background: #7FD2FF;
    font-size: 0.9em;
}







/*TWITTER*/



.example1 {
    position: relative;
    background: #ecf0f1;
}

.example1:before,
.example1:after {
    content: "";
    position: absolute;
    background: #ecf0f1;
    top: 0;
    bottom: 0;
    width: 9999px;
}

.example1:before {
    right: 100%;
}

.example1:after {
    left: 100%;
}

#tw-widget1 li {
    background: #fff;
    max-width: 100%;
    position: relative;
    margin: 0 0 40px;
    color: #97c222;
    list-style: inherit;
}

#tw-widget1 a {
    text-decoration: none;
}

#tw-widget1 .user {
    background: #FD7A79;
    padding: 20px 20px 16px;
    position: relative;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #fd6160;
}

#tw-widget1 .user a span {
    position: absolute;
    display: block;
    top: 0;
    text-align: left;
}

#tw-widget1 .user a span[data-scribe="element:name"] {
    position: absolute;
    top: 21px;
    left: 55px;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

#tw-widget1 .user a span[data-scribe="element:screen_name"] {
    position: absolute;
    top: 42px;
    left: 74px;
    font-size: 14px;
    color: white;
}

#tw-widget1 .tweet {
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    font-weight: lighter;
}

#tw-widget1 .tweet a {
    color: #424143;
    font-weight: bold;
    text-decoration: none;
}

#tw-widget1 .tweet a[data-scribe="element:url"] {
    color: #97c222;
}

#tw-widget1 .tweet a[data-scribe="element:hashtag"] {
    color: #FD7A79;
}

#tw-widget1 .interact {

    margin: 0;
    padding: 0;
    position: relative;
    background: #04C6C4;
    border-radius: 0px 0px 6px 6px;
    border-top: 1px solid #03adab;
}

#tw-widget1 .interact a {
    padding: 15px 0;
    text-decoration: none;
    color: #fff;
    background: #04C6C4;
}

#tw-widget1 .interact a:hover {
    color: #4d4d4d;
    background: #04bcba;
}

#tw-widget1 .interact a:active {
    box-shadow: inset 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
}

#tw-widget1 .interact a:first-child {
    border-radius: 0px 0px 0px 6px;
}

#tw-widget1 .interact a:last-child {
    border-radius: 0px 0px 6px 0px;
}

#tw-widget1 .interact .twitter_reply_icon,
#tw-widget1 .interact .twitter_fav_icon,
#tw-widget1 .interact .twitter_retweet_icon {
    text-align: center;
    font-size: 0px;
    width: calc(100% / 3);
    display: inline-block;
}

#tw-widget1 .interact .twitter_reply_icon:before,
#tw-widget1 .interact .twitter_fav_icon:before,
#tw-widget1 .interact .twitter_retweet_icon:before {
    font-size: 22px;
    font-family: "Fontawesome";
    -webkit-font-smoothing: antialiased;
    padding-right: 4px;
}

#tw-widget1 .interact .twitter_reply_icon:before {
    content: "";
}

#tw-widget1 .interact .twitter_retweet_icon:before {
    content: "";
}

#tw-widget1 .interact .twitter_fav_icon:before {
    content: "";
}

#tw-widget1 .timePosted {
    margin: 0 0 10px;
    padding: 0;
    font-size: 12px;
    text-align: left;
}

#tw-widget1 .timePosted:before {
    font-family: "Fontawesome";
    -webkit-font-smoothing: antialiased;
    content: "";
    padding-right: 4px;
}

.example2 {
    position: relative;
    background: white;
    padding: 5em 0;
}

.example2 h2 {
    margin: 0 0 1.5em;
}

.example2:before,
.example2:after {
    content: "";
    position: absolute;
    background: #1abc9c;
    top: 0;
    bottom: 0;
    width: 9999px;
}

.example2:before {
    right: 100%;
}

.example2:after {
    left: 100%;
}

#tw-widget2:after {
    content: "";
    display: table;
    clear: both;
}

#tw-widget2 li {
    width: 80%;
    margin: 0 auto;
    float: none;
}

@media (min-width: 48em) {
    #tw-widget2 li {
        width: calc(100% / 3);
        float: left;
    }
}

#tw-widget2 a {
    text-decoration: none;
}

#tw-widget2 .user {
    padding: 20px 20px 16px;
    position: relative;
}

#tw-widget2 .user a span {
    display: block;
    text-align: left;
    color: white;
    font-weight: bold;
}

#tw-widget2 .user a img[data-scribe="element:avatar"] {
    display: none;
}

#tw-widget2 .user a span[data-scribe="element:name"] {
    font-size: 20px;
}

#tw-widget2 .user a span[data-scribe="element:screen_name"] {
    font-size: 14px;
    color: black;
}

#tw-widget2 .tweet {
    margin: 0;
    padding: 10px 20px;
    color: white;
}

#tw-widget2 .tweet a {
    font-weight: bold;
    text-decoration: none;
    color: white;
}

#tw-widget2 .tweet a[data-scribe="element:url"] {
    text-decoration: underline;
}

#tw-widget2 .tweet a[data-scribe="element:hashtag"] {
    color: #ecf0f1;
}

#tw-widget2 .tweet img[aria-label^="Emoji"] {
    max-height: 14px;
}

#tw-widget2 .timePosted {
    margin: 0;
    padding: 0 20px;
    font-size: 14px;
    text-align: left;
}

#tw-widget2 .timePosted:before {
    font-family: "Fontawesome";
    -webkit-font-smoothing: antialiased;
    content: "";
    padding-right: 4px;
}

.example3 {
    position: relative;
    background: #2c3e50;
}

.example3:before,
.example3:after {
    content: "";
    position: absolute;
    background: #2c3e50;
    top: 0;
    bottom: 0;
    width: 9999px;
}

.example3:before {
    right: 100%;
}

.example3:after {
    left: 100%;
}



/*TWITTER*/





/* --- EASYDROPDOWN FLAT THEME by Jan Cantor --- */

/* PREFIXED CSS */

.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.dropdown .selected::after,
.dropdown.scrollable div::after {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}

/* WRAPPER */

.dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
    font-weight: lighter;
    background: #F1F1F1;
    margin-top: 10px;
    padding: 10px 0px 10px;
    color: #a9a9a9;
    font-family: 'open sans';

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;


}

.dropdown.open {
    z-index: 2;
}

.dropdown:hover,
.dropdown.focus {
    background: #f1f1f1;
}

/* CARAT */

.dropdown .carat,
.dropdown .carat:after {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 35%;
    z-index: 1;
    background: url("../images/arrow-drop.svg") no-repeat;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

}

.dropdown:hover .carat:after {
    border-top-color: #f4f4f4;
}

.dropdown.focus .carat {
    border-top-color: #f8f8f8;
}

.dropdown.focus .carat:after {
    border-top-color: #0180d1;
}

.dropdown.open .carat {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* OLD SELECT (HIDDEN) */

.dropdown .old {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.dropdown select {
    position: absolute;
    left: 0px;
    top: 0px;
}

.dropdown.touch select {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* SELECTED FEEDBACK ITEM */
.dropdown .selected {
    color: #a9a9a9;
}

.dropdown .selected,
.dropdown li {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    padding: 10px 12px;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown .selected::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;


    background: #97c222;
}



/* DROP DOWN WRAPPER */

.dropdown div {
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 1px;
    background: #F1F1F1;
    overflow: hidden;
    opacity: 0;
    color: #a9a9a9;

}

.dropdown:hover div {
    background: #F1F1F1;

}

/* Height is adjusted by JS on open */

.dropdown.open div {
    opacity: 1;
    z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.dropdown.scrollable div::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;

    box-shadow: inset 0 -50px 30px -35px #00c384;
}

.dropdown.scrollable:hover div::after {
    box-shadow: inset 0 -50px 30px -35px #00c384;
}

.dropdown.scrollable.bottom div::after {
    opacity: 0;
}

/* DROP DOWN LIST */

.dropdown ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
    border-radius: 5px;
}

.dropdown.scrollable.open ul {
    overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.dropdown li {
    list-style: none;
    padding: 18px 15px;
    border-bottom: 1px solid #FFFFFF;
}

.dropdown li:last-child {
    border-bottom: 0;
}

/* .focus class is also added on hover */

.dropdown li.focus {
    background: #a9a9a9;
    position: relative;
    z-index: 3;
    color: #fff;
}

.dropdown li.active {
    background: #a9a9a9;
    color: #fff;
}




#pop-up {

    display: none;

    width: 400px;
    height: 200px;
    color: white;
    background: #457211;


}

#pop-up p {

    text-align: center;
    text-transform: uppercase;
    padding-top: 80px;
    font-weight: lighter;

}

.b-close {

    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;


}




a.full-div-link {

    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;

}





.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}






/*MAIN*/





/*FOOTER*/

.footer-block {
    padding: 20px;
    text-align: center;

}

.footer-block p {
    color: #424143;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    text-transform: inherit;
    font-weight: 400;
    margin-top: 5px;
    /*letter-spacing:1px;*/

}

.footer-block a {
    margin: 5px;

}






/*FOOTER*/






























/*MEDIA QUERIES*/

@media (min-width:400px) {}

@media (min-width:550px) {

    .block-full {
        height: 500px;
    }

    .overlay-block {
        padding: 240px 40px 75px;
    }

    .overlay-block p {
        margin-bottom: 45px;
    }

    .block-red {
        padding: 40px
    }

    .block-grey button {
        left: 30px;
    }

    .footer-block {
        padding: 40px;
    }

    .block-red p {
        font-size: 12px;
    }


}


@media (min-width:768px) {}

@media (min-width:808px) {

    header {
        height: 175px;
        z-index: 999;
    }

    .box-shadow {

        /*border-bottom: 1px solid lightGrey;*/
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        height: 175px;
        position: fixed;
        background-color: #fff;
        width: 100vw;
        z-index: 997;
    }


    .no-shadow {
        height: 5px;
        background-color: white;
        position: absolute;
        top: 175px;
        width: 100vw;
        z-index: 998;
        display: block;
    }

    .block-red {
        padding: 65px 40px 0
    }

    .block-full-first {
        margin-top: 175px;
    }

    .block-info {
        padding: 40px;
        margin-top: -130px;
    }

    .block-info h1 {
        margin: 0 0 10px;
    }

    .block-services {
        padding: 0;
        margin: 80px 0 0;
    }

    .block-services-intro {
        /*margin: 115px 0 0;*/
    }

    .block-services-filete {
        border-right: 1px solid #97c222;
        border-bottom: 0;
    }

    .block-sidebar {
        padding: 0 40px;
    }

    .accordion a {
        padding: 20px 50px 20px 15px;
        background: url('../images/open.svg') #457211 no-repeat 98% 50%;
    }

    .accordion li.active > a {
        background: url('../images/close.svg') #457211 no-repeat 98% 50%
    }

    .form-divide {
        padding: 0 0px 0px 5px;
    }




}

@media (min-width:1200px) {}

/* New custom */
.top-align-section,
.top-align-section[class*='block-']:not(.hide-mobile) {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
}

@media screen and (max-width:2560px) and (min-width:1070px){
    .ap-cliente.hide-mobile,
    .ap-cliente.hide-mobile a {
        display: flex !important;
        align-items: flex-end;
        flex-direction: column;
    }
}
@media screen and (max-width:1459px) and (min-width:1070px){
    .ap-cliente.hide-mobile,
    .ap-cliente.hide-mobile a {
        display: flex !important;
        align-items: flex-end;
        flex-direction: column;
    }
}
@media screen and (max-width:1069px) and (min-width:808px){
    .ap-cliente.hide-mobile,
    .ap-cliente.hide-mobile a {
        display: flex !important;
        align-items: flex-end;
        flex-direction: column;
    }
}

/*
nav.hide-mobile {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
}
*/

/* Modals */
/* The Modal (background) */
.modal {
    display: none;
    pointer-events: none;
    justify-content: center;
    align-items: center; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

.modal.-opened {
    display: flex;
    pointer-events: all;
}
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 32px 24px;
    border: 1px solid #888;
    width: 60%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }


/* Width and height helper functions */
.full-width {
    width: 100%;
}
