/* CSS Document */

/**************************************************************************************************************************************
*****   Variables   *******************************************************************************************************************
**************************************************************************************************************************************/
:root
{
	--color1: rgb(219, 144, 0.5);
	--color2: rgba(23, 180, 83, 0.877);
	--color3: rgba(11, 194, 211, 0.623);
	--fondo: #F2F2F2;
	--titulos: 33px;
	--margenes: 60px;
	--espacios: 10px;
	--espacios-contenido: 45px;
}

/**************************************************************************************************************************************
*****   General     *******************************************************************************************************************
**************************************************************************************************************************************/
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/**************************************************************************************************************************************
*****   Body        *******************************************************************************************************************
**************************************************************************************************************************************/
body
{
    font-family: "Rubik", serif;
	background: var(--fondo);
}

/**************************************************************************************************************************************
*****   Header      *******************************************************************************************************************
**************************************************************************************************************************************/
header
{
	width: 100%;
	height: 500px;
}

nav
{
	width: 100%;
	position: fixed;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.one_nivel
{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.one_info
{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    align-items: center;
    text-align: center;
}

.infos
{
    width: 50%;
    height: auto;
}

.phone
{
    width: 20%;
    height: auto;
}

.phone a
{
    font-size: 24px;
    text-align: center;
    background: #FF6F00;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 500;
    padding: 5px 30px;
}

.email
{
    width: 20%;
    height: auto;
}

.email a
{
    font-size: 24px;
    text-align: center;
    background: #FF6F00;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 500;
    padding: 5px 30px;
}

.nav1
{
	background: transparent;
	height: 120px;
}

.nav2
{
	background: var(--fondo);
	height: 120px;
}

.contenedor-nav
{
	width: 96%;
    height: 50px;
	display: flex;
    flex-direction: row;
	align-items: center;
	overflow: hidden;
    background: #B0BEC5;
    border-radius: 50px;
    margin-top: 5px;
}

.logo
{
    width: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo img
{
    width: 50%;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
}

.lenguaje
{
    width: 10%;
    height: 95%;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
}

.flags
{
    width: 50%;
    height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
}

.flags img
{
    height: 50%;
    width: 50%;
}

.enlaces
{
    width: 80%;
}

.enlaces ul
{
    position: relative;
    text-align: center;
}

.enlaces ul li
{
    display: inline-block;
    padding: 0% 3%;
}

.enlaces ul li a
{
    font-size: 25px;
    font-weight: 500;
    color: #021B79;
    opacity: 1;
    transition: .5s all ease-in-out;
    text-decoration: none;
	border-bottom: 3px solid transparent;
}

.enlaces ul li a:hover
{
    color: #1498A4;
	transition: 0.6s;
}

.icono
{
	display: none;
	font-size: 24px;
	padding: 23.5px 20px;
}

#hero
{
    position: relative;
}

video
{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**************************************************************************************************************************************
*****   Content     *******************************************************************************************************************
**************************************************************************************************************************************/
.titulo
{
	width: 100%;
	height: auto;
	background: #B0BEC5;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tit_logo
{
	width: 400px;
	height: 200px;
	display: flex;
	flex-direction: column;
	/*border-radius: 20px;*/
	/*margin-bottom: 30px;*/
	/*background: #3949AB;*/
}

.tit_logo img
{
	width: 120%;
	height: 170%;
	margin-top: -150px;
	z-index: 1;
	/*margin: auto;*/
}

.content
{
    width: 100%;
    height: auto;
	display: flex;
	flex-direction: column;
}

.globalia
{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.parallax-1
{
    width: 100%;
    height: 700px;
	background: url('../img/parallax01.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.parallax-2
{
    width: 100%;
    height: 700px;
	background: url('../img/parallax02.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.parallax-3
{
    width: 100%;
    height: 700px;
	background: url('../img/parallax03.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.parallax-inner
{
	width: 60%;
	height: auto;
	border-radius: 20px;
	background: #1C1C1D;
    opacity: 0.8;
	border: #000000 2px solid;
	/*padding: 10% 0;*/
}

.txtparallax
{
	width: 100%;
	height: 100%;
	padding: 30px 30px;
    /*mix-blend-mode: overlay;*/
	/*border: #1498A4 1px solid;*/
}

.txtparallax h1
{
	font-size: 120px;
	text-align: center;
	/*color: #A5D6A7;*/
	color: #FF6F00;
}

.txtparallax h2, .txtparallax p
{
	font-size: 22px;
	text-align: justify;
	/*color: #FF6F00;*/
	color: #A5D6A7;
	/*font-weight: 500;*/
	margin: 15px 0px 15px 0px;
}

/*.valores
{
	width: 50%;
	height: auto;
	margin: auto;
	margin: 40px 0px 40px 0px;
}

.valores h2
{
	font-size: 22px;
	color: #FF6F00;
	text-align: justify;
	font-weight: 500;
	margin: 15px 0px 15px 0px;
}

.valores p
{
	font-size: 22px;
	color: #FF6F00;
	text-align: justify;
	line-height: 30px;
	font-weight: 500;
	margin: 30px 0px 30px 0px;
}*/

/**************************************************************************************************************************************
*****   Footer      *******************************************************************************************************************
**************************************************************************************************************************************/
.pfooter
{
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: row;
    align-items: center;
    text-align: center;
	overflow: hidden;
	background: #A5D6A7;
}

.partFooter
{
    width: 25%;
	height: 100%;
    display: flex;
    align-items: center;
}

.partFooter a img
{
    width: 40%;
    height: 40%;
}

.socialNetworks
{
    width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.socialNetworks ul
{
	display: flex;
	flex-direction: row;
	margin: auto;
}

.socialNetworks ul li
{
    display: inline-block;
    padding: 0px 20px;
}

.socialNetworks ul li a
{
    font-size: 32px;
    color: #3949AB;
    opacity: 1;
    transition: .5s all ease-in-out;
}

.pfooter .socialNetworks ul li a:hover
{
	color: #FF6F00;
}

.motto
{
	width: 25%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}

.motto h1
{
	width: 100%;
	font-size: 10px;
	font-style: oblique;
	color: #3949AB;
}

/**************************************************************************************************************************************
*****	Query	***********************************************************************************************************************
**************************************************************************************************************************************/
@media screen and (max-width: 1050px)
{
	/*****	Header		**************************************************************************************************************/
	header
	{
		height: 400px;
	}

	.infos
	{
		width: 40%;
	}

	.phone
	{
		width: 30%;
	}

	.phone a
	{
		font-size: 18px;
		font-weight: 400;
	}
	
	.email
	{
		width: 30%;
	}
	
	.email a
	{
		font-size: 18px;
		font-weight: 400;
	}

	.logo img
	{
		width: 85%;
		margin-left: 20px;
	}

	.enlaces ul li
	{
    	padding: 0% 2%;
	}

	.enlaces ul li a
	{
		font-size: 18px;
		font-weight: 450;
	}

	/*****	Content		**************************************************************************************************************/
	.parallax-inner
	{
		width: 90%;
	}

	.txtparallax h1
	{
		font-size: 80px;
	}

	.txtparallax p
	{
		font-size: 18px;
		margin: 15px 0px 15px 0px;
	}

	/*****	footer		**************************************************************************************************************/
	.pfooter
	{
		width: 100%;
		height: 80px;
	}
}

/*************************************************************************************************************************************/
@media screen and (max-width: 700px)
{
	/*****	Header	******************************************************************************************************************/
	.infos
	{
		width: 0%;
	}
	
	.phone
	{
		width: 40%;
	}
	
	.phone a
	{
		font-size: 16px;
		padding: 5px 10px;
	}
	
	.email
	{
		width: 60%;
	}
	
	.email a
	{
		font-size: 16px;
		padding: 5px 10px;
	}
	
	.logo
	{
		width: 30%;
	}

	.logo img
	{
		width: 70%;
		margin-left: 20px;
	}

	.lenguaje
	{
		width: 50%;
	}
	
	.flags img
	{
		width: 70%;
		height: 70%;
	}
	
	.enlaces
	{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 80px;
		left: 0;
		background: #2C3E50;
		transition: 1s;
		width: 0;
		overflow: hidden;
	}

	.enlaces ul li
	{
		display: block;
		padding: 0% 0%;
	}

	.enlaces ul li a
	{
		display: block;
		width: 100%;
		height: 50px;
		padding: 20px;
		background: #34495E;
		color: #FFFFFF;
	}

	.nav2
	{
		color: #FFFFFF;
	}

	.icono
	{
		display: block;
		cursor: pointer;
	}

	/*****	Content		**************************************************************************************************************/
	.tit_logo
	{
		width: 100%;
		height: 300px;
		align-items: center;
	}

	.tit_logo img
	{
		width: 90%;
		height: 90%;
		margin-top: -140px;
	}

	.txtparallax
	{
		width: 100%;
		height: 100%;
		padding: 20px 20px;
	}

	.txtparallax h1
	{
		font-size: 70px;
	}

	.txtparallax h2, .txtparallax p
	{
		font-size: 18px;
		/*margin: 15px 0px 15px 0px;*/
	}

	/*****	footer      **************************************************************************************************************/
	.pfooter
	{
		height: auto;
		flex-direction: column;
		margin: 15px 0px 0px 0px;
	}

	.partFooter
	{
		width: 100%;
	}

	.socialNetworks
	{
		width: 100%;
	}

	.motto
	{
		width: 100%;
	}

	.motto h1
	{
		font-size: 12px;
		font-style: oblique;
		color: #3949AB;
		display: block;
		margin-bottom: 10px;
	}
}

/*************************************************************************************************************************************/
@media screen and (max-width: 500px)
{
	:root
	{
		--espacios-contenido: 25px;
	}

	/*.content-card
	{
		width: 90%;
	}

	.caja-servicios
	{
		width: 90%;
		margin-bottom: var(--margenes);
	}

	.cont-work
	{
		width: 85%;
	}

	.marca-logo
	{
		width: 80%;
	}

	.iconos
	{
		margin: auto;
	}*/
}