body
{
    padding: 0;
    margin: 0;
}
header{
    background-color: #000e81;
    font-family: Montserrat;
    text-align: center;
    padding: 35px 0 5px;
    -webkit-box-shadow: 1px 7px 8px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 7px 8px -4px rgba(0,0,0,0.75);
    box-shadow: 1px 7px 8px -4px rgba(0,0,0,0.75);
    position: relative;
}
nav{
   /* width: 933px;*/
    margin: 0 auto;
}
nav ul{
    list-style: none;
}
nav ul li{
    display: inline;
    padding: 10px;
    font-family: 'Montserrat';
}
nav ul li a{
    color: #fbfcfd;
    font-size: 0.9vw;;
    position: relative;
}
nav ul li a:hover{
    color: #fbfcfd;
    text-decoration: none;
}
nav ul li a.activo
{
    font-weight: bold;
    /*text-decoration: underline;*/
}
nav ul li a.activo:after
{
    content: "";
    position: absolute;
    width: 3vw;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #fff;
    right: 0;
    margin: -3px auto;
}
nav ul li a:hover:after {
    content: "";
    position: absolute;
    width: 3vw;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #fff;
    right: 0;
    margin: -3px auto;
}
p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #3e3e3e;
}
.partesuperior
{
    background-image: url('../images/fondosuperior.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
h2, h1{
    font-size: 45px;
    font-family: 'GothamCondensedBold';
}
h3{
    font-size: 20px;
    font-family: 'GothamNarrowBold';
}
.blanco
{
    color: #fff;
}
.azul
{
    color: #001083;
}
.boton{
    width: auto;
    display: inline-block;
    padding: 10px 2vw;
    -webkit-border-radius: 5vw;
    -moz-border-radius: 5vw;
    border-radius: 5vw;
    cursor: pointer;
    /*font-size:1vw;*/
    font-size: 12px;
}
.botonblanco{
    border: 1px solid #fefefe;
    color: #fefefe;
}
.botonazul
{
    border: 1px solid #001083;
    color: #001083;
}
.botonblanco:hover
{
    border: 1px solid #fff;
    color: #001083;
    background-color: #fff;
}
.botonazul:hover{
    border: 1px solid #001083;
    color: #fefefe;
    background-color: #001083;
}
footer{
    background-color: #3e3e3e;
    padding: 30px 0 10px;
}
.gothamcondensedbold{
    font-family: 'GothamCondensedBold';
}
.gothamcondensedbook{
    font-family: 'GothamCondensedBook';
}
.copy {
    font-size: 9px;
}
.superindice {
    vertical-align: super;
    font-size: 66%;
    line-height: 0px;
}
.textogrande
{
    font-size: 97px;
    line-height: 92px;
    margin-bottom: 20px;
}
.fuente18 p
{
    font-size: 18px;
}
.textoazul, h2.textoazul
{
    font-size: 18px;
    font-weight: bold;
    color: #001083;
    text-transform: uppercase;
}
.gris
{
    color: #4c4c4c !important;
}
h4, h3.document-title{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.productos .row img {
    width: 100%;
    margin-bottom: 10px;
}
.productos p {
    font-family: Arial;
    font-size: 18px;
    line-height: 21px;
    color: #262626;
}
.navbar-header {
    position: absolute;
    top: -31px;
    right: 0;
}
.menu
{
    clear: both;
}
.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,0);
}
.bannermovil
{
    display: none;
}
.movil{
    display: none;
}
.parteinferiormovil {
    background-image: url(../images/fondohomemovil.jpg) !important;
}
@media only screen and (max-width : 600px) {
    /* Styles */
nav ul li a {
    font-size: 14px;
}
.productos .col-6.text-left a {
    width: 80%;
}
.boton {
    width: 100%;
    text-align: center;
}
.iconovaca {
    width: 35vw;
    margin-top: 40px;
    margin-bottom: 20px;
}
.bannermovil
{
    display: block;
}
.banner
{
    display: none;
}
.productos p {
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}
div#logo {
    float: left;
    margin-left: 4vw;
}
.facebook {
    font-size: 9px;
}
.logofooter img {
    width: 60% !important;
}
header {
    padding: 13px 0 5px;
}
#logo img {
    width: 84%;
}
.flecha img {
    width: 9%;
}
.desktop{
    display: none;
}
.movil{
    display: block;
}
}