*{ 
    margin: 0;
    padding: 0;
}

/* Vars */
:root {
    --primarycolor: #eb0a8c; 
    --griscolor: #84939a;
    }

    @font-face{ 
        font-family: Avenir;
        src: url('../fonts/Avenir_Next_Font.ttf');
    }
    @font-face{ 
        font-family: AvenirRegular;
        src: url('../fonts/Avenir_regular.otf');
    }
    @font-face{ 
        font-family: AvenirBold;
        src: url('../fonts/Avenir_bold.ttf');
    }


/* MediaQuerys -> DESKTOP */
@media only screen and (min-width: 990px) { 

    .navbar{ 
        position: relative;
        background: rgb(235,10,140);
        background: rgb(235,10,140);
        background: rgb(235,10,140);
        background: linear-gradient(0deg, rgba(235,10,140,0.5662640056022409) 0%, rgba(52,4,32,0.7203256302521008) 100%, rgba(198,65,142,0.6222864145658263) 100%);
        box-shadow: 0 2px 4px 0 rgba(97, 97, 97, 0.5);
        min-height: 110px;
        z-index: 100;
        background-color: rgba(235,10,140,0);
        
    }
    
    .logo-brand{ 
        width: 100%;
    }

    .nav-link{ 
        color: white;
        font-weight: bold;
        margin-right: 30px;
    }

    .nav-link:hover{ 
        color: var(--primarycolor);

    }


    .box-info{ 
        width: 45%;
        float: left;
        position: absolute;
        top: 35%;
        Right: 50%;
        text-align: left;
    }
    

    
.txttipo{ 
    color:white;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 36px;
    text-transform: uppercase;
}

.box-info h5{ 
    /*font-family: AvenirBold;*/
    color:white;
    font-weight: bold;
    font-size: 78px;
    margin-top: -40px;
} 

.txtmed{ 
    color:white;
    font-weight: 500;
    font-size: 58px;
    margin-top: -40px;
}

.button-large-slide{ 
    width: 200px;
}

.titulo{ 
    color: white;
    font-weight: bold;
    font-size: 32px;
    background-color: var(--primarycolor);
    border-radius: 25px 25px 0px 0px;
    position:relative;
    margin-top: -80px;
    cursor: default !important;
    border-style: none;
    letter-spacing: 1px;

}

.titulo:hover{
    background-color: var(--primarycolor);
}

.imgportada{ 
    background-size: cover;
}

.opciones{ 
    width: 700px;
    margin-top: -25px;
    position: relative;
    
}


.txtgray{ 
    color:var(--griscolor);
    font-size: 72px;
    font-weight: bold;
}

.txtpink{ 
    color: var(--primarycolor);
    font-size: 72px;
    font-weight: bold;
    margin-top: -65px;
}

.btnbusiness{ 
    font-weight: bold;
    border-radius: 30px 30px 30px 30px;
    color: var(--primarycolor);
    letter-spacing: 3px;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
 
}

.emptit{ 
    color: var(--griscolor);
    font-weight: bold;
    font-size: 70px;
    line-height: 72px;
}

.linkfooter{   
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 40px;
   }
   .linkfooter:hover{   
    color: var(--primarycolor);
    text-decoration:  none;
   }


   .minislider{ 
    position:relative;
    top: -100px;
    left: 7%;
    width: 85%;
}

.infobusiness{ 
    position: relative;
    top:35%;
    left: 30%;
}

.imgslider{ 
    display: block;
    width: 100vw !important;
    height: 100vh;
    object-fit: cover;
}

.button-large{ 
    width: 150px;
}

.titmost{ 
    color: var(--griscolor);
    font-weight: bold;
    font-size: 58px;
    line-height: 45px;
    margin-top: 50px;
    letter-spacing: 1px;
    margin-bottom: 35px;
}



.nav-tabs li a{ 
    color: var(--griscolor);
    font-size: 30px;
    font-weight: 600;
    
}

.nav-tabs li a:hover{ 
    color: var(--primarycolor);
    font-size: 30px;
    font-weight: 600;
    
}

.infoaccordion h3{ 
 color: var(--primarycolor);
 font-size: 55px;
 font-weight: bold;
}

.infoaccordion p{
  color: var(--griscolor);
  font-weight: bold;
} 


.menubox{ 
    margin-top: 40px !important;
}


} /* END QUERY DESKTOP*/

