:root{
    --colorNegro: #252c31;
    --colorVerde: #6faf9d;
    --colorRosa: #c45193;
    --colorAmarillo: #e5bc53;
    --colorGrisclaro: #eceaea;
    --colorGris: #eceaea;
    --colorGrisoscuro: #757575;
    --colorBlanco: #fff;
    --colorRojo: #f10f0f;
}

*,*::after,*::before{
    box-sizing: border-box;
}

html{
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #000;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--colorNegro);
}
.container{
    width: 1150px;
    margin: 0 auto;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
dl, ol, ul{margin: 0;
padding-top: 0 ;
padding-right: 0;
padding-bottom: 0;
padding-left: 0rem;
margin-bottom: 0;
}
li{
    list-style-type: none;
}
a, a:hover{
  color: var(--colorNegro);
  text-decoration: none;
}
nav a {
  color:var(--colorBlanco);
  text-decoration: none !important;
  font-weight:500;
}
a:not([href]):not([tabindex]):focus {
    outline: 1;
    color: var(--colorNegro);
}

#footer > a, #footer > a :hover {
  color:var(--colorNegro) !important;
}
p{
  margin-top: 0;
  margin-bottom: 0 !important;
}
.link-menu{
  text-decoration: none;
  font-weight: 500;
}
button{
  color: var(--colorBlanco);
  background-color: transparent;
  border: 0;
}

/* HEADER */
header{
background-color: var(--colorNegro);
width: 100%;
height: 80px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0 4%;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 1;
-webkit-box-shadow: 0px 10px 13px -4px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 10px 13px -4px rgba(0,0,0,0.26);
box-shadow: 0px 10px 13px -4px rgba(0,0,0,0.26);
}

.logo img{
    width: 160px;
}
nav{
  position: fixed;
  width: 100%;
  height: 50px;
}
.navbartop {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  position: relative !important;
  font-weight: 500 !important;
  font-family: 'Roboto', sans-serif !important;
  padding: 0 !important;
}

#burger {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 0;

}

.bar {
  width: 18px;
  height: 2px;
  background-color: #fff;
  margin: 0px 5px;
}
#menu{
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0;
  color: var(--colorBlanco);
}
#menu li {
  color: var(--colorBlanco);
  text-decoration: none;
}
#menu li :hover{
  color: var(--colorVerde) ;
}

#menu li ::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: var(--colorVerde); /* Puedes cambiar el color de la línea según tus preferencias */
  opacity: 0;
  border-radius: 4px;
  transition: width 0.3s ease, opacity 0.3s ease; /* Agrega una transición para suavizar la animación */
}
#menu li :hover::after {
  width: 100%;
  opacity: 1;
}



#menu .switch-leng{
  display: flex;
  flex-direction: row;
  color: var(--colorBlanco);
  font-size: 0.8em;
  align-items: center;
  gap: 4px;
  
}
#menu .switch-leng a{
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: all ease .2s ;
  margin: 0;
  height: 15px;
}
#menu .switch-leng :hover, .switch-leng :active {
  color: var(--colorAmarillo);
  transition: all ease .2s ;
}

#menu .switch-leng ::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: var(--colorAmarillo); /* Puedes cambiar el color de la línea según tus preferencias */
  opacity: 0;
  border-radius: 4px;
  transition: width 0.3s ease, opacity 0.3s ease; /* Agrega una transición para suavizar la animación */
}


@media only screen and (max-width:768px){
  .logo img{
      width: 110px;
      margin-left: 10px;
  }
  #navbar {
    position: relative;
  }

  #hamburger {
    display: none;
  }
  #menu {
    display: none;
    position: absolute;
    flex-direction: column;
    top: 50px;
    left: -15px;
    width: 110%;
    height: auto;
    padding: 25px;
    transition: 0.2s ease-in-out;
    background-color: var(--colorNegro);
    box-shadow: 0px 5px 10px rgba(0,0,0,.8);
  }
  .show{
    display: none;
  }
  

  button{
    background-image: url(/img/bars-solid.svg);
    width: 100%;
    background: transparent;
    text-align: left;
    padding: 0;
  }
  #burger {
    display: flex;
    width: 30px;
    height: 30px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }
  .container{
    width: 100%;
    margin: 0 auto;
}
#menu li :hover::after {
  width: 0%;
  
}
}

/* FIN HEADER */

