@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&family=Ubuntu:ital,wght@0,300;0,400;0,700;1,300&display=swap');


rojo  #c50707
azul  #002146
amarillo  #dcde12
ambar #ac9668


/*teporales */


azul #001b31
ambar #b58d4a

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}

.layout {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

body {
	background: #001221;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
/*	font-family: 'kiona';*/


}




/*------------------------HEADER---------------------*/

header {
	position: relative;
	margin:10px
/*	z-index: 100;*/
}

.logo0 
{
	display: none;
}

.logo1 {
	cursor: pointer;
}

.toggle-menu 
{
	width: 30px;
	position: absolute;
	right: 40px;
	top: 40px;
	cursor: pointer;
/*	filter: invert(1);*/
	display: none;
	z-index: 201;
	padding: 5px;
	border: 2px solid white;
	background: #2ab0b2;

}

.toggle-menu  img 
{
	width: 100%;
}


.main-menu
{
	padding-top: 30PX;
	font-size: 13px;
	display: flex;
	font-display: row;
	align-items: center;
	justify-content: space-between;
	font-family:'lato';
	list-style: none;
	margin: 0;
	font-weight: 100;

}



.main-menu .whatsApp a {
	display: flex;
	align-items: center;
}

.main-menu .whatsApp p {
	padding-left: 5px;
}


.main-menu a {
	color: white;
	text-decoration: none;
	padding: 0 20px;
	transition: all 0.4s;

	cursor: pointer;

}

	.main-menu a:hover {
		color: #2ab0b2;
		border-bottom: 4px solid #2ab0b2;
/*		font-weight: 900;*/
	}

.lics {
	position: absolute;
	display: none;
	background:#123445;
	opacity: 0,4;
	list-style: none;
	transform: translateX(-50px);
	opacity: 0.9;
	transition: all 0.6s;
	z-index: 1000;

}


.lics span {
	transform: translateY(5px);
	margin-right: 5px;
	padding: 2px;
}


	.main-menu li:hover .lics
		{
			display: block;
			padding: 10px 15px;
			vertical-align: center;
		}


.main-menu .lics li {

	border-top: 1px solid #1a465c ;
	border-bottom: 1px solid #0e2734;

	}

	.main-menu .lics a:hover  {
			transform: translateX(10px);
			}


.lics >li >a {
	font-size: 16px;
	text-decoration: none;
	list-style: none;
	color: white;
	display: block;
	/*margin: 5px;*/
	padding: 10px 5px;
	cursor: pointer;
}

/*SERVICIOS*/

.docs {
	position: absolute;
	display: none;
	background:#123445;
	opacity: 0,4;
	list-style: none;
	transform: translateX(-20px);
	opacity: 0.9;
	transition: all 0.6s;
	z-index: 1000;


}


.docs span {
	transform: translateY(5px);
	margin-right: 5px;
	padding: 2px;
}


	.main-menu li:hover .docs
		{
			display: block;
			padding: 10px 15px;
			vertical-align: center;
		}


.main-menu .docs li {

	border-top: 1px solid #1a465c ;
	border-bottom: 1px solid #0e2734;

	}

	/*.main-menu .docs a:hover  {
			transform: translatey(-2px);
			}*/


.docs >li >a {
	font-size: 16px;
	text-decoration: none;
	list-style: none;
	color: white;
	display: block;
	/*margin: 5px;*/	
	padding: 10px 5px;
	cursor: pointer;
}

/*SERVICIOS*/



		
	@media screen and (max-width: 760px) 
			{
				.main-menu 
				{
					transform: translateY(-100%);
					transition: all 0.6s;
				}

				.main-menu--show
				{
					transform: translateX(0);
				}
				.toggle-menu 
				{
					display: block;

				}


				.logo1
				{
					display: none;
				}

				.logo0
				{
					display: block;

				}
				.main-menu
				{
					flex-direction: column;
					justify-content: center;
					background: rgba(0, 18, 33, 0.98);
/*					background: #001221;*/
					position: absolute;
					top:0;
					left: 0;
					z-index: 200;
					width: 100%;
					margin: 0;	
					padding: 0;	
					height: 650px;

				}
				.banner {
					z-index: 1;
				}

				.main-menu li
				{
					padding: 20px;
					font-size: 18px;
				}

				.lics li
				{
					padding: 5px;
				}


			}



			}
/*SERVICIOS*/

.docs {
	position: absolute;
	display: none;
	background:#123445;
	opacity: 0,4;
	list-style: none;
	transform: translateX(-20px);
	opacity: 0.9;
	transition: all 0.6s;
	z-index: 1000;


}


.docs span {
	transform: translateY(5px);
	margin-right: 5px;
	padding: 2px;
}


	.main-menu li:hover .docs
		{
			display: block;
			padding: 10px 15px;
			vertical-align: center;
		}


.main-menu .docs li {

	border-top: 1px solid #1a465c ;
	border-bottom: 1px solid #0e2734;

	}

	/*.main-menu .docs a:hover  {
			transform: translatey(-2px);
			}*/


.docs >li >a {
	font-size: 16px;
	text-decoration: none;
	list-style: none;
	color: white;
	display: block;
	/*margin: 5px;*/
	padding: 10px 5px;
	cursor: pointer;
}

/*SERVICIOS*/


/*------------------------NOSOTROS---------------------*/
.nosotros
{
/*	background: url("../img/nosotros/bg3dN.png") no-repeat;*/
/*	background-size: cover;*/
	border-top: 1px solid #01294a;
	border-bottom: 1px solid #011123;

	
/*	padding: 80px 0 40px 0;*/
/*	height: 350px;*/

}