/* MediaQuerys -> MOBILE ***************************************************************************/
@media only screen and (max-width:989px){  

    .navbar{ 
        position: relative;
        background: rgb(235,10,140);
        background: rgb(235,10,140);
        background: rgb(235,10,140);
        background: linear-gradient(0deg, rgba(235,10,140,0.5662640056022409) 0%, rgba(52,4,32,0.7203256302521008) 100%, rgba(198,65,142,0.6222864145658263) 100%);
        box-shadow: 0 2px 4px 0 rgba(97, 97, 97, 0.5);
        
        z-index: 100;
        background-color: rgba(235,10,140,0);
        
    }

    .navbar-collapse { 
        background-color: white;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 0px 30px 30px 30px;
      
    }

    
    .logo-brand{ 
        width: 70%;
    }

    .nav-link{ 
        color: black;
        margin-left: 30px;
        font-weight: bold;
    }

    .nav-link:hover{ 
        color: var(--primarycolor);

    }

    .btn-outline-light{ 
        /*float: left;*/
        margin-top: 10px;
        margin-left: 40px;
        color: var(--primarycolor) !important;
        border: 1px solid var(--primarycolor);
    }
    .btn-outline-light:hover{ 
        color: white !important;
        border: 1px solid var(--primarycolor);
        background-color: var(--primarycolor);
    }
    .btn-info{ 
        /*float: right !important;*/
        margin-top: -50px;
        margin-left: 200px;
        margin-bottom: 15px;
    }

    .box-info{ 
        width: 80%;
        float: left;
        position: absolute;
        top: 32%;
        Right: 50%;
        text-align: left;
    }
    

    .txttipo{ 
        color:white;
        font-weight: bold;
        letter-spacing: 3px;
        font-size: 16px;
        text-transform: uppercase;
    }
    
    .box-info h5{ 
        color:white;
        font-weight: bold;
        font-size: 54px;
        margin-top: -30px;
    } 
    
    .txtmed{ 
        color:white;
        font-weight: 500;
        font-size: 28px;
        margin-top: -25px;
    }

    .button-large-slide{ 
        margin-top: -10px;
        margin-left: 1px;
        width: 200px;
    }

    .titulo{ 
        color: white;
        font-weight: bold;
        font-size: 18px;
        background-color: var(--primarycolor);
        border-radius: 15px 15px 0px 0px;
        position:relative;
        margin-top: -31px;
        cursor: default !important;
        border-style: none;
        letter-spacing: 1px;
    
    }

    .txtgray{ 
        color:var(--griscolor);
        font-size: 55px;
        font-weight: bold;
    }
    
    .txtpink{ 
        color: var(--primarycolor);
        font-size: 55px;
        font-weight: bold;
        margin-top: -35px;
        line-height: 50px;
    }

    .cardbox{ 
        margin-top: 100px;
    }

    .btncard{ 
        margin-bottom: 40px;
    }

    .btnbusiness{ 
        font-weight: bold;
        border-radius: 30px 30px 30px 30px;
        color: var(--primarycolor);
        letter-spacing: 3px;
        font-size: 20px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 150px;
    }

    .emptit{ 
        color: var(--griscolor);
        font-weight: bold;
        font-size: 40px;
        line-height: 45px;
    }

    .linkfooter{   
        color: white;
        font-weight: bold;
        font-size: 10px;
        margin-bottom: 40px;
       }
       .linkfooter:hover{   
        color: var(--primarycolor);
        text-decoration:  none;
       }

       .minislider{ 
        position: relative;
        top: -10px;
        left: 7%;
        width: 85%;
    }

    .infobusiness{ 
        position: relative;
        top:35%;
        left: 0%;
    }


    .btntienda{ 
        width: 40%;
    }

    .imgslider{ 
        display: block;
        width: 100vw !important;
        height: 100vh;
        object-fit: cover;
    }

    .button-large{ 
        width: 120px;
        font-size: 14px;
        
    }

    .tlef{ 
        margin-left: 170px;
    }

    .titmost{ 
        color: var(--griscolor);
        font-weight: bold;
        font-size: 48px;
        line-height: 32px;
        margin-top: 40px;
        letter-spacing: 0px;
        margin-right: 5px;
        margin-bottom: -5px;
    }
    

    .menutipo{ 
        width: 90%;
    }


.nav-tabs li a{ 

    position: absolute;
    color: var(--griscolor);
    font-size: 20px;
    font-weight: 600;
  
    
}

.nav-tabs li a:hover{ 
    color: var(--primarycolor);
    font-size: 20px;
    font-weight: 600;
    
}


.infoaccordion h3{ 
    color: var(--primarycolor);
    font-size: 45px;
    font-weight: bold;
   }
   
   .infoaccordion p{
     color: var(--griscolor);
     font-weight: bold;
   } 
   
   
    


}/*End responsive*/