main{
  width: 100%;
  margin-top: 80px;
}
/* ANCHOR BANNER SLIDER */
.banner-wrap{
    width: 100%;
    height: 360px;
  }

  .banner_slider{
    max-width: 100%;
    height: 400px;
    position: relative;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .banner_slider .slick-list .slick-track{
    height: 400px;
  }
  .slide1,
  .slide2,
  .slide3, img{
    width: 1920px;
    height: 400px;
    background-repeat: no-repeat;

  }
  .slide1{
    background-image: url(/img/portada-serv-1.png);
    background-size: cover;
   }
   .slide2{
    background-image: url(/img/portada-serv-2.png);
    background-size: cover;
   }
   .slide3{
    background-image: url(/img/portada-serv-3.png);
    background-size: cover;
   }
   
.banner_slider .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  gap: 10px;
  z-index: 0;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  bottom: 20px !important;
  cursor: pointer;

}
.banner_slider .slick-dots li{
  list-style: none;
  width: 15px;
  height: 15px;
  background-color: var(--colorGrisoscuro);
  border-radius: 50%;
  display: inline-block;
    bottom: 20px !important;

}
.banner_slider .slick-dots li.slick-active{
  background-color: var(--colorVerde);
}
.banner_slider .slick-dots li button{
display: none;
}
.slide1 .txt-banner{
  font-family: 'Helvetica',sans-serif;
  font-weight: 900;
  text-align: left;
  position: absolute;
  top: 40%;
  left: 2000px;
  color: white;
  background-color: var(--colorAmarillo);
  padding: 5px 20px;
  font-size: 3rem;
  letter-spacing: -1px;
  -webkit-animation: slide-right 0.5s forwards;
  animation: slide-right 0.5s forwards;
  transition: all 1s ease-out;
}
.slide2 .txt-banner{
  font-family: 'Helvetica',sans-serif;
  font-weight: 900;
  text-align: left;
  position: absolute;
  top: 40%;
  left: 3900px;
  color: white;
  background-color:var(--colorRosa);
  padding: 5px 20px;
  font-size: 3rem;
  letter-spacing: -1px;
  -webkit-animation: slide-right 0.5s forwards;
  animation: slide-right 0.5s forwards;
  transition: all 1s ease-out;
}
.slide3 .txt-banner{
  font-family: 'Helvetica',sans-serif;
  font-weight: 900;
  text-align: left;
  position: absolute;
  top: 40%;
  left: 5800px;
  color: white;
  background-color: var(--colorVerde);
  padding: 5px 20px;
  font-size: 3rem;
  letter-spacing: -1px;
  -webkit-animation: slide-right 0.5s forwards;
  animation: slide-right 0.5s forwards;
  transition: all 1s ease-out;
  line-height: 50px;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

  
  @media (max-width:768px){

    .txt-banner{
      font-size: 24px;
    }
    .slide img{
      height: 400px;
    }
    .slide1{
      background-image: url(/img/portada-serv-1-mob.png);
      background-size: cover;
    }
    .slide1 .txt-banner{
      max-width: 340px;
      left: 300px;
    font-size: 1.3rem;
    }
    .slide2{
      background-image: url(/img/portada-serv-2-mob.png);
      background-size: cover;
    }
    .slide2 .txt-banner{
      max-width: 200px;
      left:650px;
      padding: 10px 100px 10px 20px;
      font-size: 1.3rem;
      line-height: 25px;
    }
    .slide3{
      background-image: url(/img/portada-serv-3-mob.png);
      background-size: cover;
    }
    .slide3 .txt-banner{
      max-width: 170px;
      left:1050px;
      font-size: 1.3rem;
      line-height: 25px;
    }

  }

/* FIN BANNER SLIDER */

/* CARDS PROYECTOS */
.card-section{
    width: 100%;
    height: 400px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--colorGrisclaro);
}

