@media only screen and (min-width: 600px) {
  .pantalla {
    margin-top: 14% !important;
    margin-bottom: 14% !important;
  }
}

body{
    color:#002e6d;
}

.lineaDivide {
    width: 80vw;
    border: 5px #F7B334 solid; 
    margin-top: 0em;
    margin-bottom: .250em;
}

.lineaSubDivide {
    width: 25%;
    border: 3px rgba(0, 46, 109, 1) solid; 
    margin-top: 0em;
    margin-bottom: .250em;
}

.espaciador{
 margin-bottom: 20vh;
}

.space-top-xs {
 margin-top: 1.5em;
}

.space-top-md {
 margin-top: 3em;
}

.space-top-lg{
 margin-top: 8em;
}

.imagen{
    width: inherit;
    height: auto;
    image-orientation: from-image;
}

.backBlue {
background-color: #002E6D;
}

.wazeButton {
    font-size: 1.625em;
    fill: #002e6d;
}

.text-with-border {
      font-size: 1.250em;
    }

.contactButtons {
    width: 1em;
    fill: #002e6d;
}

.socialButtons {
    width: 1.825em;
    fill: #002e6d;
}

.logo {
    width:25vw;
}

.azulBack{
    background-color: #002e6d;
}

.fontUno {
    font-family: 'Cinzel', serif;
}

.colorUno{
    color: #002e6d;
}

.colorDos{
    color: #F7B334;
}

.nav-item a {
    color: #002e6d;
}

.nav-item a:hover {
    color: #F7B334;
}

.nav-item a:active{
    color:#ff3300;
    border: 1px solid #fff;
}