body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.header {
    background-image: url('images/1-cabecera.jpg');
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 100%;
    -webkit-background-size: cover;
    background-attachment: fixed;
}
a {
    color: #96d0c7;
}
a:hover {
    color: #96d0c7;
}
.font-color-white {
    color: #ffffff;
}
.font-color-gray {
    color: #c0cece;
}
.font-color-light-grey {
    color: #ccc5c5;
}

.font-color-light-blue {
    color: #96d0c7;
}
.text-blue{
    color: #1f284e;
}
.jakarta {
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.strong-700 {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.letter-spacing {
    letter-spacing: 2px;
}
.line-height {
    line-height: 2rem;
}
.feature-element {
    line-height: 1;
    padding-top: 1em;
}
.bg-brown {
    background: #f1ede9f5;
}
.bg-blue {
    background-color:#055e5be3;
}
.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: #96d0c7;
}

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

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

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

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

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


.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: #085d5a;
}

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

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

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

#catch-title {
    font-size: 1.5rem;
}

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

.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);
}
.border-left-residences {
    border-left: 25px solid #96d0c7;
}

@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;
}