@font-face {
    font-family: Artifact;
    src: url(../font/Artifact.otf);
}
@font-face {
    font-family: Adelliya;
    src: url(../font/Adelliya.ttf);
}
@font-face {
    font-family: Fontspring;
    src: url(../font/FONTSPRING\ DEMO\ -\ Astrid\ Grotesk\ Hv.ttf);
}
body, html {
    width: 100%;
    overflow-x: hidden;
}
.scroll{
    view-timeline-name: --image;
    view-timeline-axis: block;
    animation-timeline: --image;
    animation-name: show;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both;
}
@keyframes show {
    from{
        opacity: 0;
        scale: 25%;
    }
    to {
        opacity: 1;
        scale: 100%;
    }
}

.abrir-menu, .cerrar-menu{
    display: none;
}
.nav-list li a {
    text-decoration: none;
    color: #f2f2f2;
}
.section-normal2{
    margin-top: 20px;
    padding-top: 10px;
    width: 60%;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-self: center;
}
.section-espacios{
    padding-top: 10px;
    width: 70%;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-espacios-inversa{
    padding-top: 10px;
    width: 70%;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.section-normal{
    padding-top: 10px;
    width: 90%;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hover:hover{
    scale: 1.1;
    cursor: pointer;
}
.img-normal{
    width: 350px;
    height: 350px;
    margin: auto;
}

.section-portada{
    margin-bottom: 30px;
    height: 550px;
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    
}
.section-inversa{
    padding-top: 10px;
    width: 90%;
    gap: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
#img-cuadrada{
    width: 40%;
    height: auto;
}
.img-icon{
    transition: 1s;
    width: 70px;
    margin-right: 20px;
    height: auto;
    filter: drop-shadow(0 0 10px #a6606d);
}
.img-cuadrada3{
    margin: 20px;
    -webkit-box-shadow: 10px 10px 21px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 21px -3px rgba(0,0,0,0.75);
box-shadow: 10px 10px 21px -3px rgba(0,0,0,0.75);
    width: 60%;
    border-radius: 10px;
    height: auto;
}
.img-cuadrada{
    -webkit-box-shadow: 10px 10px 21px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 21px -3px rgba(0,0,0,0.75);
box-shadow: 10px 10px 21px -3px rgba(0,0,0,0.75);
    width: 40%;
    height: auto;
}
.img-cuadrada2{
    width: 30%;
    height: auto;
    filter: drop-shadow(10px 10px 20px #a6606d)
}
.sub-espacios{
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #F2EBDC
}
.sub-info{
    padding-bottom: 10px;
    border-bottom: solid 3px #A6606D;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    color: #A6606D;
}
.button-footer{
    transition: 1s;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    color: #A6606D;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;

}
.button-header:hover{
    color: #A2A685;
}
.button-header{
    transition: 1s;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    color: #F2EBDC;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
video{
    width: 350px;
    height: auto;
    border-radius: 10px;
    border: solid 3px #A6606D;
}
.img-wsp{
    width: 60px;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px;
    z-index: 3;
}
.video{
    width: 250px;
    height: auto;
    border-radius: 10px;
    border: solid 3px #A6606D;
}
.active{
    border-bottom: solid 2px #F2EBDC;
}
#button2:hover{
    background-color: #A2A685;
}
#button2{
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    background-color: #A6606D;
    padding: 10px;
    font-size: 24px;
    border-radius: 10px;
    color: #F2EBDC;
    transition: 1s;
    cursor: pointer;
    text-decoration: none;
}
#button1:hover{
    background-color: #A6606D;
}
#button1{
    text-transform: uppercase;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    background-color: #A2A685;
    padding: 12px;
    font-size: 24px;
    border-radius: 10px;
    color: #F2EBDC;
    transition: 1s;
    cursor: pointer;
    text-decoration: none;
}
.title-card{
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 28px;
    border-bottom: solid 3px #F2EBDC;
    color: #F2EBDC;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
}
.title-footer{
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #A6606D;
}
.title-index{
    width: 100%;
    font-size: 52px;
    text-transform: uppercase;
    text-shadow: 4px 4px 8px rgba(0,0,0,1);
    color: #F2EBDC;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 50px;
}
.contenedor-texto{
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.contenedor-texto2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.p-card{
    top: 0;
    font-family: "Arima", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 22px;
    color: #F2EBDC;
    margin-bottom: 20px;
}
.p-espacios{
    font-family: "Arima", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 20px;
    color: #F2EBDC;
}
.p-info{
    font-family: "Arima", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 22px;
    color: #A6606D;
    margin-bottom: 10px;
}
.sub-index{
    width: 70%;
    font-family: "Arima", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #F2EBDC;
    text-shadow: 4px 4px 8px rgba(0,0,0,1);
    font-size: 28px;
}
.grid-4cards{
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.grid-cards{
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.card-contenedor{
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #A2A685;
    padding: 10px;
    border-radius: 10px;
}
@media screen and (max-width: 1300px){
    .grid-4cards{
        grid-template-columns: 1fr 1fr;
    }
    .grid-cards{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 680px){
    .grid-4cards{
        grid-template-columns: 1fr;
        width: 100%;
    }
    .grid-cards{
        grid-template-columns: 1fr;
    }
     #abrir-menu, #cerrar-menu{
        display: block;
        border: 0;
        font-size: 2rem;
        background-color: transparent;
        cursor: pointer;
    }
    .sub-info{
        font-size: 28px;
    }
    .p-info{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .title-index{
        font-size: 32px;
    }
    #img-cuadrada{
        width: 380px;
    }
    .img-cuadrada{
        width: 380px;
    } 
    .img-cuadrada2{
        width: 380px;
    }
    #abrir-menu{
        color: #D9BFC4;
    }
    #cerrar-menu{
        color: #A6606D;
    }
    .section-normal{
        flex-direction: column;
    }
    .section-normal2{
        grid-template-columns: 1fr;
        width: 90%;
        padding-bottom: 10px;
    }
    .section-inversa{
        flex-direction: column;
    }
    #w100{
        width: 100%;
    }
    .nav{
        height: 1000px;
        opacity: 0;
        visibility: hidden;
        gap: 1rem;
        display: flex;
        flex-direction: column;
        align-items: end;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #D9BFC4;
        padding: 2rem;
        bottom: 0;
        box-shadow: 0 0 0 100vmax rgba(0,0,0,.5);
     }
     .img-cuadrada3{
        width: 400px;
     }
     .section-espacios{
        width: 100%;
        flex-direction: column;
     }
     .section-espacios-inversa{
        width: 100%;
        flex-direction: column;
     }
     .nav-visible{
        opacity: 1;
        visibility: visible;
     }
     .nav-list li a{
        color: #A6606D;
     }
     .nav-list{
        flex-direction: column;
        align-items: end;
     }
     .sub-index{
        font-size: 20px;
     }
}

.logo{
    margin-top: -20px;
    margin-bottom: -20px;
    width: 200px;
    height: auto;
}
header{
    z-index: 3;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background-color: #A6606D;
}

.nav-list{
    display: flex;
    list-style-type: none;
    gap: 1rem;
}

.abrir-menu{
    display: none;
}

.formulario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 20px;
    position: relative;
    border-radius: 20PX;
    background-color: #A6606D;
  }
  
  .imgLogo {
    margin: 30px;
    width: 200px;
    height: auto;
    margin: auto;
  }
  
  .formulario__titulo,
  .formulario__subtitulo,
  .formulario__parrafo {
    text-align: center;
    margin-top: 20px;
  }
  .formulario__titulo{
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    color: #F2EBDC
  }
  .formulario__parrafo {
    font-family: "Arima", Arial, Helvetica, sans-serif;
    color: #F2EBDC;
    text-align: center;

  }
  .formulario__input,
  .formulario__label {
    display: block;
    width: 100%;
    font-size: 1, 3em;
  }
  option{
    color: #a6606d;
    font-family: "Arima", Arial, Helvetica, sans-serif;
  }
  .formulario__input::placeholder{
    color: #F2EBDC;
    font-family: "Arima", Arial, Helvetica, sans-serif;
  }
  .formulario__input {
    padding: 10px;
    background: transparent;
    border: 1px solid #F2EBDC;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .formulario__input:focus {
    /*outline: 1px solid rgba(0,0,0,0.7);*/
    outline: none;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
  }
  /*.formulario__input:focus + .formulario__label{
      margin-top: -120px;
  }*/
  .formulario__label {
    padding-left: 15px;
    /*position: absolute;*/
    /*margin-top: -78px;*/
    /*z-index: -20;*/
    color: #F2F2F2;
    /*transition: all 0.2s;*/
    margin: 2px;
    font-family: "Arima", Arial, Helvetica, sans-serif;
  }
  .formulario__submit {
    text-transform: uppercase;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    background-color: #A2A685;
    padding: 10px;
    font-size: 24px;
    border-radius: 10px;
    color: #F2EBDC;
    transition: 1s;
    cursor: pointer;
    text-decoration: none;
  }
  
  .formulario__input,
  .formulario__submit {
    margin-left: auto;
    margin-right: auto;
    color: #F2EBDC;
  }
  
  /*.fijar {
      margin-top: -120px;
  } */
  
  /* respuesta del formulario */
  #respuesta {
    width: 100%;
    height: 50px;
    margin: 5px;
    padding: 5px;
  }
  #respuesta.fail {
    font-family: "Arima", Arial, Helvetica, sans-serif;
    color: #F2EBDC;
    text-align: center;
  }
  #respuesta.send {
    font-family: "Arima", Arial, Helvetica, sans-serif;
    color: #F2EBDC;
    text-align: center;
  }


  