@import url('https://fonts.googleapis.com/css?family=Montserrat:100,400,500,600,700,800,900');

@import url('https://fonts.googleapis.com/css?family=Amaranth:400,400i,700');

@import url('https://fonts.googleapis.com/css?family=Cabin+Condensed:500&display=swap');

@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,500,600&display=swap');

    body{
        margin: 0;
        padding: 0;
        /*font-family: sans-serif;*/
        font-family: 'Poppins', sans-serif;
        font-size: 0.9rem;
    }
    .maxWGEne{
        max-width: 1300px;
    }

   /*MENU MAIN*/
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background:#f29b36;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
.carga{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background:white;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    top:0;
}
.scrollpage{
    /*overflow: hidden;*/
}
/*****/
/******/
#btn_wsp{
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #3dcd30;
    z-index: 30;
    font-size: 32px;
    overflow: visible;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
#btn_wsp::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}
#btn_wsp:hover{
    background: #022c69;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
@keyframes pulse-animation{
    0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
    50%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}
    100%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}
}
/**/



/******/
    /*Header*/
    .logonavbaMovil{
        display: none;
    }
    .logonavbaDeskt{
        display: block;
    }
    @media (max-width: 991px) {
        .logonavbaMovil{
            display: block;
        }
        .logonavbaDeskt{
            display: none;
        }
    }
    .navEtiq{
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 11;
        /*height: 100%;*/
        /*display: none;*/
        box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
    }
    .navGeneCot{
        display: grid;
        grid-template-columns: 14fr 4fr 4fr;
        background-image: url(../../../../public/img/navbar/fondonavbar.png);
        background-size: 100% 100%;
    }
    @media (max-width:1300px) {
        .navGeneCot{
            grid-template-columns: 11fr 4fr 4fr;
        }
    }
    .coteLIF{
        display: grid;
        grid-template-columns: repeat(6,1fr);
        text-align: center;
        list-style: none;
        margin: 0;
        padding: 0;
        
    }

    .coteLIF li {
        /*background: #444444;*/    
        /*padding: 10px 15px;*/
        /*cursor: pointer;*/
        
    }

    .coteLIF li label{
        cursor: pointer;
        font-weight: 600;
        margin-bottom: 0;
    }
    .coteLIF li :hover{
        transition: .6s;
        color: #444444;
    }

    .otrouljo{
        position: absolute;
        width: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        max-height: 0;
        overflow: hidden;
        transition: .5s;
        /*background: #302e31;*/
        background: #fff;
        box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
    }
    .otrouljo a{
        color: white;
    }


    @media(max-width: 991px) {
        .navEtiq{
            margin-bottom: 82px;
        }
        .coteLIF{
            grid-template-columns: repeat(1,1fr);
            background: #00000029;
        }
        .navGeneCot{
            display: grid;
            grid-template-columns: 1fr;
            background:#39393b;
        }
        .otrouljo{
            position: relative;
            transition: 0.3s;
            overflow: auto;
        }
        #checCOteNAvTod1:checked ~* .otrouljo1{
            max-height: 1300px;
        }
        #checCOteNAvTod2:checked ~* .otrouljo2{
            max-height: 1300px;
        }
        #checCOteNAvTod3:checked ~* .otrouljo3{
            max-height: 1300px;
        }
        #checCOteNAvTod4:checked ~* .otrouljo4{
            max-height: 1300px;
        }
        #checCOteNAvTod5:checked ~* .otrouljo5{
            max-height: 1300px;
        }
        #checCOteNAvTod6:checked ~* .otrouljo6{
            max-height: 1300px;
        }


        .coteIconsNavbaN{
            justify-content: space-around;
            margin: 25px;
        }
        .coteIconsNavbaN .rayiIConSpa{
            display: none;
        }
        .coteIconsNavbaN span{
            margin-left: 0px !important;
        }
        .coteIMNAvbao{
            padding: 21px 0px;
        }
        #navEtiq{
            overflow:hidden;
            max-height: 0px;
            transition: 0.5s ;
        }
        #checkBtnCerMovi:checked ~ #navEtiq{
            transition: 0.5s ;
            /*background: red;*/
            max-height: 1250px;
            /*line-height: 10;
            width: 10%;*/
        }
        .navGeneCot{
            overflow: auto;
            max-height: 100vh;
        }
        .btnCerMovi2 label{
            display:flex !important;
            align-items: center;
            margin-bottom: 0;
        }
        .btnCerMovi img{
            margin:auto;
            width: 100px;
        }
    }
    
    @media (min-width:992px ){
        .coteLIF li:hover .otrouljo{
        
            transition: .5s ease;
            max-height: 100vh;
            color:  blue;
            overflow: auto;

        }
        .btnCerMovi{
            display: none!important;
        }


    }
    

    

    .coteLIF span{
        text-decoration: none;
        color: white;
        padding: 38px 14px;
        display: block;
        font-size: 13px;
        font-weight: 700;
    }
    .coteLIF a{
        text-decoration: none;
 
    }
        
    




    .coteconteVARARt{
        background: salmon;
        height: 200px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }




    .coteconteVARARt .sa1{
        background: salmon;
    }
    .coteconteVARARt .sa2{
        background: yellow;
    }
    .coteconteVARARt .sa3{
        background: blue;
    }



.navEtiq input{
    display: none;
}

