body {
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    position: relative;
    font-weight: 300;
    overflow-x: hidden !important;
    margin-right: 0;
}
a {
    color: #0d3158;
}
a:focus,
a:active {
    border: 0;
    outline: none;
}
a:hover {
    text-decoration: none;
}
.floating {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 9999;
    animation-delay: 500ms;
    animation: fadeInLeft 1s;
}
.floating a {
    color: #fff;
}
header#header {
    padding: 10px 0;
}
header#header .info-top {
    font-size: 20px;
}
header#header .info-top a {
    color: #0d3158;
    font-weight: 600;
}
.circles-slider{
    transform: translatex(290px);
    margin-top: -185px;
    z-index: 99;
}
.circle-slide {
    background: #285f8c;
    position: relative;
    top: 0px;
    right: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    padding: 30px 30px;
    color: #fff;
    display: flex;
    align-items: center;
    box-shadow: inset 10px 10px 20px rgba(255, 255, 254, 0.3), inset -10px -10px 20px rgba(0, 0, 0, 0.4);
}
.cirle-slide h4{
    text-align: center !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
}

.cirle-slide .circle-otros-servicios-inner {
    width: 85%;
}





@media (min-width: 992px) {
    header#header .logo {
        margin-bottom: -3rem;
        z-index: 9999;
        position: relative;
    }
    .circles-slider{
        transform: translatex(290px);
        margin-top: -185px;
        z-index: 99;
    }

}
@media (max-width: 500px) {
    header#header .logo img {
        width: 80px;
    }
    .circles-slider{
        max-width: 350px;
        transform: translatex(10px);
        z-index: 99;
    }
    .circle-slide{
        margin: auto;
    }
    .padding-mobile{
        padding-left: 0;
        padding-top: 24px;
    }
}
@media (min-width: 576px) and (max-width: 759px) {
    header#header .info-top {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    header#header {
        padding: 0;
    }
    header#header .row-mobile {
        background: #6a86a4;
        color: #fff;
        text-align: center;
    }
    header#header .row-mobile a {
        color: #fff;
    }
}
section#section-nav {
    background: #0d3158;
    color: #fff;
}
section#section-nav .menu-main {
   max-width: 900px;
    margin: auto;
}
section#section-nav .menu-main ul.navbar-nav {
    justify-content: space-evenly;
    width: 100%;
}
section#section-nav .menu-main ul.navbar-nav li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    display: block;
}
section#section-nav .menu-main button.navbar-toggler {
    color: #fff;
    font-size: 30px;
}
@media (max-width: 991px) {
    section#section-nav .container {
        max-width: 100%;
    }
}
section#section-slider {
    background: url("../../images/fondo-slider.jpg") no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;
}
section#section-slider .section-slider-content {
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    max-width: 700px;
    text-align: left;
    line-height: 1.2em;
    text-shadow: 0 0 20px #000;
}
section#section-slider .section-slider-content .section-slider-content-text {
    margin-bottom: 0.5em;
}
@media (max-width: 575px) {
    section#section-slider {
        padding: 60px 10px 180px;
    }
    section#section-slider .section-slider-content {
        font-size: 30px;
    }
}
@media (min-width: 500px) {
    section#section-slider .circle-slide {
        bottom: 150px;
        position: absolute;
        right: 0;
    }
}

