body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
}

.header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/1-cabecera-desktop.jpg');
    background-repeat: no-repeat;
    background-position: 90% bottom;
    background-size: 100%;
    -webkit-background-size: cover;
    background-attachment: fixed;
}

.header-mobile {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/1-cabecera-mobile.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*min-height: 100vh;*/
}

.btn__arrow:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    left: 10px;
    transform: translateY(-50%);
    width: 19px;
    height: 9px;
    background: url('images/arrow_btn__green.svg');
    background-size: cover;
}

a {
    color: #b7b7b7;
}

a:hover {
    color: #b7b7b7;
}

.font-color-white {
    color: #ffffff;
}

.font-color-gray {
    color: #b7b7b7;
}

.font-color-gray-o {
    color: #707070;
}

.font-color-light-grey {
    color: #ccc5c5;
}

.font-color-light-blue {
    color: #83cbe0;
}

.text-blue {
    color: #003857;
}

.text-grey {
    color: #828282;
}



.playfair {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.gloock-regular {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
}



.strong-700 {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.letter-spacing {
    letter-spacing: .08rem;
}

.letter-spacing-v2 {
    letter-spacing: -1px;
}

.line-height {
    line-height: 2rem;
}

.feature-element {
    line-height: 1;
    padding-top: 1em;
}

.bg-brown {
    background: #f1ede9d1;
}

.bg-blue {
    background-color: #003857e0;
}

.bg-white {
    background: #ffffff !important;
}

.bg-lime {
    background-color: rgb(242, 229, 211);
}

.bg-cream {
    background-color: rgb(239, 231, 220);
}

.bg-alfa-cream {
    background-color: rgba(239, 231, 220, .9);
}

.bg-orange {
    background-color: rgb(183, 111, 60);
}

.bg-light-blue {
    background-color: rgba(243, 249, 255, .9);
}

.bg-alfa-blue {
    background-color: rgba(40, 125, 144, .75);
}

.padding-rem-1 {
    padding: 1rem;
}

.btn-light-blue {
    color: #ffffff;
    background-color: #82cbe0;
}

.btn-lead,
.btn-lead:active,
.btn-lead:link,
.btn-lead:visited {
    color: #ffffff;
    background-color: #78b8cb;
}

.btn-lead:hover,
.btn-light-blue:hover {
    color: #ffffff;
    background-color: #78b8cb;
}

.btn-block {
    font-size: 1.2rem;
}

.rounded-3 {
    border-radius: 100px;
}

.logo {
    opacity: 1;
    width: 17em;
}


.white-background-gradient {
    padding: 1em;
    border-radius: 7px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+7,ffffff+100&1+9,0+74,0+74,0+74 */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 7%, #ffffff 30%, rgba(255, 255, 255, 0) 74%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 7%, #ffffff 30%, rgba(255, 255, 255, 0) 74%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffffff 7%, #ffffff 30%, rgba(255, 255, 255, 0) 74%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#appointment-form,
#end-form {
    background-color: rgba(255, 255, 255, 0.81);
    color: black;
    padding: 1em;
}

.form-check-input {
    color: #fff;
}

.form-control {
    font-size: 1rem;
}

input[type=checkbox] {
    -ms-transform: scale(1.3);
    /* IE */
    -moz-transform: scale(1.3);
    /* FF */
    -webkit-transform: scale(1.3);
    /* Safari and Chrome */
    -o-transform: scale(1.3);
    /* Opera */
    transform: scale(1.3);
    padding: 10px;
}

.checkboxtext {
    font-size: 110%;
    display: inline;
}

.main-background {
    background-color: #172644;
}

.blue-background {
    background-color: #000000d6;
}

.small {
    font-size: 67%;
    font-weight: 400;
}

.agent-headshot {
    max-width: 140px;
}



.small-logo {
    max-width: 10em;
}

.small-logo-mobile {
    max-width: 15em;
}

.maintain-ratio {
    object-fit: cover;
}

.footer {
    color: #fff;
    margin-top: 20px;
}

.footer img {
    max-width: 200px;
    width: 100%;
}


.feature-element .icon {
    display: block;
    font-size: 3rem;
    color: #12304f;
}

.feature-element .icon.s {
    display: block;
    font-size: 3rem;
    color: rgb(206 186 151);
}

@media (max-width: 576px) {
    .text-mb-smaller {
        font-size: 1.5rem;
    }
}

#main-call-to-action {
    position: -webkit-sticky;
    /* Safari  */
    position: sticky;
    bottom: 0px;
    z-index: 1000;
}

.cc-color-override-382972913 .cc-btn {
    background-color: #13304f;
    transition: all ease .2s;
}

.cc-color-override-382972913 .cc-btn:hover,
.cc-color-override-382972913 .cc-btn:focus {
    background-color: #21ccba;

}



.quote-logo {
    padding: 20px 10px;
    font-size: 1.1em;
}

.quote-text {
    font-size: 1.1em;
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 25px;
    line-height: 1.5;
    background-color: #64ccc950;


}

.quote-text span {
    display: block;
    margin-bottom: 15px;
    color: #13304f;
}

.quote-text span:first-of-type::before {
    content: '”';
    font-size: 1.8em;
    color: #13304f;
    margin: -15px -20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    position: absolute;
}

.quote-text span:last-of-type::after {
    content: '”';
    font-size: 1.8em;
    color: #13304f;
    margin: 5px 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    position: absolute;
}

@media (min-width: 768px) {
    .border-blue-right {
        border-right: 10px solid #13304f;
    }

    .border-blue-left {
        border-left: 10px solid #13304f;
    }

    .smaller-md-text {
        font-size: 1rem;
    }

}

@media (max-width: 768px) {
    .quote-text {
        font-size: 1em;
        font-weight: 500;
        padding: 20px 30px 18px;
        line-height: 1.5;
        background-color: #64ccc950;
        border-top: 10px solid #13304f;

    }

    .quote-text::before,
    .quote-text::after {
        font-size: 1.4em;

    }

    .quote-text span {
        text-align: center;
        margin: 0;
    }


}

.icon-quotes {
    color: #13304f;
    font-size: 6rem;
    display: block;
}

.quote-logo {
    padding: 20px 10px;
    font-size: 1em;
}

.logo-mobile-top {
    background-color: #e8e8e8;
    padding: 1.2rem;
}

.grey-b-background {
    background-color: #e8e8e8;
}

.servicios-background {
    background-image: url('images/bg-servicios.jpg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

.bg-ssa {
    background-image: url('images/bg-ssa.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

.footer {
    margin-top: 0;
}

.btn-top-web {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px;
    right: 10px;
    z-index: 100;
}

@media (max-width: 768px) {

    .header-mobile,
    .servicios-background,
    .bg-ssa {
        background-attachment: scroll;
    }
}