body {
    width: 100%;
    height: 100%;
    background-color: #09507a;
}

#btn-enviar {
    color: #ffffff !important;
    background-color: #01579b !important;
}

h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Open Sans';
    position: relative;
    text-align: center;
}

h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: bold 'Open Sans';
    position: relative;
    text-align: center;
}

.drop-image {
    /*width: 25vw !important;
	height: 28vw !important;*/
    border: 1px solid #000;
    border-radius: 7px;
}

.dropdwn-content {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    display: none;
    width: auto !important;
    padding: 0px !important;
    position: absolute;
    border-radius: 7px;
    z-index: 2;
}

.dropdwn:hover .dropdwn-content {
    display: block;
}

.gestoria-sat {
    margin-top: -70px;
}

.gestoria-infonavit {
    margin: -20vw 0 0 -1.5vw !important;
}

.gestoria-imss {
    margin: -22vw 0 0 -1vw !important;
}

.gestoria-rh {
    margin: -35vw 0 0 -1vw;
}

.largo {
    height: 80px;
}

.centrar {
    margin-top: 100px;
}

.color-azul {
    background-color: #09507a;
}

.logo {
    width: 9%;
}

.logo-med {
    width: 11%;
}

.logo-small {
    width: 19%;
}

.posicion-logo {
    position: relative;
    left: 18%;
}

.brand-logo {
    margin: 10px 0;
}

.color-nav {
    background-color: white;
}

.fijo {
    position: fixed;
    z-index: 998;
}

.centrar-card {
    margin-top: 100px;
    background-color: white;
}

.centrar-card-small {
    background-color: white;
}

.tam-card {
    height: 30vh;
}

.icono {
    font-size: 25px;
    margin: 7px 5px;
}

.fuente {
    font-family: 'Capriola', sans-serif;
}

.ver-primero {
    z-index: 999;
}

.juntar {
    margin: 0;
    padding: 0;
}

.cen-load {
    position: relative;
    top: 30vh;
}

.titulos {
    color: #228AC7;
}

.color-fondo {
    background-color: white;
}

.ver-primero {
    z-index: 999;
}

.bloque {
    border-left-color: #09507a;
}

.footer-color {
    background: blue;
}

.icono-tam-face {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 30px;
    padding: 10px;
}

.nav-text {
    padding: 0 10px;
}

.ajs-button:hover {
    cursor: pointer;
    border-radius: 10px;
}

@media only screen and (min-width:992px) and (max-width: 1137px) {
    .nuestros-servicios {
        display: none !important;
    }
}

@media only screen and (min-width: 1700px) {
    .logo {
        width: 7%;
    }
}