@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, "lato";
}

a {
	text-decoration: none;
}



/*------------------------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;
				}


			}


/*------------------------BANNER---------------------*/
.banner 
{
	border-top: 1px solid #01294a;
	border-bottom: 1px solid #011123;

}
.bannerContainer 
{
/*	background: #b58d4a;*/
}
.banner img {
	width: 100%;
}


/*------------------------ITEMS----------------------*/

.items
 {

	background: url("bglics.png") no-repeat;
	background-size: cover;
	border-top: 1px solid #01294a;
	border-bottom: 1px solid #011123;

}

.itemsTitulo {
/*	padding: 20px 0 ;*/
	text-align: center;
	margin-top: 50px;

}

.itemsTitulo h1 {
	font-family: "lato";
	color: white;
	font-size: 36px;
	font-weight: 10;

}

.itemsTitulo span {
	font-weight: 500;
	color: #2ab0b2;
}




.itemsTitulo p {
	color:#2ab0b2;
}

.itemsContainer
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;

}

.itemsContainer .item img
{
	width: 90%;

}



.itemsContainer .item
 {
	width: calc(25% - 20px);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all 0.6s;
	text-decoration: none;
}

	.itemsContainer .item:hover 
	{
		transform: translatey(-10px);
		color: #d1db5d;

	}

.itemsContainer .item h3
{
	color: #fff;
	font-weight: ;

}



.itemsContainer .item p 
{
	color: white  ;
/*	line-height: 25px;*/
}

		@media screen and (max-width: 960px) 
		{
			.itemsContainer
			{
				flex-direction: column;
			}


			.itemsContainer .item
			{
				margin-top: 10px;

			}

			.itemsContainer .item img
			{
				width: 200%;

			}
		}





/*------------------------WELCOME---------------------*/
.welcome {
	border-top: 1px solid #01294a;
	border-bottom: 1px solid #011123;

}
.welcomeContainer {

	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 50px;

}


.welcomeContainer .texto, .skills {
		width: calc(50% - 20px);


}



.welcomeContainer .texto {
	text-align: left;

}


.welcomeContainer .texto h1{
	color: white; 
	font-size: 36px;
	font-weight: 100;



}

.welcomeContainer .texto span{
	color: #2ab0b2; 
	font-size: 36px;
	font-weight: 1000;
}


.welcomeContainer .texto p {
	color: white;
	line-height: 30px;
	padding: 20px 0 30px 0 ;
}

	.welcomeContainer .texto .btn p {
		cursor: pointer;
		text-align: left;
		color: white;
		text-decoration: none;
		padding: 10px;
		background: #2ab0b2;
		width:90px;
		border-radius: 80px;

		}

		.welcomeContainer .texto .btn p:hover  {
/*		color: white;*/
		background: white;
		color: #2ab0b2;
		}		


.skills {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	
}


	.skillItem p {

		color: white;
		text-align: center;
	}





	@media screen and (max-width: 960px) 
		{
			.welcomeContainer 
			{
				flex-direction: column;
			}

			.welcomeContainer .logo 
			{
				width: 40%;
			}
			.welcomeContainer .texto
			{
				width: 100%;
				text-align: center;
			}
			.welcomeContainer .texto .btn p {
				width: 100%;
				text-align: center;
			}
		}





/*------------------------ALIANZAS----------------------*/

.alianzas 
{
	border-top: 1px solid #01294a;
	border-bottom: 1px solid #011123;
	padding: 40px 0;

}


.alianzas h2 
{
	margin-top: -20px;
	font-size: 36px;
	text-align: center;
	letter-spacing: 5px;
	color: #b58d4a;
}

.alianzas p 
{
	color: #fff;
	font-style: italic;
	text-align: center;
	margin-top: -20px;
	letter-spacing: 1px;
	opacity: 0.3;
	margin-bottom: 20px;

}

.alianzasContainer 
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.alianzasContainer a
{
	width:25%	;
	transition: all 0.6s;
}

.alianzasContainer a:hover
{
	transform: translateY(-5px);
}

.alianzasContainer img 
{
	width: 100%		;
}


	@media screen and (max-width: 960px) 
		{
			.alianzasContainer
			{
				flex-direction: column;
			}


			.alianzasContainer a 
			{
				width: 40%;
				border: 1px solid #b58d4a;
				margin-top: 10px;
				padding: 10px;
			}
		}
/*------------------------SOCIALES----------------------*/
.sociales
{
		border-top: 1px solid #01294a;
	border-bottom: 1px solid #011424;	
	padding-bottom: 40px;

}

.sociales h2{
	text-align: center;
	color: #2ab0b2;
	font-size: 30px;
}
.socialesContainer
{
	display: flex;
	align-items: center;
	justify-content:space--arround;
	padding: 20px 0 ;
}
.socialesContainer a
{
	font-size: 26px;
	color: white;
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
	width: calc(50% - 20px);
	text-align: center;
	margin: 20px;

}


	.socialesContainer .face:hover
	{
		border: 1px solid #1384bf;
		background:#1384bf;
	}

	.socialesContainer .insta:hover
	{
		border: none;
		background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
 		box-shadow: 0px 3px 10px rgba(0,0,0,.25);

	}


		@media screen and (max-width: 960px) 
		{
			.socialesContainer
			{
				flex-direction: column;
			}
		}


/*------------------------MAPA----------------------*/
.mapa 
{
		border-top: 1px solid #01294a;
	border-bottom: 1px solid #011424;	
	margin-bottom: 20px	;


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

}

.mapa p{
	margin-top: 30px;
	color: white;
	font-style: italic;
	text-align: center;
	/*margin-top: -10px;*/
	letter-spacing: 1px;
	margin-bottom: 20px;

}


.mapa .frames
{
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.mapa iframe 
{
	width: 100%;
	margin: 0 20px;
}

/*------------------------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;

		}

			
	

}



















