@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:Rubik, Rubik Black, Rubik Light, Rubik Medium;
	src: url(../fuente/Rubik-Regular.ttf)format(‘truetype’);
}

#cuerpo {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}

/*ir arriba*/
.ir-arriba {
	display:none;
	padding:20px;
	background:#024959;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}

/*ir arriba end*/

/*encabezado*/
#encabezado {
	width: 95%;
    margin-left: 2%;
	/*margin-right: 5%;*/
	margin-bottom: 2%;
	top: 0;
	
}

#redycontacto {
	width: 40%;
	float: right;
	height: auto;
	text-align: right;
	font-family: rubik;
	color: rgba(0,52,112,1.00);
	font-size: small;
	margin-top: 2%;	
	
}

#redycontacto text {
	width: 100%;
	height: auto;
}

#encabezado #logo {
	width: 20%;
	min-width: 90px;
	float: left;
}

#encabezado #logo img {
	width: 100%;
	height: auto;
	
}

/*menu desplegable*/

 #menu{
	width: 100%;
	/*margin-left: 5%;*/
	color: rgba(255,255,255,1.00);
	font-family: Rubik," sans-serif";
	z-index: 999999;
	position: relative; 
}

menu {
	margin: 0;
	
}


header {
	width: 100%;
	float: left;
	background-image: url(../img/barra-de-inicioo.png);
	background-size: 100% 100%;
	
}

#btn-menu {
	display: none;
}

header label{
	display: none;
	width: 30px;
	height: 30px;
	padding: 5px;
	
	border-right: 1px solid rgba(238,238,237,1.00);
}

header label img {
	max-width: 20px;
}

header label:hover{
	cursor:pointer;
	background: rgba(168,201,50,1.00);
}

.menu ul{
	margin:0;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: flex-end;

}

nav ul{
	list-style: none;
	padding: 0;
	
}

nav li {
	line-height: 3rem; /*tamaño casilla del menu*/
	position: relative;
}

nav li ul {
	position: absolute;
	display: none;
	
}

nav a { /*texto menu*/
	text-decoration: none;
	text-align: left;
	display: block;
	color: #FFFFFF;
	padding: 0 4em;
	transition: .4s;

}

/*span.avPlayerContainer{
	z-index:0;
}*/

nav ul ul ul{
	display: none;
	flex-direction: column;
	
}

nav a:hover {
	background:rgba(168,201,50,1.00);
}


/*primer nivel*/

nav > ul {
	/*background: rgba(0,76,147,1.00);*/
	display: table;
	width: 100%;
}

nav > ul >li {
	float: left;
	
}



/*segundo nivel*/
nav li li {
	background: rgba(0,76,147,1.00);
	max-height: 0;
	overflow: hidden;
	transition: all .4s;
	width:  200px;
	
}

nav li:hover >ul >li {
	max-height: 1000px;
	overflow: visible;
}

nav > ul >li > ul {
	top: 100%;
}

/*tercer nivel*/

nav li li li {
	background: rgba(0,52,112,1.00);
	width: 250px;
	text-align: left;
}

/* menu responsive*/

@media (max-width:736px){
	header label{
		display: block;
	}
	
	.menu{
	position: absolute;
	background: rgba(0,52,112,1.00);
	width: 100%;
	margin-left: -110%;
	transition: all 1s;
		text-align: center;
	/* [disabled]white-space: normal; */
	
	}
	
	nav li {
		line-height: 2rem;
	}
	
	nav li li {
	background: rgba(0,76,147,1.00);
	max-height: 0;
	overflow: hidden;
	transition: all .4s;
	width:  736px;
		
}
	nav a { /*texto menu*/
	text-decoration: none;
	text-align: center;
	display: block;
	color: #FFFFFF;
	padding: 0 4em;
	transition: .6s;

}
	nav li ul {
	position: static;
	display: none;
	
}
	
	
}


@media (max-width:480px){
	header label{
		display: block;
	}
	
	/*primer nivel*/
	.menu{
	position: absolute;
	background: rgba(0,52,112,1.00);
	width: 100%;
	margin-left: -110%;
	transition: all 2s;
		text-align: center;
		font-size: 13px; /*tamaño texto menu*/
		
	}
	
	nav li li {
	background: rgba(0,76,147,1.00);
	overflow: hidden;
	transition: all .4s;
	width:  100%; /*tamaño menu tercer nivel*/
		
}
	
	.menu ul{
		flex-direction: column;
	}
	
	.menu ul li:hover ul {
		display: absolute;
		position:static;
		
	}
  
	.menu a span{
		position: absolute;
		right: 5px;
	}
	/*linea de división*/
	.menu li{
		/*border-top: 1px solid rgba(168,201,50,1.00);*/
		width: 100%;
	}

	
	#btn-menu:checked ~ .menu{
		margin: 0;
	}
	
	.menu ul ul {
		background: #001F43;
	
	}
	
	.menu ul ul a {
		/*padding: 15px 50px;*/
		width: 100%;
	}

}

