.moverScroll{
    animation: moverDSiguiente 0.7s ease-in-out;
    animation-fill-mode: forwards; 
}
@keyframes moverScroll{
    from{scrollTo(0,0);} to { scrollTo(0,300); }
}
#banner{
    width: 100%;
    height: 600px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    background-position: 20px 0;
    left: 0px;
    overflow: hidden;
    z-index:1;
}
#banner-capa{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,0);
    z-index: 1;
}
/*estilos nicolas*/
.contenedorBanner{
    width: 100%;
    height: 600px;
    position: relative;    
    display: inline-flex;
    overflow: hidden;
    z-index: 2;
}
.slideBanner{
    width: 100%;
    height: 600px;
    position: absolute;
    opacity: 0;  
    left: -100%;
    z-index: 2;
    overflow: hidden;
}
.slideBanner-capa{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 4;
}
.botonBannerEnlase{
    border:2px solid rgba(255,255,255,1);
    background-color: rgba(255,255,255,1);
    color: rgba(104,161,36,1);
    box-sizing: border-box;    
    font-family: 'Titulo',helvetica,verdana,sans-serif;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    z-index: 5;     
    width: 150px;
    text-align: center;
    padding: 10px;
    display: block;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    -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;
    letter-spacing: var(--espaciado-titulos);
}
.botonBannerEnlase:hover{         
    background-color: rgba(255,255,255,1);
    border:2px solid rgba(104,161,36,1);
}
.anteriorBanner, .siguienteBanner {    
    cursor: pointer;
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    line-height: 80px;
    box-sizing: border-box;
    color: rgba(255,255,255,1);
    border:3px solid rgba(255,255,255,0);
    font-weight: bold;
    font-size: 15px;
    -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;
    z-index: 6;
    padding:0px 15px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    border-radius: 20px;
}
.anteriorBanner{
    left: -40px;
    text-align: right;
}
.imgBanner{
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width:100%; 
    height: 600px;  
    z-index: 4;
    position: absolute;
}
.imgBannerb{
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    position: absolute;
    width: 350px;
    height: 400px;
    left: 12%;
    top: 90px;
    z-index: 10;
}
.siguienteBanner {
    right: -40px;
    text-align: left;
}
.anteriorBanner:hover, .siguienteBanner:hover {
    background-color: rgba(255,255,255,.1);
    border:3px solid rgba(255,255,255,1);
}
.informacionBanner {
    position: relative;
    width: 50%;
    height: auto;
    z-index: 5;         
    padding: 20px;
    box-sizing: border-box;
    left:8%;
    color: rgba(255,255,255,1);
}
.textoBanner {     
    position: relative;
    width: 100%;   
    font-family: 'Principal',helvetica,verdana,sans-serif;
    z-index: 5;
    font-size: 19px;
    margin-bottom: 20px;
    text-align: left;
}
.tituloBanner {
    width: 100%;    
    font-size: 33px; 
    position: relative;
    font-family: 'Titulo',helvetica,verdana,sans-serif;
    z-index: 5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: rgba(255,255,255,1);
    text-align: left;
    position: relative;
    letter-spacing: var(--espaciado-titulos);
}
.tituloBanner::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 2px;
    background-color: rgba(255,255,255,1);
}
.botonesBanner{
    width: auto;
    height: auto;
    padding: 0px 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    z-index: 5;
    right: 10px;
}
.bullet{
    cursor: pointer;
    height: 17px;
    width: 17px;
    margin: 0px 5px;
    background-color:rgba(255,255,255,1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border:3px solid rgba(144, 201, 76,1);
}
.botonactivoBanner, .botonBanner:hover {
    background-color:rgba(184, 241, 116,1);
}
.moverIActualBanner{
    animation: moverIActual 0.7s ease-in-out;
    animation-fill-mode: forwards;
}
.moverISiguienteBanner{
    animation: moverISiguiente 0.7s ease-in-out;
    animation-fill-mode: forwards; 
}
@keyframes moverIActual{
    from{left:0; opacity:1;} to { left:-100%; opacity:1;}
}
@keyframes moverISiguiente{
    from{ left:100%; opacity:1;} to {left:0%; opacity:1;}
}
.moverDActualBanner{
    animation: moverDActual 0.7s ease-in-out;
    animation-fill-mode: forwards;
}
.moverDSiguienteBanner{
    animation: moverDSiguiente 0.7s ease-in-out;
    animation-fill-mode: forwards; 
}
@keyframes moverDActual{
    from{ left:0; opacity:1;} to { left:100%; opacity:1; }
}
@keyframes moverDSiguiente{
    from{left:-100%; opacity:1;} to { left:0%; opacity:1;}
}
/*Textos*/
.moverDTexto{
    animation: moverDTexto 1.5s ease-out;
    animation-fill-mode: forwards;
    text-align: right;    
}
@keyframes moverDTexto{
    from{ top:200%; left:37%; transform: translate(10%, 0%); -webkit-transform: translate(10%, 0%);color:rgba(255,255,255,0.1);}
    to{ top:25%; left:37%; transform: translate(10%, 0%); -webkit-transform: translate(10%, 0%);color:rgba(255,255,255,1)}
}
.moverITexto{
    animation: moverITexto 1.2s ease-out;
    animation-fill-mode: forwards;
    text-align: left;
}
/*@keyframes moverITexto{
    from{left:7%; top:-200%; color:rgba(255,255,255,0.1);} to {left:7%; top:25%; color:rgba(255,255,255,1); }
}*/
@keyframes moverITexto{
    from{opacity: 0; color:rgba(255,255,255,0.1);} to { opacity:1; color:rgba(255,255,255,1); }
}
.moverCTexto{
    animation: moverCTexto 1.5s ease-out;
    animation-fill-mode: forwards;
    text-align: center;
}
@keyframes moverCTexto{
    from{ left:50%; top:200%; transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); color:rgba(255,255,255,1);}
    to{ left:50%; top:25%; transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); color:rgba(255,255,255,1);}
}
#contenedorBusquedaUbicacion , #contenedorBusquedaRazon, #contenedorBusquedaUbicacionH , #contenedorBusquedaRazonH 
, #contenedorBusquedaUbicacionM , #contenedorBusquedaRazonM{   
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    padding: 10px;
    box-sizing: border-box;
    width: 300px;
    height: auto;
    border-radius: 5px; 
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);    
    background: rgba(255,255,255,1);
    z-index: 80;
}
#contenedorBusquedaUbicacionM , #contenedorBusquedaRazonM{  
    width: 280px;
}
#contenedorItemBI{
    width: 35%;
    margin-right: 20px;
    top: 0px;
} #contenedorItemBD{        
    width: 55%;       
}
#itemBusqueda{
    text-align: left;
    width: 100%;
    font-family: 'Principal',helvetica,verdana,sans-serif;
    font-size: 12px;    
    color: rgba(97,97,97,1);
    border-bottom: 1px solid rgba(97,97,97,0.5);
    cursor:pointer;
    font-family: arial,helvetica,verdana,sans-serif; 
    padding: 2px;
    box-sizing: border-box;
}
#itemBusqueda:hover {
    background: rgba(81,110,174,0.1)
}
.banner-video{
    width: 100%;
    height: auto;
    z-index: 1; 
    object-fit: cover;
}
@media (max-width: 1000px){
    #banner-buscador{
        display: none;
    }
}
@media (max-width: 800px){
    .imgBannerb{
        display: none;
    }
    .informacionBanner{
        /*left: 0 !important;*/
    }
}
@media (max-width: 700px){
    .informacionBanner {    
        width: 100%;
        padding:30px 5%;
        left:0;
    }
    .textoBanner {     
        font-size: 20px;
        margin: 5px 5px 20px 5px;
    }
    .tituloBanner {     
        font-size: 30px;
        margin:0;
    }
   #banner,.contenedorBanner,.slideBanner,.imgBanner,.informacionBanner{
        height: 450px;
    }
    .informacionBanner{
        margin-top: 0;
    }
    .anteriorBanner,.siguienteBanner{
        display: none;
    }

}
@media (max-width: 550px){
    #banner,
    .contenedorBanner,
    .slideBanner,
    .imgBanner{
        height: 450px;
    }
    .textoBanner {     
        font-size: 17px;
        margin: 5px 5px 20px 5px;
    }
    .tituloBanner {     
        font-size: 25px;
        margin:0;
    }
}
