/* 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: 400px;
}

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;
}

.nav2
{
	background: var(--fondo);
	height: 120px;
}

.contenedor-nav
{
	display: flex;
    flex-direction: row;
	width: 96%;
    height: 50px;
	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;
}

.videotop
{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**************************************************************************************************************************************
*****   Content     *******************************************************************************************************************
**************************************************************************************************************************************/
.titulo
{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tit_logo
{
	width: 90%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tit_logo h1
{
	font-size: 40px;
	color: #3949AB;
	padding: 10px 0px 10px 0px;
}

.tit_span
{
	color: #FF6F00;
}

.tit_logo h2
{
	font-size: 18px;
	font-weight: 500;
	color: #3949AB;
	padding: 3px 10px;
	margin-bottom: 20px;
}

.content
{
    width: 100%;
    height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.opciona, .opcionb
{
	width: 80%;
	height: auto;
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

.unotxt
{
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.tittxt
{
	width: 100%;
	height: auto;
}

.tittxt h3
{
	font-size: 20px;
	font-weight: 500;
	font-style: oblique;
	padding: 10px 0px;
	color: #3949AB;
}

.unoopc
{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	padding: 5px;
}

.lettxt
{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0px 0px 0px 10px;
	background: #3949AB;
}

.lettxt h1
{
	font-size: 32px;
	text-align: center;
	color: #A5D6A7;
}

.textxt p
{
	font-size: 20px;
	font-weight: 400;
	margin: 2% 0px 0px 20px;
	color: #021B79;
}

.textxt
{
	width: auto;
	height: auto;
}

.btntxt
{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0px;
}

.btntxt a
{
    width: 130px;
	margin: auto;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 5px;
    background: #A5D6A7;
    color: #3949AB;
	box-shadow: 0 8px 32px rgba(57, 73, 171, .50);
}

.btntxt a:hover
{
	color: #A5D6A7;
    background: #3949AB;
    transition: color .5s;
}

.unoimg
{
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.unvideo
{
	width: 400px;
	height: 400px;
	border-radius: 50%;
}

.videoserv
{
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 50%;
}

/**************************************************************************************************************************************
*****   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     **************************************************************************************************************/
	.unvideo
	{
		width: 350px;
		height: 350px;
	}

    /*****  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 h1
	{
		font-size: 28px;
	}

	.tit_logo h2
	{
		font-size: 20px;
	}

	/*****	Content		**************************************************************************************************************/
	.opciona
	{
		width: 95%;
		display: flex;
		flex-direction: column;
		align-items: center;
		border: #FF6F00 solid 1px;
		border-radius: 20px;
	}

	.opcionb
	{
		width: 95%;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		border: #FF6F00 solid 1px;
		border-radius: 20px;
	}

	.unotxt
	{
		width: 95%;
	}

	.tittxt h3
	{
		text-align: center;
	}

	.unoimg
	{
		width: 100%;
		padding: 15px;
	}
	
	.unvideo
	{
		width: 350px;
		height: 350px;
	}

    /*****  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;
    }
}