@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Roboto:wght@100;400;700&display=swap');

* { box-sizing: border-box;}
body {
    margin: 0;
    
}
.amatic{
    font-family:'Amatic SC', sans-serif;
 }
.roboto{
    font-family: 'Roboto', sans-serif;
}

/* Ingreso*/
.pantallaUno{
    background-color: #cedbaf ;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoUno{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
}
.logoUno a{
    text-decoration: none;
}
.logoUno a img{
    height: 250px;
    width: auto;
    
}
.logoUno a h1{
    text-align: center;
    font-family:'Amatic SC', sans-serif; 
    font-weight: 900;
    color:  #ffdf64;
    display: block;
    font-size: 55px;
    margin-bottom: 0;
    text-shadow: 0.5px 0.5px 0.5px ;
    
}
.logoUno a p{
    text-align: center;
    font-family:'Amatic SC', sans-serif; 
    font-weight: bolder;
    color: #877b66;
    display: block;
    font-size: 40px;
    margin-top: 0;
}
/* header*/
header .contenedora{
    /* caja flexible */
    display: flex;
    /*"hijos separados */
    justify-content: space-between;
    /*hijos centrados en la vertical*/
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    
}
header div img{
    width: 70px;
    
}

@media(min-width : 900){
    header div img{
        width: 100px;
        
    }
}
.contenedoraloguito{
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}
.contenedoraloguito p{
    display: none;
}

@media ( min-width: 300px ){
    .contenedoraloguito p{
        display: block;
        font-family: 'Amatic SC', sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 25px;
        color: #e2d686;
        margin-left: 10px;
        letter-spacing: 1.5px;
        
}
}

nav ul{
    /*caja flexible*/
    display: flex;
    justify-content: flex-end;
    /*elementos que no caben van a otra linea */
    flex-wrap: wrap;
}

nav ul li {
    list-style: none;
    margin: 0 10px 0 10px;
}
nav ul li a{
    text-decoration: none;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 30px;
    color: #6C6C6C;
    display: block;
    }
nav ul li a:hover {
        color:#ffdf64;
        letter-spacing: 0;
        transition: 0.5s;
    }

@media ( min-width: 300px ) and (max-width : 900px){
    .navegador{
        display: none;
    }
}
/*boton back to top*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: grey;
    opacity:70%;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    
  }
  #myBtn i{
      margin-right: 5px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }


.contenedor0 {
    margin-top: 30px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.contenedor01 {
    background-color:#ffdf64 ;
    padding: 0px 10px 0px 10px;
    position: absolute;
    border-radius: 15px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    top: -10px;
    
    
}


.contenedor01 h1{
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    color: #877B66;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;  
}

.contenedor01 h2{
    position:absolute;
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    color: #B2C798;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    z-index: 0;
    left:8px;
    bottom: 0;
    top: 100;
     
}

@media ( min-width: 400px ){
    .contenedor01 {
        top: -20px; 
    }
    .contenedor01 h1{
        font-size: 50px;
        margin-top: 0;
        margin-bottom: 0;  
    }
    .contenedor01 h2{
        font-size: 50px;
        z-index: 0;
        left:7px;
        bottom: 0;
        top: 100;
         
    }
}
@media ( min-width: 600px ){
    .contenedor01 {
        top: -35px; 
    }
    .contenedor01 {
        height: 100px;
        display: flex;
        flex-direction: column;
        top: -25;
        border: 4px dashed #FFDF64;
    }
    .contenedor0 div h1{
        font-size: 65px;
        padding: 0 10px 20px 10px;
    }
    .contenedor0 div h2{
        font-size: 65px;
        position: absolute;
        z-index: 0;
        left: 17px;
        bottom: -5px;
    }
}

@media ( min-width: 900px ){
    .contenedor01 {
        height: 150px;
        display: flex;
        flex-direction: column;
        top: -30;
        
    }
    .contenedor0 div h1{
        font-size: 90px;
        padding: 10px 10px 10px 15px;
    }
    .contenedor0 div h2{
        font-size: 90px;
        padding: 10px 10px 10px 10px;
        position: absolute;
        z-index: 0;
        left: 11px;
        bottom: -13px;
    }

}
/* slider*/
.slider {
    margin-top: 0;
    width: 100%;
    margin: auto;
    overflow: hidden;
    position : relative;
    
}
.slider ul{
    padding: 0;
    display: flex;
    width: 300%;
    animation: cambio 20s infinite normal;
    
}
.slider li{
    list-style: none;
    width: 100%;
}
.slider img{
    width: 90%;
    height: 140px;
    border-top: 3px dashed #FFDF64;  
}
@keyframes cambio {
    0% {margin-left: 0;}
    20% {margin-left: 0;}

    25% { margin-left: -100%;}
    45% { margin-left: -100%;}

    50% { margin-left: -200%;}
    70% { margin-left: -200%;}
}
@media (min-width:400px){
    .slider img{
        width: 90%;
        height: 190px;
    }
}
@media (min-width:600px){
    .slider img{
        width: 90%;
        height: 300px;
        
    }
}
@media (min-width:900px){
    .slider img{
        width: 85%;
        height: 450px;
        margin-top: 30px;
        border-top: 5px dashed #FFDF64;
    }
}
/* bolsones*/
.bolsones {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    margin-top: 0;
}
.parrafo-bolsones h1{
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    color: #6C6C6C;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.parrafo-bolsones p{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #6C6C6C;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    text-align: center;
       
}
.parrafo-bolsones h5{
    
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    color: black;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
       
}
.formulario{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E2D686;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    width: 300px;
    
}
.formulario .controls{
    margin: 10px 10px 10px 10px;
    width: 250px;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    border: 0;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}