.imgbusiness{ 
    width: 100%;
    padding: 0;
}


/* Nabvar */
.navbar-toggler{ 
    font-size: 30px;
    color: white;
}

.navbar-toggler:focus{ 
    outline: none;
}

.navbar-nav .nav-item .dropdown-menu {
    background-color:white;
    opacity: 1;
    margin-top: 18px;
    border-radius: 0px 30px 30px 30px;
  }

  .navbar-nav .nav-item .dropdown-menu a{ 
      color: rgb(65, 65, 65) !important;
  }
  .navbar-nav .nav-item .dropdown-menu a:hover{ 
   color: var(--primarycolor) !important;
   border-radius: 30px 30px 30px 30px;
}

.iconworld{ 
    font-size: 15px;
    margin-right: 3px;
    margin-top: 3px;
   
}

.btn-outline-light { 
    border-radius: 35px !important;
}

.btn-info{ 
    background-color: var(--primarycolor) !important;
    border: 1px solid var(--primarycolor);
    border-radius: 35px !important;
}

.btn-info:hover{ 
    background-color: #ac0967 !important;
    border: 1px solid #ac0967;
}



.contmenu{ 
    margin-top: 30px;
}

/* Slider */
#slider{ 
    margin-top: -110px;
    background-size: cover;
}


/* to do ? */

.todoall{ 
    background-color: var(--primarycolor);
}
.to-do{ 
    background-color: var(--primarycolor);
    width: 800px;
}



.principal{ 
    background-color: var(--primarycolor);
}

.titulo:hover{ 
    background-color: var(--primarycolor) !important;
    border-style: none;
}

.icondo{ 
     margin-top: 35px;   
     transition: transform .2s;
}
  
.icondo:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

.zoomimages{ 
      
    transition: transform .2s;
}
 
.zoomimages:hover {
   transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
 }