.card-section .titleProyectos{
    font-family: 'Roboto', sans-serif;
    color: var(--colorNegro);
    text-align: left;
    font-size: 3rem;
    letter-spacing: -0.1rem;
    font-weight: 500;
    margin-bottom: 50px;
    margin-left: 5%;
}
.content-cards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.content-cards a{
  width: 300px;
  max-width: 300px;
  height:169px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.content-cards img{
  width: 250px;
  height: 150px;
}
.card-pers{
    width: 250px;
    height: 120px;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    backface-visibility: hidden;
}

.modal-content{
  width: 50% !important;
  background-color: #ffffff;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  transform:  translate(-50%, -50%);
  border: 0;
  filter: drop-shadow(0 10px 10px rgba(0,0,0,0.3));
}

.animation-card-slide{
  position: relative;
  transition: all .25s ease;
}
.animation-card-slide:hover{
    transform: scale(1.1);
    filter: drop-shadow( 0px 12px 6px rgba(0,0,0,.1)  );
    transition: all .25s ease;
}

.txt-card{
    font-size: 20px;
    font-weight: 900;
    color: var(--colorNegro);
    font-weight: 700;
    padding-top: 10px;
}

.close-button{
  width: 24px;
  height: 24px;
  position: absolute;
  top: -29px;       
  right: 5px;
  font-size: 19px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
  padding: 3px;
}

@media screen and (max-width:768px){
  /*Proyectos*/
  .card-section{
    justify-content: flex-start;
    height: auto;
  }
  .content-cards {
    flex-direction: column;
    gap: 30px;
  }
  .txt-card{
    padding-top: 10px;
    font-size: 16px;
  }

}
/* FIN CARDS PROYECTOS */

/* INICIO SECCIÓN PELICULAS */
.peliculas-section{
  width: 100%;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--colorNegro);
}
.peliculas-section .titleProyectos{
  font-family: 'Roboto', sans-serif;
  color: var(--colorBlanco);
  text-align: left;
  font-size: 3rem;
  letter-spacing: -0.1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.peliculas-section .container{
  width: 1200px;
}
.peliculas-section .contenedor-cards{
  height: 320px;
  display:flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  gap:15px;
  overflow:hidden; 
  margin: 0 auto;
  padding: 10px;
}
.contenedor-cards .card-peliculas{
  transition: all .25s ease;
}
.contenedor-cards img{
  width: 168px;
  height: 250px;
}
.contenedor-cards .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  gap: 10px;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  bottom: 20px !important;
  cursor: pointer;

}
.contenedor-cards .slick-dots li{
  list-style: none;
  width: 15px;
  height: 15px;
  background-color: var(--colorGrisoscuro);
  border-radius: 50%;
  display: inline-block;
  bottom: 20px !important;

}
.contenedor-cards .slick-dots li.slick-active{
  background-color: var(--colorVerde);
}
.contenedor-cards .slick-dots li button{
display: none;
}
@media screen and (max-width:768px) {
  .peliculas-section{
    flex-direction: row;
  }
  .peliculas-section .container{
    width: 76%;
    margin: 50px 0;
  }
  .peliculas-section .contenedor-cards{
    width: 75%;
    max-width: 360px;
    gap: 15px;
  }
  .peliculas-section{
    align-items: flex-start;
    height: auto;
  }


  
}

/* FIN SECCIÓN PELICULAS */

/* FOOTER */
footer {
  padding: 40px 0;
  width: 100%;
  height: 200px;
  margin: 0;
  background-color: var(--colorGris);
}

footer .cont-footer{
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-top: 20px;
  
}

footer .cont-footer .box-info{
  display: flex;
  justify-content: flex-start;
}
footer .lg-footer img{
  width: 200px;
  height: min-content;
}

footer .box-info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
footer .box-info p{
  font-weight: 400;
}
footer .social{
  width: 100px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
footer .social img{
  width: 24px;
  height: 24px;
}
.btn-wtsp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 10%;
  right: 3%;
  z-index: 100;
  
}
.btn-wtsp img{
  width:45px;
  height:45px;
}

/* FIN FOOTER */


@media screen and (max-width:768px){
    footer{
      height: max-content;
    }
    footer .cont-footer{
      flex-direction:column-reverse;
      align-items: center;
      padding: 20px 0 30px; 
      gap: 20px;
      height: max-content;
    }
    footer .lg-footer img{
      width: 150px;
    }
    footer .box-info{
      text-align: center;
      align-items: center;
      font-size: 16px;
    }
    footer .box-info p{
      font-size: 12px;
    }
}

/* css modal contacto */
#contactModal {
  display: none;
}
/* #closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
} */
.contenedor-modal{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  transition: all ease 0.2s;
}
.modalc{
  display: flex;
  flex-direction: column;
  background-color: var(--colorBlanco);
  width: 100%;
  max-width: 500px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px;
  border-radius: 10px;
  font-size: 14px !important;
  align-self: center;
  transform: translate(-50%, -50%);
}

