@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*.service-title, .nasa-tabs a, h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', cursive !important;
}*/

.cols .col .bloque h2 span {
    font-family: 'Bebas Neue', cursive !important;
}

#header .inferior {
    height: auto;
}

.slider .cell h3 {
    color: #8458d8;
    font-weight: 300;
}

.slider .cell h2 {
    color: #8458d8;
}

.cols .col.col_1_3 .bloque h3,
.cols .col.col_1_3 .bloque h3 span {
    font-size: 55px;
    margin: 0;
}

.cols .col .bloque h4 {
    font-size: 100px;
}

.col li,
.col p {
    font-size: 13px;
}

.productos .col .foto a.btn {
    background-color: #df0b82;
}

.blog .col .tabla .celda .btn {
    background-color: ##df0b82;
    display: none;
}

.btn:hover {
    background-color: #df0b82 !important;
}

.row.franja.bg_color_3 {
    background: black !important;
}

.row.franja.bg_color_3 .cols {
    width: 100%;
    max-width: 73%;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row.franja.bg_color_3 .cols h2 {
    width: fit-content;
    margin-right: 15px;
}

.row.franja.bg_color_3 .cols p {
    width: 15%;
}

.row.franja.bg_color_3 .cols p a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row.franja.bg_color_3 .cols p img {
    width: 20px;
    margin: 0px 5px;
}

.col.col_2.cont-text-b {
    background-color: #df0b82 ! important;
    color: white;
}

.col.col_2.cont-text-b p {
    color: white;
}


/*#footer {
    background-color: #95dbd0;
}*/


/*.celda, .tabla {
    width: 88%;
    vertical-align: middle;
    height: 100%;
    margin: 126px 57px 130px !important ;
}*/

.slider li,
.slider ul {
    height: 100%;
}

.slider li img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}

@media screen and (max-width: 979px) {
    .redes li a img {
        filter: unset;
        max-width: 20px !important;
    }

    .text_slider {
        position: absolute !important;
        top: 40% !important;
    }

    .slider .bx-viewport {
        height: 400px !important;
    }
}

@media (min-width: 1000px) {
    .text_slider .cols {
        font-size: 0;
        width: 32%;
    }
}

.supertitle p {
    /*text-align: center;
    font-size: 14px;
    color: #999;
    margin: 0;*/
    display: none;
}


/* Nuevos ajustes para replicar */

@media (max-width: 575px) {
    .productos .col {
        margin: 0 auto 30px;
        display: block;
    }
}

.superfoto h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 120% !important;
    text-shadow: 2px 2px #0000006b;
}

.superfoto .cols {
    max-width: 1180px;
}

.slider .table {
    width: 40%;
    padding: 0 0 0 70px !important;
}

.slider .cell h3 {
    font-size: 63px;
}

@media screen and (max-width: 979px) {
    .slider .row {
        position: relative !important;
    }
}

@media (max-width: 575px) {
    .slider .bx-viewport {
        height: auto !important;
    }

    .slider li img {
        height: 170px;
        object-position: center;
    }

    .slider .table {
        width: 100%;
        padding: 0 !important;
    }
}