*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body{
    
    margin: 0;
    font-family:"Century Gothic";
}



.Estilo1{color:#F9F8F5;font-family:Arial;font-size:16px}
.Estilo2{color:#5a361b;font-family:Arial}

.Estilo3{font-family:"Century Gothic";font-size:16px;line-height:1.5em;letter-spacing:0.2pt;word-spacing:1pt}

.Estilo4{font-family:Arial, sans-serif;font-size:14px;LINE-HEIGHT:1.5em;}

.Estilo30{font-family:Arial,sans-serif;font-size:14px;color:#000;}

.Estilo5{font-family:Verdana;font-size:14px;color:#a56a38}
.Estilo6{font-family:Arial,Helvetica,sans-serif;font-style:italic;font-size:20px}
.Estilo7{font-size:16px;font-weight:bold}
.Estilo8{color:#fff;font-family:Arial;}

.Estilo10{font-family:Arial;font-weight: lighter; font-size:25px;color:#5a361b}
.Estilo11{font-family:Arial;font-size:15px;color:#5a361b}

.Estilo19{font-family:'monotype corsiva';font-size:18px;color:#c93}
.Estilo20{font-family:'Edwardian script ITC';font-size:42px;color:#5a361b}
.Estilo18{font-family: 'Satisfy',cursive;font-size:24px;color:#5a361b}
.Estilo21{font-family:Verdana;font-size:10px;color:#a56a38}
.Estilo22{font-family:Verdana;font-size:10px}
h1{letter-spacing:2px;font-family:Arial;font-size:1.5rem;color:#5a361b} 
h2{letter-spacing:2px;font-family:Arial;font-size:18px;color:#5a361b;     margin: 10px auto 15px;
} 

.pdatos {font-family:Verdana;font-size:10px;color:#a56a38;}


/*-++--++--+---+-+----+-+-+------+-CONTAINER---------+--+-+-+-++--+-+-+-+-+*/

.title{
    margin: 120px auto 80px;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    letter-spacing:2px;
    border-color: #fff;
    color:#5c2800;
} 

hr{
    margin: auto;
    width: 65%;
}


.seccion {
    box-shadow: 7px 7px 7px 7px rgba(99, 99, 99, 0.817);
    margin: 40px auto;
    border-radius: 20px;
    padding: 10px;
    width: 80%;
    height: 40%;

    display: flex;
    justify-content: flex-end;
	


}


.texto a{
    font-family:Arial;
    font-size:18px;
    color:#5a361b
}




.imagen img{
            width: 350px;
            height: 192px;
}


.imagen1{
    width: 140px;
    height: 128px;
    

}

.imagen, .imagen1{

    margin: auto;
    display: flex;
    justify-content: center;

}


.claseh2 {  
letter-spacing:-0.01em;
font-family:Arial;
font-size: 1.4rem;
color:#5a361b ;
  margin-bottom: 0px;
 
}

h3 {  
font-family:"Century Gothic";
font-size: 1rem;
line-height:1.5em;
letter-spacing:0.04em;
word-spacing:0.2rem;
 font-weight: bold;
  margin-bottom: 0px;
 
}

.enlace-parrafo {

font-family:"Century Gothic";
font-size: 1rem;
line-height:1.5em;
letter-spacing:0.04em;
word-spacing:0.2rem;
cursor: pointer;

}
.enlace-parrafo:hover {
  text-decoration: blink; /* O cualquier efecto visual deseado */
  
        
        margin:  auto;
        display: flex;
        width: 100%;
        flex-direction: column;

    }


/*-++--++--+---+-+----+-+-+------+-TEXTO FINAL--------+--+-+-+-++--+-+-+-+-+*/

.textofinal{
    width:80%;
    text-align: center;
    margin: auto;
}

.textofinal p{
    text-align: center;
    padding-top: 30px;
}

.left{
  width: 100%;
  text-align: left;
  margin-top: 30px;
}

/*-++--++--+---+-+----+-+-+------+-IMAGENES FINALES CON FORMULARIO--------+--++--++--+-+-+-+-++-+--+-+-+-++--+-+-+-+-+*/

.img-form{
    width:80%;
    background-color: #ffffff1b;
    text-align: center;
    margin: 100px auto;
    padding: 40px;
    box-shadow: 2px 2px 10px 10px #828282;
    border-radius: 20px;
}


.img-form img{
    width:800px; 
    margin: 20px;
    height:555px;
}

.img-form p{
    width: 90%;
    margin: auto;
}

.img-form h2{
    margin: 10px;
    text-decoration: none;
}


.contenedor .form .select{
    padding: 6px;
    font-weight: bold;
    color: #070707;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 5px 2px #898989;
    border-radius: 10px;
		margin: auto;
    
	display: flex;
    flex-direction: column;
    justify-content: center;

}






.test{
    background: rgba(0,0,0,.7);
    border: none;
    outline: none;
    text-align: center;
    border-bottom: 4px solid #5a361b;
    width: 80%;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 7px;
    font-size: 16px;
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
		margin: auto;
    
	display: flex;
    flex-direction: column;
    justify-content: center;

}

.formulario {
	
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	display: flex;
   
}

.formulario__label {
	display: block;
	font-weight: 700;
	padding: 10px;
	cursor: pointer;
}

.formulario__grupo-input {
	position: relative;
}

.formulario__input {
	width: 80%;
	
	background: #e3e2e2;
	border: 3px solid transparent;
	border-radius: 3px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px 0 10px;
	transition: .3s ease all;
	margin: auto;
    
	display: flex;
    flex-direction: column;
    justify-content: center;

	
   
}

.formulario__input:focus {
	border: 3px solid #b38204;
	outline: none;
	box-shadow: 3px 0px 30px rgba(163,163,163, 0.4);
}

.formulario__input-error {
	font-size: 12px;
	margin-bottom: 0;
	display: none;
}

.formulario__input-error-activo {
	display: block;
}

.formulario__validacion-estado {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}


.formulario__grupo-btn-enviar {
	grid-column: span 2;
}

.formulario__mensaje {
	height: 45px;
	line-height: 45px;
	background: #af0303;
	padding: 0 15px;
	border-radius: 3px;
	display: none;
}

.formulario__mensaje-activo {
	display: block;
}

.formulario__mensaje p {
	margin: 0;
}

.formulario__grupo-btn-enviar {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.formulario__btn {
	height: 45px;
	line-height: 45px;
	width: 80%;
	background: #7e5802;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}

.formulario__btn:hover {
	box-shadow: 3px 0px 30px rgba(163,163,163, 1);
}

.formulario__mensaje-exito {
	font-size: 14px;
	color: #119200;
	display: none;
}

.formulario__mensaje-exito-activo {
	display: block;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario__grupo-correcto .formulario__validacion-estado {
	color: #1ed12d;
	opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
	color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
	color: #bb2929;
	opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
	border: 3px solid #bb2929;
}

.contenedor .form .input{
    background: rgba(0,0,0,.7);
    border: none;
    outline: none;
    text-align: center;
    border-bottom: 4px solid #5a361b;
    width: 80%;
    margin: auto;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 7px;
    font-size: 16px;
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.contenedor .form .label{
    display: block;
    color: #050505;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-bottom: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.contenedor{
    background: #ffffff;
    width: 80%;

    box-shadow: 5px 5px 10px 12px #929292fd;
    margin: auto;
    margin-top: 40px;
    border-radius: 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contenedor .form .input, .textarea{
    background: rgba(0,0,0,.7);
    border: none;
    outline: none;
    text-align: center;
    border-bottom: 4px solid #5a361b;
    width: 80%;
    margin: auto;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 7px;
    font-size: 16px;
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.contenedor img{
    width:800px; 
    margin: auto;
    height:555px;

}

.contenedor h2{
    margin: auto;
	    padding: 30px;
		    display: flex;
    flex-direction: column;
    justify-content: center;



}

.contenedor .form h2{
    margin: auto;
	    padding: 30px;


}

.pdatos {
    font-family:Verdana;
    font-size:12px;
    color:#a56a38;
    text-align:left;
    margin: 0px auto 20px;
    width: 75%;
}

.textop{
    width: 90%;
    color: #000000;
font-family:"Century Gothic";
font-size:14px;
line-height:1.5em;
letter-spacing:0.2pt;
word-spacing:1pt;
margin: 20px 20px 20px 60px;
	    justify-content: center;
    display: flex;
	    text-align: center;


    
}

.seccion p{
margin: 10px 20px 20px 50px;
}
.seccion h3{
margin: 20px 20px 10px 50px;
}

.textofinal p{
margin: 60px auto;
}





/*+--+-+-++-+-+-+-+-+-+-+-+----+-+-+-+@ MEDIAS-+-+---++--++--+-++---++-+--+-++--+-++--+-+-+-+-+-+-+-+--+-+-+-+--+*/



@media screen and (min-width:360px) and (max-width:700px){
nav{
    padding: 10px;
}

ul.menu{
    display: none;
    flex-direction: column;
}
h2{letter-spacing:2px;font-family:Arial;font-size:14px;color:#5a361b} 
.Estilo10{font-family:Arial;font-weight: lighter; font-size:14px;color:#5a361b}
.Estilo3{font-family:"Century Gothic";font-size:14px;line-height:1.5em;letter-spacing:0.2pt;word-spacing:1pt}


.claseh2 {  
letter-spacing:-0.01em;
font-family:Arial;
font-size: 1.5rem;
color:#5a361b ;
 padding: 15px;
     text-align: center;

}
.enlace-parrafo {
font-family:"Century Gothic";
font-size: 1rem;
line-height:1.5em;
letter-spacing:0.04em;
word-spacing:0.2rem;
cursor: pointer;

}

    .textopa{
        
        margin: auto;
        display: flex;
        width: 100%;
        flex-direction: column;

    }
	.seccion p{
margin: 20px auto;
}
	.seccion h3{
margin: 20px auto 10px;
}



.boton{
    display: block;
    color: #ffffff;
}



        .formulario {
            grid-template-columns: 1fr;
        }
    
        .formulario__grupo-terminos, 
        .formulario__mensaje,
        .formulario__grupo-btn-enviar {
            grid-column: 1;
        }
    
        .formulario__btn {
            width: 100%;
        }

    .seccion{
        
        margin: 50px auto;
        display: flex;
        width: 90%;
        flex-direction: column;

    }


    .texto h2{
 text-align: center;
 

    } 
    
    .texto p{
        text-align: center;
    }
   
    .imagen{
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
    }


.contenedor img{
    margin: auto;
    width: 100%;
    height: 250px;
	        display: flex;
        justify-content: center;

    }
	

        .img-form{
            width:100%;
			
            background-color: #ffffff1b;
            text-align: center;
            box-shadow: 2px 2px 5px 5px #989898;
            border-radius: 20px;
        }

.img-form img{
    width: 360px;
    height: 250px;
	        display: flex;
			            justify-content: center;


    }



    .contenedor-form .form .textarea{
        width: 100%;
        height: 80px;
        margin: auto;
    }

    .img-form .contenedor-form .btn-submit{
        width: 90%;
        margin: auto;
    }

 

    .texto h2, .texto p{
        text-align: center;
        
    
        } 

    
        .imagen img{
            width: 350px;
            height: 220px;
        }
        .Estilo10{
            margin: 10px auto 5px;
            text-decoration: none;
            font-weight: normal;
        }

        .img-form{
            width:100%;
			
            background-color: #ffffff1b;
            text-align: center;
            box-shadow: 2px 2px 5px 5px #989898;
            border-radius: 20px;
        }

        .contenedor{
        width: 90%;
        
    }


    .contenedor .form .input, .textarea{
        width: 90%;
        margin: 0px auto 20px;
    }


        .pdatos{
            margin: 20px auto 0px;
            text-align: center;
            width: 90%;
        }
        
.textop{
    width: 90%;
    color: #000000;
font-family:"Century Gothic";
font-size:14px;
line-height:1.5em;
letter-spacing:0.2pt;
word-spacing:1pt;
margin: 20px auto;
	    justify-content: center;
    display: flex;
	    text-align: center;


    
}


}

@media screen and (min-width:700px) and (max-width:1000px) {
h2{letter-spacing:2px;font-family:Arial;font-size:14px;color:#5a361b} 
.Estilo10{font-family:Arial;font-weight: lighter; font-size:14px;color:#5a361b}
.Estilo3{font-family:"Century Gothic";font-size:12px;line-height:1.5em;letter-spacing:0.2pt;word-spacing:1pt}

.claseh2 {  
letter-spacing:-0.01em;
font-family:Arial;
font-size: 1.4rem;
color:#5a361b ;
 padding: 10px;
 
}
.enlace-parrafo {
font-family:"Century Gothic";
font-size: 1rem;
line-height:1.5em;
letter-spacing:0.04em;
word-spacing:0.2rem;
cursor: pointer;

}
.enlace-parrafo:hover {
  text-decoration: blink; /* O cualquier efecto visual deseado */
  
        
        margin:  auto;
        display: flex;
        width: 100%;
        flex-direction: column;

    }

    .formulario {
        grid-template-columns: 1fr;
    }

    .formulario__grupo-terminos, 
    .formulario__mensaje,
    .formulario__grupo-btn-enviar {
        grid-column: 1;
    }

    .formulario__btn {
        width: 100%;
    }


    .seccion{
        
        margin: 50px auto;
        
        display: flex;
        width: 90%;
        flex-direction: column;

    }

    .texto h2, .texto p{
        text-align: center;
        
    
        } 
.contenedor img{
    margin: auto;
    width: 370px;
    height: 250px;
	        display: flex;
        justify-content: center;

    }

        .imagen{
            width: 100%;
            margin: auto;
            display: flex;
            justify-content: center;
        }
    
        .imagen img{
            width: 350px;
            height: 220px;
        }

        .img-form{
            width:100%;
			
            background-color: #ffffff1b;
            text-align: center;
            box-shadow: 2px 2px 5px 5px #989898;
            border-radius: 20px;
        }
		.img-form img{
    width: 360px;
    height: 250px;
	        display: flex;
			            justify-content: center;


    }


        .Estilo10{
            margin: 10px auto 5px;
            text-decoration: none;
            font-weight: normal;
        }



        .contenedor-form .form .textarea{
            width: 90%;
            height: 80px;
            margin: auto;
        }


        .pdatos{
            margin: 20px auto 0px;
            text-align: center;
            width: 90%;
        }
        .textop{
    width: 90%;
    color: #000000;
font-family:"Century Gothic";
font-size:14px;
line-height:1.5em;
letter-spacing:0.2pt;
word-spacing:1pt;
margin: 20px auto;
	    justify-content: center;
    display: flex;
	    text-align: center;


    
}

}
