.texto {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 7em;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 90%;
    line-height: normal !important;
    text-shadow: 1px 1px 1px black;
}

.info-box {
    text-shadow: 1px 1px 1px black;
}

.carousel-item {
    position: relative;
}

.seccionInstagram {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.icono {
    color: black !important;
}

.background-image {
    background: url("../imagenes/galeriaFotos/Decoloración-global-fantasia-peluquería-adrián-pardo-hair-studio-málaga.jpg") top !important;
}

.icon-profile-male:before {

    content: "";
    display: inline-block;
    background-image: url("../imagenes/RecursoPlantilla/Icono peinado peluquería adrián pardo hair studio málaga.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}

.icon-beaker:before {
    content: "";
    display: inline-block;
    background-image: url("../imagenes/RecursoPlantilla/Icono cortar peluquería adrián pardo hair studio málaga.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}

.icon-ribbon:before {
    content: "";
    display: inline-block;
    background-image: url("../imagenes/RecursoPlantilla/Icono color peluquería adrián pardo hair studio málaga.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}

.imagen {
    height: 300px;
}

strong {
    width: auto !important;
}

.textosIndex {
    color: white !important;
}

.active span {
    margin-bottom: 11px !important;
}

#contact_form .email>input,
.terminos>label {
    width: 100%;

}

.terminos {

    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

.terminos input {
    margin: 0;
}

.section_newsletter {
    color: white;
    background-color: black !important;
    /* margin-top: 90px; */
}

.section_newsletter input[type="text"] {
    color: white !important;
}

.section_newsletter h1 {
    color: white !important;
}


@media (max-width:992px) {
    #carouselExampleAutoplaying {
        margin-top: 70px;
    }
}

@media (max-width:766px) {
    .seccionInstagram {
        grid-template-columns: repeat(1, 1fr);
    }

    .perfilInstagram {
        min-height: 312px;
    }

    .deform-1 {
        padding: 0 100px !important;
    }
}

@media (max-width:600px) {

    .tab_single_content .c1,
    .tab_single_content .c2,
    .tab_single_content .c3 {
        font-size: 0.8em !important;
    }

    .de_tab_content {
        padding: 20px !important;
    }
}

@media (max-width:500px) {
    .texto {
        font-size: 3em;
    }

    .deform-1 {
        padding: 0 30px !important;
    }
}