:root { 
    --grey: #808B9F;
    --light-blue: #83BCC7;
    --dark-blue :#303D5D;
    --aqua:#3A5D7C;
    --emerald:#375A69;
}
.w100 {
    width: 100%;
    height: auto;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    color: var(--dark-blue);
    font-weight: 300;
}
strong, b {
    font-weight: 600;
}
p {
    font-size: 1.1rem;
}
h1, h2, h3 {
    font-weight: 400;
}

h1 {    
    font-size: 3.2rem;    
    text-transform: uppercase;
    font-weight: 200;
    line-height: 4rem;
    color: #4491A2;
    margin-bottom: 2rem;
}
h1 span {
    color: #2C3E60 !important;
    font-size: 2.5rem;
}

h2 {
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    color: #4491A2;
    margin-bottom: 2rem;
}
h2 span {
    color: #2C3E60 !important;
    font-size: 2.5rem;
}

@media only screen and (max-width: 991px){ 
    h1 {
        font-size: 2rem;
        line-height: 2rem;
    }
    h1 span {
        font-size: 2rem;
    }
    .title h1 {}
    h2 {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }
    h2 span {
        font-size: 2rem;
    }
    .block.title {
        margin: 1rem 0rem !important;
        padding: 1rem;
    }
    .title, .title h1 {
        margin-bottom: 0rem;
    }
    .title h2 {
        font-size: 2rem; 
        line-height: 2rem;
        text-align: left;
    }
}
.title.dark_bg {padding: 2rem}
.title.dark_bg h1 {color: #fff;}
.title.dark_bg span {color: #fff;}

.lead {
    font-size: 1.4rem;
}
@media only screen and (max-width: 991px){
    .lead {
        font-size: 1.1rem;
        text-align: left;
    }
}

.header {
    margin-top: 2rem;
}
@media only screen and (max-width: 991px){
    .logo {
        width: 60px;
        height: auto;
    }
}
.main-menu li {
    list-style-type:none ;
}
.main-menu li a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--dark-blue);
    margin: 1rem;
    text-decoration: none;    
}
.main-menu li a:hover, .main-menu li.current-menu-item a {
    border-bottom: 4px solid var(--dark-blue);
}

.mobile-menu ul li {
    list-style-type: none;
    margin-bottom: 1rem;
}
.mobile-menu ul li a {
    text-decoration: none;
    color: var(--dark-blue);
    font-weight: 700;
    text-transform: uppercase;
}
.menu-call a{
    background: var(--dark-blue);
    padding: .5rem 1rem;
    color: #fff !important;
    border-radius: 5px;
    transition: .3s all;
}
.menu-call a:hover {
    background-color: var(--light-blue);
}
.offcanvas {
    background-image: url(../images/side-line.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.mobile-menu ul li.current_page_item a {
    border-bottom: 4px solid var(--light-blue);
}

.home .block:first-child {
    margin-top: 2rem;
    margin-bottom: 0 !important;
}
.block:first-child {
    margin-top: 2rem;
}
.block {
    margin: 4rem 0rem;
    position: relative;
}
@media only screen and (max-width: 991px){
    .header {
        margin-top: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        background: #fff;
        padding: 1rem 0rem;
        box-shadow: 0px 0px 5px #dcdcdc;
    }
    .content {
        margin-top: 85px;
    }
    .block:first-child {
        margin-top: 0rem;
        display: flex;
    } 
    .block {
        margin: 2rem 0rem !important;
    }  
}


@media only screen and (max-width: 991px){
    .line-l, .line-r {
    display: none;
  }
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
    max-height: 80px;
    overflow: hidden;
}
.owl-dot {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.owl-dot img {
    width: 70px; /* Tamaño del thumbnail */
    height: auto;
    border: 1px solid transparent;
    border-radius: 5px;
}
@media only screen and (max-width: 991px){
    .owl-dot img {
        width: 30px;
        height: auto;
        border: 1px solid transparent;
        border-radius: 2px;
    }
}
.owl-dot.active img {border-color: var(--light-blue);}
.owl-theme .owl-nav {
    margin-top: 0px;
    font-size: 80px;
    line-height: 50px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: var(--light-blue);
}
@media only screen and (max-width: 991px){
    .owl-dots {display: none;}
}

.video-background-container {
    position: relative;
    height: 90vh;
    overflow: hidden;    
}
.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}

.nav-link, .nav-link:hover {
    color:var(--light-blue);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color:var(--light-blue);
    border-radius: 0px;
}
.tab-content {
    border: 1px solid #83bcc7;
}
@media only screen and (max-width: 991px){
    .nav-item button {
        width:100%;
    }
    .nav-item {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.gallery-grid {
    background-color: #1C343C;
    padding: 4rem 0rem;
}
.gallery-icon {
    width: 18%;
    height: auto;
    float: left;
    margin: 1%;
}
@media only screen and (max-width: 991px){
    .gallery-icon {
        width: 48%;
        height: auto;
        float: left;
        margin: 1%;
    }
}
/*text+image blocks*/
.padding-text {
    padding:0rem 20%;
}
@media only screen and (max-width: 991px){
    .padding-text {
        padding:4rem 2rem;
    }   
}
.dark_bg {
    background-color: #2E5E7F;
}
.dark_bg h2,
.dark_bg h2 span, 
.dark_bg p {
    color:#fff !important;
}
.light_bg {
    background-image: url(../images/side-line.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.big-45 {
    font-size: 12rem;
    color: var(--light-blue) !important;
    line-height: 9rem;
    font-weight: 500;
}
.cuotas {
    color: var(--dark-blue);
    font-size: 2.5rem;
    font-weight: 800;
}
@media only screen and (max-width: 991px){
    .big-45 {
        line-height: 9rem;
    }
    .cuotas {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 700;
        text-transform: uppercase;
        margin: .5rem 0rem;
        display: block;
    }
}

.call {
    text-decoration: none;
    background-color: var(--dark-blue);
    color: #fff;
    border: 1px solid;
    padding: .5rem 3rem;
    display: inline-block;
    margin: 1rem auto;
    text-align: center;
    transition: .3s all;
}
.call:hover {
    background-color: var(--light-blue);
}

.call-light {
    text-decoration: none;
    background-color: var(--light-blue);
    color: #fff;
    border: none;
    padding: .5rem 3rem;
    display: inline-block;
    margin: 1rem auto;
    text-align: center;
    transition: .3s all;
    font-size: 1.5rem;
}
.call-light:hover {
    background-color: var(--dark-blue);
}
.wsp {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
}
.wsp img {
    width: 50px;
    height: auto;
}
.rrss a i {
    fill: #fff;
    font-size: 2rem;
    height: auto;
    margin-right: .5rem;
}
.footer {
    color: #fff;
    background-color: #2B5B6B;
    border-bottom: 6px solid #4192A2;
    padding: 5rem 0rem;
    font-size: .9rem;
}
.footer span {
    font-size: 1.5rem;
}
.footer a {
    color: #fff;
    text-decoration: none;
}