*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family: 'Century Gothic';
	background-color: #0B0B3B
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}

img{
	max-width: 100%;
}

/*==========================================*/

.title{
	width: 100%;
	background: white;
	height: 100px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.title h1{
	color: rgb(228, 187, 8);
	font-size: 34px;
	font-weight: 200;
	text-align: center;
	font-family: Helvetica;
}

.navegacion{
	width: 100%;
	background: #0B0B3B;

	display: flex;
	justify-content: center;
}

.menu{
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	height: 90px;
}

.menu li{
	flex-basis: 0;
	flex-grow: 1;
	border-right: 1px solid #0B0B3B;
	position: relative;
}

.menu .first-item{
	border-left: 1px solid #0B0B3B;
}

.menu li a{
	display: flex;
	flex-direction: column;
	font-size: 18px;
}

.menu .imagen{
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 0%;
	z-index: 20;

	-webkit-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
   -moz-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
     -o-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
        transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */

-webkit-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); 
   -moz-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); 
     -o-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); 
        transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
opacity: 0.5;
}

.menu li a .text-item{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: rgb(228, 187, 8);
	font-family: Helvetica;
	top: 0%;
	position: absolute;
	z-index: 10;

	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

.menu li a .down-item{
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100%;
	background: #0B0B3B;

	-webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
   -moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
     -o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */

-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}

.menu li:hover .down-item, .menu li:hover .text-item{
	top: 100%;
	height: 115%;
}

.menu li:hover .imagen{
	width: 100%;
	right: 0px;
}

.submenu{
	position: absolute;
	background: #F1D000;
	width: 100%;
}

.logo {
	max-width: 200px;
	max-height: 200px;
	position: relative; 
	opacity: 0.5;
	float: left;
	margin: 10px 10px 15px 0px;
    	}

.escudo {
	margin-top: right;
	max-width: 100px;
	max-height: 100px;
	position: relative; 
	opacity: 0.5
}
.subtitulo{
	font-family: Helvetica;
	color:#161898
}

/*------------Formulario-----------------*/


.container{
	margin-top: 120px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 110px;
	width: 90%;
	padding: 50px;
	box-shadow: 0 0 0 0px #0B0B3B,
	0 5px 10px;
  }

h2{
	font-size: 20px;
	font-family: Helvetica;
	padding: 0 1rem;
	font-size: 16px;
	text-align: center;
	/*font-weight: 300;*/
	margin-left: 10px;
	margin-top: 5px;
	color: #cda434;
	position: relative;
	overflow: auto;
	display: flex;
}  

h3{
	font-size: 16px;
	font-family: Helvetica;
	padding: 0 1rem;
	font-size: 16px;
	text-align: center;
	/*font-weight: 300;*/
	margin-left: 10px;
	margin-top: 5px;
	color: #cda434;
	position: relative;
	overflow: auto;
	display: flex;
}

p {
	font-size: 16px;
	font-family: Helvetica;
	padding: 0 1rem;
	font-size: 16px;
	/*font-weight: 300;*/
	margin-Top: 10px;
	margin-left: 10px;
	color:  #cda434;
	position: relative;
	overflow: auto;
	display: flex;
}

.formulario {
	margin-top: 20px;
    display: inline-block;
	margin-left: 100px;
 }

label {
	color: #cda434;
	/*display: flex;*/
	font-size: 15px;
	font-family: Helvetica;
	font-weight: bold; 
	margin-bottom: 10px;
	text-decoration-color: white;
	position: relative;
	text-align: center;
}

input {
	display: flex;
	font-family: Helvetica;
	width: 400px; 
	background-color: #ccc; 
	border-style: inset; 
	height: 30px; 
	margin-top: 10px;
	position: relative;
	}
.div1 {
	margin-top: 10px;
    display: inline-block;
    margin-left: -70px; 

}

.div2 {
	
    display: inline-block;
    margin-left: 150px; 

}


input[type=button], input[type=submit] { 
	width: 150px;  
	height: 30px; 
	background-color: #ccc; 
	border-style: 1px inset;
	color:#0B0B3B;
	text-align: center;
	margin-top: 40px;
	font-size: 15px;
	margin-left: 335px;
	font-family: Helvetica;
	font-weight: bold;
	position: relative;
	border-radius: 28px;
	border: 2px solid #cda434;
	}

.btn:hover {
		background: #0B0B3B ;
		text-decoration: #cda434;
		color: #cda434 ;
		
		border: 2px solid #cda434;
	  }




/*--------------- pie de pagina ----------------*/ 


.foot{
	width: 100%;
	height: 100px;
	background-color:  white;
	/*margin-top: 30px;*/
	align-items: center;
	display: flex;
	justify-content: center;	
}

.icon-instagram
{
/*	position: absolute;*/
	top:250px;
	right:0;
	font-size: 40px;
	text-decoration: none;
	color: rgb(228, 187, 8);
}
.icon-facebook-rect{
/*	position: absolute;*/
	top:250px;
	right:0;
	font-size: 40px;
	text-decoration: none;
	color: rgb(228, 187, 8);
}
.icon-twitter-bird{
	/* position: relative; */
	top:250px;
	right:0;
	font-size: 40px;
	text-decoration: none;
	color: 	#0B0B3B;
	;
}
.icon-youtube{
	/* position: relative; */
	top:250px;
	right:0;
	font-size: 40px;
	text-decoration: none;
	color: #0B0B3B;
}
.foot a { 
	padding-left: 10px; 
}
.foot p {
	 border-right: 1px solid white; padding-right: 10px; 
}