*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {list-style-type: none;}
a {text-decoration: none;}
button{border: none; cursor: pointer;}

html, body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: 'Lato', sans-serif;
}

/*--- GENERALES ---*/

.contenedor {
    max-width: 1400px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}
.oculto{
    display: none;
}
.col-container {
    display: flex;
    flex-wrap: wrap;
}
.justify-content-center {justify-content: center;}
.justify-content-space-around {justify-content: space-around;}
.justify-content-space-between {justify-content: space-between;}
.justify-content-flex-end{justify-content: flex-end;}
.align-items-center{align-items: center;}
.flex-direction-column{flex-direction: column;}
.flex-wrap{flex-wrap: wrap;}

.col-1 {width: 8.3333333%;}
.col-2 {width: 16.6666666%;}
.col-3 {width: 24.9999999%;}
.col-4 {width: 33.3333332%;}
.col-5 {width: 41.6666665%;}
.col-6 {width: 49.9999998%;}
.col-7 {width: 58.3333331%;}
.col-8 {width: 66.6666664%;}
.col-9 {width: 74.9999997%;}
.col-10 {width: 83.333333%;}
.col-11 {width: 91.6666663%;}
.col-12 {width: 99.9999996%;}

@media screen and (max-width: 1110px) {
    .col-l-0{display: none;}
    .col-l-1 {width: 8.3333333%;}
    .col-l-2 {width: 16.6666666%;}
    .col-l-3 {width: 24.9999999%;}
    .col-l-4 {width: 33.3333332%;}
    .col-l-5 {width: 41.6666665%;}
    .col-l-6 {width: 49.9999998%;}
    .col-l-7 {width: 58.3333331%;}
    .col-l-8 {width: 66.6666664%;}
    .col-l-9 {width: 74.9999997%;}
    .col-l-10 {width: 83.333333%;}
    .col-l-11 {width: 91.6666663%;}
    .col-l-12 {width: 99.9999996%;}
}

@media screen and (max-width: 840px) {
    .col-ml-0{display: none;}
    .col-ml-1 {width: 8.3333333%;}
    .col-ml-2 {width: 16.6666666%;}
    .col-ml-3 {width: 24.9999999%;}
    .col-ml-4 {width: 33.3333332%;}
    .col-ml-5 {width: 41.6666665%;}
    .col-ml-6 {width: 49.9999998%;}
    .col-ml-7 {width: 58.3333331%;}
    .col-ml-8 {width: 66.6666664%;}
    .col-ml-9 {width: 74.9999997%;}
    .col-ml-10 {width: 83.333333%;}
    .col-ml-11 {width: 91.6666663%;}
    .col-ml-12 {width: 99.9999996%;}
}

@media screen and (max-width: 810px) {
    .col-m-0{display: none;}
    .col-m-1 {width: 8.3333333%;}
    .col-m-2 {width: 16.6666666%;}
    .col-m-3 {width: 24.9999999%;}
    .col-m-4 {width: 33.3333332%;}
    .col-m-5 {width: 41.6666665%;}
    .col-m-6 {width: 49.9999998%;}
    .col-m-7 {width: 58.3333331%;}
    .col-m-8 {width: 66.6666664%;}
    .col-m-9 {width: 74.9999997%;}
    .col-m-10 {width: 83.333333%;}
    .col-m-11 {width: 91.6666663%;}
    .col-m-12 {width: 99.9999996%;}
}

@media screen and (max-width: 768px) {
    .col-s-0{display: none;}
    .col-s-1 {width: 8.3333333%;}
    .col-s-2 {width: 16.6666666%;}
    .col-s-3 {width: 24.9999999%;}
    .col-s-4 {width: 33.3333332%;}
    .col-s-5 {width: 41.6666665%;}
    .col-s-6 {width: 49.9999998%;}
    .col-s-7 {width: 58.3333331%;}
    .col-s-8 {width: 66.6666664%;}
    .col-s-9 {width: 74.9999997%;}
    .col-s-10 {width: 83.333333%;}
    .col-s-11 {width: 91.6666663%;}
    .col-s-12 {width: 99.9999996%;}
}