@keyframes show{
  0%{
      transform: translateY(-150vh);
  }
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.inputform{
  display: flex;
  margin: 5px 0;
  width: 400px;
}
.inputform input{
  width: 100%;
  border: 1px solid var(--colorGris);
  border-radius: 4px;
  padding: 10px 15px;
  color: var(--colorGrisOscuro);
}
.inputform textarea{
  width: 100%;
  border: 1px solid var(--colorGris);
  border-radius: 4px;
  padding: 5px 15px;
  color: var(--colorGrisOscuro);
}
input::placeholder{
color: var(--colorGrisoscuro);
}
.modalc .tit-contact{
  font-size: 24px;
  color: var(--colorNegro);
  font-weight: 400;
}
.cerrar_modal{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.cerrar_modal img{
  width: 26px;
  height: 26px;
} 

.modalc form{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}
.modalc form .form_cta{
  width: 130px;
  background-color: var(--colorRosa);
  color: var(--colorBlanco);
  font-size: 14px;
  font-weight: 400;
  border: 0;
  margin-top: 5px;
  padding: 10px 15px;
  border-radius: 4px;
  align-self: flex-end;
}

.error{
  color: red;
  padding: 3px 5px;
  border-radius: 10px;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .modalc {
    padding: 25px;
    width: 90%;
  }
}
.alert {
   display: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none; 
margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }
.form-control{
  font-weight: 300;
}
.form-control:focus{
  border-color: rgb(111, 175, 157);
  box-shadow: 0 0 0 0.15rem rgba(111, 175, 157, 0.2);
  color: #757575;
}
/***** mensajes error modal *****/
.msj-error{
  width: 70%;
  height: 100px;
  margin-top: 10px;
}
.msj-error p{
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: var(--colorGrisOscuro);
}
.msj-error img{
  width: 16px;
}
/* .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
} */
/******* PAGE QUIENES SOMOS *****/
/***** SECTION SOMOS AURTIKA *****/
.banner-quienessomos{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 400px;
  background-color: var(--colorNegro);
}
.banner-quienessomos .container .row{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.banner-quienessomos .txt-quienes{
  display:flex;
  flex-direction: column;
  gap: 20px;
}
.banner-quienessomos .txt-quienes{
  width: 550px;
}
.banner-quienessomos .txt-quienes h1{
  color: var(--colorBlanco);
  font-size: 62px;
  text-align: left;
}
.banner-quienessomos .txt-quienes p{
  font-size: 15px;
  color: var(--colorBlanco);
  text-align: justify;
}
.banner-quienessomos .img-quienes{
  width: 450px;
  height: auto;
}
.banner-quienessomos .img-quienes img{
  width: 450px;
  height: auto;
}

@media screen and (max-width: 768px){
  .banner-quienessomos{
  height: auto;
  padding: 50px 30px;
  }
  .banner-quienessomos .container .row{
    gap: 30px;
  }
  .banner-quienessomos .txt-quienes h1{
    font-size: 38px;
  }
  .banner-quienessomos .txt-quienes p{
    text-align: left;    
  }
  .banner-quienessomos .img-quienes img{
    width:100%;
  }
}

/***** CULTURA ACCESIBLE ****/
.cultura-accesible{
  width: 100%;
  height: auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--colorGrisclaro);
}

.cultura-accesible .tit-cultura{
  font-family: 'Roboto', sans-serif;
  color: var(--colorVerde);
  font-size: 3rem;
  letter-spacing: -0.1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.cultura-accesible .text-cultura{
  font-size: 30px;
  color: var(--colorNegro);
  width: 50%;
  text-align: center;
}

@media only screen and (max-width:768px){
  .cultura-accesible .tit-cultura{
    text-align: center;
    line-height: 35px;
    font-size: 38px;
  }
  .cultura-accesible .text-cultura{
    width: 85%;
    line-height: 27px;
    font-size: 1.2rem;
  }
}


/****** EQUIPO ******/
.conteiner-equipo{
  display:flex;
  flex-direction: column;
  align-items:flex-start;
  width:100%;
  height: auto;
  background-color: var(--colorNegro);
  padding: 60px 0;
}

.conteiner-equipo .tit-equipo{
  font-size: 4rem;
  font-weight: 500;
  color: var(--colorBlanco);
  text-align: left;
}

.conteiner-equipo .conteiner-cards-equipo{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 30px 0;
}
.conteiner-equipo .conteiner-cards-equipo .card-equipo{
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  color: var(--colorBlanco);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 25px;
  margin-top: 20px;
}
.conteiner-equipo .conteiner-cards-equipo div.card-equipo p{
  font-size: 1rem;
  font-weight: 300;
}
.conteiner-equipo .conteiner-cards-equipo .card-equipo a:hover{
  transform: scale(1.15);
  transition: all ease-in 0.2s;
  filter: drop-shadow(0 6px 6px rgba(0,0,0,0.3));
}
.conteiner-equipo .conteiner-cards-equipo .card-equipo .img-aylen{
  background-image: url('/img/aylen-frente-bw.png');
  width: 250px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: scale(1.1);
  transition: all ease-in 0.2s;
  cursor: auto;
  margin: 0 auto;
}


.conteiner-equipo .conteiner-cards-equipo .card-equipo .img-pablo{
  background-image: url('/img/pablo--frente-color.png');
  width: 250px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: scale(1.1);
  transition: all ease-in 0.2s;
  cursor: auto;
  margin: 0 auto;

}
.conteiner-equipo .conteiner-cards-equipo .card-equipo .img-gabriel{
  background-image: url('/img/Gabriel-frente-bw.png');
  width: 250px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: scale(1.1);
  transition: all ease-in 0.2s;
  cursor: auto;
  margin: 0 auto;

}

@media (max-width:768px){
  .conteiner-equipo .tit-equipo{
    text-align: left;
    font-size: 38px;
    line-height: 40px;
    margin: 0 25px;
  }
  .conteiner-equipo .conteiner-cards-equipo{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .conteiner-equipo .conteiner-cards-equipo .card-equipo .img-aylen{
    width: 150px;
    height: 150px;
  }
  .conteiner-equipo .conteiner-cards-equipo .card-equipo .img-pablo{
    width: 150px;
    height: 150px;
  }
  .conteiner-equipo .conteiner-cards-equipo .card-equipo .img-gabriel{
    width: 150px;
    height: 150px;
  }
}


/***** SERVICIOS *****/
#Servicios {
  display: flex;
  flex-direction: row;
  margin: 40px auto 0;
  font-family: 'Helvetica',sans-serif;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: var(--colorNegro);
  width: 100%;
  background-color: var(--colorGrisclaro);
}
.container-sup{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 90px;
  padding:40px 0;

}
.container-inf{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 90px;
  background-color: var(--colorNegro);
  padding:40px 0;
  color: var(--colorBlanco);
}

.content-servicios{
  width: 490px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: justify;
}

.content-servicios .title-servicios{
  font-size:3rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}

.content-servicios p,
.content-servicios ul{
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}

#Audiodescripción.content-servicios .txt-primary{
  color: var(--colorRosa);
  font-size: 20px;
  margin: 25px 0 15px;
  line-height: 12px;
  font-weight: 700;
  text-align: left;
}
#Subtitulado.content-servicios .txt-primary{
  color: var(--colorVerde);
  font-size: 20px;
  margin: 25px 0 15px;
  line-height: 12px;
  font-weight: 700;
  text-align: left;
}
#Voice-over.content-servicios .txt-primary{
  color: var(--colorAmarillo);
  font-size: 20px;
  margin: 25px 0 15px;
  line-height: 12px;
  font-weight: 700;
  text-align: left;
}
#E-learning.content-servicios .txt-primary{
  color: var(--colorRosa);
  font-size: 20px;
  margin: 25px 0 15px;
  line-height: 12px;
  font-weight: 700;
  text-align: left;
}
.img-service img{
  width: 100%;
}
.grid-formatos{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
  align-items: center;
  max-width: 100%;
  gap: 8px;
  margin-top: 25px;
}
.formato{
  flex-grow: 3;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: var(--colorBlanco);
  padding: 10px 15px;
  font-weight: 400;
  background-color: var(--colorVerde);
  text-align: left;
}

@media (max-width:768px){
  .title-servicios{
    font-size:32px;
  }
  .title-servicios p{
    width: 90%;
    margin: 0;
  }
  .content-servicios{
    width: fit-content;
  }
  .container-sup,
  .container-inf{
    flex-direction: column;
    padding: 30px;
    gap:20px;
  }
  .content-servicios .title-servicios {
    font-size: 2rem;
  }
  #Audiodescripción.content-servicios .txt-primary,
  #Subtitulado.content-servicios .txt-primary,
  #Voice-over.content-servicios .txt-primary,
  #E-learning.content-servicios .txt-primary{
    font-size: 18px;
    line-height: 22px;
  }
  .line-separated::before{
    content: "------";
    width: fit-content;
    font-size: 1px;
    letter-spacing: 50px;
    color: var(--colorGrisoscuro);
    background-color: var(--colorGrisoscuro);
  }

}