.reserva input {
    width: 100px;
    background-color: #E2D686;
    border: 0;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    margin-top: 0;
    box-shadow: 0;
    color: white;
}
.formulario h1{
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    color: #6C6C6C;
    margin: 0 10px 10px 10px;
}
@media ( min-width: 400px ){
    .formulario{
        width: 400px;
    }
}
@media ( min-width: 600px ){
    .bolsones{
        margin-top: 30px;
    }
    .parrafo-bolsones p{
        font-size: 20px;
    }
    .parrafo-bolsones h1{
        font-size: 60px;
    }
}
@media ( min-width: 800px ){
    .bolsones {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        margin: 70px 20px 0 20px;
        
    }
    .parrafo-bolsones{
        width: 60%;
        margin-right: 20px;
    }
    .formulario{
        margin-right: 20px;
        width: 400px;
    }
    .formulario h1{
        margin-left: 0;
        font-size: 60px;
    }
    .formulario input{
        width: 200px;
    }
    .parrafo-bolsones h1{
        margin-bottom: 20px;
    }
}
@media ( min-width: 1000px ){
    .bolsones{
        justify-content: space-around;
    }
    .formulario{
        margin-right: 80px;
        width: 400px;
    }
    .parrafo-bolsones{
        width: 700px;
        margin-left: 80px;
    }
}


/* noticias */

.noticias2{
    /*caja flexible*/
    display: flex;
    /* si los hijos no entran, van a la linea siguiente*/
    flex-wrap: wrap;
    /*hijos separados si no entran en la misma linea*/
    justify-content: center;
    margin-bottom: 20px;
}

.noticias2 img{
    width: 300px;
    height: 220px;
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.noticias h2{
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    color: #6C6C6C;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.fondonoticias {
    background-color: #FFDF64;
    width: 300px;
    height: 420px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
@media ( min-width: 400px ){
    .fondonoticias{ 
         width: 342px;
        height: 400px;
    }
    .noticias2 img{
        width: 342px;
        height: 220px;
    }
}
@media ( min-width: 600px ){
    .fondonoticias{
        margin: 10px 10px 10px 10px;        
    }
   
}

@media ( max-width: 700px ){
    .noticias h2{
        
        font-size: 60px;
        text-align: center;
      
    }
}
@media ( min-width: 900px ){
    .fondonoticias{
        margin: 20px 20px 20px 20px;
    }
}
.fondonoticias h3{
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}
.fondonoticias p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    text-align: center;
    }

.fondonoticias a{
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: auto;
}

.Test {
    background-color: #B2C798;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 270px;
}

.margen{
    margin-bottom: -10px;
}

.Test h3{
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
}

.Test p {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #6C6C6C;
    margin-bottom: 20px;
    margin-top: 0;
}
.Test div a{
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
    background-color: #D3DEC3 ;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}


/* talleres*/

.talleres2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.talleres h2{
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    color: #6C6C6C;
    margin-left: 20px;
    padding-top: 30px;
    margin-top: 0;
}
.fondotalleres {
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    width: 342px;
    height:auto;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
.taller1{
    background-color: #877B66;
}
.taller2{
    background-color: #E2D686;
}
.taller3{
    background-color: #D3DEC3;
}
.taller4{
    background-color: #B2C798;
}

.fondotalleres div{
    padding:10px 10px 10px 10px;
}

@media ( min-width: 600px ){
    .fondotalleres{
        margin: 10px 10px 10px 10px;
    }
}
@media ( min-width: 900px ){
    .fondotalleres{
        margin: 20px 20px 20px 20px;
    }
}
.fondotalleres h3{
    font-style: normal;
    font-weight: bold;
    font-size: 29px;
    color: #FFFFFF;
    margin-top: 0;
}
.fondotalleres h5{
    font-family: 'Amatic SC', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.fondotalleres p{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;

}
.fondotalleres .btnInscribirse1 {
    background-color:  #877B66;
    border: none;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: auto;
    color: #FFFFFF;
    margin-top: 0;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    right: -100px;
}
.fondotalleres .btnInscribirse2 {
    background-color: #E2D686;
    border: none;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: auto;
    color: #FFFFFF;
    margin-top: 0;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    right: -100px;
    bottom: 0px;
}
.fondotalleres .btnInscribirse3 {
    background-color:  #D3DEC3;
    border: none;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: auto;
    color: #FFFFFF;
    margin-top: 0;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    right: -100px;
    bottom: 0px;
}
@media (min-width:600px){
    .fondotalleres .btnInscribirse2{
        position: relative;
        bottom: -20px;
    }
    .fondotalleres .btnInscribirse3{
        bottom: 0px;
    }
}
@media (min-width:900px){
    .btnInscribirse2{
        bottom: -20px;
    }
    .fondotalleres .btnInscribirse3{
        bottom: 0px;
    }
}
@media (min-width:1100px){
    .btnInscribirse2{
        bottom: -20px;
    }
    .fondotalleres .btnInscribirse3{
        bottom: -40px;
    }
}
/*Javascript popup*/
.popContainer{
    border: 3px dashed #B2C798;
    border-radius: 15px;
}
.popContainer2{
    border: 3px dashed #B2C798;border-radius: 15px;
}
.titulopop{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size:60px;
    color: #877B66;
    margin-left: 20px;
}
.popText{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size:30px;
    color: #6C6C6C;
    margin-left: 20px;

}
.popConfirmar{
    background-color:  #B2C798;
    border: none;
    padding: 10px 10px 10px 10px;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #ffff;
    font-size: 30px;
    border-radius: 15px;
    margin-right: 20px;
}
.popCancelar{
    background-color:  #C57373;
    border: none;
    padding: 10px 10px 10px 10px;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #ffff;
    font-size: 30px;
    border-radius: 15px;
    margin-right: 20px;
}
.popOk{
    background-color:  #E2D686;
    border: none;
    padding: 10px 20px 10px 20px;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #ffff;
    font-size: 30px;
    border-radius: 15px;
    
}

.tituloPopReserva{
    font-family: 'Amatic SC', sans-serif;
    font-size: 50px;
    color: #E2D686 ;
    font-weight: 900;
    text-align: center;
}

/*Javascript popup newsletter*/
.inputpop{
    margin-top: 140px;
    color: white;
    background-color: white;
    margin-bottom: 0;
}


/* ¡Por una cultura con los pies en la tierra! */

.pies {
    height: 150px;
    width: auto;
    background-color: #E2D686;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.pies  p {
    font-size: 36px;
    color: #FFFFFF ;
    font-weight: 900;
    text-align: center;
}

@media ( min-width: 600px ){
    .pies p{
        font-size: 50px;
    }
    
}
@media ( min-width: 900px ){
    .pies p{
        font-size: 72px;
    }
    
}


 /*donde estamos*/
 .DondeEstamos {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    margin: 20px 30px 20px 30px;
    border: 3px dashed #B2C798;
}

.DondeEstamos div h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    color: #877B66;
}
.DondeEstamos div p{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #877B66;
    text-align: center;
    margin-top: 0;
}

.DondeEstamos iframe{
    margin-top: 10px;
    width:200px; 
    height:200px;
    border-radius: 15px;
}


@media ( min-width: 400px ){
    .DondeEstamos iframe{
        margin-top: 20px;
        width:300px; 
        height:200px;
    }
}
@media ( min-width: 900px ){
    .DondeEstamos{
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .DondeEstamos iframe{
        margin-top: 20px;
        margin-left: 20px;
        width:400px; 
        height:300px;
    }
    .DondeEstamos div{
        margin-right: 30px;
        margin-left: 20px;
    }
}
/*footer*/


footer {
    background-color: #877B66;
}
footer p{
    font-style: italic;
    margin: 20px 20px 20px 20px;
    padding: 10px 10px 10px 10px;

}
.contenedorFooter{
    background-color: #6C6C6C;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
}
.contenedorFooter div{
    padding: 10px 10px 10px 10px;
}
.contenedorFooter h2{
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.contenedorFooter p{
    color: white;
    margin-left: 10px;
}
.contenedorFooter div ul{
    margin-top: 0px;
}
.contenedorFooter div ul li{
    list-style: none;

}
.contenedorFooter div ul li a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: lighter;
    
}
.contenedor11{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.iconosInline{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.iconosInline2{
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    align-items: center;
}
@media (min-width: 600px){
    .contenedorFooter{
        flex-direction: row;
        align-items: center;
        height: 180px;
    }
    .contenedorFooter div ul{
        width: 170px;
        margin-top: 20px;
        margin-left: -10px;
    }
    .contenedorFooter p{
        font-size: 15px;
    }
    .contenedor11{
        margin-right: 70px;
    }
    
    .iconosInline2{
        margin-left: 0;
    }
    .iconosInline{
        margin-left: 0;
    }
    
}
@media (min-width: 900px){
    .contenedorFooter{
        justify-content: space-around;
        height: 180px;
    }
    .iconosInline2{
        margin-left: 0;
    }
    .iconosInline{
        margin-left: 0;
    }
    .contenedorFooter h2{
        margin-left: 35px;
    }
    .contenedor11{
        margin-right: 0px;
    }
    .contenedorFooter .contact-redes{
        margin-right: 30px;
    }
}
/* menu hamburguesa*/

#btnMenu {
    display: none;
}

#Menu {
    display: none;
}

@media only screen and (max-width: 900px){
    #btnMenu {
        display: block;
    }
    #Menu {
        display: block;
    }
    
    #btnMenu {
        
        display: block;
        position: relative;
        margin-top: -10px;
        top: 6px;
        right: 30px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }
    #btnMenu a {
        text-decoration: none;
        color: black;
        transition: color 0.3s ease;
        animation: ease;
    }
    #btnMenu a:hover {
        color:#ffdf64;
        letter-spacing: 0;
        transition: 0.5s;
    }
    #btnMenu input {
        display: block;
        width: 100%;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }
    #btnMenu span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #ffdf64;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }
    
    #menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 230px;
        margin: -100px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;
        background:#877B66;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    }
    #menu li {
        padding: 10px 0;
        font-size: 32px;
        font-family: 'Amatic SC', sans-serif;
        font-weight: bolder;
        
    }
    #menu li a {
        color: white;
    }
    #btnMenu input:checked~ul {
        transform: translate(-40%, 0);
        display: block;
        
    }
    #menu {
        display: none;
    }
}



