body {
    color: #555;
    line-height: 1.8;
}

p {
    margin-top: 0;
    font-size: 1.2em;
}

.border-footer {
    border-top: 1px solid #2e5178;
}

.slider {
    height: 70vh;
    background-size: cover !important;
    background-position: 0% 0 !important;
    margin-top: -50px !important;
}

h1 {
    color: #405e7c;
    font-weight: 700;
}

ul.list-inline li {
    display: inline-block;
    margin-left: 10px;
}

.form-control {
    height: calc(2.25rem + 12px);
    padding: .375rem .75rem;
    font-size: 1.4em;
}

.form_blue {
    background: rgba(10, 51, 96, .90);
    float: right;
    margin-top: 2em;
    margin-right: 4%;
    padding: 3em 2.7em;
    position: relative;
    width: 42em;
    border-radius: 5px;
    text-align: left;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    color: white;
}

.btn_quote {
    background: linear-gradient(to bottom, #2aa5fc 0%, #0062cf 100%);
    cursor: pointer;
    display: block;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: .83333em 2.5em;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 100px;
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    background-color: white;
    box-shadow: 0 0 5px black !important;
}

.top-phone-number {
    color: #2e5178;
    font-size: 18px;
    padding: 10px 15px;
    /* border: solid 1px #2e5178; */
    font-weight: bold;
}

.top-call {
    padding: 10px 0;
    color: #3b4052;
    font-size: 18px;
    font-weight: bold;
}

.cta_btn_top {
    border: 2px solid #2e5178;
    color: #2e5178;
    font-size: 12px;
    padding: 8px 10px 9px;
    outline: none;
    border-radius: 2px;
    /*    text-transform: uppercase; */
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
}

.form_blue {
    background: rgba(10, 51, 96, .90);
    margin-right: 10%;
    margin-left: 50%;
    position: absolute;
    margin-top: -27%;
    margin-left: 50%
}

.page_item {
    display: inline-block
}

#disclosures {
    font-size: 12px;
}

.img-responsive {
    width: 100%;
}

.form_movil {
    display: none;
}

 ::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 100px 100px 100px 100px/75px 75px 75px 75px;
}
@media (min-width: 1920px) and (max-width: 2560px)  {
    .slider {
        height: 85vh;
    
    }
}
@media  screen and (max-width: 1920px) {
       .slider {
        height: 85vh;
    
    }
}
@media only screen and (min-width: 1601px) and  (max-width: 1920px){
   .slider {
        height: 94vh;
    
    }
}
@media  screen and (max-width: 1680px) {
     .slider {
        height: 85vh;
    
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .d-xs-none {
        display: none !important;
    }
    #logotipo {
        width: 150px;
    }
    .d-sm-visible {
        display: block !important;
    }
    .size_24 {
        font-size: 14px !important;
    }
    .top-phone-number {
        padding: 5px 5px;
    }
    .form-desktop {
        display: none !important;
    }
    .form_movil {
        display: block;
    }
    .slider {
        height: 54vh;
        background-size: unset !important;
        margin-top: -50px;
        background-position: 0% 0 !important;
        background-repeat: no-repeat !important;
    }
    .cta_btn_top {
        border: 2px solid #2e5178 !important;
        color: white !important;
        font-size: 12px !important;
        padding: 3px 1px 4px !important;
        outline: none !important;
        border-radius: 25px !important;
        font-weight: 700 !important;
        line-height: 0.5 !important;
        white-space: nowrap !important;
        text-align: center !important;
        margin-top: 5px !important;
        background: #2e5178 !important;
    }
    .form_blue {
        background: #f3f3f3;
        margin-right: initial;
        margin-left: initial;
        margin-top: initial%;
        position: relative;
        padding: 1.3em .5em 1em .5em;
    }
    #slogan {
        font-size: 1.6em;
        color: #405e7c;
        font-weight: 200;
    }
    #second_slogan {
        font-size: 1.1em;
        color: #767676;
    }
    .btn_quote {
        width: 100%;
    }
}
 .noseve {
            display: none;
            visibility: hidden;
        }