.coteIMNAvbao{
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 21px 0px;*/
}

.coteIconsNavbaN{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    color: white;
    font-size: 1.3rem;
}
.coteIconsNavbaN span{
    margin-left: 16px;
}
.coteIconsNavbaN a{
   color: white;
}
.coteIconsNavbaN span:hover{
   color: #444444;
}
.coteIconsNavbaN .rayiIConSpa{
    
}
.icoafondona{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25%;
    /*width: 250px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
    padding: 15px;
    z-index: 0;
}

.btnCerMovi{
    position: fixed;
    top: 0;
    /*top: 38px;*/
    width:100%;
    /*right: 32px;*/
    z-index: 8;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: white;
    padding: 13px 0px;
    height: 82px;
}
.btnCerMovi img{
    margin:auto;
    width: 100px;
}
.btnCerMovi label{
    display: flex;
    align-items: center;
}
.btnCerMovi2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.btnCerMovi2 label{
    display: none;

}
.coteincobtnCerMovi{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 8px 10px;
    background: #f29b36;
    border-radius: 2px;
    width: 53px;
    margin: auto 25px auto auto;
}
.coteincobtnCerMovi i{
    color: white;
    font-size: 2rem;

}
#checkBtnCerMovi{
    display: none;
    /*position: fixed;*/
    /*z-index: 99999;
    top: 0;*/
}
#navEtiq{
    /*display: none;*/
}

.posRelative{
    position: relative;
}
.dibuDownCua{
    position:absolute;left:0;right: 0;
}

.hoveImagenapa{
        cursor: pointer;
    }
    .descubriendoimg{
        display: block;
    }
    .esconderT{
        display: none;
        max-height: 0;
        overflow: hidden;
        transition: 1s ;
        padding: 0 !important;
        margin:0 !important;
    }
    .coteSubCatego{
        background-image: url(../../../../public/img/navbar/fondonavbar2.png);
        background-size: 100% 100%;
        display: grid;
        grid-template-columns: 4fr 6fr;
        text-align: left;
        position: relative;
        max-width: 1300px;
        width: 100%;
    }
    .coteimgSubCatego{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .coteimgSubCatego img{
        width: 180px;
        height: 180px;
        object-fit: cover;
        border-radius: 8px;
        border: solid 4px #F29B36;
        margin: 15px 0px;
    }
    .coteimgSubCatego p{
        text-align: center;
        color: white;
        font-weight: 600;
        font-size: 1.5rem;
        text-transform: uppercase;
    }
    .coteTextSubCatego{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        /*align-items: center;*/
        justify-content: center;
        color: #444444;
        /*background: #F29B36;*/
        text-align: center;
        position: relative;
        z-index: 0;
        margin-top: 16px;
    }
    .tituloDECAteSUb{
        margin:15px 0px 1px 0px;
        font-weight: 600;
    }
    .hoveImagenapa:hover{
        transition: 0.3s;
        color: #634b1a;
    }
    @media (max-width: 991px){
        .coteTextSubCatego{
            grid-template-columns: repeat(1,1fr);
        }
    }











    /*FOOTER*/
footer {
    background: #1a1a1a;
    position: relative;
}
.logo_container {
    display: inline-block;
    padding-left: 76px;
}

/*.logo_container {
    padding-left: 0px;
}*/

.logo_footer img {
    max-width: 170px;
}
.pie_de_pagina{
    padding-top: 60px;
    padding-bottom: 15px;
    border-bottom: double 4px #f29b36;
}
.footer_about_text {
    /*font-family: 'Open Sans', sans-serif; */
    margin-top: 24px;
    margin-bottom: 0px;
    padding-right: 20px;
    text-align: justify;
    font-size: 13px;
    /* line-height: 2.29; */
    font-weight: 400;
    color: #a5a5a5;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
.footer_column_title {
    font-size: 18px;
    font-weight: 500;
    color:#f29b36;
    padding-top: 12px;
   /*font-family: 'Open Sans', sans-serif;*/
}
.footer_column_content {
    margin-top: 32px;
}
.footer_column_content ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0;
}
.footer_list_item {
    padding-bottom: 5px;
    /*font-family: 'Open Sans', sans-serif;*/
}
.footer_list_item a {
    font-size: 14px;
    color: #a5a5a5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}
.footer_list_item a:hover {
    color: #e28100;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_list_item a i{
   color: white;
    font-size: 23px;
    margin-right: 17px;
}
.footer_bar {
    padding-top: 10px;
    padding-bottom: 10px;
    /*font-family: 'Open Sans', sans-serif;*/
}
.footer_social .menu_social_item a i {
    color: #FFFFFF;
    transition: all ease 500ms;
}

.pie_de_pagina .logo_container {
   padding-left: 0px!important;
    width: 100%;
    text-align: center;
}
.footer_copyright span{
   color: white!important;
}
.menu_social{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
}
.menu_social li{
    margin-right: 10px;
}
/**/
/*Responsive*/
@media(max-width: 434px){
    .logo img{
      max-width: 100px;
      padding: 5px 0px;
      font-size: 14px;
   }
    .logo_container{
        padding-left: 40px!important;
    }
    .hamburger_container{
        right: 36px!important;
    }
    .menu_close_container{
        top: 36px!important;
    }
    .pie_de_pagina {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .footer_copyright{
        text-align: center;
    }
}

