/*Banners*/
#banner-productos .banner{
    height: 550px;/*470px*/
    width: 100%;
}
#banner-productos .banner.imagenbanner .gradiente {
    background: linear-gradient(90deg, rgba(0,0,0,0.87) 0%, rgba(0,0,0,0.83) 5%, rgba(255,255,255,0) 60%);
}
#banner-productos .banner.textos {
    color: #ffffff;
}
#banner-productos .banner.textos p{
    font-family: 'sofia_proregular', sans-serif;
    font-size: 14px;
}
#banner-productos .banner.textos p .fa-chevron-right{
    color: #0055B8;
    margin-right: 3px;
    margin-left: 3px;
}
#banner-productos .banner.textos p a{
    color: #ffffff;
}
#banner-productos .banner.textos h1{
    font-family: 'sofia_promedium', sans-serif;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 65px;
}
#banner-productos .banner.textos .title-first{
    width: 45%;
}




#banner-productos .boton{
    border-radius: 25px;
    padding: 10px 25px 10px 25px;
}
#banner-productos .boton-azul{
    background: #0055B8;
    color: #ffffff;
    font-family: 'sofia_proregular', sans-serif;
    font-size: 14px;
    transition: 0.5s;
}
#banner-productos .boton-azul:hover,
#banner-productos .boton-azul:focus {
          box-shadow: inset 165px 0 0 0 #ff8200;
          border-radius: 0;
}
/*

        #banner-productos .boton-azul{
            transition: 0.3s;
        }
        
*/



/*@media (max-width: 1399px) and (min-width: 768px) {*/
@media (max-width: 991px) and (min-width: 768px) {
    #banner-productos .banner.textos .title-first {
        width: 100%;
    }
}


@media (max-width: 767px) and (min-width: 200px) {    
    #banner-productos .banner.textos h1{
        font-size: 40px;
    }
    #banner-productos .banner.textos .title-first {
        width: 100%;
    }
    #banner-productos .banner.imagenbanner{
        background-position: center;
    }
}
@media (max-width: 280px){
    #banner-productos .banner.textos h1{
        font-size: 30px;
    }
}


#banner-productos .svgchevronright{
    width: 6px;
    height: auto;
    margin-left: 7px;
    margin-right: 7px;
}

/*textos*/





/* */

div#go-top:hover {
    width: 140px !important;
    height: 92px !important;
}
div#go-top:hover #gotopimgexpress
,div#go-top:hover #gotopimgexpresstxt {
    opacity: 1;
    transform: scale(1);
}


.back-to-top {
    padding: 15px 15px 25px 15px;
    right: -3px;
    /*transition-timing-function: ease-out;
    transition: 0.8s;
    overflow: hidden;
    width: 125px;
    transition-property: width;
    transition-timing-function: ease-out;
    transition: 0.5s;*/
    min-height: 62px;
    width: 55px;
    height: 62px;
    transition: width 1s ease-in-out, height 1s ease;
}
.back-to-top #gotopimgexpressicon{
    display: block;
    position: absolute;
    /*right: 20px;*/
    width: 25px;
    
    /*transition-property: display;
    transition-timing-function: ease-out;
    transition: 3s;    
    transition-delay: 1s;*/
}
.back-to-top #gotopimgexpress{
    display: inline-block;
    position: absolute;
    right: 20px;
    /*width: 65px;*/
    
    opacity: 0;
    transform: scale(0);
    /*transition-property: opacity;*/
    /*transition-timing-function: ease-out;*/
    transition: opacity 0.2s linear 0.3s, transform 0.1s ease 0.3s; 
    /*transition-delay: 0.2s;*/
}
.back-to-top #gotopimgexpresstxt{
    display: inline-block;
    margin-top: 15px;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.2s linear 0.3s, transform 0.1s ease 0.3s;
}
@media (max-width: 1200px) {
    .back-to-top {
        padding: 15px 15px 15px 15px;
        width: 55px;
        right: 0px;
        
    }
    /*.back-to-top #gotopimgexpressicon{
        margin-right: 5px;
    }*/
    .back-to-top #gotopimgexpress{
        opacity: 0;
    }
    .back-to-top #gotopimgexpresstxt{
        display: none;
    }
    /*.back-to-top #gotopimgexpressicon{
        display: block;
    }*/
}