@font-face{
    font-family: Ubuntu;
    src: url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap') format('embedded-opentype');
}

*, html, body{
    font-family: Ubuntu, sans-serif;
    scroll-behavior: smooth;
}

#categorias{
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 10px;
}

#somos-distribuidores{
    margin: 0;
    padding: 0;
    margin-bottom: auto;
    margin-top: auto;
}
.bg-azul{
    background-color: #12428f;
}
#btn-ir-arriba{
    margin-bottom: 15px;
    margin-right: 2px;
    /* transform: translateX(0%);
    transition-timing-function: ease;
    transition: .5s; */

    transition-timing-function: linear;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
}

.azul-marino{
    color: #001435;
}
/* ENLACES CATEGORIA .ACTIVE */

#categorias-dropdown > a.active{
    background: #7EA428;
}
/* ==== ESTILOS PARA CARRRUSEL HOJA DE INICIO ==== */
.fondo{
    background-color: rgb(126, 164, 40);
}

a:hover{
    text-decoration: none;
    color: rgb(126, 164, 40);
}

.link-footer{
    color: #fff;
}

.link-footer:hover{
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
}

.hr-footer{
    border-top: 1px solid #fff;
}
.carousel-item>img {
    height: auto;
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
}

.carousel-indicators li {
    background-color: darkslategrey !important;
}

.carousel-control-prev-icon i, .carousel-control-next-icon i{
    color: darkslategrey;
}

.portfolio-item {
    margin-bottom: 10px;
}

/* ==== ESTILOS ICONOS REDES SOCIALES ==== */
@media screen and (max-width: 600px) {
    .contacto>p, .contacto h2 {
        text-align: center;
    }
}

.fab, .far {
    color: grey;
    font-size: 36px;
    margin-right: 5px;
}

.blanco{
    color: #fff;
    font-size: 36px;
    margin-right: 5px;
}
.fa-facebook-square:hover {
    color: #3D5B99;
}

.fa-envelope:hover{
    color: #fcbc32;
}

.fa-twitter-square:hover,.fa-twitter:hover {
    color: #5EAADE;
}

.fa-instagram:hover {
    color: #F9CA5E;
}

.fa-youtube:hover {
    color: red;
}

.fa-facebook-messenger:hover {
    color: rgb(65, 122, 192);
}

.fa-whatsapp {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fa-whatsapp:hover {
    color: #1B9F0E;
    /* background-color: #1B9F0E; */
    border-radius: 130%;
}


#si.fab {
    color: #fff;
    font-size: 36px;
    margin-right: 5px;
}

#si.fa-facebook-messenger:hover{
    color: #15a0c6;
}
#si.fa-facebook-square:hover{
    color:  #3D5B99;
}
#si.fa-twitter-square:hover{
    color: #5EAADE;
}
#si.fa-twitter:hover{
    color: #5EAADE;
}
#si.fa-whatsapp:hover{
    color: #1B9F0E;
}
#si.fa-instagram:hover{
    color: #F9CA5E;
}
#si.fa-youtube:hover{
    color: #ff0000;
}

.fachada {
    width: 60%;
    border-radius: 4px;
}

.enlace-ico{
    font-size: 18px;
    color: #fff;
}
.enlace-ico:hover{
    text-decoration: none;
    cursor: pointer;
}
.enlace-ico img{
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.enlace-ico img:hover{
    text-decoration: none;
    cursor: pointer;
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

#toast-container{
    top: 80px !important;
}

.toast-success{
    opacity: .9 !important;
}


/* BOTÓN FLOTANTE */

.fab-container{
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    cursor: pointer;
}
div.fab{
    position: fixed;
    z-index: 1;
    bottom: 20px;
    right: 20px;
}

div.fab a{
    height: 60px;
    width: 60px;
    border-radius: 50px !important;
}

.fab-icon-holder{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-shadow: 0 6px 20px rgba(0,0,0,0,0.2);
}

.fab-icon-holder:hover{
    opacity: 0.8;
}

.fab-icon-holder i{
    list-style: none ;
}
.fab-icon-holder i{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 30px;
    color: #fff;
}

.fab-fab{
    width: 60px;
    height: 60px;
}

.fab-options{
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 70px;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
}

.fab-fab:hover +.fab-options, .fab-options:hover{
    opacity: 1;
    transform: scale(1);
}



.fab-options li{
    display: flex;
    justify-content: flex-end;
    padding: 4px;
}

.fab-label{
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666666;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0,0.2);
    margin-right: 10px;
}

.fab-options i{
    margin-right: 0 !important;
}
.fab-options i:hover{
    color: #ccc !important;
}

.abierto{
    transform: rotate(45deg);
    transition: ease 0.5s;
}

.cerrado{
    transform: rotate(360deg);
    transition: ease 0.5s;
}

.video-youtube{
    position: relative;
    padding-bottom: 56.25%;
}

.video-youtube iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 765px){
    .fachada{
        margin-top: 25px;
    }
}


@media only screen and (max-width: 700px) {
    .espacio {
        margin-bottom: 40px;
    }
    .datos {
        margin-bottom: 15px;
        text-align: center;
    }
    #toast-container{
        top: 80px !important;
    }

    .toast-success{
        opacity: .9 !important;
    }
}

@media only screen and (max-width: 450px){
    #conocer-cat{
        font-size: 1rem;
    }
}
@media only screen and (max-width: 370px){
    .img-fluid{
        max-width: 90%;
    }


}