/********** Template CSS **********/
:root {
    --primary: #032376;
    --secondary: #F9AE03;
    --light: #FFFFFF;
    --dark: #001852;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--primary);
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-dark {
    color: var(--dark) !important;
}

.text-light {
    color: var(--light) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.header-back-blue {
    background: var(--dark);
}

.back-to-top {
    position: fixed;
    display: none;
    left: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    padding: 35px 8px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 8px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary);
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 45px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.float:hover {
    background-color: #15c356;
}

.my-float {
    margin-top: 16px;
}

.bg-dark {
    background-color: var(--dark) !important;
}

footer {
    border-color: rgba(256, 256, 256, .1) !important;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #032376;
    background: linear-gradient(90deg, rgba(3, 35, 118, 1) 20%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
    text-align: left;
    position: relative !important;
    /* quitar position relative si se quiere activar el corrusel */
}

.title-banner {
    font-size: 2.6em;
}

.text-banner {
    font-size: 1.1em;
}

.logo-img {
    width: 100%;
    max-width: 70px;
}

.sticky-top .logo-img {
    max-width: 50px;
}

.container2 {
    max-width: 600px;
    margin: 0 auto;
}

a.btn {
    transition: transform .4s ease;
}

a.btn:hover {
    transform: scale(1.05);
}

.why-box {
    background-color: #032376;
    color: var(--light);
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.icon-box {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#footer-cola {
    position: absolute;
    width: 403px;
    height: 300px;
    left: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    .title-banner {
        font-size: 35px;
    }

    .text-banner {
        font-size: 25px;
    }

    .navbar-light .navbar-toggler {
        background: var(--secondary);
        border: 0px;
    }

    .pt-6 {
        padding-top: 50px !important;
    }

    .carousel-item>img {
        display: none;
    }

    .carousel-caption {
        position: relative !important;
    }

    .header-back-blue {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .navbar-toggler {
        font-size: 1rem !important;
    }

    #footer-cola {
        display: none;
    }
}

@media (max-width: 480px) {
    .title-banner {
        font-size: 30px !important;
    }

    .text-banner {
        font-size: 20px;
    }

    .service-item {
        height: 100% !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-6 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    p {
        text-align: justify;
    }

    .title {
        font-size: 30px !important;
    }

    .text-titlw-h3 {
        font-size: 20px !important;
    }

}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }

    .logo-img {
        width: 100%;
        max-width: 60px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        text-align: center;
        border-bottom: 1px solid #aaa;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.service-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: var(--light);
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -10px 5px #EEEEEE;
    transition: .5s;
}

.service-item:hover::after {
    bottom: -25px;
}

.service-item p {
    transition: .3s;
}

.service-item:hover p {
    margin-bottom: 25px !important;
}

.team-item img {
    transform: scale(1.15);
    margin-left: -30px;
    transition: .5s;
}

.team-item:hover img {
    margin-left: 0;
}

.team-item .team-text {
    left: -100%;
    transition: .5s;
}

.team-item .team-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -60px;
    margin-top: -30px;
    border: 30px solid;
    border-color: transparent transparent transparent #122341;
}

.team-item:hover .team-text {
    left: 0;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #122341;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.title {
    font-size: 40px;
}

.sub-title {
    font-size: 24px;
}

.navbar-light .navbar-brand {
    max-width: 200px;
}

/*
#google_translate_element{
    position: absolute;
    right: calc(50% - 85px);
    top: 0px;
    width: 170px;
}*/

#google_translate_element {
    position: absolute;
    display: block;
    top: 35px;
    right: 475px;
    width: 170px;
    z-index: 1000;
}

.grecaptcha-badge {
    bottom: 0 !important;
}

@media (max-width: 991.98px) {
    #google_translate_element {
        top: 50px;
        right: 8em;
    }
}

@media (max-width: 768px) {
    #google_translate_element {
        top: 62px;
        right: 7em;
    }
}

@media (max-width: 576px) {
    #google_translate_element {
        top: 37px;
        right: 72px;
    }
}