*{
    margin: 0;
    padding:0;
    font-family: "Montserrat", sans-serif;
}

.desktop{
    display:block;
}
.mobile{
    display: none;
}
.montserratBold{
    font-weight: 700;
}
.colorDestacado{
    color:#ff008c;
}

@media only screen and (max-width: 990px) {
    .desktop{
        display:none;}
    .mobile{
        display: block;
    }
}

section.banner__principal {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}
section.banner__principal img{
    width: 100%;
}

article{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    max-width: 1080px;
    margin-bottom: 100px;
}

.contenedor__Artistas{
}

.bloqueArtista{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    gap:10px;
}
@media only screen and (max-width: 990px) {
    .contenedor__Artistas {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .bloqueArtista {
        width: 50%; /* Cambiar el ancho para permitir dos columnas */
        margin-bottom: 50px;
    }
}
.contenedor__Artistas .perfil{
    width: 100%;
}
.contenedor__Artistas .nombre{
    text-transform: uppercase;
    font-size: 16px;
}
.contenedor__Artistas .perfil img{
    width: 50%;
}
.contenedor__Artistas .detalles{
    display:flex;
    flex-direction: column;
    width: 70%;
    gap:5px;
    font-size: 12px;
    width: 70%;
}
.contenedor__Artistas .detalles .direccion span{
    display: block;
}
.contenedor__Artistas .detalles .ic-location{}
.contenedor__Artistas .detalles .ic-location img{
    width: 20px;
}

section#institucional{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
    
}

h1{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}

section#institucional h1{
    width: 50%;
    margin: 0 auto;
    margin-bottom:50px;
}
@media only screen and (max-width: 700px){
    section#institucional h1{
        width: 70%;
    }
}
article.content-institucional{
    display: flex;
    gap:40px;
    margin-bottom: 0px;
    justify-content: center;
}
.card{
    border:0;
    width: 18rem;
}

.card-img, .card-img-top{
    border-radius: 0;
}
.btn{
    background-color:#ff008c;
    border:0;
    border-radius: 20px;
    font-size: 12px;
}
.btn:hover{
    background-color: #ff008c;
}

.card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.card-title{
    border-bottom: 1px solid #000000;
    padding:10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px 
}

@media only screen and (max-width: 990px) {
    .content-institucional{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .card{
        width: 45%;
    }
}
@media only screen and (max-width: 700px) {
    .content-institucional{
        width: 90%;
    }
    .content-institucional{
        gap:10px;
    }
    .card{
        width: 47%;
    }
}

@media only screen and (max-width:550px){
    .card{
        width: 100%;
        margin-bottom: 50px;
    }
    .card-title{
        min-height: auto;
    }
    .btn{
        font-size: 14px;
        padding:10px 0px;
        width: 120px;
    }
}



article.testimonios{
    width: 100%;
    margin:0 auto;
    max-width: 100%;
}
.carousel-inner{
    /* width: 80%; */
    /* margin: 0 auto; */
    padding-top: 70px;
    padding-bottom: 70px;
}

.testimonios h4{
    border-top:1px solid #000000;
    padding-top: 40px;
    display: inline-block;
}
.containerTestimonios{
    flex-wrap: wrap;
    gap:5%;
}

.bloqueTestimonio{
    flex-direction: row;
    text-align: left;
    gap:30px;
    margin:0 auto;
    width: 80%;
}
.contenidoTestimonio{
    flex-direction: column;
    gap:10px;
    font-size: 14px;
    justify-content: center;
    width: 70%;
}


#contenedorSlider{
    width: 100%;
    margin:0 auto;
    background-color: #ededed;
    margin-top: 30px;
}
.imgTestimonio{
    width: 30%;
}

.imgTestimonio img{
    width: 100%;
}

.contenidoTestimonio-texto{
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}
.contenidoTestimonio-titulo{
    font-weight: 600;
}
.contenidoTestimonio-destacado{
    font-weight: 600;
    color:#ff008c;
}

.carousel-control-prev-icon{
    background-image: url("../arquivos/flecha-izq.png");
}
.carousel-control-next-icon{
    background-image: url("../arquivos/flecha-der.png");
}
.carousel-control-next, .carousel-control-prev{
    justify-content: space-between;
}

.carousel-control-next{
    flex-direction: row-reverse
}

@media only screen and (max-width: 700px){
    .bloqueTestimonio{
        flex-direction: column;
        justify-content: space-around;
    }
    .imgTestimonio{
        width: 40%;
    }
    .contenidoTestimonio{
        width: 100%;
    }
}


section.prefooter{
    width: 80%;
    margin:0 auto;
    display: flex;
    margin-top:100px;
    margin-bottom: 100px;
}
.prefooter__bloque{
    width: 50%;
    display: flex;
    border:1px solid #000000;
    padding:30px 5%;
    gap:30px;
}
.textoFooter{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:10px;
    font-size: 14px;
}
.prefooter__bloque .img{
    width: 20%;
}
.prefooter__bloque .img img{
    width: 100%;
}
.prefooter__bloque:first-child{
    border-right: 0;
}
.textoFooter .btn-primary{
    padding:5px 20px;
}
@media only screen and (max-width: 900px){
    section.prefooter{
        flex-direction: column;
    }
    .prefooter__bloque:first-child{
        border-right: 1px solid #000000;
        border-bottom: 0px;
    }
    .prefooter__bloque{
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .textoFooter{
        align-items: center;
    }
}


/* VIDEO */

#showVideo{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    display: none;
}


/* BACK SLIDER */
section.backSlider{
    background-image: url(https://crearhogar.arredo.com.ar/institucional/igualdad/arquivos/slider-texto-back.png);
    margin-bottom: 70px;
    background-position: center;
    background-size: cover;   
}
@media only screen and (max-width: 900px){
    section.backSlider{
        background-image: url(../arquivos/slider-texto-back-mobile.png);
    }
}
.carousel-content-text{
    width: 80%;
    max-width: 990px;
    margin:0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

.carousel-item {
    transition: transform 2s ease-in-out;
  }
  
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0.8s 0s;
  }


#reconocimientos{
    background-color: #ececec;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 30px;
}
article.bloque-reconocimientos{
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    gap:20px;
    text-align: left;
    margin-bottom: 0px;
}
.col-reconocimientos{
    width: 45%;
}

.reconocimiento-year{
    font-weight: 600;
    font-size: 16px;
    color: #ff008c;
    display: block;
}
.reconocimiento-txt{
    font-size: 12px;
    line-height: 18px;
    display: inline-block
}

@media only screen and (max-width: 700px){
h4{
    width: 90%;
    margin:0 auto;
}
article.bloque-reconocimientos{
    flex-direction: column;
}
.col-reconocimientos{
    width: 100%;
}
}