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

img
{
	vertical-align: top;
}

/**************************************************************************************************************************************
*****   Header      *******************************************************************************************************************
**************************************************************************************************************************************/
header
{
	width: 100%;
	height: 800px;
	/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.45)), url(../img/Gto_Pto_Int.mp4);*/
}

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

.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;
	color: #FFFFFF;
}

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

.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
{
    display: flex;
	flex-direction: row;
    align-items: center;
	text-align: center;
    width: 50%;
    height: 100%;
}

.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;
}

.textos
{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
}

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

#hero
{
    min-height: 100vh;
    position: relative;
}

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

.capa
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1C1C1D;
    opacity: 0.5;
    mix-blend-mode: overlay;
}

/**************************************************************************************************************************************
*****   Content     *******************************************************************************************************************
**************************************************************************************************************************************/
.content
{
    width: 100%;
    height: auto;
}

/*****	company		******************************************************************************************************************/
.company
{
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.products, .services, .price
{
	width: 30%;
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #A5D6A7;
	border-radius: 20px;
}

.imgprod, .imgserv, .imgpric
{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 150px;
	height: 170px;
	border-color: #A5D6A7;
	background: #FFFFFF;
	border-width: 6px;
	border-style: solid;
	margin: 0 auto;
	margin-top: -80px;
	border-radius: 50%;
	overflow: hidden;
	justify-content: center;
}

.imgprod img, .imgserv img, .imgpric img
{
	width: 80%;
	height: 80%;
	object-fit: cover;
}

.infprod, .infserv, .infpric
{
	width: 95%;
	height: 95%;
	margin-top: 10px;
}

.infprod h3, .infserv h3, .infpric h3
{
	font-size: 38px;
	font-weight: 600;
	color: #021B79;
	letter-spacing: 1px;
}

.infprod h5, .infserv h5, .infpric h5
{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 10px 0px 10px 0px;
}

.infprod a, .infserv a, .infpric a
{
    margin: auto;
    width: 130px;
    background: #FFFFFF;
    color: #FF6F00;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(255, 128, 0, .50);
}

.infprod a:hover, .infserv a:hover, .infpric a:hover
{
    color: #FFFFFF;
    background: #FF6F00;
    transition: color .5s;
}

/*****	abouts		******************************************************************************************************************/
.abouts
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title
{
    width: 100%;
    height: auto;
}

.title h1
{
    font-size: 50px;
    letter-spacing: 3px;
    text-align: center;
    color: #3949AB;
}

.intros
{
    display: flex;
    flex-direction: row;
    width: 80%;
    height: auto;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
	align-items: center;
}

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

.glbltxt
{
	width: 55%;
	height: auto;
	font-size: 20px;
	font-weight: 450;
	color: #3949AB;
}

.globaliaimg
{
	width: 40%;
	height: 600px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}

.globaliaimg img
{
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

/*****	places		******************************************************************************************************************/
.places
{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.subplaces
{
	width: 90%;
	height: 450px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-color: #FF6F00;
	border-width: 1px;
	border-style: solid;
	border-radius: 20px;
	background: #FFFFFF;
}

.oneplace
{
	width: 60%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oneplace img
{
	width: 90%;
	height: 100%;
}

.twoplace
{
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.txtplace
{
	width: 90%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: justify;
	justify-content: center;
}

.imgplace
{
	width: 100%;
	height: 50%;
}

.imgplace img
{
	width: 95%;
	height: 95%;
	align-items: center;
	object-fit: cover;
}

/**************************************************************************************************************************************
*****   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
	{
    	/*display: inline-block;*/
    	padding: 0% 2%;
	}

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

	.textos h1
	{
		font-size: 40px;
	}

	/*****	company		**************************************************************************************************************/
	.company
	{
		height: 400px;
	}

	.products, .services, .price
	{
		width: 25%;
		height: 300px;
		margin-top: 50px;
	}

	.imgprod, .imgserv, .imgpric
	{
		width: 90px;
		height: 100px;
		margin-top: -50px;
	}

	.infprod h3, .infserv h3, .infpric h3
	{
		font-size: 20px;
		font-weight: 500;
	}

	.infprod h5, .infserv h5, .infpric h5
	{
		font-size: 18px;
		font-weight: 500;
	}

	.infprod a, .infserv a, .infpric a
	{
		width: 100px;
		font-size: 14px;
		font-weight: 500;
		padding: 5px 30px;
	}

	/*****	abouts		**************************************************************************************************************/
	.title h1
	{
		font-size: 40px;
		margin-top: 10px;
	}

	.glbltxt
	{
		font-size: 16px;
		font-weight: 450;
	}

	.globaliaimg
	{
		height: 500px;
	}

	/*****	places		**************************************************************************************************************/
	.subplaces
	{
		height: 350px;
	}

	.txtplace p
	{
		font-size: 14px;
	}

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

	.textos h1
	{
		font-size: 50px;
	}

	:root
	{
		--margenes: 30px;
	}

	/*****	company		**************************************************************************************************************/
	.company
	{
		height: auto;
		flex-direction: column;
		padding: 20px 0px 0px 0px;
	}

	.products, .services, .price
	{
		width: 70%;
		margin-bottom: 20px;
	}

	.infprod h3, .infserv h3, .infpric h3
	{
		font-size: 38px;
	}

	/*****	abouts		**************************************************************************************************************/
	.title h1
	{
		font-size: 32px;
		font-weight: 500;
	}

	.intros
	{
		flex-direction: column-reverse;
		width: 90%;
	}

	.globaliatxt
	{
		width: 100%;
		margin-top: 10px;
	}

	.glbltxt
	{
		width: 100%;
		font-size: 16px;
		font-weight: 350;
	}

	.globaliaimg
	{
		width: 100%;
		height: 300px;
	}

	/*****	places		**************************************************************************************************************/
	.subplaces
	{
		height: auto;
		flex-direction: column;
	}

	.oneplace
	{
		width: 95%;
	}

	.oneplace img
	{
		width: 95%;
	}

	.twoplace
	{
		width: 95%;
	}

	.txtplace
	{
		width: 100%;
		margin-bottom: 15px;
	}

	.imgplace
	{
		margin-bottom: 10px;
	}

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