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

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

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

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

.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 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 {
        background: url("../images/lp-mulatto-couple-600.jpg");
        height: 48vh;
        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%;
    }
}


// 9-DIC-2020
// CSS SHORTCODES DEL DAI

blockquote {
    margin: 1.2em 0 1.7em 1em;
    padding-left: 20px;
    border-left: 5px dotted;
    font-style: italic;
    font-size: larger;
    border-color: #5c9ead !important;
}

.su-box {
    position: relative;
    display: block;
    max-width: 730px;
    padding: 10px;
    margin: 32px auto;
    background-color: #fff;
}

.entry-content .su-box {
    border: 1px solid #ececec !important;
    background: #FFF !important;
    border-radius: 3px !important;
    box-shadow: 0 2px 4px rgba(50, 50, 93, .1);
}
.su-box::before, .su-box::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 50px;
    width: 200px;
    background-color: blue;
}
.su-box::before {
    top: -3px;
    left: -3px;
}
.su-box::before, .su-box::after, .su-spoiler .su-spoiler-title {
    background-color: #5c9ead !important;
}

.content .su-box-title, .entry-content .su-box-title {
    background-color: white !important;
    color: #333!important;
}

.content .su-box-title, .entry-content .su-box-title {
    color: white !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    font-weight: 500;
}
.su-box-title {
    display: block;
    padding: .5em 1em;
    font-weight: 700;
    font-size: 1.1em;
}

.su-box-content {
    background-color: #fff;
    color: #444;
    padding: 1em;
}

.su-u-trim> :first-child {
    margin-top: 0;
}

.entry-content .su-box ul, .entry-content .su-spoiler-content ol {
    padding-bottom: 0;
}

#left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul {
    padding: 0 0 1em 2em;
    line-height: 1.7;
    list-style-type: disc;
}

.su-box::after {
    bottom: -3px;
    right: -3px;
}
.su-box::before, .su-box::after, .su-spoiler .su-spoiler-title {
    background-color: #5c9ead !important;
}
.su-box::before, .su-box::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 50px;
    width: 200px;
    background-color: blue;
}
