@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Eczar');
/*@import url(nmenu.css);*/
/*@import url(nestilosinformacion.css); */

* {
     text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Eczar');

@import url(https://fonts.googleapis.com/css?family=Bree+Serif);


/* estilos slider */

.slider {
width: 100%;
margin-top: 80px;
overflow: hidden;
}

.slider ul {
display: flex;
padding:0;
width: 800%;

animation: cambio 40s infinite alternate;

}

.slider li {
width: 100% ;
list-style: none;
}

.slider img {
width: 100%;
 }

@keyframes cambio {
	0%{margin-left: 0%;}
	10%{margin-left: 0%;}

	12%{margin-left: -100%;}
	22%{margin-left: -100%;}

	25%{margin-left: -200%;}
	35%{margin-left: -200%;}

	37%{margin-left: -300%;}
	47%{margin-left: -300%;}

    50%{margin-left: -400%;}
	60%{margin-left: -400%;}

	62%{margin-left: -500%;}
	72%{margin-left: -500%;}

	75%{margin-left: -600%;}
	85%{margin-left: -600%;}

	87%{margin-left: -700%;}
	100%{margin-left: -700%;}

	}



/* estilos blog */


#blog h2
  {
	font-family: 'Noticia Text', serif;
	  text-align: left;
text-decoration: none;
}
#blog h3, h4 {
text-align:center;
text-decoration: none;
	padding-bottom: 10px;

}

#blog .contenedor{
font-family: 'Noticia Text', serif;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #333;
    background: rgba(16,6,0,0.7);
    text-align: left;
    color: #fff;
    font-size: 18px;
    margin: auto;
    text-decoration: none;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
    margin-bottom: 25px;


}

#blog article {
       	font-family: 'Noticia Text', serif;
    color: #fff;
    margin: 0px;
    text-decoration: none;
    width: 100%;
    max-width:800px;

}
#blog a{
text-align: left;
justify-content: left;
font-size: 26px;
color: rgba(255, 89, 0, 1);
padding-left:0px;
padding-top: 20px;
text-decoration: none;


}

#blog img {
    width: 100%;
    max-width: 800px;
    border: 0px solid #fff;
    text-decoration: none;
        color: #fff;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}





#blog form{
     width: 100%;
    max-width: 400px;
             color: #fff;
}
.cetil { display:none;}


/* estilosformulario  */

 body{
    background-image: url(fondo15.jpg);
    background-attachment: fixed;
    margin: 0;
    font-family: 'Noticia Text', serif;
                text-decoration: none;
}


form{
width: 450px;
    margin: auto;
    background: rgba(0,0,0,0.4);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 7px;
               text-decoration: none;
}

h2 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px;
                    text-decoration: none;
}


input, textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;


}

textarea{
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}

input:focus, textarea:focus{
    border:3px solid #1668C4;


}
#boton{
    background: #31384A;
    color: #fff;
    padding: 20px;
}

#boton:hover{
    cursor: pointer;
    background: #4A88f4;

    }



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

}



/* estilos cos */


body{
font-family: 'Open Sans', serif;
background-image: url(fondo15.jpg);
    background-attachment: fixed;
          text-decoration: none;
}

header{
   width: 100%;
    height: 50px;
  /*  background: rgba(38,6,0,0.9);
    color:#fff; */

    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.contenedor{
    width: 98%;
    margin:auto;
          text-decoration: none;
}

h1{
    float: left;
}

    header .contenedor {
        display: table;
}
section{
    width: 100%;
    margin-bottom: 25px;
}



@media (min-width:1021px){
    .contenedor {
        width: 1350px;
    }
}

/* estilos formulario */

select {
	width: 100%;
	margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;

}