@media (max-width:360px){
	header label{
		display: block;
	}
	
	.menu{
	position: absolute;
	background: rgba(0,52,112,1.00);
	width: 100%;
	margin-left: -110%;
	transition: all 1s;
		text-align: center;
	/* [disabled]white-space: normal; */
	
	}
	
	nav li li {
	background: rgba(0,76,147,1.00);
	max-height: 0;
	overflow: hidden;
	transition: all .4s;
	width:  360px;
}
}


/*menu respnsive final*/

/*pie*/

#cuerpo #pie {
	width: 100%;
	float: left;
	background-position: 100% top;
	background-color: rgba(0,52,112,1.00);
	background-image: url( ../img/pie-base.png);
	background-size: 100% 100vh ;
	
}

#formulario {
	float: left;
	width: 40%; /*tamaño de formulario*/
	margin-left: 3%;
	margin-top:1%;

}

form {
	width: 100%;
	/* [disabled]background-color: rgba(0,0,0,0.20); */
	/*padding: 10px 20px;*/
	border-radius: 7px;
}

h2 {
	color: rgba(245,245,245,1.00);
	margin: 3;
	font-size: 20px;
	font-style: normal;
	margin-bottom: 2%;
	font-weight: normal;
}

input,textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 15px;
	border: none;
	color: rgba(247,247,245,1.00);
	
}

input {
	background: rgba(0,36,74,0.6);
}


textarea {
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;
	background: rgba(0,36,74,1.00);
	border-radius: 4px;
	color:rgba(247,247,245,1.00);
}

#boton {
	background: rgba(225,226,224,1.00);
	color: rgba(0,36,74,1.00);
	border-radius: 4px;
	width: 100px;
}

#boton:hover{
	cursor: pointer;
}

/* formulario responsive*/
@media (max-width:736px){
	
	#formulario {
		min-width: 95%;
		
	}
	
}

@media (max-width:480px){
	
		#formulario {
		min-width: 95%;
		
	}
	
	form{
		width:100%;
	}
	
	h2 {
		font-size: 15px;
	}
	p {
		font-size: 11px;
	}
}

@media (max-width:360px){
		#formulario {
		min-width: 95%;
	}
}


/* formulario responsive fin*/

#contactos {
	float:left;
	width:100%;
	background: rgba(0,36,74,1.00);
}



#contactosinfo {
	float: left;
    display: flex;
    display: -webkit-flex; 
	width:100%;
	justify-content: space-around;
	
}

@media all and (max-width: 736px) {
    #contactosinfo { 
        flex-direction: column;
        -webkit-flex-direction: column;
		text-align: center;
		flex:wrap;	
	}
}

.contactosinfo-item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column; 
	
}






html, body, div, span,  object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, big, img, ins, var, ol, ul, li, form, label, table, tr, th, td,{
		
		vertical-align: baseline;
	}

	div, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}




/*detalle resp*/


	@media screen and (max-width: 1680px) {
		#cuerpo { 
        display: block;
	    display: -webkit-block; 
		
			

	}

	@media screen and (max-width: 1280px) {
		
		#cuerpo { 
         display: block;
	    display: -webkit-block; 
		
	}

	@media screen and (max-width: 980px) {
		#cuerpo { 
         display: block;
	    display: -webkit-block; 
		
	}

	@media screen and (max-width: 736px) {
		#cuerpo { 
        display: block;
	    display: -webkit-block; 
		
	}

	@media screen and (max-width: 480px) {
     #cuerpo { 
         display: block;
	    display: -webkit-block; 
		

	}

	@media screen and (max-width: 360px) {

		  #cuerpo { 
        display: block;
	    display: -webkit-block; 
		
	}

	}

	@media (device-width:284px){
		#cuerpo { 
        display: block;
	    display: -webkit-block;
}	
		
/* Wrapper */

	#cuerpo {
		-moz-transition: -moz-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		-webkit-transition: -webkit-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		-ms-transition: -ms-filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		transition: filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
		padding-top: 3.25em;
	}

		#cuerpo.is-transitioning {
			opacity: 0;
		}

		/*#cuerpo > * > .inner {
			padding: 4em 0 2em 0 ;
			margin: 0 auto;
			max-width: 65em;
			width: calc(100% - 6em);
		}*/

			@media screen and (max-width: 736px) {

				#cuerpo > * > .inner {
					padding: 3em 0 1em 0 ;
					width: calc(100% - 3em);
				}

			}

		@media screen and (max-width: 736px) {

			#cuerpo {
				padding-top: 2.75em;
			}

		}