@media screen and (max-width: 600px) {
    .col-xs-0{display: none;}
    .col-xs-1 {width: 8.3333333%;}
    .col-xs-2 {width: 16.6666666%;}
    .col-xs-3 {width: 24.9999999%;}
    .col-xs-4 {width: 33.3333332%;}
    .col-xs-5 {width: 41.6666665%;}
    .col-xs-6 {width: 49.9999998%;}
    .col-xs-7 {width: 58.3333331%;}
    .col-xs-8 {width: 66.6666664%;}
    .col-xs-9 {width: 74.9999997%;}
    .col-xs-10 {width: 83.333333%;}
    .col-xs-11 {width: 91.6666663%;}
    .col-xs-12 {width: 99.9999996%;}
}

/*---- Home ----*/

.home{
    min-height: 100vh;
    height: auto;
    background: url(../img/hero.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}
.home::before{
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/onda-1-blanco.svg) center no-repeat;
    position: absolute;
    bottom: 0;
    background-position-y: bottom;
}
.home .contenedor{
    height: 100%;
    align-items: center;
}
.contenedor-parrafo{
    padding-right: 40px;
}
.contenedor-parrafo p{
    color: #72466d;
    font-size: 36px;
    text-align: right;
    font-weight: 700;
}
.contenedor-form{
    background: #957492;
    padding: 25px 30px;
    border-radius: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.contenedor-form label{
    width: 100%;
    color: #fff;
    font-family: 'Lato';
    font-size: 0.9rem;
    margin-bottom: 0;
    font-weight: 600;
}
.contenedor-form input, .contenedor-form select{
    width: 100%;
    border: none;
    border-radius: 20px;
    padding: 6px 15px;
    outline: none;
    background: #f2f2f2;
    margin-top: 5px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    line-height: 1;
    transition: none;
}
.contenedor-form input.input-file {
    background: none;
}

.seccion-3 .contactobtn{
    text-align:center;
}

.contactobtn{
    text-decoration: none;
    width: 200px;
    background-color: #72466d;
    padding: 20px;
    color: white;
    text-align: center;
    margin:50px;
    border-radius:15px;
}
.btn-enviar{
    background: #72466d;
      padding: 10px 47px;
      border: none;
      outline: none;
      cursor: pointer;
      border-radius: 50px;
      font-family: 'Lato', sans-serif;
      font-size: 1rem;
      color: #fff;
      margin-top: 10px;
      text-transform: uppercase;
      font-weight: 600;
  }
 ::-webkit-input-placeholder{
    color: rgb(115, 115, 115);
    font-family: 'Lato', sans-serif;
}
 ::-moz-placeholder{
    color: rgb(115, 115, 115);
    font-family: 'Lato', sans-serif;
}
 :-ms-input-placeholder{
    color: rgb(115, 115, 115);
    font-family: 'Lato', sans-serif;
}
 ::-ms-input-placeholder{
    color: rgb(115, 115, 115);
    font-family: 'Lato', sans-serif;
}
 ::placeholder{
    color: rgb(115, 115, 115);
    font-family: 'Lato', sans-serif;
}
.contenedor-form .form-group{
    text-align: center;
}
.contenedor-form .form-group:not(:last-child){
    margin-bottom: 15px;
}
.inscribete{
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.hero-mobile{
    display: none;
    text-align: center;
}
.hero-mobile img{
    height: 420px;
}
.form-group.form-radio p {
    color: #fff;
    font-family: 'Lato';
    font-size: 0.9rem;
    margin-left: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.form-group.form-radio input {
    width: auto;
}
.form-radio label {
    font-size: 12px;
    margin: 0;
}
.form-group-modal {
    text-align: center;
}
.form-group-modal a{
    background: none;
    color: #fff;
    font-family: 'Lato';
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: underline;
    display: block;
    cursor: pointer;
}
.contenedor-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 3;
    background: #000000db;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.contenedor-modal-activo{
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
.modal {
    background: #fff;
    padding: 60px 40px 40px 30px;
    border-radius: 20px;
    position: relative;
    margin: 0 20px;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(0.9);
}
.contenedor-modal.contenedor-modal-activo .modal{
    transform: scale(1);
}
.contenido-modal {
    display: flex;
    flex-wrap: wrap;
}
.close-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.contenido-modal h3 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #72466d;
    font-weight: 800;
    text-align: center;
}
.contenido-modal p{
    margin-top: 20px;
    text-align: center;
}
.contenido-modal ul {
    text-align: center;
}
.contenido-modal li{
    font-size: 14px;
    color: #707070;
}
.contenido-modal li:not(:last-child){
    margin-bottom: 5px;
}
.contenido-modal .cerrar-modal {
    background: #72466d;
    padding: 10px 30px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    font-weight: 800;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}
.bg-close.cerrar-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---- TÉCNICAS -----*/

.tecnicas{
    padding: 40px 0;
}
.tecnicas h3{
    color: #72466d;
    font-size: 42px;
    text-align: center;
    margin-bottom: 50px;
}
.tecnica-item{
    padding: 0 20px;
    text-align: center;
}
.tecnicas .tecnica-item img{
    width: 80%;
    max-width: 270px;
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 9px #00000020);
}
.tecnica-item li{
    color: #72466d;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 0px 9px #00000020;
    width: 240px;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
}
.tecnica-item li:not(:last-child){
    margin-bottom: 20px;
}
.tecnica-item li.circulo:before {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 9px;
}
.tecnica-item li.circulo.naranja::before{
    border: 4px solid #fc9016;
}
.tecnica-item li.circulo.verde::before{
    border: 4px solid #1cbe57;
}
.tecnica-item li.circulo.azul::before{
    border: 4px solid #3a3ab8;
}
.lista-tecnicas{
    justify-content: center;
    margin-bottom: 80px;
}
.descripcion-tecnicas{
    justify-content: center;
}
.caja-descripcion {
    padding: 10px 20px;
}
.caja-descripcion .caja {
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 3px 3px 9px #00000010;
    border-radius: 20px;
}
.caja-descripcion h4 {
    color: #957492;
    font-size: 16px;
    margin-bottom: 16px;
}
.caja-descripcion p {
    font-size: 14px;
    line-height: 21px;
    color: #808080;
}
.leer-mas {
    font-size: 14px;
    color: #987692;
    font-weight: 600;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 5px;
    text-decoration: underline;
    cursor: pointer;
}
.caja-descripcion .resto-texto{
    display: none;
}
.caja-descripcion .puntos.activo{
    display: none;
}
.caja-descripcion .resto-texto.activo{
    display: inline;
}

.contenedor-whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 0 8px #00000030;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.contenedor-whatsapp a{
    display: block;
}
.contenedor-whatsapp img {
    width: 35px;
    height: 35px;
}
.contactanos {
    position: absolute;
    background: #fff;
    padding: 6px 16px;
    border-radius: 10px;
    left: -152px;
    box-shadow: 6px 4px 8px #00000030;
}
.contactanos:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid white;
    position: absolute;
    right: -10px;
    top: 9px;
}
.contactanos span {
    font-size: 16px;
    font-weight: 600;
}