/*PAGINA QUIENES SOMOS*/
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.contenedor7{
    height: 70px;
    position: relative;
    border-bottom: 5px dashed #867f64;
    display: flex;
    justify-content: center;

}
.contenedor9{
    height: 70px;
    position: relative;
    border-bottom: 5px dashed #B2C798 ;
    display: flex;
    justify-content: center;

}

.primeraSeccion{
    background-color:#867f64;
    padding: 0px 10px 0px 10px;
    position: absolute;
    bottom: -50px;
    border-radius: 15px;box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);

}
.quienesSomos h1{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    color: #FFDF64;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    
}
.primeraSeccion h2{
    position: absolute;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    color: #B2C798;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    bottom: 0px;
    top: 0px;
    left: 7px;
    
}

.primeraSeccion h5{
    font-family:'Roboto', sans-serif;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    color: #E2D686 ;
    font-size: 15px;
    margin-left: 20px;
    margin-right: 20px;
}
@media ( min-width: 900px ){
    .primeraSeccion{
        bottom: -60;
    }
    
    .primeraSeccion h5{
        font-size: 20px;
    }
    
}
.historia{
    margin-top: 50px;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
}
.historia h2{
    font-family: 'Amatic SC', sans-serif;
    color: #877B66;
    text-align: center;
    font-weight: 800;
    font-size: 60px;
    margin-left: 10px;
}
.historia p{
    font-family:'Roboto', sans-serif;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    color:  #867f64;
}
.segundop{
    font-weight: normal;
    color:  #ffffff;
    font-family: 'Amatic SC', sans-serif;
    font-weight: 900;
    font-size: 25px;
    background-color: #FFDF64;
    text-align: center;
    padding: 1px 10px 1px 10px;
    margin-top: 10px;

}
@media ( min-width: 900px ){
    
    .historia{
        margin-top: 70px;
        align-items: center;
        justify-content: space-around;
    }
    .historia h2{
        font-size: 65px;
        width: 40%;
        
        color:  #877B66;
        font-weight: bold;
    }
    .historia p{
        font-size: 15px;
        width: auto;
        margin-bottom: 0;
        text-align: center;
        padding-bottom: 20px;
        
    }
    .segundop{
        font-size: 25px;
        color: #ffff;
        font-weight: 900;
    }
}
.nuestroEspacio{
    margin: 20px 30px 20px 30px;
    border: 3px dashed #E2D686;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nuestroEspacio h3{
    font-family: 'Amatic SC', sans-serif;
    color: #867f64;
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 10px;
}
.nuestroEspacio p{
    font-family:'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    color: #B2C798 ;
    font-size: 15px;
    padding-left: 5px;
}
.nuestroEspacio h5{
    font-family: 'Amatic SC', sans-serif;
    font-weight: 900;
    text-align: center;
    margin-top: 0;
    color: #FFDF64 ;
    font-size: 35px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.contamos{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    justify-content: center;
}

.contamos ul{
    margin-top: 0;
    margin-bottom: 0; 
    margin-left: -20px;
}
.contamos li{
    background-color:#867f64 ;
    list-style: none;
    margin-top: 10px;
    text-align: center;
    font-family: 'Amatic SC', sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #ffff;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
    width: 190px;
    
}
@media (min-width : 400px){
    .contamos li{
        width: 250px;
        font-size: 30px;
    }
    .contamos ul{
        margin-left: 0;
    }
}
@media (min-width : 600px){
    .contamos{
        flex-direction: row;
    }
    
    .nuestroEspacio li{
        width: 275px;
    }
    .nuestroEspacio h3{
        font-size: 50px;
        margin-left: 10px;
        margin-bottom: 0;
        margin-top: 10px;
    }
}
@media (min-width : 900px){
    .contamos{
        flex-direction: row;
    }
    
    .nuestroEspacio li{
        width: 350px;
    }
    .nuestroEspacio h3{
        font-size: 50px;
        margin-left: 10px;
        margin-bottom: 0;
        margin-top: 10px;
    }
}
/*VIDEO*/
.videoresponsive{
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 0px;
}
.videoresponsive h2{
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    color:#B2C798;

}
.videoresponsive iframe{
    position: absolute;
    height: 90%;
    width: 90%;
    left: 20px;
    
}
@media(min-width:900px){
    .videoresponsive iframe{
        left:60px;
    margin-bottom: -10px;
    height: 70%;
    width: 90%;
    margin-left: 15px;
    
    }
    .videoresponsive h2{
        font-size: 40px;
    }
}


.comercializacion{
    background-color: #B2C798;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;

    
}

.comercializacion h3{
    font-family: 'Amatic SC', sans-serif;
    color: #867f64;
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 0;
    padding-top: 10px;
}
.comercializacion .parrafo-bolsones h1{
    font-family: 'Amatic SC', sans-serif;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    margin-top: 0;
}
.comercializacion .parrafo-bolsones p{
    font-weight: bold;
    color:  #ffffff;
    font-family:'Roboto', sans-serif;
    text-align: center;
    padding: 1px 10px 1px 10px;
    margin-top: 10px;
    font-size: 15px;
}
.comercializacion .parrafo-bolsones h5{
    
    font-family: 'Amatic SC', sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
       
}
.comercializacion .formulario{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #877B66;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    width: 270px;
    margin-bottom: 20px;
    
}
.comercializacion .formulario .controls{
    margin: 10px 10px 10px 10px;
    width: 250px;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    border: 0;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}

.comercializacion .reserva input {
    width: 100px;
    background-color: #877B66;
    border: 0;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    margin-top: 0;
    box-shadow: 0;
    color: #E2D686;
    
}
.comercializacion .formulario h1{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    color: #E2D686;
    margin: 0 10px 10px 10px;
}
@media ( min-width: 400px ){
    .comercializacion{
        margin-top: 100px;
        
    }
    .comercializacion .formulario{
        width: 320px;
   
    }
}
@media ( min-width: 600px ){
    .comercializacion{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        padding: 0 20px 0 20px;
        margin-top: 40px;
        
    }
    .comercializacion .parrafo-bolsones{
        width: 60%;
        margin-left: 20px;
       
    }
    .comercializacion .formulario{
        margin-top: 20px;
        margin-right: 40px;
        width: 400px;
    }
    .comercializacion .formulario h1{
        margin-left: 0;
        font-size: 60px;
    }
    .comercializacion .formulario input{
        width: 200px;
    }
    .comercializacion .parrafo-bolsones h1{
        margin-bottom: 20px;
    }
    .videoresponsive iframe{
        
        left: 40px;
        
    }
}
@media ( min-width: 900px ){
    .comercializacion{
        justify-content: space-around;
        margin-top: -40px;
    }
    .formulario{
        margin-right: 80px;
        width: 400px;
    }
    .parrafo-bolsones{
        width: 700px;
        
    }
}
@media ( min-width: 1100px ){
    .comercializacion{
        margin-top: -100px;
    }
}
.puntosComercializacion{
    margin: 20px 30px 20px 30px;
    border: 3px dashed #B2C798;
}
.puntosComercializacion h1{
    font-family: 'Amatic SC', sans-serif;
    color: #877B66;
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    margin-top: 20px;
}
.lugares{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Moron h2{
    font-family: 'Amatic SC', sans-serif;
    color: #B2C798;
    text-align: center;
    font-size: 35px;
    margin-bottom: 0;
    margin-left: 20px;
    font-weight: 900;
}
.Moron h4{
    font-family:'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    color: #B2C798 ;
    font-size: 15px;
}
.Moron2 h2{
    font-family: 'Amatic SC', sans-serif;
    color: #FFDF64;
    text-align: center;
    font-size: 35px;
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 900;
    
}
.Moron2 h4{
    font-family:'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    color: #FFDF64 ;
    font-size: 15px;
    text-align: center;
}
@media ( min-width: 600px ){
    .lugares{
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }
    .Moron{
        width: 50%;
        margin-left: 20px;
    }
    .Moron2{
        
        width: 50%;
    }
}
.puntosComercializacion p{
    font-family: 'Amatic SC', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    color: #877B66 ;
    font-size: 30px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}

.somosDondeEstamos {
    margin: 20px 0 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #E2D686;
    padding-bottom: 20px;
}

.somosDondeEstamos div h1 {
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    color: white;
}
.somosDondeEstamos div p{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: white;
    text-align: center;
    margin-top: 0;
}

.somosDondeEstamos iframe{
    margin-top: 20px;
    width:250px; 
    height:270px;
    border-radius: 15px;
}

@media ( min-width: 400px ){
    .somosDondeEstamos iframe{
        margin-top: 20px;
        width:330px; 
        height:300px;
    }
}
@media ( min-width: 600px ){
    .somosDondeEstamos{
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .somosDondeEstamos iframe{
        margin-top: 20px;
        margin-left: 20px;
        width:400px; 
        height:300px;
    }
}
@media ( min-width: 900px ){
    .somosDondeEstamos{
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .somosDondeEstamos iframe{
        margin-top: 20px;
        margin-left: 20px;
        width:400px; 
        height:300px;
    }
    .somosDondeEstamos div{
        margin-right: 20px;
    }
}

.tituloGaleria h2{
    font-weight: 900;
    font-size: 35px;
    text-align: center;
    margin-bottom: 0;
}
.tituloGaleria p{
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    margin-top: 0;
    color: #B2C798;
    margin-bottom: 0;
}
.tituloGaleria h5{
    font-weight: 900;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #877B66;
}

.galeria{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin:5px 10px 10px 10px;
}
.galeria h3 {
    padding: 1em;
    width: 100%;
}
figure{
    display: block;
}
.galeria figure{
    margin: 0px;
    position: relative;
    overflow: hidden;
}
.galeria figure img{
    height: auto;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    
}
.galeria img{
    object-fit: cover;
    object-position: left center;
    display: block;
    border: 1px dashed #E2D686;
    padding: 2px 2px 2px 2px;
}
@media (min-width:600px){
    .galeria figure img{
        height: auto;
        width: 170px;
        border: 2px dashed #E2D686;
    }
    .tituloGaleria h5{
        font-size: 30px;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
    }

}
@media (min-width:900px){
    .galeria figure img{
        height: auto;
        width: 220px;
        border: 3px dashed #E2D686;
        
}
.tituloGaleria h5{
    margin-left: 20px;
}
.tituloGaleria h2{
    font-size: 40px;
    
}
.tituloGaleria p{
    font-size: 30px;
}
}
/*PAGINA NOTICIAS*/
        
.imagenNoticias{
    display: flex;
    
    justify-content: center;
    border-bottom: 5px dashed #B2C798;
}

.noticiasPage{
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
.noticiasPage p{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: gray;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    text-justify: inter-character;
    }
 .noticiaTitulo{
        border-bottom: 3px solid #B2C798;
        display: flex;
        flex-direction: column;
       justify-content: center;
        align-items: center;
       
        margin-bottom: 40px;
}
.noticiaTitulo h1{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    color: black;
    margin-top: 0;
    margin-bottom: 0;  
    text-align: center;
}
.noticiaTitulo p{
    font-weight: bold;
    color: black;
}

@media (min-width :900px){
    .noticiasPage{
        margin-left: 80px;
        margin-right: 80px;
    }
}
.beneficios{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
}
.beneficios div h3{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: black;
    
    
}
.beneficiosCaja1 h3{
    margin-left: 10px;
}
.beneficiosCaja1{
    width: 90%;
    border-right: 3px solid #FFDF64 ;
    border-left: 3px solid #FFDF64 ;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 10px 10px 10px;
}
.beneficiosCaja2{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    background-color: #D3DEC3;
    border:2px dashed #877B66;
    padding: 10px 10px 10px 10px;
}
.beneficiosCaja2 h3{
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
@media (min-width :600px){
    .beneficios{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items:center;
    }
    .beneficiosCaja1{
        width: 50%;
        margin-right: 20px;
        margin-left: 20px;
        padding: 10px 10px 10px 10px;
    
    }
    .beneficiosCaja2{
        width: 40%;
        padding: 10px 10px 10px 10px;
    }
}
@media (min-width :900px){
    .beneficios{
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .beneficiosCaja1{
        width: 60%;
        margin-right: 20px;
        margin-left: 20px;
        padding: 10px 10px 10px 10px;
    
    }
    .beneficiosCaja2{
        width: 30%;
        padding: 10px 10px 10px 10px;
    }
}
.materiales h1{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    color:#877B66;
    margin-top: 0;
    margin-bottom: 10px;  
    text-align: center;

}
.materiales h5{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    color:#877B66;
    margin-top: 0;
    margin-bottom: 10px;  
    text-align: center;
}
@media (min-width :900px){
    .materiales h1{
        text-align: left;
    }
    .materiales h5{
        text-align: right;
    }
}
.plastico{
    border-bottom: 2px dashed #D3DEC3;
}
.papel{
    border-bottom: 2px dashed #E2D686;
    
}

.carton{
    border-bottom: 2px dashed #B2C798;
}
.materiales h4{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    color:#B2C798;
    margin-top: 0;
    margin-bottom: 10px;  
    text-align: left;
}

.noSePuede{
    margin-top: 40px;
    background-color:#E2D686 ;
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    margin-left: 20px;
    margin-right: 20px;

}
.noSePuede h3{
    margin-left: 10px;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    color:white;
    margin-top: 0;
    margin-bottom: 10px;  
    text-align: left;
}
.noSePuede h2{
    margin-left: 10px;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    color:white;
    margin-top: 0;
    margin-bottom: 10px;  
    text-align: left;
}
.noSePuede p{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: black;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    text-justify: inter-character;
    }

.w3-input{
    background-color: white;
    border-radius: 0;

}
.w3-section textarea{
    margin-left: 5px;
}
.w3-container{
    background-color: #E5E5E5;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.w3-container h2{
  
   font-size: 30px;
    font-weight: 900;
    margin-bottom: 0;
}
.w3-container p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.w3-xxlarge {
    color:#B2C798;
}
.w3-container button{
       
        background-color:#E5E5E5;
        font-weight: 900;
        font-size: 25px;
        color: black;
}
.leeMas{
    font-style: normal;
    color:black;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
}
.leeMas h3{
    font-size: 30px;
    font-weight: 900;
}

@media (min-width :900px){
    .noSePuede{
        margin-top: 40px;
        margin-left: 100px;
        margin-right: 100px;
    
    }
    .leeMas{
        margin-left: 100px;
        margin-right: 100px;
    }
    }





body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.secTitulo h1{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    color: #877B66;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;  
}
.secTitulo {
    background-color:#B2C798;
    padding: 0px 10px 0px 10px;
    position: absolute;
    bottom: -50px;
    border-radius: 15px;box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);

}
.secTitulo h2{
    position: absolute;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    color: #FFDF64;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    z-index: 0;
    bottom: 10px;
    right: 6.3%;
    top: 0px;
}
.fondonoticias1 img{
    width: 1115px;
    height: 220px;
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.fondonoticias1 h3{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}
.fondonoticias1 p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    text-align: center;
    }

.fondonoticias1 {
    background-color: #FFDF64;
    width: 1115px;
    height: 400px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin-top: 5em;
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    display: block;
    margin-left: 5em;
}
.fondonoticias1 a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: auto;
}
.muchasnoticias {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10em;
}

/*PAGINA VER MAS*/
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*registro*/
input{
    background-color: white;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    border: 0;
    font-size: 15px;
    padding: 5px;
}


.registro{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.registro h1{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    color: #6C6C6C;
    margin: -5px 10px -5px 10px;
}

.registro img{
    width: 250px;
    margin: 7px;
}

.bodyregistro main{
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    background-color: #cedbaf;
}

.boton input{
    border: 0;
    background-color: #cedbaf;
    font-family: 'Amatic SC', sans-serif;
    box-shadow: 0;
    color: #6C6C6C;
    font-size: 25px;
    padding: 4px;
    font-weight: 900;
}

.checkbox2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -10px 18px 1px 1px;
}

.checkbox2 p{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #6C6C6C;
}

.loginbox{
    display: flex;
    justify-content: center;
    margin-left: -25px;
}
.loginbox ul li{
    list-style: none;
    text-align: center;
}

/*login*/
#Logo img{
    width: 250px;
    margin: 7px;
}
.Registro input{
    font-family: sans-serif;
    font-style: normal;
    font-variant-position: super;
    color: #867f64;
    border: none;
    background-color: #cedbaf;
    text-decoration: underline;
    font-size: 12;
    margin: 1;
    padding: 1;
}
.loginmain{
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
}

.bodylogin main{
    background-color: #cedbaf;
}

#Logo h1{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    color: #6C6C6C;
    margin: -5px 10px -5px 10px;
}

#Logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Pagina de cuenta*/
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bodycuenta main{
    flex-grow: 1;
    background-color: #B2C798;
}


.perfilpag{
    height: 70px;
    position: relative;
    border-bottom: 5px dashed #867f64;
    display: flex;
    justify-content: center;

}
.perfilpag1{
    background-color:#867f64;
    padding: 0px 10px 0px 10px;
    position: absolute;
    bottom: -50px;
    border-radius: 15px;box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);

}

.perfilpag1 h2{
    position: absolute;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    color: #FFDF64;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    z-index: 0;
    bottom: 0;
    left: 7;
    
}

.perfilpag1 h1{
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    color: #ffffff;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}
@media ( min-width: 900px ){
    .perfilpag1{
        bottom: -60;
    }
   
}


.perfilmb h1{
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    color: #FFDF64;
    margin: 5px 10px -5px 10px;
    text-align: center;
}

.perfilmb {
    margin:20px 10px 10px 10px;
}

.perfilmb p{
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    color: #ffffff ;
    font-size: 20px;
}

.perfilmb  figure img{
    height: auto;
    width: 265px;
    height: 180px;
    margin-top: 45px;
    
}

.perfilmb img{
    object-fit: cover;
    object-position: left center;
    display: block;
    border: 1px dashed #877B66;
    padding: 2px 2px 2px 2px;
    border-radius: 10px;
}

.perfilmb figure{
    margin: 0px;
    display: flex;
    justify-content: center;
}

.infopersonal{
    display: flex;
    flex-direction: column;
    margin: 20px 30px 20px 30px;
    border: 3px dashed #E2D686;
}

.infopersonal h2{
    color: #867f64;
    text-align: center;
    font-weight: 800;
    font-size: 50px;
    margin-left: 10px;
    margin-top: 10PX;
    margin-bottom: 0;
}

.datosperfil{
    display: flex;
    flex-direction: column;
}

.datosperfil li{
    display: flex;
    justify-content: space-around;
}

.datitosperfil p{
    color: #faf4de;
    font-weight: 900;
    font-size: 22px;
    text-align: justify;
    
}
.datitosperfil input{
    background-color: white;
    border-radius: 5px;
    border: 0;
    font-size: 15px;
    color: black;
    font-weight: 900;
    width: 100px;
    height: 50px;
    margin-top: 10px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    
}

.modificar{
    text-decoration:none;
    color: #867f64;
    font-size: 30px;
    text-align: center;
    margin-top: 5px;
    font-weight: 900;
}

.infopersonal ul{
    margin: 0;
    padding: 0;
}
.infopersonal li{
    background-color:#867f64;
    list-style: none;
    margin-top: 10px;
    text-align: center;
    color: #ffff;
    margin-left: 25px;
    margin-right: 25px;
    padding: 5px 5px 5px 5px;
    border-radius: 15px;
    height: 80px;
}


.infopersonal input{
    font-size: 22px;
}
@media (min-width : 400px){
    .datitosperfil input{
        width: 170px;
        height: 50px;
        
    }
}
@media (min-width : 600px){
    .datosperfil ul{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: auto;
    
    }
    
    .infopersonal li{
        width: 250px;
        margin: 15px;
    }
}
@media (min-width : 900px){
    .datosperfil ul{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    
    .infopersonal li{
        width: 350px;
    }
}


.plantita{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E2D686;
}

.plantita h1{
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -25px;
    color: white;
}
.plantita p{
    font-size: 25px;
    font-weight: 900;
    color: white;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.plantita h3{
    font-size: 40px;
    color: #877B66;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 15px;
}

.plantita h5{
    font-size: 20px;
    color: #877B66;
    text-align: justify;
    margin-top: -10px;
}

.progreso{
    list-style: none;
    margin-bottom: 15px;
    margin-top: -15px;
    padding: 0;
}

.progreso li{
    display: flex;
    justify-content: center;
}

progress{
    width: 225px;
    height: 30px;
}

.plantita div{
    margin: 30px;
}
.plantita img{
    margin-top: 30px;
    width: 265px; 
    height: 180px;
    border-radius: 10px;
    object-fit: cover;
    object-position: left center;
    display: block;
    border: 1px dashed #877B66;
    padding: 2px 2px 2px 2px;
    border-radius: 10px;
}


 
@media ( min-width: 900px ){
    .plantita{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    
    .plantita div{
        width: 60%;
        margin: 30px;
    }
    
    .plantita img{
        margin: 20px;
        margin-left: -15px;
        width: 300px; 
        height: 200px;
    }
}

.inscri4 h4{
    font-family: sans-serif;
    color: #877B66;
    background-color: #B2C798;
    margin: 1px;
    padding: 1px;
    font-size: 20px;
}

.proximostalleres{
    margin: 20px 30px 20px 30px;
    border: 3px dashed #877B66;
}
.proximostalleres h1{
    color:  #E2D686;
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.proxtalleres{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inscri4 input{
    color:  #877B66;
    border: none;
    background-color: #B2C798;
    text-decoration: none;
    font-style: normal;
    font-size: 30px;
    font-weight: 900;
    margin: 10px;
    margin-bottom: 20px;
    padding: 1px;
}
.inscri4{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.hcompra{
    flex-grow: 1;
    background-color: #FFDF64;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;

}

.hcompra .parrafo-compra h1{
    color: #ffffff;
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    margin-top: 0;
    margin: 20px;
}
.hcompra .parrafo-compra p{
    font-weight: bold;
    color:  #ffffff;
    text-align: justify;
    padding: 1px 10px 1px 10px;
    margin: 20px;
    font-size: 20px;
}
.hcompra .parrafo-compra h5{
    font-weight: 900;
    font-size: 30px;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 20px;
       
}
.comercializacion2{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;

}
.comercializacion2 .formulario{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #877B66;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    width: 220px;
    margin-bottom: 20px;
    
}
.comercializacion2 .reserva input {
    width: 100px;
    background-color: #877B66;
    border: 0;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    margin-top: 0;
    box-shadow: 0;
    color: white;
    text-decoration: none;
    margin-bottom: 0;
    
}
.comercializacion2 .formulario h1{
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: #E2D686;
    margin: 0 10px 0 10px;
    text-align: center;
}
@media ( min-width: 400px ){
    .comercializacion2 .formulario{ 
        width: 300px;
        
    }
}
@media ( min-width: 900px ){
    .comercializacion2{
        justify-content: space-around;
    }
    .formulario{
        margin-right: 80px;
        width: 400px;
    }

}



@media ( min-width: 800px ){
    .hcompra{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        padding: 0 20px 0 20px;
       
        
    }
    .hcompra .parrafo-compra{
        width: 60%;
        margin-top: -45px;
        margin-bottom: -40px;
    }
    .hcompra .formcompra h1{
        margin-left: 0;
        font-size: 60px;
    }
    .hcompra .formcompra input{
        width: 200px;
    }
    .hcompra .parrafo-compra h1{
        margin-bottom: 20px;
    }
    .comercializacion2{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        padding: 0 20px 0 20px;
       
        
    }
    .comercializacion2 .formulario{
        margin-top: 20px;
        margin-right: 40px;
        width: 400px;
    }
    .comercializacion2 .formulario h1{
        margin-left: 0;
        font-size: 50px;
    }
    .comercializacion2 .formulario input{
        width: 200px;

    }
}
@media ( min-width: 900px ){
    .hcompra{
        justify-content: space-around;
    }
    .formcompra{
        margin-right: -40px;
        width: 400px; 
        height: 300px;
    }
}

.cerrarsesion{
    display: flex;
    justify-content: center;
    
}

.cerrarsesion input{
    background-color: #B2C798;
    font-size: 30px;
    color: #FFDF64;
    font-weight: 900;
    
}

/*QUIZ*/
.contenedor8{
    height: 70px;
    position: relative;
    border-bottom: 5px dashed #E2D686;
    display: flex;
    justify-content: center;

}
.segundaSeccion{
    background-color:#E2D686;
    padding: 0px 10px 0px 10px;
    position: absolute;
    bottom: -50px;
    border-radius: 15px;box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);

}
.testTitulo{
    margin-bottom: 70px;
}
.testTitulo h1{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    color: #877B66;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    
}
.segundaSeccion h2{
    position: absolute;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    color: #B2C798;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    bottom: 0px;
    top: 0px;
    left: 7px;
    
}


@media ( min-width: 900px ){
    .segundaSeccion{
        bottom: -60;
    }
    
}

/*instrucciones- primera pantalla*/
.custom-box {
    max-width: 700px;
    background-color: #D3DEC3;
    margin: 40px auto;
    padding: 30px;
    border-radius: 15px;
    font-family: 'Amatic SC', sans-serif;
    font-weight: 900;
    animation: fadeInRight 1s ease;

}
@keyframes fadeInRight{
    0%{
        transform: translateX(40px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}

.custom-box::before,
.custom-box::after{
    content: '';
    clear: both;
    display: table;
}
.hide{
    display: none;
}
.home-box h3 {
    font-size:25px;
    color: #6C6C6C;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 25px;
}
.home-box p{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 22px;
    color:#6C6C6C;
    font-weight: 900;

}

.home-box p span{
    font-weight: 900;
}
.home-box .btn{
    margin-top: 10px;
}

.btn{
    padding: 7px 20px ;
    background-color: #B2C798;
    color: white;
    border: none;
    border-radius: 10px;
    font-family: 'Amatic SC', sans-serif;
    font-weight: 900;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    
    
}
@media (min-width : 600px){
    .home-box h3{
        font-size: 30px;
    }
    .home-box p{
        font-size: 25px;
    }
    .btn{
        font-size: 25px;
    }
    .home-box .btn{
        margin-top: 20px; 
    }
}

/*segunda pantalla*/
.quiz-box .question-number,
.quiz-box .question-text,
.quiz-box .option-container,
.quiz-box .next-question-btn,
.quiz-box .answers-indicator{
    width: 100%;
    float: left;
}

.quiz-box .question-number{
    font-size: 20px;
    color:#6C6C6C;
    font-weight: 900;
    font-family: 'Amatic SC', sans-serif;
    border-bottom: 3px dashed white;
    padding-bottom: 10px;
    line-height: 25px;
}
.quiz-box .question-text{
    font-family: 'Amatic SC', sans-serif;
    font-size: 25px;
    color: #6C6C6C;
    line-height: 28px;
    font-weight: 900;
    padding: 10px 0;
    margin: 0;
}

.quiz-box .option-container .option{
    background-color: white ;
    padding: 10px 10px;
    font-size: 20px;
    line-height: 22px;
    color:#B2C798;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: capitalize;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
    position: relative;
    overflow: hidden;

}
@keyframes fadeIn{
    0%{
        opacity:0;
    }
    100%{
        opacity: 1;
    }
}

@media (min-width : 600px){
    .quiz-box .option-container .option{
        font-size: 25px;
        padding: 13px 15px;
    }
    .quiz-box .question-number{
        font-size: 30px;
    }
    .quiz-box .question-text{
        font-size: 30px;
        padding: 20px 0;
    }
}
.quiz-box .option-container .option.correct::before{
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color:#B2C798;
z-index: -1 ;
animation: slideInLeft .5s ease forwards;
}
.quiz-box .option-container .option.wrong::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:#C57373;
    z-index: -1 ;
    animation: slideInLeft .5s ease forwards;
    }

.quiz-box .option-container .option.already-answered{
    pointer-events: none;
}
@keyframes slideInLeft{
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(0%);
    }
}
.quiz-box .option-container .option.correct{
 color: #6C6C6C ;

}

.quiz-box .option-container .option.wrong{
    color: #ffffff;
    }
    
.quiz-box .btn{
    margin-bottom: 10px;
}
.quiz-box .answers-indicator{
    border-top: 3px dashed white;
}
.quiz-box .answers-indicator div{
    height: 30px;
    width: 30px;
    display: inline-block;
    background-color: white;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: 15px;
}
@media (min-width : 600px){
    .quiz-box .answers-indicator div{
        height: 40px;
        width: 40px;
    }
    .quiz-box .btn{
        margin:15px 0;
    }
}
.quiz-box .answers-indicator div.correct{
    background-color: #B2C798;
    background-image: url("quiz/img/correct.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.quiz-box .answers-indicator div.wrong{
    background-color: #C57373;
    background-image: url("quiz/img/wrong.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

/*tabla resultados*/
.result-box {
    text-align: center;
}
.result-box .hide{
    display: none;
}

.result-box h1 {
    font-family: 'Amatic SC', sans-serif;
    font-size: 27px;
    color: #6C6C6C;
    font-weight: 900;
    line-height: 42px;
}

.result-box table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    
}
.result-box table td {
    border: 3px dashed  #B2C798;
    background-color:white ;
    text-align: left;
    padding: 5px 8px;
    font-family: 'Amatic SC', sans-serif;
    color:#877B66;
    font-weight: 900;
    font-size: 25px;
    width: 50%;

}
.result-box .btn{
    margin-right: 20px;
}

@media (min-width:600px){
    .result-box h1 {
        font-size: 36px;
    }
    .result-box table {
        margin: 30px 0;
        
    }
}
@media(max-width: 767px){
    .result-box .btn{
        margin-bottom: 15px ;
    }
    body{
        padding:15px ;
    }
}

/*PAGINA CONTACTO*/
.contenedor-contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-redes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-redes h2{
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0;
    color: #877B66;
}
.contact-redes div ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
}
.contact-redes div ul li{
    list-style: none;
    padding-left: 10px;
    padding-right: 30px;
    
}


.Contactanos{
    background-color: #B2C798 ;
    border-radius: 15px;
}
.Contactanos h2{
    font-size: 40px;
    color: white;
}
.Contactanos i{
    color: white;
}
.Contactanos button{
    background-color:  #B2C798 ;
    color: white;
    font-weight: 900;
    font-size: 30px;
}
@media (min-width:600px){
    .contenedor-contact{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .Contactanos{
      width: 400px;
    }
}
@media (min-width:900px){
    .contenedor-contact{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .Contactanos{
      width: 500px;
    }
    .contact-redes h2{
        margin-left: 15px;
    }
}

/*PAGINA GALERIA */
* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .header {
    text-align: center;
    padding: 32px;
  }
  .secTitulo2 h1{
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    color: #877B66;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;  
}
.secTitulo2 {
    background-color:#B2C798;
    padding: 0px 10px 0px 10px;
    position: absolute;
    bottom: -50px;
    border-radius: 15px;box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);

}
.secTitulo2 h2{
    position: absolute;
    font-family: 'Amatic SC', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    color: #FFDF64;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    z-index: 0;
    bottom: 0px;
    left: 7px;
    top: 100;
}
  
  .row {
    display: -ms-flexbox; /* IE 10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE 10 */
    flex-wrap: wrap;
    padding: 0 4px;
    margin-bottom: 20px;
  }
  .pGaleria{
      font-size: 30px;
      font-weight: 900;
      margin-bottom: 10px;
  }
  
  /* Create two equal columns that sits next to each other */
  .column {
    -ms-flex: 50%; /* IE 10 */
    flex: 50%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
  }
  
  /* Style the buttons */
  .btnGaleria {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color:#B2C798;
    cursor: pointer;
    font-size: 18px;
    border-radius: 15px;
    margin-top: 0;
    margin-bottom: 0px;
    color: white;
    font-weight:900;
  }
  
  .btnGaleria:hover {
    background-color: #E2D686;
  }
  
  .btnGaleria.active {
    background-color:#D3DEC3;
    color: white;
  }
  .margenInferior{
      margin-bottom: 0px;
  }