@font-face {
    font-family: 'Renogare';
    src: url('/fonts/renogaresoft-regular.eot');
    src: url('/fonts/renogaresoft-regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-light.eot');
    src: url('/fonts/roboto-light.woff') format('woff');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('/fonts/roboto-regular.eot');
    src: url('/fonts/roboto-regular.woff') format('woff');
}
h1 {
    font-family: 'Renogare';
    font-weight: inherit;
    color: #fff;
}
.text-contacto {
    font-size: 14px;
    margin-right: 2px;
    margin-left: 2px;
}
p {
    font-family: 'Roboto-Regular';
    color: #fff;
}
body {
    margin: 0;
    padding: 0;
    background: #163059;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
}

.dropdown-content ul{
    background-color: #1b3a6b;
}
li {
    display: inline-block;
}
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto';
}
li a span {
    display: inline-block;
    margin-right: 5px;
}
.logo {
    position: fixed;
    filter: alpha(opacity=100);
    opacity: 1;
    width: 150px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 357;
    height: 48px;
    background: transparent url('/logo/logo_blanco.png') no-repeat left top;
    background-size: contain;
    left: 82px;
    top: 4px;
}
.barra-menu {
    position: fixed;
    width: 100%;
    background-color: #0a1b34;
    height: 57px !important;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
}
.menu {
    align-self: center;    
}
.container {
    display: flex;
    height: 100vh;
    width: 100%;
}
.divInferior.izquierda {
    background-image:
        linear-gradient(to bottom, rgba(245, 246, 252, 0.52), #163059),
        url('/images/contacUs.jpg');
    width: 100%;
    background-size: cover;
    color: white;
    padding: 20px;
    margin-top: 50px;
}
.divInferior.derecha {
    margin-left: 20px;
    width: 100%;
    margin-top: 50px;
}
.form {
    z-index: 1;
    
}
.form-group {
    position: relative;
    margin-bottom: 20px;
    
}
#mensaje:focus ~ label {
    top: -10px;
    background-color: #163059;
    color: white;
    font-size: 11px;
}
.subir-label{
    position: absolute;
    left:36px;
    top: 18px;
    text-transform: capitalize;
    transition: top .3s;
    color: #d8e0e6;
    font-family: 'Roboto';
    font-size: 13px;
    pointer-events: none;    
}
.filled {
    top: -7px;
    background-color: #163059;
    color: white;
    font-size: 11px;
    padding-left: 2px;
}
.container-form {
    width: 100%;
    margin: 0 auto; 
    display: flex;
  flex-direction: column;
  align-items: center;
  
}
.form-group input:focus ~ label {
    top: -7px;
    background-color: #163059;
    color: white;
    font-size: 11px;
    padding-left: 2px;
}
.largo {
    width: 40vw;
   
    margin-left: 20px;
    border-radius: 5px;
    height: 3rem;
    border: 1px solid #777;
    padding-left: 1rem;
    background-color: #163059;
    color: #fff;
    font-family: 'Roboto';
    margin-right: 30px;
}
::placeholder {
    color: #d8e0e6;
    font-family: 'Roboto';
}
.center {
    text-align: center;
}
.btn {
    padding: 10px 20px;
    background-color: #2659AB;
    border: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: #d8e0e6;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.dropdown {
    display: none;
}
li a:hover
 {
    color: #3474B7;
    transition: color 0.3s ease-in-out;
}
.btn:hover {
    background-color: #11447a;
    transition: color 0.3s ease-in-out;
}
.btn:active {
    background-color: #0b315a;
    transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 690px) {
    h1 {
        font-size: 20px;
    }
    p {
        font-size: 16px;
       max-width: 95vw;
    }
    .container {
        flex-direction: column;
        align-items: center;
    }
    .divInferior.izquierda {
        display: none;
    }
    .largo {
        width: 80vw;
        height: 2.5rem;
        padding-left: 0.5rem;
        font-size: 14px;
    }
    .btn {
        padding: 8px 16px;
        font-size: 14px;        
    }
    .menu-pc {
        display: none;
    }
    .dropdown {
        display: unset;
    }
    .navbar {
        overflow: hidden;
        background-color: #333;
        font-family: Arial, Helvetica, sans-serif;
    }
    li {
        display: block;
        border-bottom: 1px solid #ccc;
    }
    li:last-child {
        border-bottom: none;
    }
    .active {
        color:#fff;
    }
    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Roboto';
    }
    .navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    .dropbtn {
        cursor: pointer;
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        padding: 0;
        margin-top: 7.5px;
        margin-right: 30px;
        border-color: white;
        border-width: 10px;
        animation: btnKeyR 0.3s normal;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        margin-right: 100px;
        right: -72px;
    }
    .dropdown-content a {
        float: none;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    .dropdown-content a:hover {
        background-color: #326cca;
        color: #f9f9f9;
    }    
    .dropbtn:hover,
    .dropbtn:active{
        background-color: #0f2c5a;
        font-size: 18px;
        animation: btnKey 0.2s normal;
    }
    @keyframes btnKey {
        0% {background-color: transparent; font-size: 16px;};
        100% {background-color: #0f2c5a; font-size: 18px;};
    }
    @keyframes btnKeyR {
        0% {background-color: #0f2c5a; font-size: 18px;};
        100% {background-color: transparent; font-size: 16px;};
    }
    .show {
        display: block;
        border-radius: 17px;
    }
}
#mensaje {
    resize: none;
}
#mensaje-error {
    color: #ff0000e0;
    font-family: 'Roboto';
}
input:hover,
textarea:hover {
    transition: border-color 0.3s ease-in-out;
    border: 1px solid white;
    background-color: #163059;
}
