@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Merriweather:300,300i,400,400i,700,700i,900,900i');


html, body {
    box-sizing: border-box;
}

*{
    margin: 0;
    padding: 0;
}

body{
	background-color: #faf1dc;
}
h1, h2,h3, h4, h5, h6 {
    font-family:"Merriweather", serif;
	font-size: 32px;
	color:#004d99;
}
p{
	font-family:"Lato", san-serif;
	font-size: 32px;
}

/* ------------------- presentación de la App-------------------*/

.contenedor{
	
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
	.marca__logo{
		display :block;
		margin: auto;
		width: 140px;
		margin-bottom: 10px;
		

		
		
	}

	.marca__titulo{
		margin-top: 1px;
		text-transform: uppercase;
		text-align: center;
		color:#cc99ff;
		font: 400 2.5em "Lato", san-serif;
	}
	
	.marca__titulo::after{
		display: block;
		margin: auto;
		width: 210px;
		height: 2px;
		content: '';
		background: #004d99;
}


	.marca__parrafo{
		margin-top: 5px;
		font: 400 1.3em "Merriweather", san-serif;
		text-align: center;
		color: #004d99;
		letter-spacing: 0.15em

	}


/*-----------------Aqui empieza el header-----------------*/

.header{
    position: fixed;
	top:0;
	z-index: 1000;
    height: 4em;
    width: 100%;
    background-color: #cc99ff;
	box-shadow: 0 1px 4px 2px rgba(82, 38, 10, 0.51);
}
    .header__contenedor{

		display: flex;
        justify-content: space-between;
		align-items: center;
        height: 100%;
    }
    .header__logo{
        display: block;
        width: 50px;
		margin-left: 15px;
		border-radius: 50%;
		box-shadow: 0 0 8px 2px rgba(82, 38, 10, 0.51);
		
		
            
    }
    .header__titulo{
		text-transform: uppercase;
		color:#fff8ea;
		font:400 2em 'Merriweather';
		
	
}
    .icon-menu{
        display: block;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        font-size: 28px;
        color: #fff7e6;
        line-height: 50px;
        border-radius: 5px;
        text-align: center;
        cursor: pointer;
	}

    .header__nav{
        position: absolute;
        top: 4.1em;
       	right: -100%;
		transition: all 1s;
		box-shadow: -2px 2px 5px 2px rgba(90, 66, 100, 0.57);
		
		
	}
    
	.mostrar{
    	right: 0px;
		
}

.menulist__items{
	border-bottom: none;
    list-style: none;
	
}
 

	.menulist__links{
        display: block;
        padding: 15px;
        width: 200px;
		background: #cc99ff;
        text-decoration: none;
		color: #fff7e6;
		font: 400 1.1em 'Merriweather';
		line-height: 1.3em;
    
    }

	.menulist__links:hover{
	 	color:#5a4264;
		 background:#faf1dc;
	}
.subheader{
    position:fixed;
	height: 3em;
    width: 100%;
    background-color:#004d99;
	z-index: -1000;
	top:4em;
	
	
}
.subheder__titulo{
	padding: 5px;
	color: #fff7e6;
	text-align: center;
	font: 300 1.6em 'Merriweather', sans-serif;
	
	
}


/*-----------------Aqui empieza el main-----------------*/


.slide{
	position: relative;
	width: 100%;
	margin-top: 4em;
	height: 245px;
	z-index: 10;
	background: transparent;
	
}
	.slide .slide__list .slide__item{
		width: 100%;
	}
	.slide .slide__item .slidershow__img{
		width: 100%;
/*		height: 245px;*/
		
	}
	.slide__list .slide__parrafo{
		position: absolute;
		width: 100%;
		height: 245px;
		top:0;
		color:#eee;
		
	}
	.slidershow__img{
		display: block;
		position: absolute;
		height: 250px;
/*		width:900px;*/
		object-fit: cover;
		object-position:center;
		background-blend-mode: color-burn;
		

}
	
	.slide__item{
		list-style: none;
	
}
	.slide__titulo{
		position: absolute;
		width: 70%;
		margin:30px 0px 10px 20px;
		font:700 2.4em 'Merriweather';
		text-transform: uppercase;
		line-height: 1em;
		color:#004d99;
		text-shadow:  1px 1px 40px rgba(255, 247, 230, 0.18);
	}
	.slide__description{
	    position: absolute;
		font:400 1.1em 'Lato';
		width: 70%;
		margin:112px 0px 10px 20px;
		line-height: 1.1em;
		color: #fff;
		text-shadow:  1px 1px 20px rgba(0, 0, 0, 0.92);
		letter-spacing: 1.0px;
}

	.slide__link{
		position: absolute;
		display: block;
		width: 25%;
		margin:180px 0 10px 20px;
		padding: 7px;
		color: #fff;
		font:700 1em 'Lato';
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
/*		background: transparent;*/
		line-height: 1.5em;
		border: 1px solid #fff;
		cursor: pointer;
		z-index: 200;
		letter-spacing: 1.0px;
	
}	
	.slide__link:hover{
		background-color: #5a4264;
		border:none;
		color: #fff7e6;
}


.pagination{

	position: absolute;
	display:flex;
	justify-content: center;
	width: 100%;
	list-style: none;
	margin:-30px 0;
	color: rgba(255, 247, 230, 0.33);
	margin-bottom: 20px;
	z-index: 50;
	
}
.pagination .icon-circle{
	font-size: 15px;
	margin:10px 4px;
	cursor: pointer;
	display: inline-block;
	
}

/*-----------------comienzo de la segunda seccion-----------------*/

.conteiner{
	
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top:10px;
	width: 100%;
	height: 420px;
	
}
	.conteiner__articulo{
		flex:0 0 44%;
		height: 200px;
		padding-left: 15px;
		padding-bottom: 5px;
		margin-left: 0;
		background: blue;
				
	}
.conteiner__articulo:nth-child(1){
	background-image: url(../imagenes/novedades.jpg);
	background-size: cover;
}


.conteiner__articulo:nth-child(2){
	background-image: url(../imagenes/perfil.jpg);
	background-size: cover;

}
.conteiner__articulo:nth-child(3){
	background-image: url(../imagenes/hilarlogo.jpg);
	background-size:cover;
}
.conteiner__articulo:nth-child(4){
	background-image: url(../imagenes/innovacion.jpg);
	background-size: cover;
}
	.conteiner__titulo{
		width: 90%;
		margin:15px 0;
		font:500 1.5em 'Merriweather';
		text-transform: uppercase;
		line-height: 1em;
		color:#004d99;
		margin-bottom: 0.3em;
			
	}
	.conteiner__texto{
		
		font:400 1em 'Lato';
		width: 90%;
		margin: 10px 0; 
		line-height: 1em;
		color:#fff;
		margin-bottom: 20px;
	}

.conteiner__link{
		text-decoration: none;
		color:#eee;
		border: 1px solid #fff;
		padding: 0.3em;
}

.conteiner__link:hover{
		background-color: #004d99;
		border:none;
		color: #fff7e6;
}


/*-----------------estilos de footer-----------------*/

.footer{
    display: flex;
	align-self: flex-end; 
    background: #cc99ff;
    width: 100%;
    
}

	.footer__contenedor{
    padding:10px;
    width: 100%;
    

}
   

	.footer__legales{
    font: 300 .8em 'Lato', sans-serif;
    text-align: left;
    color:#eee;
		text-align: center;
}
    
/*------------------subheader otras pantallas------------------*/

.contenidos{
	position: relative;
	width: 100%;
	min-height: 100px;
	margin-top: 4em;
}

.contend{
	width: 100%;
	margin-top: 3em;
	color: #004d99;
}

.contend__parrafo{
	font:400 1em 'Lato';
	width: 90%;
	padding-left: 15px;
	padding-top: 20px;
	margin: auto;
	margin-top: 110px;
	
}

/*--------------atributosquienes somos--------------*/

.aributos{
	width: 90%;
	background: #004d99;
	margin: auto;
	padding:2px;
	margin-top: 10px;
	
	
}
.atributo__titulo{
	color: #fff7e6;
	font: 400 1.5em 'Merriweather', serif;
	text-align: center
}

.atributo__titulo::after{
	content: '';
	display:block;
	height: 2px;
	width: 100%;
	background: #fff7e6;
}
.atributo__parrafo{
	font:400 1em 'Lato';
	color:#faf1dc;
	width: 80%;
/*	text-align: center;*/
	margin: auto;
	margin-top:10px;
	padding-bottom:10px;
}

/*---------------novedadesnotas---------------*/

.notas{
margin-top: 7em;	
}

.notas__titulo, .notas__bajada{
	width: 90%;
	margin: auto;
}

.notas__titulo{
	font: 700 1.5em 'Merriweather', serif;
	line-height: 1em;
	margin-bottom: .2em;
	color: #004d99;
	text-transform: uppercase;
	padding-top: .6em;
	margin-left: 15px;
}

.notas__bajada{
	font:500 1.2em 'Lato';
	line-height: 1.1em;
	margin-bottom: .4em;
	color: #004d99;
}
.notas__foto{
	display: block;
	margin:auto;
	margin-bottom: .4em;
	width: 90%;
}
.notas__descripcion{
	font:400 1em 'Lato';
	width: 90%;
	padding-left: px;
	color: #004d99;
	margin: auto;
	line-height: 1.3em;
	margin-bottom: .5em
	
	
}
.notas__link{
	text-decoration: none;
	font:400 1em 'Lato';
	color: #004d99;	
	text-align: center;
	line-height: 3em;
	margin-left: 1.1em;
	
}
.notas__link:hover{
	color:#cc99ff;
	
}



/*----------------proyectodiv----------------*/
.proyecto{
	margin-top: 1em;
	
}

/*-----------------articulo-----------------*/

.objetivos,.objetivos__list{
	width: 90%;
	margin: auto;
	margin-left: 28px;
	color: #004d99;
}

.objetivos{
	font: 700 1.2em 'Merriweather', serif;
	margin-bottom: 10px;
}

	.objetivos__item{
		display: list-item;
		list-style-type:square;
		font:400 1em 'Lato';
		margin-left: 20px;
		margin-bottom: 15px
}
	
/*-----------política de reserva-----------*/
.politica{
	
	width: 92%;
	margin-top: 4em;
	margin-left: 20px;
	padding-top: 25px;
	margin-bottom: 10px
	
}

.politica__titulo{
	font: 500 1.09em 'Merriweather', serif;
	color: #fff7e6;
	background: #004d99;
	padding-left: 0.2em;
	padding: 8px
}
.politica__parrafo{
	font:400 1em 'Lato';
	color: #004d99;
}



/*--------------formulario--------------*/


.cf{
	height: 800px;
}

.contenedorform{
	margin-top:7em;
	height: 600px;
}

.formulario{
	position: relative;
	width: 90%;
	margin: auto;
	margin-top: 10px;
	padding: 20px;
	
	
	box-sizing: border-box;
}
	.formulario__titulo{
		text-align: center;
		margin-top: -10px;
		color:#004d99;
		width: 95%;
		margin-bottom: .5em;
		font: 700 2em 'Merriweather', serif;
}
.formulario__parrafo{
	font: 700 1.5em 'Merriweather', serif;
	color: #004d99;
	line-height: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.formulario__precio{
	font: 700 1.5em 'Merriweather', serif;
	color: #004d99;
	margin-top:-10px;
	text-align: center;
	margin-bottom: .5em;
}
	.formulario__input, .formulario__label, 
	.formulario__submittt{
		display: block;
		width: 95%;
		font:400 1.3em 'Lato';
		color: #004d99;
		box-sizing: border-box;
		
}
	.formulario__input{
		padding: 10px;
		background: rgba(0,0,0,0.1);
		border:solid rgba(90, 66, 100, 0.3);
		margin-bottom: 20px;
		border-radius: 15px;
}
.formulario__input:focus{
		outline: 1px solid rgba(0,0,0,0.7);
	
}
.formulario__input:focus +
.formulario__label{
	margin-top: -92px;
	
}
	.formulario__label{
		padding-left:15px;
		position: absolute;
		margin-top: -55px;
		z-index: -20;
		font:400 0.9em 'Lato';
		color: rgba(90, 66, 100, 0.54);
		transition: all 0.2s;
}

.mes{
	color: rgba(90, 66, 100, 0.6);
	font:400 0.9em 'Lato';
}
.formulario__submittt{
	background: rgb(90, 66, 100);
	color:#faf1dc;
	padding: 10px 20px;
	cursor: pointer;
	width: 180px;
    margin-left:80px;
	margin-bottom: 20px;
}

.fijar{
	margin-top: -90px;
}


@media (max-width:480px) {
	form{ 
		width: 100%;
	}
}

.aceptar{
	margin-top:100px;
	width: 90%;
	margin-left: 40px;
	padding-left:25px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.aceptar__etiqueta{
	color:#5a4264;
	margin-top:10px
}
.aceptar__ckeck{
	position: absolute;
	background: transparent;
	margin-top: 4px;
	margin-left:6px;
	
}
.ali{
	color: #faf1dc;
	font:500 0.8em 'Lato';
}
.ali:hover{
	color: #004d99;
	
}



/*--------------------inscripcion--------------------*/
.inscripcion{
	margin-top:7em;
	background-color:#fff7e6; 
	background-image: url(/imagenes/inscripcion.png);
	height: 500px;
	padding-top: 12em
}
	.inscripcion__titulo{
	font: 700 1.5em 'Merriweather', serif;
	color: #004d99;
	text-align: center;
	margin-bottom: .6em;	
	}
	.inscripcion__bajada{
	font: 700 1.3em 'Merriweather', serif;
	color: #004d99;
	text-align: center;
	line-height: 1.2em;
		
	margin-bottom: 1em;
	}
	.inscripcion__parrafo{
	font: 500 1em 'Lato', san-serif;
	color: #004d99;
	text-align: center;
	margin-bottom: 3em;
}

.inscripcion__link{
	text-decoration: none;
	font: 500 1em 'Lato', san-serif;
	margin-left: 10em;
	padding: 15px 35px;
	background: #cc99ff;
	border-radius: 2px;
	color: #fff7e6;
	transition: all .3s;
	
}
.inscripcion__link:hover{
	background: #004d99;
	
	
}


/*---------------------------registrase---------------------------*/

.aviso{
	margin-top:10em;
	font: 500 1.3em 'Merriweather', serif;
	width: 90%;
	margin-left: 7px;
	text-align: center;
	line-height: 1.1em;
	margin-bottom: 1em
}

.ct{
    width: 95%;
	max-width: 500px;
	margin: auto;
	background: #fff7e6;
	border-radius: 7px;
	margin-top: 10em;
	height: 580px;
	margin-top: 0;
}



.titulor__bajada{
	background: #004d99;
	color:#fff7e6;
	padding: 10px;
	text-align: center;
	font: 500 1.4em 'Merriweather', serif;
	
}
.contenedor__inputs{
	padding: 8px 10px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #cc99ff;
	
}
input{
	margin-bottom: 15px;
	padding: 8px;
	
}
.input-48{
	width: 43%;
	background: #fff7e6;
}
.input-100{
	width:100%;
	background: #fff7e6;
}
.btn-enviar{
	background: #fff7e6;
	color:#004d99;
	margin:auto;
	padding: 10px 40px;
	font-size: .9em;
		transition: all .3s
}
.btn-enviar:hover{
	background: #004d99;
	color:#fff7e6;
}
.form__link{
	width: 100%;
	margin:10px;
	text-align: center;
	font-size: .9em;
	text-decoration: none;
	color: #5a4264;
	display: flex;
	justify-content: space-around;
	font-size: .98em;
}

.ali{
	text-decoration: none;
	color: #fff7e6;
	font-size: .98em;
	
}


/*------------------------consulta------------------------*/
.coment {
    width: 100%;
	background: #fff7e6;
    padding: .5em .5em 6em;
	margin-bottom: 1em;
}
.input-38{
	width: 100%;
	background: #fff7e6;
}
.input-90{
	width: 100%;
	background: #fff7e6;
}

.aviso{
	background: #004d99;
	color:#fff7e6;
	padding:10px;
	margin-top: 160px;
	width: 80%;
	margin-left: 32px
}

.ctw{
	margin-top: 0;
	height: 550px
}
.contenedor__inputss{
	width: 80%;
	padding: 10px 30px
}






/*---------------------nota completa---------------------*/
.notass{
	width: 100%;
}
.notass::after{  
 	content: '';
	display: block;
	background-color: #004d99;
	width: 90%;
	height: 2px;
	margin: auto;
	margin-top: 100px;
	}
.notass__titulo{
	margin-top: 130px;
	width: 90%;
	margin-left: 17px;
	line-height: 1em;
	font: 700 1.5em 'Merriweather', serif;
	color:#004d99
	
}
.pregunta{
	font: 500 1.2em 'Lato', san-serif;
	margin: auto;
	width: 90%;
	color:#004d99;
}
.coment{
	font: 400 .9em 'Lato', sans-serif;
}

.btn-con{
	background: #cc99ff;
	color:#fff7e6;
	padding: 10px 20px;
	margin-left: 135px;
	
}

.btn-con:hover{
	background: #004d99;
	color:#fff7e6;
	
}
/*------------------------------cursos a eleccion /////gratis arancelados gratis------------------------------*/

.subheder{
	position:fixed;
	height: 3em;
    width: 100%;
    background-color: #004d99;
	z-index: 1000;
	top:4em;
	box-sizing: border-box;
}



.cursos{
	
}

.cursos__lista{
	display: flex;
	justify-content: space-around;
	list-style: none;
	align-items: center;
	height: 3em;
	

	
}

.cursos__item{
	flex: 0 0 30%;
	padding: 5px;
	color: #ffb10b;
	text-align: center;
	font: 500 1em 'Merriweather', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-right: .5px solid #fff7e6;
	margin-left: 2px;
	
}

.cursos__item:nth-child(3){
	border-right:none;	
}
.cursos__link{
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff7e6;
}


/*--------------------seccion de cursos todos--------------------*/


.cont{
	position: relative;
	min-height: 100vh;

	width: 100%;
	margin-top:20px;
	padding-top: 110px;
	height: 500px;
}
.cont__cursos{
/*	position: absolute;*/
	width: 320px;
	margin-left: 25px;
	height: 190px;
	margin-bottom: 15px;
	border-bottom: 1px solid #004d99;
	background: #faf1dc;
	
	
	
}

.border{
	border-bottom: none;
	
}




.cont__titulo, .cont__texto, .cont__fecha{
	color: #004d99;
	
}

.cont__titulo{
	
	font: 900 1.1em 'Lato', serif;
	line-height: 1.3em;
	letter-spacing: .5px;
	margin-bottom: 1em;
	
	

}
.cont__texto{
	font: 500 1.15em 'Lato', san-serif;
	margin-bottom: 1.5em;
	line-height: 1.3em;
}
.cont__fecha{
	font: 700 .85em 'Lato', san-serif;
	position: absolute;
	letter-spacing: -.3px;
}
.cont__link{
	text-decoration: none;
}















/*----------------------estilos del curso elegido----------------------*/







.datos{
	margin-top: 130px;
	width: 90%;
	margin-left: 20px;
	height: 600px;
}
	.datos__titulo{
	font: 700 2em 'Merriweather';
		margin-bottom: .5em;
		color:#004d99;
		line-height: 1em;
		
}
	.datos__bajada{
	font: 700 1.5em 'Merriweather';
	margin-bottom: 1em;
	line-height: 1em;
		color: #004d99;
}

/*div de dos elementos*/


.iconos{
	display:flex;
	align-items: center;
	justify-content: space-between;
	width: 25%;
	margin-bottom: 5px;
	padding: 10px;
		
	
	
	
}
	
.icons{ 
	font-size: 2em;
	color: #004d99
	
}

	.iconos__data{
	font: 500 1.2em 'Lato', san-serif;
	color:#004d99;

		

}
	.iconos__parrafo{
	font: 700 1em 'Lato', san-serif;
		margin-left: .4em;
		margin-top: -10px;
		color:#004d99;
		width: 90%;
		
}

.iconos__parrafo::after{
	content: '';
	display: block;
	background-color: #004d99;
	width: 300px;
	height: 1px;
	margin-top: 8px;
	
}
	.icon-clock-o, .icon-users{
	margin-right: 15px;	
	
}



/*------------------ slideupdel cursoensi------------------*/

.cot{
/*	height: 400px;*/
	margin-top: -60px;
	margin-bottom: 2em;
 
}

.prueba{
	
	width: 90%;
	margin:auto;
	background: #004d99;
	color:#eee;
	

}
	.prueba__titulo{
		text-align: center;
		width: 85%;
		margin:auto;
		cursor: pointer;
		font:  500 1.3em Merriweather;
		
		color:#fff8ea;
		text-transform: uppercase;
	}
	.prueba__titulo::after{
	content: '';
	display: block;
	background-color: #faf1dc;
	width: 118%;
	height: 1px;
	margin-left:-29px
	
	}



	.prueba__parrafo{
		font: 300 .95em Lato;
		line-height: 2em;
		width: 107%;
		color:#004d99;
		margin-left: -24px;
		font: 500 1em 'Lato', san-serif;
		padding: 10px;
}	


.prueba__listaslide{
	list-style: none;
	display: none;	
	border: 1px solid #5a4264; 

}
.prueba__temario{
		font: 300 .95em Lato;
		line-height: 2em;
		background:#004d99;
		padding-left: 1.5em;
		background: #faf1dc;
		color:#004d99;
		font: 500 1em 'Lato', san-serif;
	

}
.inscribir{
	text-decoration: none;
	color:#004d99;
	border: 2px solid #004d99;
	display: block;
	width:100px;
	padding: 15px;
	margin-left: 150px;
	text-align: center;
	margin-bottom: 30px;
	font: 500 1em 'Lato', san-serif;
	
}

.inscribir:hover{
	color:#faf1dc;
	background: #004d99;
}

/*-----------------FORMULARIOPRINCIPAL-----------------*/
.ct{
	height: 660px;
	background: #faf1dc;
}

.contenedorformm{
	margin-top:8em;
	height: 530px;

}

.formulario{
	position: relative;
	width: 90%;
	margin: auto;
	margin-top: 5px;
	padding: 20px;
	
	
	box-sizing: border-box;
}
	.formulario__titulo{
		text-align: center;
		margin-top: 80px;
		color:#004d99;
		width: 95%;
		margin-bottom: 1em;
		font: 700 2em 'Merriweather', serif;
}


	.formulario__inputt, .formulario__labell, 
	.formulario__submitt{
		display: block;
		width: 95%;
		font:400 1.3em 'Lato';
		color: #004d99;
		box-sizing: border-box;
		
}
	.formulario__inputt{
		padding: 10px;
		background: rgba(0,0,0,0.1);
		border:solid rgba(90, 66, 100, 0.3);
		margin-bottom: 20px;
		border-radius: 15px;
		
}
.formulario__inputt:focus{
		outline: 1px solid rgba(0,0,0,0.7);
	
}
.formulario__inputt:focus +
.formulario__labell{
	margin-top: -92px;
	
}
	.formulario__labell{
		padding-left:15px;
		position: absolute;
		margin-top: -55px;
		z-index: -20;
		font:400 0.9em 'Lato';
		color: rgba(99, 58, 116, 0.81);
		transition: all 0.2s;
}

.formulario__submitt{
	background: rgb(90, 66, 100);
	color:#ffffff;
	padding: 10px 20px;
	cursor: pointer;
	width: 180px;
	margin-top:15px;
	margin-left: 80px;
}
.form__linkk{
 	margin-left: 10px;	
	font:400 1em 'Lato';
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	width: 90%;
	color: #004d99;
}
.fijar{
	margin-top: -90px;
}


@media (max-width:480px) {
	form{ 
		width: 100%;
	}



.alii{
	color: #004d99;
	font:500 1em 'Lato';
	text-decoration: none;
}
.alii:hover{
	color: #cc99ff;
	
}

/*-------------------registrodos-------------------*/

.cct{
	height: 660px;
	background: #faf1dc;
	margin-top: 160px;
	}

.contenedor__inputss{
	padding: 8px 10px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #cc99ff;
	margin: auto;
		
	}

input{
	margin-bottom: 15px;
	padding: 8px;
	border-radius: 10px;
	
}
.input-488{
	padding: 10px;
		background: rgba(0,0,0,0.1);
		border:solid rgba(90, 66, 100, 0.3);
		margin-bottom: 20px;
		border-radius: 15px;
	width: 40%;
	background: #fff7e6;
}
.input-1000{
	width:100%;
	background: #fff7e6;
	padding: 10px;
		
		border:solid rgba(90, 66, 100, 0.3);
		margin-bottom: 20px;
		border-radius: 15px;
}
.btn-enviar{
	background: #fff7e6;
	color:#004d99;
	margin:auto;
	padding: 10px 40px;
	font-size: .9em;
		transition: all .3s
}
.btn-enviar:hover{
	background: #004d99;
	color:#fff7e6;
	}

.titulor__bajadas{
	background:#004d99;
	color:#fff7e6;
	padding: 10px;
	text-align: center;
	font: 500 1.4em 'Merriweather', serif;
	width: 80%;
	margin: auto;
	 }