.texticon{ 
    color: white;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

/* Download area */
.titulogris{ 
    color: var(--griscolor);
    position: absolute;
    font-size: 72px;
    font-weight: bold;
    float: left;
    margin-top: -155px;
    float: left;
}

.titulopink{ 
    color: var(--primarycolor);
    position: absolute;
    font-size: 72px;
    font-weight: bold;
    float:left;
    margin-top: -35px;
}

.textopl{ 
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    margin-top: 155px;
    float: left;
}

.app01{ 
    position: relative;
    margin-top: 290px;
}
.app02{ 
    position: relative;
    margin-top: 290px;

}

/* Download */
.infodownload{ 
    position: relative;
    top:22%;
}

.textgraymin{ 
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    margin-top: -5px;
   
}



/* Cards */
.cardbox{ 
    padding-top: 15px;
}
.card{ 
    border: none;
  
}
.card-img-top { 
    border-radius: 0px 50px 0px 0px !important;

}

.btncard{ 
 border: 1px solid var(--primarycolor) !important;
 color: var(--primarycolor);
 font-weight: bold;
 border-radius: 30px 30px 30px 30px;
}

.btncard:hover{ 
   color: white;
   background-color: var(--primarycolor) !important;
   border: 1px solid var(--primarycolor) !important;
} 

.subtext{ 
    background-color: #91a5b0;
    color: white;
    font-weight: bold;
    margin-top: -50px;
    height: 50px;
    opacity: 0.9;
    font-size: 28px;
}

.card-text{ 
    text-align: justify;
}


/* business */
.business{ 
background-color: var(--primarycolor);
margin-top: 30px;
}



.infobusiness p{ 
    color: white;
    font-weight: bold;
}


.infoemprendimiento{ 
    position: relative;
    top: 30%;
}


.emptxt{ 
    color: #4c4c4c;
    font-weight: bold;
    letter-spacing: 1px;
}

.btnemprend{ 
    border: 1px solid var(--primarycolor) !important;
    color: var(--primarycolor);
    font-weight: bold;
    border-radius: 30px 30px 30px 30px;
    font-size: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 90px;
   }
   
   .btnemprend:hover{ 
      color: white;
      background-color: var(--primarycolor) !important;
      border: 1px solid var(--primarycolor) !important;
   } 

   
   /* Footer */
   footer{ 
    background-color: black;
    color: white;
}

footer h4{ 
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 40px;
}



.klinks{ 
    margin-top: 10px;
}
footer .info{ 
    padding-top: 60px;
}
footer ul{ 
    padding-top: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul li{ 
    margin-bottom: 10px;
}

footer ul li a{ 
    color: var(--griscolor);
}

footer ul li a:hover{ 
 color: var(--primarycolor);
 text-decoration:none;
}

/* QUIENES SOMOS*/
.boxtextq{ 
    color: #676767;
    font-weight: 600;
    text-align: justify;
}

.seguridadinfo h3{ 
    color: var(--griscolor);
    font-weight: bold;
    font-size: 48px;
}

.subrtext{ 
    text-decoration: underline;
}

.seguridadinfo p{ 
    color: #676767;
    font-weight: 700;
    margin-top: 20px;
}

.bannerq img{ 
    background-color: var(--primarycolor);
}

.txtq{ 
    color: var(--griscolor);
    font-size: 30px;
}

.lineq{ 
    border-right: 1px solid var(--griscolor);
}

.seccq{ 
    margin-top: 60px !important;
    margin-bottom: 80px !important;
}


/* NOVEDADES */
.novedadesc .card img { 
    background-color: tomato;
}

.cardntxt{ 
    background-color: var(--primarycolor);
    color: white;
    margin-bottom: 30px;
}

.cardntxt h5{ 
    font-size: 30px;
    margin-top: -20px;
    margin-bottom: 40px;
}

.cardntxt p{ 
    font-size: 12px;
    margin-top: 30px;
}

.indicartorminislider{ 
    text-shadow: rgba(52,4,32,0.7203256302521008);
}

.apmin{ 
    color:var(--griscolor);
    font-style: italic;
}

.infovacantes h3{ 
    color: var(--griscolor);
}

.infovacantes p{
    font-size: 14px; 
    color: var(--griscolor);
    font-weight: bold;
}



.buscador input[type=text] {
    width: 100%;
    padding: 6px;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 27px;
    font-weight: bold;
    border-radius: 25px 25px 25px 25px ;
    border: 1px solid var(--primarycolor);
  }


  .negocio h1{ 
      color: var(--griscolor);
      font-weight: bold;
      font-size: 45px;
  }

  .video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

    .nav-tabs{ 
        border:none !important;
    }

    .btnaccordion{ 
        text-decoration: none;
        font-weight: bold;
        color: var(--griscolor);
        outline:none !important;
        border:none;
        background-color: transparent;
      }
      
      .btnaccordion:hover{ 
          text-decoration: none;
          font-weight: bold;
          color: var(--primarycolor);
          outline:none !important;
          background-color: transparent;
        }
        
}