/*---- Sección 1 ----*/

.seccion-1{
    padding: 180px 0 180px 0;
    position: relative;
}
.seccion-1::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/onda-1.svg) center no-repeat;
    position: absolute;
    bottom: 0;
    background-position-y: bottom;
}
.seccion-1::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/onda-2.svg) center no-repeat;
    position: absolute;
    top: 0;
    background-position-y: top;
    pointer-events: none;
}
.seccion-1 .contenedor{
    align-items: center;
}
.seccion-1 .izq{
    position: relative;
    padding: 0 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.seccion-1 .izq:after {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    background: #72466d;
    border-radius: 15px;
    top: 0;
    left: 0;
}
.seccion-1 .izq h2, .seccion-1 .izq p{
    color: #72466d;
}
.seccion-1 .izq h2{
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 1;
}
.seccion-1 .izq h2 strong{
    font-size: 60px;
}
.seccion-1 .izq p{
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
}
.seccion-1 .izq p:not(:last-child){
    margin-bottom: 20px;
}
.contenedor-img-1{
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.img-1{
    position: relative;
}
.contenedor-img-1 .img-1:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #72466d;
    bottom: -15px;
    right: -15px;
    border-radius: 10px;
}
.contenedor-img-1 img{
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

/*---- Sección 2 ----*/

.seccion-2{
    background: #72466d;
    padding: 30px 0;
}
.seccion-2 .izq{
    align-items: center;
    justify-content: center;
    position: relative;
}
.seccion-2 .izq img{
    height: 640px;
    border-radius: 10px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.seccion-2 .der{
    padding: 40px 60px;
}
.caja-sombra{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: 30px;
}
.caja-sombra:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #53274e;
    border-radius: 10px;
    right: -10px;
    bottom: -10px;
}
.caja-sombra h2{
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    background: #5c3057;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.seccion-2 .der h3, .seccion-2 .der p{
    color: #fff;
}
.seccion-2 .der h3{
    margin-bottom: 30px;
    font-style: italic;
}
.seccion-2 .der strong{
    margin-bottom: 30px;
    display: block;
    font-style: italic;
}
.seccion-2 .der p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 21px;
}

/*---- Sección 3 ----*/

.seccion-3{
    padding: 150px 0 60px 0;
    position: relative;
}
.seccion-3::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/onda-2.svg) center no-repeat;
    position: absolute;
    top: 0;
    background-position-y: top;
}
.seccion-3 .caja-sombra{
    margin: 0 auto;
    margin-bottom: 50px;
}
.contenedor-miembro h2, .contenedor-miembro h3, .contenedor-miembro p{
    color: #72466d;
}
.contenedor-foto img {
    width: 200px;
    position: relative;
    z-index: 1;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}