section#section-slider .circle-slide .circle-otros-servicios {
    background: #285f8c;
    position: absolute;
    top: 0px;
    right: 0;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    padding: 20px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    box-shadow: inset 10px 10px 20px rgba(255, 255, 254, 0.3), inset -10px -10px 20px rgba(0, 0, 0, 0.4);
}
section#section-slider .circle-slide .circle-otros-servicios h4 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
}
section#section-slider .circle-slide .circle-otros-servicios .circle-otros-servicios-inner {
    width: 90%;
    margin: auto;
}
section#section-slider .circle-slide .circle-otros-servicios .circle-otros-servicios-inner ul {
    margin-top: 0.5em;
}
@media (min-width: 768px) and (max-width: 991px) {
    section#section-slider .circle-slide {
        bottom: 100px;
    }
    section#section-slider .circle-slide .circle-otros-servicios {
        width: 250px;
        height: 250px;
    }
    section#section-slider .circle-slide .circle-otros-servicios h4 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    section#section-slider .circle-slide {
        bottom: 70px;
    }
    section#section-slider .circle-slide .circle-otros-servicios {
        width: 200px;
        height: 200px;
    }
    section#section-slider .circle-slide .circle-otros-servicios h4 {
        font-size: 20px;
    }
}
@media (max-width: 500px) {
    section#section-slider .circle-slide {
        bottom: -20px;
        right: 10px;
        position: absolute;
    }
    section#section-slider .circle-slide .circle-otros-servicios {
        width: 200px;
        height: 200px;
    }
    section#section-slider .circle-slide .circle-otros-servicios h4 {
        font-size: 20px;
    }
}
section#section-servicios {
    padding: 90px 0;
}
section#section-servicios header#header-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #0d3158;
}
section#section-servicios .row-servicios {
    margin: 2em 0 3em;
}
section#section-servicios .row-servicios .box-servicio {
    margin-bottom: 2rem;
}
section#section-servicios .row-servicios .box-servicio .servicio-titulo {
    font-size: 20px;
    color: #0d3158;
    font-weight: 600;
    margin: 1em 0 0.5em;
}
section#section-otros-servicios {
    padding: 250px 0 140px;
    background: url("../../images/fondo-otros-servicios.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 170px;
}
section#section-otros-servicios .box-otros-servicios {
    width: 60%;
    max-width: 630px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
}
section#section-otros-servicios .box-otros-servicios h3 {
    font-size: 40px;
    margin-bottom: 0.5em;
}
section#section-otros-servicios .circle-otros-servicios {
    background: #6a86a4;
    position: absolute;
    top: -440px;
    left: 0;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    padding: 20px 50px;
    color: #fff;
    display: flex;
    align-items: center;
    box-shadow: inset 10px 10px 20px rgba(255, 255, 254, 0.3), inset -10px -10px 20px rgba(0, 0, 0, 0.4);
}
section#section-otros-servicios .circle-otros-servicios h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 1em;
}
section#section-otros-servicios .circle-otros-servicios:last-child {
    background: #285f8c;
    left: 380px;
}
section#section-otros-servicios .circle-otros-servicios .circle-otros-servicios-inner {
    width: 85%;
    margin: auto;
}
section#section-otros-servicios .circle-otros-servicios .circle-otros-servicios-inner ul {
    margin-top: 0.5em;
}
section#section-investigacion-buro{
background-color: #0D3158;
}
section#section-investigacion-buro h3{
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;

}
section#section-investigacion-buro p{
    font-size: 20px;
    color: #fff;
}
section#section-investigacion-buro span{
    color: #168AE1;
}
@media (max-width: 767px) {
    section#section-otros-servicios {
        padding: 50px 0;
        margin-top: 0;
        background: #0d3158;
    }
    section#section-otros-servicios .box-otros-servicios {
        width: 100%;
    }
    section#section-otros-servicios .circle-otros-servicios {
        display: none;
    }
}
section#section-contratos h2 {
    color: #0d3158;
    font-size: 40px;
    font-weight: 600;
}
section#section-nosotros {
    padding: 90px 0 50px;
}
section#section-nosotros .box-nosotros {
    background: #6a86a4;
    color: #fff;
    text-align: center;
    padding: 2rem;
    margin-bottom: 2rem;
}
section#section-nosotros .box-nosotros .box-nosotros-titulo {
    font-size: 20px;
    font-weight: 600;
    margin: 1.6rem 0 1rem;
}
section#section-nosotros .box-nosotros-descripcion {
    margin-top: 3rem;
}
section#section-nosotros .box-nosotros-descripcion h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #0d3158;
    margin-bottom: 1rem;
}
section#section-masinfo {
    padding: 130px 0 100px;
    background: url("../../images/fondo-form.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
section#section-masinfo header#header-section {
    text-align: center;
    color: #fff;
}
section#section-masinfo header#header-section h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
section#section-masinfo header#header-section .subtext {
    font-size: 20px;
}
section#section-masinfo .form-box {
    max-width: 930px;
    margin: 2rem auto 0;
}
section#section-masinfo .form-box .caja_error {
    display: block;
    margin-top: 1em;
    min-height: 1em;
    color: #fff;
}
@media (max-width: 575px) {
    section#section-masinfo {
        padding: 50px 0;
    }
}
footer#footer {
    padding: 45px 0;
}
section#section-copy {
    font-size: 12px;
    padding: 5px 0 10px;
    overflow: hidden;
}
ul.info {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.info li {
    position: relative;
    padding-left: 22px;
    padding-bottom: 10px;
    font-size: 16px;
}
ul.info li strong {
    font-size: 20px;
    font-weight: 600;
}
ul.info li:before {
    position: absolute;
    content: "";
    background: url("../../images/sprite.png") no-repeat;
    left: 0;
    top: 2px;
}
ul.info li.phone:before {
    background-position: -47px -31px;
    width: 19px;
    height: 19px;
}
ul.info li.direccion:before {
    background-position: -65px -31px;
    width: 17px;
    height: 23px;
}
ul.info li.email:before {
    background-position: -27px -32px;
    width: 19px;
    height: 14px;
    top: 5px;
}
ul.list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.list-check li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 2px;
}
ul.list-check li:before {
    content: "";
    background: url(../../images/bullet-check.png) no-repeat;
    position: absolute;
    width: 18px;
    height: 16px;
    left: 0;
    top: 2px;
}
ul.list-check-white {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.list-check-white li {
    position: relative;
    padding-left: 35px;
    padding-bottom: 1rem;
}
ul.list-check-white li:before {
    content: "";
    background: url(../../images/bullet-check-white.png) no-repeat;
    position: absolute;
    width: 20px;
    height: 21px;
    left: 0;
    top: 3px;
}
a,
a:active,
a:focus,
button:focus,
button:active {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}
.img-responsive {
    display: inline-block;
}
.bg-primary {
    background-color: #0d3158 !important;
}
.bg-secondary {
    background-color: #6a86a4 !important;
}
.btn.btn-default {
    color: #fff;
    background: #6a86a4;
    border: 0;
    border-radius: 0px;
    padding: 8px 20px;
    font-size: 20px;
}
.btn.btn-primary {
    background: #0d3158;
    color: #fff;
    border: 0;
    padding: 12px 30px;
    border-radius: 0;
}
.btn.btn-primary:hover {
    background: #6a86a4;
}
.btn.btn-secondary {
    background: #fff;
    color: #000;
    font-size: 18px;
}
.btn.btn-full {
    width: 100%;
}
.form-control {
    border-radius: 0;
}
select:not([multiple]) {
    -webkit-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 24 24'><path fill='black' d='M6.606469115231329,15.470278192376732 L12.011874941178945,7.473463335385473 L17.41728076712653,15.470278192376732 L6.606469115231329,15.470278192376732 z' transform='rotate(-180 12.01187515258789,11.471870422363281)'></path></svg>")
        #fff;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    padding: 0.5em;
    padding-right: 1.5em;
}
button.close {
    position: relative;
    z-index: 9999;
    opacity: 0.8;
    right: 10px;
    top: 0px;
    font-size: 35px;
    font-weight: 300;
}
button.close:hover {
    animation: rubberBand 1s;
}
