body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
  
    to {
        opacity: 1;
    }
}

@keyframes fade-in-left {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
  
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fade-in-right {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
  
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
  
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fade-in-down {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
  
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.fade-in{
    animation-duration: 3s;
    animation-name: fade-in;
}

.fade-in-left{
    animation-duration: 3s;
    animation-name: fade-in-left;
}

.fade-in-right{
    animation-duration: 3s;
    animation-name: fade-in-right;
}

.fade-in-up{
    animation-duration: 3s;
    animation-name: fade-in-up;
}

.fade-in-down{
    animation-duration: 3s;
    animation-name: fade-in-down;
}

@font-face {
    font-family: "Foco-Regular";
    src: url(../fonts/FOCO.woff) format('woff');
}

@font-face {
    font-family: "Foco-Bold";
    src: url(../fonts/Foco-Bold.ttf);
}

.box-a{
    width: 100%;
    /* min-height: 700px; */
    /* background: url(../img/Hilatura-BN-1.png); */
    /* background-size: cover; */
    position: fixed;
    z-index: 999999999;
}

.box-a>nav{
    display: flex;
    justify-content: space-between;
    padding: 0% 4%;
    padding-top: 20px;
    margin-bottom: 20px;
    background: #00000052;
}

.nav-active{
    border-bottom: 3px solid #729a42;
    background: #A6CD45;
    color: #fff;
}

.box-a>nav>div:nth-child(1){
    width: 8%;
}

.box-a>nav>div:nth-child(2){
    width: 20%;
}

.box-a>nav>div:nth-child(3){
    width: 50%;
}

.box-a>nav>div:nth-child(4){
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(30px);
}

.box-a>nav>div:nth-child(4) button{
    font-family: 'Foco-Regular';
    padding: 8px;
    cursor: pointer;
}

.box-a>nav>div:nth-child(1)>img{
    width: 126px;
    object-fit: contain;
}

.box-a>nav>div:nth-child(2) h1{
    font-size: 22px;
    color: #fff;
    font-family: 'Foco-Regular';
    letter-spacing: 1px;
    margin-bottom: 0;
}

.box-a>nav>div:nth-child(2) span{
    color: #A8CF45;
    font-family: 'Foco-Regular';
    font-size: 20px;
}

.box-a>nav>div:nth-child(3)>ul{
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: space-around;
    font-size: 1.4em;
    align-items: center;
    align-content: center;
    font-family: "Foco-Regular";
    color:#44403F;
}

.box-a>nav>div:nth-child(3)>ul>li{
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    font-size: 16px;
    color:#fff;
    border-bottom: 3px solid #729a42;
}

.box-a>nav>div:nth-child(3)>ul>li:hover{
    border-bottom: 3px solid #729a42;
    background: #5962429c;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.box-a>nav>div:nth-child(3)>ul>li>ul{
    position: absolute;
    left: 0px;
    list-style: none;
    padding: 0;
    font-size: 16px;
    display: none;
}

.box-a>nav>div:nth-child(3)>ul>li:hover>ul{
    position: absolute;
    
    left: 0px;
    list-style: none;
    padding: 0;
    font-size: 16px;
    display: block !important;
    margin-top: 11px;
}

.box-a>nav>div:nth-child(3)>ul>li:hover>ul>li{
    background: #a6cd44;
    padding: 10px;
    border-bottom: 1px solid #729a42;
    border-radius: 10px;
}

.box-a>div{
    display: flex;
    padding: 0 4%;
}

.box-a>div>section:nth-child(1){
    width: 40%;
    padding-top: 90px;
}

.box-a>div>section:nth-child(1)>h1{
    font-family: "Foco-Bold";
    color: #44403F;
    font-size: 46px;
    margin: 0;
    letter-spacing: 2px;
    margin-bottom: -34px;
    animation-duration: 3s;
    animation-name: fade-in-left;
}

.box-a>div>section:nth-child(1)>p{
    font-family: 'Foco-Regular';
    font-size: 44px;
    color: #44403F;
    letter-spacing: 6px;
    font-size: 26px;
    line-height: 1em;
    margin-top: 36px;
    animation-duration: 3s;
    animation-name: fade-in-up;
}

.box-a>div>section:nth-child(1)>button{
    font-family: 'Foco-Regular';
    font-size: 20px;
    color: #707070;
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
}

.box-a>div>section:nth-child(1)>button>b{
    background: #a5ce39;
    padding: 8px 12px;
    border-radius: 20px;
    margin-right: 10px;
    color: #fff;
}

.box-a>div>section:nth-child(1)>iframe{
    height: 280px;
    width: 400px;
    /*border-radius: 10%;*/
    margin-top: 20px;
}

.box-a>div>section:nth-child(2){
    width: 60%;
}

.box-a>div>section:nth-child(2)>img{
    width: 100%;
    object-fit: contain;
    animation-duration: 3s;
    animation-name: fade-in-up;
}

.box-b{
    display: flex;
    justify-content: space-between;
    padding:2% 8%;
    background: #A8CF45E5; /*#dddddd;*/
    position: relative;
}

.box-b>img{
    position: absolute;
    width: 100%;
    right: -38%;
}

.box-b>div{
    width: 24%;
    min-height: 500px;
    position: relative;
    z-index: 100000002;
}

.box-b div h6{
    font-family: 'Foco-Regular';
    color: #fff;/*A6CE39*/
    font-size: 0.38em;
    width:160px;
    position: absolute;
    bottom: 20px;
    margin: 0;
    left: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1.2em;
    text-align: left;
    text-shadow: 1px 1px 2px #262626;
}

.h6-back{
    color: #A0BE52 !important;
    position: relative !important;
    bottom: 0;
    top: 50px;
    font-size: 0.4em !important;
    text-transform: initial !important;
}

.p-back{
    line-height: 1em;
    text-align: left;
    font-size: 16px;
    padding: 20px;
    margin-top: 44px;
    font-family: 'Foco-Regular';
    color: #b3b3b3 !important;
}

.box-b div img{
    position: absolute;
    width: 40px;
    right: 20px;
    bottom: 14px;
    cursor: pointer;
}

.box-b div span{
    line-height: 1em;
    font-size: 18px;
    display: block;
    background: #7fb125;
    width: 50%;
    left: 18px;
    padding: 6px;
    position: absolute;
    bottom: 18px;
    border-radius: 10px;
    cursor: pointer;
}

.bg-box-b-1{
    background: url("../img/home-1.png") no-repeat;
    background-size: cover;
}

.bg-box-b-2{
    background: url("../img/home-2.png") no-repeat;
    background-size: cover;
}

.bg-box-b-3{
    background: url("../img/home-3.png") no-repeat;
    background-size: cover;
}

.bg-box-b-4{
    background: url("../img/home-4.png") no-repeat;
    background-size: cover;
}

/

.box-c{
    padding: 2% 6%;
    background: #dddddd;
    max-height: 420px;
    overflow: hidden;
}

.box-c::after{
    content: "";
    width: 100%;
    position: absolute;
    height: -webkit-fill-available;
    top: 0;
    left: 0;
}

.box-c>img:nth-child(2){
    opacity: 1;
}

.box-c>img{
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all;
    opacity: 0;
    width: 100%;
    /*height: fit-content;*/
    height: 56.4%;
}

.box-c>div{
    width: 92%;
    height: 256px;
    padding: 8% 6%;
    position: relative;
    z-index: 9999999;
    
}


.box-c>div>h1{
    color: #A0BE52;
    font-size: 50px;
    font-family: 'Foco-Regular';
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: -20px;
}

.box-c>div>p{
    color: #B4B4B4;
    font-family: 'Foco-Regular';
    font-size: 32px;
    font-weight: 100;
    width: 50%;
}

.box-c>div>div{
    margin-bottom: 60px;
}

.box-c>div>div>button{
    margin-bottom: 40px;
    width: 24px;
    height: 24px;
    border: 2px solid #a5ce39;
    border-radius: 100%;
    background: transparent;
    margin-top: 20px;
    margin-right: 58px;
    cursor:pointer;
}

.bg-btn-c-active{
    background: #a5ce39 !important;
}

.box-c>div>h4{
    color: #A6CE39;
    font-family: 'Foco-Regular';
    font-size: 32px;
}

.box-c>div>img{
    width:500px;
    max-width: 500px;
}

.btn-vm{
    background: #A6CE39;
    color: #fff;
    border: 0;
    padding: 12px;
    border-radius: 10px;
    font-family: 'Foco-Regular';
    font-size: 22px;
    display: block;
    cursor: pointer;
}

.logo-box-g{
    width: 50px !important;
    position: absolute;
    right: 120px;
    transform: translateY(-38px);
}

.box-d{
    display: flex;
    justify-content: space-between;
    background: #dddddd;
    padding: 4% 8%;
    padding-top: 0%;
    padding-bottom: 0%;
    flex-wrap: wrap;
}

.box-d>h1{
    width: 100%;
    font-family: 'Foco-Regular';
    padding-left: 22px;
    font-size: 50px;
    color: #43403f;
}

.box-d>div{
    width:30%;
    min-height: 500px;
    position: relative;
    z-index: 10;
    /*background-color: #a9c957;*/
}

.box-d div h5{
    font-family: 'Foco-Regular';
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;
    position: absolute;
    bottom: -10px;
    left: 14px;
    color: #fff;
    text-transform: uppercase;
}

.box-d>div>img{
    position: absolute;
    width: 40px;
    right: 20px;
    bottom: 22px;
}

.box-d .back{
    background: #717171 !important;
}

.bg-box-d-1{
    background: url("../img/material-1.png") no-repeat;
    background-size: cover;
}

.bg-box-d-2{
    background: url("../img/material-2.png") no-repeat;
    background-size: cover;
}

.bg-box-d-3{
    background: url("../img/material-3.png") no-repeat;
    background-size: cover;
}

.p-back-d{
    color:#C2C2C2 !important;
}

.h6-back-p{
    line-height: 1em;
    text-transform: uppercase;
    font-size: 24px;
    text-align: left;
    left: 20px;
    width: 92%;
}

.img-reload-d{
    position: absolute !important;
    bottom: 20px !important;
    right: 20px !important;
    cursor: pointer;
}


.box-e{
    display: flex;
    justify-content: space-between;
    padding: 8% 8%;
    background-size: cover;
    background-color: #dddddd;
    background-position: center;
    position: relative;
    flex-direction: row-reverse;
}

.box-e>img{
    position: absolute;
    top: -600px;
    width: 100%;
    z-index: 9;
    left: -54%;
}

.box-e video{
    width: 100%;
}

.box-e>div:nth-child(1){
    width: 68%;
}

.box-e>div:nth-child(1)>iframe{
    width: 100%;
}

.box-e>div:nth-child(1)>img{
    width: 100%;
    object-fit: contain;
}

.box-e>div:nth-child(2){
    width: 30%;
}

.box-e>div:nth-child(2)>h4{
    color: #A0BE52;
    font-size: 50px;
    font-family: 'Foco-Regular';
    font-weight: 100;
    margin-bottom: -14px;
}

.box-e>div:nth-child(2)>p{
    color: #707070;
    font-family: 'Foco-Regular';
    font-size: 32px;
    font-weight: 100;
}

.box-f{
    padding: 18% 8%;
    background: url(../img/mapa-cofaco-new.png) no-repeat;
    background-size: 94%;
    background-color: #dddddd;
    background-position: center center;
    position: relative;
}

.box-f>h4{
    color: #fff;/*#A0BE52;*/
    font-size: 50px;
    font-family: 'Foco-Regular';
    font-weight: 100;
    text-transform: capitalize;
    margin-bottom: -14px;
}

.box-f>p{
    color: #fff;/*#6E6E6E;*/
    font-family: 'Foco-Regular';
    font-size: 32px;
    font-weight: 100;
    width: 600px;
}

.box-f>div{
    width:700px;
}

.box-f>div>button{
    background: #A6CE39;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 22px;
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.box-f>img{
    position: absolute;
    right: 142px;
    top: 40px;
    width: 582px;
}

.box-g{
    padding: 8% 8%;
    background-size: cover;
    background-color: #EDEDED;
    position: relative;
}

.img-bg-box-g{
    position: absolute;
    width: 120% !important;
    top: 36%;
    right: -70%;
}

.box-g>h4{
    color: #A0BE52;
    font-size: 50px;
    font-family: 'Foco-Regular';
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: -14px;
}

.box-g>p{
    color: #6E6E6E;
    font-family: 'Foco-Regular';
    font-size: 32px;
    font-weight: 100;
    width: 600px;
}

.box-g>img{
    width:60%;
    object-fit: contain;
}

.no-mobile{
    display: block;
}

.box-g>div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-g>div>img{
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
    margin-right: 20px;
}

.box-xx{
    display: flex;
    width: 81%;
    margin: auto;
    background: #dddddd;
    padding-left: 10%;
    padding-right: 10%;
}

.box-xx>div:nth-child(1){
    width: 24%;
    padding: 2%;
}

.box-xx>div:nth-child(1) h1{
    font-size: 50px;
    color: #A8CF45;
    font-family: 'Foco-Regular';
}

.box-xx>div:nth-child(1) p{
    font-size: 24px;
    font-family: 'Foco-Regular';
    color: #2A2A29;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
}

.box-xx>div:nth-child(1) button{
    color: #2A2A29;
    font-family: 'Foco-Regular';
    font-size: 20px;
    background: #A8CF45;
    border: none;
    padding: 12px 40px;
    border-radius: 6px;
    cursor: pointer;
}

.box-xx>div:nth-child(2){
    width: 72%;
    padding: 2%;
    display: flex;
    align-items: center;
}

.box-xx>div:nth-child(2) h4{
    color:#FFFFFF;
    font-family: 'Foco-Regular';
    font-size: 34px;
    margin-bottom: 2px;;
}

.box-xx>div:nth-child(2) span{
    color:#FFFFFF;
    font-family: 'Foco-Regular';
    font-size: 18px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
}

.box-xx>div:nth-child(2) section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 800px;
}

.box-xx>div:nth-child(2) section div{
    width: 220px;
    position: relative;
    margin-bottom: 18px;
}

.box-xx>div:nth-child(2) section div:nth-child(1){
    background:url("../img/Rectangle-4.png") no-repeat;
    background-size: cover;
    padding: 2%;
}



.box-xx>div:nth-child(2) section div:nth-child(3){
    background:url("../img/Rectangle-2.png") no-repeat;
    background-size: cover;
    padding: 2%;
}



.box-xx>div:nth-child(2) section div:nth-child(5){
    background:url("../img/Rectangle-6.png") no-repeat;
    background-size: cover;
    padding: 2%;
}




.box-xx>div:nth-child(2) section div:nth-child(1) img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-xx>div:nth-child(2) section div:nth-child(3) img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-xx>div:nth-child(2) section div:nth-child(3)>img:nth-child(2) {
    position: absolute;
    top: 46%;
    right: -7%;
    z-index: 99;
    width: 50px;
    height: auto;
    display: none;
}

.box-xx>div:nth-child(2) section div:nth-child(5) img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-xx>div:nth-child(2) section div:nth-child(2){
    background:#2A2A29;
    /*width: 26%;*/
    padding: 2%;
}

.box-xx>div:nth-child(2) section div:nth-child(4){
    background: #A8CF45;
    /*width: 26%;*/
    padding: 2%;
}

.box-xx>div:nth-child(2) section div:nth-child(6){
    background: #A8CF45;
    /*width: 26%;*/
    padding: 2%;
}


.box-xx>div:nth-child(2) section div:nth-child(1)>img:nth-child(2){
    position: absolute;
    top: 46%;
    right: -7%;
    z-index: 99;
    width: 50px;
    height: auto;
}


.box-xx>div:nth-child(2) section div:nth-child(4)>img{
    position: absolute;
    left: 26.5%;
    top: -20%;
    width: 114px;
}

.box-xx>div:nth-child(2) section div:nth-child(6)>img{
    position: absolute;
    left: 26.5%;
    top: -20%;
    width: 114px;
}

.box-xx>div:nth-child(2) section div:nth-child(2)>img{
    position: absolute;
    left: 26.5%;
    bottom: -19%;
    width: 114px;
    z-index: 99;
}

.box-xx>div:nth-child(2) section div:nth-child(5)>img:nth-child(2){
    position: absolute;
    top: 46%;
    right: -7%;
    z-index: 99;
    width: 50px;
    height: auto;
}



.menu-icon{
    display: none;
}

.box-h{
    background-color: #FFFFFF80;/*#d1d1d182;*/
    padding: 8% 8%;
    background-size: cover;
    text-align: center;
}

.box-h>div>h4{
    /*text-align: center;*/
    color: #A0BE52;
    font-family: 'Foco-Bold';
    font-size: 34px;
    font-weight: 100;
    /*text-transform: uppercase;*/
    margin:0;
    width: 28%;
    /*margin-bottom: 34px;*/
}

.box-h>div>h5{
    /*text-align: center;*/
    text-align: justify;
    color: #757575;
    font-family: 'Foco-Regular';
    font-size: 26px;
    font-weight: 100;
    margin:0;
    width: 72%;
    /*margin-top: -32px;*/
}

.box-h>img{
    /*width: 70%;
    object-fit: contain;
    margin: auto;*/
    width: 200px;
    object-fit: contain;
    margin: auto;
    height: 100px;
    margin-right: 24px;
}


.mobile{
    display: none
}

.box-h>div{
    width: 800px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.box-h>div>img{
    height: 70px;
}

.box-i{
    background-color: #a6ce39a6;
    padding: 8% 8%;
    background-size: cover;
    font-family: 'Foco-Regular';
    position: relative;
}

.img-bg-box-i{
    position: absolute;
    width: auto;
    top: -200px;
    left: -430px;
    z-index: 0;
    height: 95%;
}

.box-i>h1{
    font-size: 50px;
    color: #fff;
    text-align: center;
}

.box-i>div{
    width: 800px;
    margin: auto;
    z-index: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-i>div>textarea{
    height: 180px;
}

.box-i>div>h4{
    width: 142px;
    float: left;
}

.box-i>div>input,.box-i>div>textarea,.box-i>div>select{
    width: 100%;
    background: transparent;
    border: 1px solid;
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    font-size: 26px;
    margin-bottom: 20px;
    font-family: 'Foco-Regular';
}

.box-i>div>select{
    font-size: 20px;
    color: #757575;
    border-color: #fff;
}

.col-50{
    width: 45% !important;
}

.box-i>div>input::placeholder,.box-i>div>textarea::placeholder,.box-i>div>textarea::select{
    color: #000;
    background: #fff;
}

.box-i>div>input:focus,.box-i>div>textarea:focus,.box-i>div>select:focus{
    color: #000;
    background: #fff;
}

.box-i>div>input:active,.box-i>div>textarea:active,.box-i>div>select:active{
    color: #000;
    background: #fff;
}

.box-i>div>input:visited,.box-i>div>textarea:visited,.box-i>div>select:visited{
    color: #000;
    background: #fff;
}

.box-i>div>input:target,.box-i>div>textarea:target,.box-i>div>select:target{
    color: #000;
    background: #fff;
}
.captcha{
    width: 40px !important;
    text-align: center;
}

.box-i>button{
    padding: 10px 44px;
    border-radius: 10px;
    border: none;
    margin: auto;
    display: block;
    z-index: 1;
    position: relative;
    cursor: pointer;
    background: #3E3F39;
    color: #fff;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
}
	/* flip the pane when hovered .flip-container:hover .flipper, */
	.flip-container .hover  {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 288;
    height: 288px;
    margin: auto;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
    width: 100%;
	position: absolute;
	top: 0;
	left: 0;
   color: cornSilk;
   text-align: center;
   font: 3em/240px 'Helvetica Neue', Helvetica, sans-serif;
   /*box-shadow: -5px 5px 5px #aaa;*/
   border-radius: 10px;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
  /*background: cornflowerBlue;*/
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
  background: #393939;
}

footer{
    background: #3E3F39;
    font-family: 'Foco-Regular';
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4%;
    z-index: 100;
    color: #fff;
}

footer>div:nth-child(1){
    width:25%;
    color: #fff;
}

footer>div:nth-child(1) img{
    width: 52%;
    display: block;
}


footer>div:nth-child(1) span{
    font-size: 14px;
    margin-top: 16px;
    display: block;
}

footer>div:nth-child(1)>p:nth-child(2){
    text-transform: lowercase;
    font-family: 'Foco-Bold';
}

footer>div:nth-child(2){
    width:50%;
    text-align: center;
}

footer>div:nth-child(2) p{
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 1px;
    text-align: left;
    font-size: 22px;
    font-style: italic;
    max-width: 500px;
}

footer>div:nth-child(3){
    width:25%;
}

footer>div:nth-child(3) a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    z-index: 9999999;
    position: relative;
}

footer>div:nth-child(3)>button{
    display: block;
    background: #A8CF45;
    color: #2A2A29;
    border: none;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    float: none;
    clear: both;
    font-family: 'Foco-Regular';
    font-size: 18px;
    margin-bottom: 10px;
}

footer>div:nth-child(3)>section{
    /*background: url(../img/bg-redes-cofaco.png) no-repeat;
    background-size: 100%;*/
    display: flex;
    justify-content: start;
    padding: 10px;
    align-content: center;
    clear: both;
}

footer>div:nth-child(3)>section>img{
    
    object-fit: contain;
    margin-right: 20px;
    height: 20px;
    cursor: pointer;
}

.menu-icon{
    display: none;
}

@media(max-width:1680px){
    .box-b>div{
        min-height: 256px; 
    }

    .flip-container, .front, .back {
        min-height: 288px;
    }

    .box-a>div>section:nth-child(1)>p {
        font-size: 26px;
    }

    .box-c>div>div {
        margin-bottom: 0px;
    }
}

@media(max-width:1440px){
    .box-c>img{
        height:54.8%;
    }

    .box-b>div{
        min-height: 362px; 
    }

    .flip-container, .front, .back {
        min-height: 288px;
    }

    .box-c>div {
        height: 256px;
    }    

    .box-c>div>img {
        width: 660px;
    }

    .box-f>img {
        right: 40px;
        top: 100px;
        width: 392px;
    }

    .box-c>div>h1 {
        font-size: 40px;
    }

    .box-c>div>p {
        font-size: 22px;
    }

    .box-c>div>div>button {
        margin-right: 58px;
    }

    .box-a>div>section:nth-child(1)>p {
        font-size: 26px;
    }

    .box-a>div>section:nth-child(1)>button {
        font-size: 22px;
    }

    .box-d div h5 {
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 1;
        position: absolute;
        bottom: 2px;
        left: 16px;
        color: #fff;
        text-transform: uppercase;
    }

    .img-reload-d {
        width: 28px;
    }

    .box-e>div:nth-child(2)>h4 {
        font-size: 40px;
    }

    .box-e>div:nth-child(2)>p {
        font-size: 22px;
    }

    .box-f>h4{
        font-size: 40px;
    }

    .box-f>p {
        font-size: 22px;
    }

    .box-f>div>button {
        font-size: 14px;
    }

    .box-g>h4{
        font-size: 40px;
    }

    .box-g>p{
        font-size: 22px;
    }

    .box-h>h4{
        font-size: 40px;
    }

    .box-h>h5{
        font-size: 22px;
    }

    .box-i>h1{
        font-size: 40px;
    }

    .box-i>div>input, .box-i>div>textarea{
        font-size: 20px;
    }

    .box-i>button {
        font-size: 18px;
    }

    .box-d>h1 {
        font-size: 40px;
    }

    .box-e>div:nth-child(1)>iframe {
        width: 100%;
        height: 452px;
    }
}

@media(max-width:1366px){
    .box-e>div:nth-child(1)>iframe {
        width: 100%;
        height: 428px;
    }

    .box-b>div{
        min-height: 344px; 
    }

    .flip-container, .front, .back {
        min-height: 288px;
    }

    .box-a>div>section:nth-child(1)>p {
        font-size: 26px;
    }

    .box-c>div>div>button {
        margin-bottom: 24px;
    }

    .btn-vm {
        font-size: 18px;
    }
} 

@media(max-width:1280px){
    .box-xx>div:nth-child(2){
        width: 76%;
    }

    .box-b>div{
        min-height: 256px; 
    }

    .flip-container, .front, .back {
        min-height: 288px;
    }

    .box-f>div>button {
        font-size: 12px;
    }

    .box-f>img {
        right: 40px;
        top: 100px;
        width: 374px;
    }

    .box-c>div>div>button {
        margin-bottom: 24px;
        width: 20px;
        height: 20px;
        margin-top: 8px;
    }

    .box-a>div>section:nth-child(1)>p {
        font-size: 26px;
    }

    .box-a>div>section:nth-child(1)>h1 {
        font-size: 46px;
    }

    .box-a>nav>div:nth-child(2)>ul{
        font-size: 1.1em;
    }

    .box-c>div>img {
        width: 530px;
    }    

    .box-c>div>div>button {
        margin-right: 58px;
    }
} 

@media(max-width:580px){
    .fade-in-left{
        display: block;
    }

    body{
        overflow-x: hidden;
    }

    .box-c>img{
        width: 100%;
    }

    .box-b>img{
        display: none;
    }

    .menu-icon{
        display: block;
        width: 16%;
        padding-right: 24px;
        cursor: pointer;
    }

    .box-a>nav>div:nth-child(2){
        width: 78%;
        display: flex;
        align-items: center;
         justify-content: flex-end;
    }

    .box-a>nav>div:nth-child(2) h1{
        margin: 0;
        font-size: 14px;
        display: none;
    }

    .box-a>nav>div:nth-child(2) span{
        font-size: 14px;
        display: none;
    }

    .box-a>nav{
        position: relative;
        padding: 0;
    }

    .box-a>nav>div:nth-child(1){
        width: 40%;
        padding: 18px;
    }

    .box-a>nav>div:nth-child(1)>img {
        width: 50%;
        object-fit: contain;
    }

    .box-a>nav>div:nth-child(3){
        position: absolute;
        top: 70%;
        width: 100%;
        /* margin: 0; */
        padding: 0px;
        display: none;
    }

    .box-a>nav>div:nth-child(4){
        display: flex;
        width: 20%;
        transform: none;
    }

    .box-a>nav>div:nth-child(3)>ul{
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .box-a>nav>div:nth-child(3)>ul>li {
        padding-left: 20px;
        background: #92a267;
        width: 100%;
        border-radius: 0;
    }

    .box-a>nav>div:nth-child(3)>ul>li:hover{
        padding-left: 20px;
    }

    .box-xx {
        flex-wrap: wrap;
    }

    .box-xx>div:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    .box-xx>div:nth-child(1) h1 {
        font-size: 32px;
    }

    .box-xx>div:nth-child(1) p {
        font-size: 18px;
    }

    .box-xx>div:nth-child(1) button {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .box-xx>div:nth-child(2) {
        width: 100%;
    }

    .box-xx>div:nth-child(2) section {
        width: 100%;
    }

    .box-xx>div:nth-child(2) section div {
        width: 44%;
        margin-bottom: 18px;
        height: 142px;
    }

    .box-xx>div:nth-child(2) h4 {
        font-size: 18px;
        margin-bottom: 2px;
        margin-top: 0;
    }

    .box-xx>div:nth-child(2) span {
        font-size: 14px;
    }

.box-xx>div:nth-child(2) div:nth-child(1) {
        order: 0;
    }
    .box-xx>div:nth-child(2) div:nth-child(2) {
        order: 3;
    }
    .box-xx>div:nth-child(2) div:nth-child(3) {
        order: 4;
    }
    .box-xx>div:nth-child(2) div:nth-child(4) {
        order: 1;
    }
    .box-xx>div:nth-child(2) div:nth-child(5) {
        order: 2;
    }
    .box-xx>div:nth-child(2) div:nth-child(6) {
        order: 5;
    }
    .box-xx>div:nth-child(2) div:nth-child(1)>img:nth-child(3) {
        width: 34px;
    }

    .box-xx>div:nth-child(2) div:nth-child(4)>img {
    transform: rotateZ(180deg);
    bottom: -18px !important;
    top: revert !important;
    } 

    .box-xx>div:nth-child(2) section div:nth-child(2)>img {
    bottom: -10%;
}
.box-xx>div:nth-child(2) section div:nth-child(6)>img {
    display: none;
}

.box-xx>div:nth-child(2) section div:nth-child(3)>img:nth-child(2) {
    display: initial;
}


    .box-h>div>h4 {
        font-size: 28px;
        width: 100%;
    }

    .box-h>div>h5 {
        text-align: center;
        font-size: 18px;
        width: 100%;
        padding: 10px;
    }

    .box-h>img {
        width: 40%;
    }

    .col-50 {
        width: 100% !important;
    }

    footer>div:nth-child(1) img {
        width: 38%;
        margin: auto;
    }

    footer>div:nth-child(2) p {
        font-size: 18px;
        max-width: 100%;
        text-align: center;
        padding: 2%;
    }

    footer>div:nth-child(3) a {
        font-size: 18px;
        -webkit-font-smoothing: antialiased;
    }

    footer>div:nth-child(3)>section {
        justify-content: space-between !important;
        padding: 16px;
        width: 26%;
        margin: auto;
    }

    footer>div:nth-child(3)>section>img{
        margin-right: 0;
    }

    .box-a>nav>div:nth-child(2)>ul{
        display: none;
    }

    .box-a>nav>div:nth-child(1)>img {
        width: 100%;
        object-fit: contain;
    }

    .box-a {
        width: 100%;
        min-height: auto;
    }

    .box-a>div>section:nth-child(1)>h1 {
        font-size: 20px;
    }

    .box-a>div>section:nth-child(1)>p {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0px;
        margin-top: 34px;
    }

    .box-a>div>section:nth-child(1)>button {
        font-size: 12px;
        margin-top: 10px;
        padding: 0;
    }

    .box-a>div>section:nth-child(1)>button>b {
        background: #a5ce39;
        padding: 8px 10px;
        border-radius: 20px;
        margin-right: 6px;
        color: #fff;
    }

    .box-b {
        flex-wrap: wrap;
    }

    .box-b>div {
        min-height: 378px;
        width: 100%;
        margin-bottom: 20px;
        z-index: 99999999;
    }

    .flip-container, .front, .back {
        min-height: 378px;
    }

    .box-c>div {
        background-size: cover;
        max-height: 48px;
        padding: 30% 6%;
    }

    .box-c>div>h1 {
        font-size: 20px;
        text-align: center;
        margin-bottom: -10px;
    }

    .box-c>div>p {
        font-size: 16px;
        width: 100%;
    }

    .box-c>div>h4 {
        font-size: 16px;
        margin-bottom: -8px;
    }

    .box-c>div>img {
        width: 100%;
    }

    .box-c>div>div {
        margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
    }
    
    .box-c>div>div>button {
        height: 20px;
        margin-right: 22px;
    }

    .btn-vm {
        font-size: 16px;
    }

    .box-c>div>img {
        right: 42px;
    }

    .box-d>h1 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 18px;
    }

    .box-d>div {
        width: 100%;
        min-height: 400px;
    }

    .box-e {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .box-e>div:nth-child(1) {
        width: 100%;
    }

    .box-e>div:nth-child(1)>iframe {
        width: 100%;
        height: 212px;
    }

    .box-e>div:nth-child(2) {
        width: 100%;
    }

    .box-e>div:nth-child(2)>h4 {
        font-size: 20px;
        text-align: center;
        margin-bottom: -8px;
    }

    .box-e>div:nth-child(2)>p {
        font-size: 16px;
        text-align: center;
    }

    .box-f{
        min-height: auto;
    }

    .box-f>h4 {
        font-size: 20px;
        text-align: center;
        margin-bottom: -8px;
    }

    .box-f>p {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }

    .box-f>div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        transform: translateY(480px);
    }

    .box-f>img {
        left: 0px;
        top: 160px;
        width: 100%;
        right: 0px;
    }

    .box-g>h4 {
        font-size: 20px;
        text-align: center;
        margin-bottom: -8px;
    }

    .box-g>p {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }

    .box-g>div{
        display: flex;
    }

    .box-g>div>img {
        height: auto;
        object-fit: contain;
        margin-right: 20px;
        width: 100px;
        margin: auto;
        display: block;
        margin-bottom: 40px;
    }

    .box-h>h4 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 18px;
    }

    .box-h>h5 {
        font-size: 16px;
        margin-top: -10px;
    }

    .box-h>div {
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .box-h>div>img {
        height: auto;
        display: block;
        width: 20%;
        margin: auto;
        object-fit: contain;
        padding: 10px;
    }

    .box-i>h1 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .box-i>div {
        width: 100%;
    }

    .box-i>div>input, .box-i>div>textarea {
        font-size: 16px;
        width: 96%;
        padding: 20px 2%;
    }

    .box-i>button {
        font-size: 14px;
    }

    .h6-back{
        font-size: 20px;
    }

    .mobile{
        display: block;
    }

    .no-mobile{
        display: none;
    }

    footer{
        flex-wrap: wrap;
        text-align: center;
    }

    footer>div{
        width:100% !important;
    }

    footer>div>button{
        float: none !important;
        margin: auto;
        margin-top: 20px;
    }

    footer>div:nth-child(2) {
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer>div:nth-child(3)>section {
        justify-content: center;
        padding: 16px;
    }

    .box-g>img{
        margin:auto;
    }

    .box-a>div>section:nth-child(1)>iframe {
        height: 90px;
        width: 100%;
        border-radius: 10%;
    }
}

/*modal*/

.w3-animate-top{
    width: 40%;
    top: 10%;
}

.w3-modal-content h2{
    color: #fff;
    font-family: 'Foco-Regular';
    text-align: center;
    background: #a8cf45;
    padding: 30px;
}

.w3-modal-content p{
    font-family: 'Foco-Regular' !important;
}

.w3-modal-content ul{
    font-family: 'Foco-Regular';
}

.w3-modal-content ul li{
    margin-bottom:10px;
}


/*slider*/



.slideshow ul, .slider li, .slideshow ol{
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.slideshow{
    width: 100%;
    position: relative;
    background-color: #000;
     max-height: 490px;
     overflow: hidden;
}


.slider li{
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider li img{
    width: 100%;
   
}



.slider .caption{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px 10%;
    margin-top: 100px ;
    flex-direction: column;
    justify-content: center;
    align-items: start;

    text-align: left;
    color: #fff;
    z-index: 1;
}

.slider .caption h4{
    color: #A6CE39;
    font-family: 'Foco-Regular';
    font-size: 32px;
}

.pagination{
    position: absolute;
    top: 350px;
    width: 600px;
    display: flex;
    justify-content:space-between;
    z-index: 20;
    padding-left: 10% !important;
}

.pagination li{
    font-size: 25px;
    margin: 2px 5px;
    color: #858585;
    cursor: pointer;
}

.icon-pagination img{
    position: absolute;
    top: 200px;
    width: 500px;
     padding: 15px 10%;
}


.left, .right{
    position: absolute;
    top: 0;
    height: 100%;

    display: flex;
    align-items: center;

    color: #fff;
    font-size: 35px;
    cursor: pointer;
    z-index: 2;
}

.left{
    left: 10px;
}

.right{
    right: 10px;
}


@media screen and (max-width: 600px){
    .slider .caption p{
        display: none;
    }

    .slider .caption h1{
        font-size: 35px;
    }

    .left, .right{
        font-size: 30px;
    }

    .slider li img{
        width: 600px;
    }

    .pagination{
        display: none;
    }
}


.circulo {
     width: 25px;
     height: 25px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     border: solid 2px #A6CE39;
     display: block;

}

/*end slider*/

.icon-footer {
    max-height: 20px;
    width: auto !important;
    display: inline-block !important;
    margin-right: 10px;
}

footer>div:nth-child(1) span a{
    text-decoration: none;
}


/*carrusel*/

.section-padding{
    padding:30px 0;
}
.brand-carousel {
    background: #fff;
    margin: 0;
}
.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #444 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #A0BE52 !important;
}

/*end-carrusel*/
footer>div:nth-child(1) span a{
    text-decoration: none;
    color: #FFF;
}


footer section span{
    color: #fff;
    padding-right: 10px;
}

#video-cofaco{
    z-index: 100;
}