/*body{
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
}*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   /* font-family: Arial, Helvetica, sans-serif;*/
    text-decoration: none;
}

header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #213B7B;
}

/* ****** Header Superior ****** */

.header__superior{
    position: fixed; /* Encabezado Transparente */
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 10px 90px;
    box-sizing: border-box;
    background: rgba(32, 64, 125, 0.9);
    display: flex;
    justify-content: space-between;
}

.logo img{
    width: 250px;
}

.menu{
    max-width: 1200px;
    margin: auto;
    height: 100%;
}

nav{
    height: 100%;
}

nav > ul{
    height: 100%;
    display: flex;
}

nav ul li{
    height: 100%;
    list-style: none;
    position: relative;
}

nav > ul > li >a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: right;
    padding: 18px;
    color: white;/* color de letra de "Contact Us" */
    text-transform: uppercase;
    transition: all 300ms ease;
}

nav > ul > li >a{/* tipo de letra del Menú */
    font-family: 'Oswald';
    font-weight: 100;
    font-size: 20px;
}

nav > ul > li >a:hover{
    transform: scale(1.1);
    background: #2B426E;/* color cuando es señalado con el puntero */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

nav > ul > li:last-child > a{
    /*background-image: url(../img/Logo_Menu.png);*/
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 40px;
}

main .barra_adicional{
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100px;/* Altura de la barra adicional */
    padding: 100px 0px;
    background: #20407D;
    background: rgba(32, 64, 125, 0.9);/*rgba(32, 64, 125, 0.9);/* rgba(117, 22, 63, 0.9); */
}

main .barra_adicional h1{ /* letra del mensaje inicial */
    padding: 10px 90px;/* Centrado del mensaje inicial */
    height: 50px;
    float: left;
    /*text-transform: uppercase;*/
    color: white;/* color de la letra */
    align-items: center;
    vertical-align: center;
    font-family: 'Oswald';
    font-weight: 200px;
    font-size: 43px;
}

/* ******************************************************************** */
/* ******************************************************************** */
/* ******************************************************************** */

.total{
    display: flex;
}

.lado_iz{
    color: #FFFFFF;
    width: 40%;
}

.lado_der{
    color: #FFFFFF;
    width: 30%;
}


form{
    margin: 30px;
    padding: 25px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    text-align: center;
    width: 340px;
    height:600px;
}

.input-group{
    display: flex;
    flex-direction: column;
    text-align: left;
}

h2{
    color: #111564;
    font-size: 35px;
}

label{
    color: #111564;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Oswald';
}

input, textarea{
    padding: 17px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-color: #5da8eb;/* color dentro de los óvalos */
    border: 2px solid #f0faf1;/* color borde de los óvalos */
    color: #111564;
    outline: none;
    font-family: 'Oswald';
}

input::placeholder, textarea::placeholder{
    color: #07345c;/* color de letra dentro de los óvalos */
}

/*.form-txt{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}*/

.form-txt a{
    color: #111564;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.btn{
    font-size: 16px;
    color: #07345c;
    border: 0;
    border-radius: 25px;
    background-color: #5da8eb;/* color del último óvalo */
    box-shadow: 0 0 20px rgba(93, 168, 235, 0.4);
    cursor: pointer;
}

.btn:hover{
    background-color: #5da8eb;
}

@media(max-width:991px){

body{
    padding: 30px;
}

form{
    padding: 15px;
    width: 100%;
}

input{
    padding: 15px;
}

}

.img_der{
    object-fit: cover;
    width:15%;
    height:15%;
}

/* ****************************************************************** */
/* ******************* INICIO DEL FOOTER **************************** */
/* ****************************************************************** */

footer{
    background-color: #20407D;
}

@media (max-height:800px){
    
footer{
        position: static ;
}
    
    header{
    position: static ;
}

nav{
    padding: 10px 0px;
}

}

/* footer de intento*/

.intento{
    display:flex;
}

.izquier{
    width: 35%; 
    text-align: left;
    flex-direction: column;
}

.izquier p{
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin: 10px;
    font-size: 15px;
    font-family: 'Noto+Sans';/* ************************************* */
    padding: 0px 50px;
    font-weight: 400;
}

.izquier p span{
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;    
}

.izquier p a{
    color: #e0ac1a;
    text-decoration: none;
}

.centro{
     width: 25%;
     color:#20407D;
     
}

/* .dere{
    text-align: right;
    margin-top: 25px;
    width: 30px;
    color: white;/* Color del sobre 
    float: right;
    padding: 10px 0px;
    font-family: 'Noto+Sans';/* **************************************** 
    font-weight: 400;
} *********************************** */

.dere .footer-icons{
    margin-top: 25px;
    display: flex;
}

.footer-dere p{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Noto+Sans';/* **************************************** */
   /* color: white;/* Color del correo */
   color: white;
   display: flex;
}

.dere p{
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin: 10px;
    font-size: 15px;
    font-family: 'Noto+Sans';/* ************************************* */
    padding: 0px 50px;
    font-weight: 400;
    /*flex-direction: column;*/
}

/* **********************************************

.dere .footer-icons a{/* todo lo referido a las imagenes de las redes 
    display: inline-block;
    width: 35px;
    height: 35px;/* Altura de las Imágenes de las redes 
    cursor: pointer;
    background-color: #0F968F; /* verde aceituna, #33383b; Gris Oscuro
    border-radius: 2px;
    font-size: 25px;
    color: #3F3F3F;
    text-align: center;
    line-height: 35px;
    margin-right: 15px;/* espacio entre las imagenes de las redes 
    margin-bottom: 5px;
}



.dere .footer-icons a:hover{
    background-color: #3f71ea;/* Color al ser señalado por puntero del mouse 
}

.footer-links a:hover{
    background-color: #3f71ea;
}

.dere .footer-dere{
    
}


/* ****************************************************** */



/* ****************************************************** */