.miembros{
    justify-content: center;
}
.contenedor-miembro{
    text-align: center;
    margin-bottom: 30px;
}
.contenedor-foto{
    margin-bottom: 15px;
}
.contenedor-foto .foto {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    position: relative;
}
.contenedor-foto .foto::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #8e6b8a;
    bottom: -6px;
    right: -6px;
    border-radius: 5px;
}
.info-principal{
    position: relative;
}
.info-principal:after {
    content: '';
    width: 70px;
    height: 2px;
    background: #72466d;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 10px;
}
.info-principal h2{
    font-size: 16px;
}
.info-principal h3 {
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
}
.info-secundaria p {
    font-size: 14px;
    font-weight: 600;
}
.info-secundaria p span{
    display: block;
    margin-bottom: 5px;
}
.lista-externos{
    justify-content: center;
    padding: 30px 20px;
}

/*---- Nueva Sección ----*/

.nueva-seccion{
    position: relative;
    padding: 120px 0 50px 0;
}
.nueva-seccion::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/onda-2-blanco.svg) center no-repeat;
    position: absolute;
    top: 0;
    background-position-y: top;
    pointer-events: none;
    left: 0;
}

.contenedor-campana{
    text-align:center !important; 
    display:inline-flex;
    align-items: center;
}
.contenedor-campana p{
    color: #FFFFFF;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}

/*---- Footer ----*/

footer{
    background: #72466d;
    padding: 40px 20px;
}
footer p{
    color: #fff;
    text-align: center;
}
footer a{
    color: #fff;
    font-weight: 500;
}

/*---- Responsive ----*/

@media only screen and (max-width: 1110px) {
    .contenedor-parrafo p {
        font-size: 28px;
    }
    .contenedor-campana p{
    font-size: 28px;}
    
    .contenedor-parrafo {
        padding-right: 30px;
    }
    .caja-sombra h2 {
        font-size: 36px;
    }
    .seccion-1 .izq h2 {
        font-size: 31px;
    }
    .seccion-1 .izq h2 strong {
        font-size: 38px;
    }
    .seccion-1 .izq p {
        font-size: 15px;
        line-height: 24px;
    }
    .contenedor-miembro {
        margin-bottom: 60px;
    }
    .seccion-3{
        padding-bottom: 0;
    }
    .home{
        background: #fff;
    }
    .home, .contenedor.col-container {
        height: auto;
    }
    .home{
        padding: 0 0 60px 0;
    }
    .hero-mobile{
        display: block;
    }
}
@media only screen and (max-width: 840px) {
    .seccion-2 .izq img{
        height: 400px;
        width: auto;
    }
    .seccion-2 .izq{
        order: 2;
    }
    .tecnica-item:not(:last-child){
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .contenedor-form-logo{
        margin: 0 auto;
    }
    .contenedor-parrafo p {
        text-align: center;
        margin: 30px 20px 40px 20px;
    }
    .seccion-1 .izq{
        margin-bottom: 50px;
    }
    .contenedor-img-1 {
        margin: 0 auto;
        width: 380px;
    }
    .seccion-1 .izq h2 {
        text-align: center;
    }
    .contenedor-parrafo {
        padding-right: 0px;
    }
    .seccion-1{
        padding-top: 80px;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 600px) {
    .hero-mobile img{
        height: auto;
        width: 100%;
    }
    .contenedor-img-1 {
        width: 330px;
    }
    .seccion-2 .der{
        padding: 40px 10px;
    }
    .contenedor-campana p{
    font-size: 24px;
        padding:20px;
    }
    .contenedor-campana{
        display: block;
        padding: 20px 0;
    } 
    .lista-externos .contenedor-miembro {
        padding: 0 10px;
    }
}
    
@media only screen and (max-width: 420px) {
    .seccion-2 .izq img {
        height: auto;
        width: 90%;
    }
}