.nosotrosContainer 
{	
	padding-bottom: 40px;
	vertical-align: center;
	text-align: center;

}

.nosotrosContainer h1
{

	color: #b58d4a;
	font-family:'lato';

}

.nosotrosContainer p 
{
	color:white;
	line-height: 20px;
}

.nosotrosContainer img 
{
	width: 30%;
}

	@media screen and (max-width: 960px) 
	{
		.nosotrosContainer 
		{			
			padding: 5px;
		}

		.nosotrosContainer img 
		{
			width: 40%;
		}
	}



/*-----------------------MISION / VISION---------------------*/
.mivi {

	border-top: 1px solid #01294a;
	border-bottom: 1px solid #011123;
	
}

.miviContainer 
{
	display: flex;
	justify-content: center;
	align-items: stretch;
/*	padding: 20px;*/
}

.miviContainer .item {
	width: calc(50% - 10px);
	padding: 20px;
}

.miviContainer .item .imagen  
{
	text-align: center;
}

.miviContainer .item h1
{
	color:#b58d4a;
	text-align: center;
}


.miviContainer .texto h1
{
	color: #2ab0b2;; 
	font-size: 36px;
	text-align: center;
}


.miviContainer .texto p 
{
	color: white;
	line-height: 18px;
	text-align: justify;
}




	@media screen and (max-width: 960px) 
		{
			.miviContainer 
			{
				flex-direction: column;
				align-items: center;

			}

			.miviContainer .item

			{
				border: 1px solid #b58d4a;

				width: 90%;
				flex-direction: column;
				align-items: stretch;
				justify-content:center	;
				padding: 20px;
				margin-top: 10px;


			}
			.miviContainer .imagen
			{
				text-align: center;
			}
			.miviContainer .imagen img
			{
				width:80%;
			}

			.miviContainer .texto
			{
				width: 100%;
				text-align: center;

			}
		}




/*------------------------VALORES----------------------*/
.valores {
	margin-bottom: 50px;
}
.valoresContainer {

	border-top: 1px solid #01294a;
	border-bottom: 1px solid #011123;

}
.valoresContainer h1 {
	color:#2ab0b2;;
	text-align: center;
}

/*.valoresContainer .items {
	display: flex;
	align-items: center;
	justify-content: space-between;	
	flex-wrap: wrap;

}
*/


.valoresContainer span {
	padding: 18px;
	color: #2ab0b2;
	font-size: 18px;
/*	font-weight: bold;*/
/*	background: #b58d4a;*/

}

.valoresContainer .items li{
	color: white;
}

/*------------------------ASESORES----------------------*/
.asesores {
	border-top: 1px solid #01294a;
	border-bottom: 1px solid #01294a ;
}

.asesores h2 {
	color:#b58d4a;
	text-align: center;
}

.asesoresContainer .items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-beetween;
}



.asesoresContainer .item {
	width: 33%;
}

.asesoresContainer .item h4 {
	color:#b58d4a;
	text-align: center;
	font-size: 22px;
}

.asesoresContainer .item p {
	color: white;
	text-align: center;
}
.asesoresContainer .item span {
	color:#b58d4a;


}

		@media screen and (max-width: 960px) 
		{
			.asesoresContainer 
			{
				
			}

			.asesoresContainer .item

			{

				border: 1px solid #b58d4a;
				width: 100%;
				flex-direction: column;
				align-items: center;
				padding: 20px;
				margin-top: 10px;


			}

			.asesoresContainer .item .imagen
			{
				text-align: center;
			}
			.asesoresContainer img
			{
				
				width:60%;

			}

			.asesoresContainer .texto
			{
				width: 100%;
				text-align: center;

			}
		}







/*------------------------FOOTER----------------------*/

footer 
{

		border-top: 1px solid #01294a;
	border-bottom: 1px solid #011424;	
	background: #001221;	
	padding: 20px


}
.footerContainer {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}


.logoRedes .redes {
	display: flex;
	justify-content: center;
}

.logoRedes .redes a {
	padding: 5px;
	margin: 10px 5px;
	width: 100%;
}


.dress, .correo, .tel

{
	display: flex;
	/*flex-direction: column;*/
	align-items: center;
	color: white;
	text-align: center;
}

	
.footerContainer a{
	padding:20px 5px;
	color: white;
	text-decoration: none;
	margin: 0 20px;
	font-size: 14px;
	text-align: center;
}

.final	{
		border-top: 1px solid #01294a;
	border-bottom: 1px solid #011424;	
	background: #001221;

}

.final p 
{
/*	border-top: 1px solid white;*/
	text-align: center;
	font-size: 14px;
	color: white;
	padding-top: 5px;
	
}

/* @@@@@@@@@@@@@@@@@@@@  MEDIA QUERY   @@@@@@@@@@@@@@@@@@@@ */


	/*-------------FOOTER @MEDIA QUERY---------------*/
	@media screen and (max-width: 960px) 
	{


	footer 
		{
			padding: 20px;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: space-between;


		}
		.footerContainer {
			display: block;
			vertical-align: center;
		}

		.logoRedes {
			display: flex;
			flex-direction: column;
			align-items: center;
			margin-bottom: 20px;

		}
		.logoF img {
			width: 100%	;

		}



		.logoRedes .redes {
			display: flex;
			justify-content: center;
		}

		.logoRedes .redes img {
			width: 100%;
		}


		.dress, .correo, .tel

		{
			display: flex;
			flex-direction: column;

		}

			
	

}

