
body {
    background: #ffffff;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
}

body.modal-open {
    padding-right : 0px !important;
    overflow : auto;
}

a {
    color: #4259a8;
}

a:hover {
    color: #FF9900;
}

header {
    background-color: #00AEEF;
    color: #000000;
    font-size: 14px;
    padding-bottom: 8px;
    padding-top: 8px;
}

header .fa {
    color: #000000;
    padding-right: 5px;
}

header a {
    color: #000000;
}

header a:hover {
    color: #d1222b;
}

.bg-faded {
    background-color: #ffffff;
}

@media only screen and (min-width: 992px) {
    .navbar {
        padding-top: 14px;
        padding-bottom: 14px;
    }

}

@media only screen and ( max-width: 990px ) {
    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

.navbar-toggler {
    padding: .20rem .65rem;
    font-size: 0.6rem;
    line-height: 1;
    font-weight: 700;
}

.nav-red {
    background-color: #d1222b;
    color: #ffffff;
}
#nav-action-panel a {
    color: #ffffff;
}
#nav-action-panel a:hover {
    color: #FFC5C6;
}
#nav-action-panel .fa {
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
}

.sticky-top {
    background-color: rgba(255,255,255,0.93);
}

.video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    min-height: 300px;
}

.home-text {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    background-color: #d6318d;   
}

@media only screen and ( max-width: 1150px ) {
    .header-text {
        font-size: 14px;
        line-height: 20px;
    }
}

.home-text-inv,
.home-text-inv-2 {
    color: #d6318d;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    background-color: #ffffff; 
}

.home-text-inv-2 {
    color: #000000;
}

.cont-main {
    background-color: #eee7e5;
}

.row-title {
    color: #00AEEF;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    text-align : center;
}

.row-info {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

.bg-light-blue {
    background-color: #98d3f1;
}

.bg-dark-blue {
    background-color : #55aada;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.25);
    border : 0;
}

.card img {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card-text,
.card-text-legal {
    color: #000000;
    font-size: 13px;
    line-height: 19px;
}

.card-text-legal {
    color : #FFFFFF;
    font-size : 11px;
    line-height : 17px;
}

.card-text ul,
.card-text-legal ul {
    padding-left : 20px;
    padding-right : 10px;
}

.card-price {
    font-size: 19px;
    font-weight: 500;
    color: #00AEEF; 
    text-decoration: none;
}
/* 
.link-solicitar {
    position : absolute;
    bottom : 1.5rem;
}

@media (max-width : 991px) {
    .link-solicitar {
        position : initial;
    }
}
*/
.col-ver-mas {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    color: #FFFFFF;
    background-color: #d6318d;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
}

@media (max-width : 575px) {
    .col-ver-mas {
        align-items: center;
    }
}

.a-contact {
    text-decoration: none;
    color: #00AEEF; 
}

.a-contact-black {
    text-decoration: none;
    color: #000000; 
}

.a-contact-white {
    text-decoration: none;
    color: #ffffff; 
}

footer {
    background-color: #00AEEF;
    padding-bottom: 8px;
    padding-top: 8px;
}

/* Slider */

.prev-arrow,
.next-arrow {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 99
}

.prev-arrow:hover,
.next-arrow:hover {
    cursor: pointer;
}

.prev-arrow {
    left: 8px;
}

.next-arrow {
    right: 8px;
}

.slick-dots {
    bottom: 15px;
}

.slick-dots li button:before {
    color : #FFFFFF;
    font-size: 15px !important;
}

.slick-dots li.slick-active button:before {
    color : #FFFFFF;
}

@media (max-width : 575px) {
    .slick-dots {
        bottom: 5px;
    }
}

.slick-dotted.slick-slider {
    margin-bottom : 0;
}

/* End Slider */