@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: "Open Sans", sans-serif !important;
    color: #8c8c8c;
    background: #fff;
    /* background: #f3f3f3;*/
}

.form-control {
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important;
    color: #767676 !important;
    padding: 8px 12px !important;
    background-color: #ffffff !important;
    outline: none !important;
    margin-bottom: 4px !important;
    border-radius: 5px !important;
}

label {
    margin-bottom: 2px !important;
}

p {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

a {
    color: #8c8c8c;
}

a:hover {
    color: #8c8c8c;
    text-decoration: none;
}

strong {
    font-weight: 600;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #10a34c;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #10a34c;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #10a34c;
    color: #fff;
}

.datepicker-dropdown {
    padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #404246;
    height: 35px;
    font-size: 14px;
    transition: all 0.5s;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #444444;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: #10a34c;
}

#topbar .contact-info i {
    color: #10a34c;
    padding-right: 4px;
    margin-left: 15px;
}

#topbar .contact-info i:first-child {
    margin-left: 0;
}

#topbar .social-links a {
    color: #082e57;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #082e57;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #10a34c !important;
    transition: all 0.5s;
    z-index: 997;
    padding: 5px 0;
    top: 35px;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
    top: 0;
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
}

#header .logo a {
    color: #e1f0ff;
}

#header .logo img {
    max-height: 40px;
}

@media (max-width: 992px) {
    #header {
        top: 0;
    }

    #header .logo {
        font-size: 28px;
    }
}

.cont-seguimiento {
    width: 100%;
    height: 240px;
    background-color: #fff;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
    -moz-box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
    box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
}

.cont-seguimiento>.title {
    color: #fff;
    text-align: center;
    padding: 5px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {
    display: flex;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 8px 0 8px 20px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    font-weight: 300;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 5px 2px;
    /*border-bottom: 2px solid #fff;*/
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #fff;
    border-color: #333454;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(161, 143, 127, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    color: #333454;
    border: none;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #10a34c;
}

/*.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}*/

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}

/* Get Startet Button */
.appointment-btn {
    margin-left: 25px;
    background: #fff;
    color: #10a34c;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}

#btnss {
    background: #404246 !important;
    color: #fff !important;
}

.appointment-btn:hover {
    background: #10a34c !important;
    color: #fff;
}

@media (max-width: 768px) {
    .appointment-btn {
        /*margin: 0 48px 0 0;*/
        padding: 6px 18px;
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #fff;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #404246;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    /* border-radius: 10px; */
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    /* color: #76BD1D;*/
    text-decoration: none;
}

/*.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
*/
/*.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}*/

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(28, 47, 65, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #fff;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #003057;
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #10a34c;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

.tarifas-staken td {
    padding: 5px;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #10a34c;
    float: left;
    width: 44px;
    height: 44px;
    background: #d6e9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c4964;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #4b7dab;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #10a34c;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #76bc21;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #10a34c;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    margin-top: 80px;
    color: #b3abab;
    font-size: 14px;
    background: #10a34c;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #10a34c !important;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    color: #b3abab;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #10a34c;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #b3abab;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #1977cc;
}

#footer .footer-newsletter {
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #76bd1d;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #76bd1d;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #082e57;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #b3abab;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #082e57;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #76bd1d;
    color: #fff;
    text-decoration: none;
}

.m-left-solid {
    border-left: 1px solid #fff;
}

.icon-blue {
    color: #10a34c !important;
}

.col-md-4.m-left-solid h6 {
    font-weight: 700;
    font-size: 14px;
}

.col-md-4.m-left-solid a {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    padding: 18px 0px;
}

.col-md-4.m-left-solid a:hover {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

#footer .col-md-4.m-left-solid a {
    padding: 0px !important;
}

.cont-blue {
    background: #003057;
}

.cont-green {
    background: #76bc21;
}

.cont-skyblue {
    background: #10a34c;
}

.cont-lightgreen {
    background: #bfd730;
}

.cont-lightblue {
    background: #66afd4;
}

.cont-white {
    background: #fff;
}

.cont-center {
    text-align: center;
}

.t-blue {
    color: #8c8c8c;
}

.tb-blue {
    color: #8c8c8c;
    font-weight: 700;
}

.t-green {
    color: #76bc21;
}

.t-white {
    color: #fff !important;
}

.m-left30 {
    /*margin-left: 23% !important;*/
    margin-left: 23% !important;
}

.social-links>a>i {
    color: #fff;
}

#carouselExampleIndicators {
    margin-top: 117px;
}

#carouselExampleIndicators .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

#carouselExampleIndicators .carousel-indicators {
    padding: 7px;
    bottom: 0px;
    margin: 0px;
    opacity: 0.5;
}

.cont-left {
    text-align: left;
}

.cont-mtb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cont-mtb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cont-mt130 {
    margin-top: 130px;
}

.btn-send {
    background: #082e57;
    color: #fff !important;
    border-radius: 20px;
    border: 0;
    padding: 5px 30px;
    cursor: pointer;
}

.btn-send:hover {
    background: #0b7db9;
    color: #fff;
    border-radius: 20px;
    padding: 5px 30px;
}

.cont-w80 {
    width: 80%;
    margin: auto !important;
}

.container-cl {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 50px;
    height: 280px;
    text-align: center;
    box-shadow: 0 6px 4px -3px rgb(0 0 0 / 10%);
    max-width: none;
}

.container-cl:hover {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 50px;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
    -moz-box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
    box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
}

.t-justify {
    text-align: justify;
    font-size: 14px;
    padding: 0px 20px;
}

.t-15 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif !important;
}

.t-16 {
    font-size: 16px;
}

.cont-cl {
    margin-top: 180px;
    margin-bottom: 80px;
}

.panel.panel-default {
    border: 0.6px solid #10a34c;
}

#Panel_Principal>div>div>h5 {
    background: #10a34c;
    padding: 15px;
    color: #fff;
}

.cont-boxcorreos {
    margin-top: 125px;
}

.btn-register {
    background: #76bd1d;
    border-radius: 20px;
    border: 0;
    color: #fff;
    padding: 10px 25px;
}

.btn-register:hover {
    background: #576b80;
    border-radius: 20px;
    border: 0;
    color: #fff;
    padding: 10px 25px;
}

.overlay.bg-parallax {
    background-image: url(../img/api-banner.png);
}

.breadcrumb_area {
    position: relative;
    padding: 200px 0px 84px;
    z-index: 1;
    overflow: hidden;
}

.breadcrumb_area .bg-parallax {
    z-index: -1;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 125%;
    bottom: 0;
    z-index: -1;
}

.breadcrumb {
    text-align: center;
    background: transparent;
    padding: 0px;
    display: inline-block;
}

.breadcrumb li {
    display: inline-block;
    color: #fff;
}

.breadcrumb li a {
    color: #fff;
}

.checked {
    line-height: 24px;
    list-style-image: url(../img/icons/checked.png);
}

.triangulo {
    font-size: 100px;
    color: #fff;
}

.api {
    position: absolute;
    width: 100%;
    margin-top: -45px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #8c8c8c;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}

.contact .info-box i {
    font-size: 32px;
    color: #003057;
    border-radius: 50%;
    padding: 8px;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #003057;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #10a34c;
}

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #77bd1e;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}

.box {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cont-gray {
    background-color: #dfdfeb;
    padding-top: 35px;
    padding-bottom: 35px;
}

#footer {
    background: #3d3d3d !important;
}

.footer-top {
    /*background:  #003057 !important;*/

    background-size: 100% 100% !important;
}

#footer .social-links a {
    background-color: #fff !important;
}

#footer .footer-top {
    padding: 46px 0px 30px 0px !important;
}

.link {
    color: #fff !important;
    text-align: left !important;
}

#footer p {
    font-style: normal !important;
    line-height: 20px !important;
    text-align: left;
}

#footer .social-links a {
    width: 30px !important;
    height: 30px !important;
    padding: 6px 0 !important;
}

.text-footer {
    color: #fff;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
}

.container-f {
    width: 80%;
    margin: auto;
}

#footer .footer-newsletter form {
    margin-top: -11px !important;
    background: #fff !important;
    padding: 3px 13px !important;
}

#footer .footer-newsletter form:active {
    margin-top: -11px !important;
    background: #fff !important;
    padding: 3px 13px !important;
}

.link a {
    cursor: pointer;
}

.link a:hover {
    border-bottom: 1px solid #fff;
}

.cont-calc {
    padding: 60px 45px;
    background-color: #dadada;
    border-radius: 20px;
    width: 80%;
    margin: auto;
}

.btn-calcula {
    padding: 6px 25px;
    background: #10a34c;
    color: #fff;
    border: 0;
    border-radius: 20px;
}

.btn-cancela {
    padding: 6px 25px;
    background: red;
    color: #fff;
    border: 0;
    border-radius: 20px;
}

.btn-banner {
    padding: 12px 59px;
    background-color: #003057;
    color: #fff !important;
    border-radius: 20px;
}

.btn-banner:hover {
    padding: 12px 59px;
    background-color: #10a34c;
    border: 0;
    color: #fff !important;
    border-radius: 20px;
}

@media (max-width: 1200px) {
    .btn-viewmore {
        padding: 10px 40px;
    }

    .btn-viewmore:hover {
        padding: 10px 40px !important;
    }

    .m-left30 {
        margin-left: 18% !important;
    }
}

.cont-btn {
    width: 100%;
    position: absolute;
    z-index: 9999;
    margin-top: -16%;
    text-align: right;
    margin-left: -9%;
}

@media (max-width: 992px) {
    .btn-banner {
        padding: 8px 35px;
    }

    .btn-banner:hover {
        padding: 8px 35px;
    }

    #carouselExampleIndicators {
        margin-top: 90px;
    }

    .footer-top {
        background: #333454 !important;
    }

    .container-footer {
        padding: 18px;
        width: 90%;
    }
}

.card-deck.py-3>.card {
    text-align: center;
}

/* US1box*/

.cont-stores {
    background: #404246;
    padding-top: 50px;
    padding-bottom: 50px;
}

.tb-white {
    font-weight: bold;
    color: #fff;
}

.t-white {
    color: #fff !important;
}

.card-deck.py-3>.card {
    text-align: center;
    background-color: transparent;
    border: 0px;
}

.tb-violet {
    color: #333454;
    font-weight: bold;
}

.cont-s {
    padding: 30px 30px 2px 30px;
}

.sub-footer {
    height: 50px;
    background: #10a34c;
}

.cont-b {
    margin-top: 16px;
}

.cont-b>a {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    margin-right: 2%;
}

.ico-footer {
    font-size: 34px;
    color: #fff;
    background: #10a34c;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
}

.card-deck.py-3.stores .card {
    border: 1px solid #cacaca;
    border-radius: 5px;
}

#accordion>.card>.card-header {
    background-color: #fff;
}

#accordion>.card {
    margin-top: 10px;
    border: 0;
}

.accordion-head i {
    font-size: 17px;
    margin-left: -35px;
    color: #fff;
    background: #333454;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    float: left;
}

.t-faq {
    font-size: 14px;
    font-weight: 500;
    color: #8c8c8;
}

a[aria-expanded="true"]>h5::before {
    content: "-";
    position: absolute;
    left: 0px;
    font-size: 19px;
    margin-left: -18px;
    margin-top: 0px;
    background: #10a34c;
    color: #fff;
    width: 24px;
    border-radius: 50px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a[aria-expanded="false"]>h5::before {
    content: "+";
    position: absolute;
    left: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    margin-left: -18px;
    margin-top: 0px;
    background: #10a34c;
    color: #fff;
    width: 24px;
    border-radius: 50px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
a[aria-expanded="true"] > h1::before {
  content: "-";
  position: absolute;
  left: 0px;
  font-size: 19px;
  margin-left: -18px;
  margin-top: 0px;
  background: #10a34c;
  color: #fff;
  width: 24px;
  border-radius: 50px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a[aria-expanded="false"] > h1::before {
  content: "+";
  position: absolute;
  left: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  margin-left: -18px;
  margin-top: 0px;
  background: #10a34c;
  color: #fff;
  width: 24px;
  border-radius: 50px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}*/

.cont-faq {
    margin-top: 180px;
    margin-bottom: 120px;
}

.cont-casilla {
    /* margin-top: 13% !important;
  margin-bottom: 3% !important;*/
    margin-top: 200px !important;
    margin-bottom: 80px !important;
}

.nav-menu .drop-down li:hover {
    background: #124170;
    color: #fff !important;
}

.nav-menu .drop-down ul a:hover {
    color: #fff !important;
}

.input-group-text {
    height: 39px !important;
}

/*  New styles*/

@media (max-width: 1250px) {
    .container.cont-casilla {
        margin-top: 190px !important;
    }
}

@media (max-width: 992px) {
    .drop-down>a>i {
        float: right;
    }

    .mobile-nav .drop-down>a {
        border-bottom: 1px solid;
    }

    .mobile-nav a {
        padding: 8px 20px;
        font-size: 14px;
    }

    .mobile-nav>ul>li>ul>li>a {
        padding: 6px 20px !important;
    }
}

@media (max-width: 600px) {
    .btn-rt {
        margin-top: -39px;
        width: 130px;
        display: flex;
        justify-content: center;
        margin-left: 10px;
    }

    .btn-lg {
        background: #1e73be;
        margin-left: 10px;
        margin-top: 35px;
        margin-left: -129px !important;
        width: 130px;
        display: flex;
        justify-content: center;
    }
}

.fas-40 {
    font-size: 40px;
}

.fas-45 {
    font-size: 45px;
}

.t-red {
    color: #d6001a;
}

.t-white {
    color: #fff;
}

.fa-calculator {
    color: #fff;
    background: #10a34c;
    font-size: 27px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
}

.f-right {
    float: right;
}

.f-300 {
    font-weight: 300;
}

.f-900 {
    font-weight: 900;
}

.f-700 {
    font-weight: 700;
}

.f-xl {
    font-size: 12px !important;
}

.t-sm {
    font-size: 14px !important;
}

.t-md {
    font-size: 16px !important;
}

.t-lg {
    font-size: 18px !important;
}

.padding-bsm {
    padding-bottom: 30px;
}

.btn-search {
    background: #10a34c;
    border: 0px;
    padding: 8px 25px;
    border-radius: 20px;
}

.m-top10 {
    margin-top: 10px;
}

.m-topxl {
    margin-top: 15px;
}

.m-topsm {
    margin-top: 20px;
}

.m-topmd {
    margin-top: 25px;
}

.m-toplg {
    margin-top: 30px;
}

.style-none {
    list-style: none;
}

.m-leftxl {
    margin-left: 15px;
}

.m-leftsm {
    margin-left: 20px;
}

.m-leftmd {
    margin-left: 25px;
}

.m-leftlg {
    margin-left: 30px;
}

.t-underline {
    text-decoration: underline !important;
}

.footer-links>div>a {
    color: #a2a3b1 !important;
    font-weight: 600;
}

.cont-steps {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 17px;
    margin-bottom: 50px;
    height: 297px;
    text-align: center;
    box-shadow: 0 6px 4px -3px rgb(0 0 0 / 10%);
    max-width: none;
}

.link-cl {
    color: #10a34c;
    font-weight: 600;
}

.link-cl:hover {
    color: #333454;
}

#accordionBody2>div>table td {
    border: 1px solid #dee2e6;
    font-size: 11px;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 300;
}

#accordionBody2>div>table th h5 {
    font-size: 12px;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 600;
}

#faq-accordionBody4 {
    font-size: 13px;
    font-weight: 300;
    font-family: "Open Sans";
}

.faq-casilla>div>div h5,
.term-casilla>div>div h5 {
    font-size: 15px;
    font-weight: 300;
    color: #003057;
    font-family: "Open Sans";
}

.table-inf {
    font-size: 13px;
    font-weight: 300;
}

.store {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border: 1px solid #3334544a;
    box-shadow: 0 6px 4px -3px rgb(0 0 0 / 10%);
    max-width: none;
}

.img-store>img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.store>h5 {
    padding-top: 20px;
    cursor: pointer;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 16px;
}

.table-store h4>strong {
    font-size: 16px;
    font-weight: 500;
}

.table.table-store {
    border: 0px;
    margin-top: -17px;
}

.table-store td>a {
    font-size: 14px;
    font-weight: 300;
    color: #003057;
}

.modal-header.gris>h4 {
    font-size: 17px;
    font-weight: 500;
}

.cont-white {
    background-color: #fff;
}

.padding-md {
    padding: 25px;
}

.num-steps {
    background: #10a34c !important;
    border-radius: 50%;
    color: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.carousel-cl {
    background: #333454;
    padding: 7px;
    bottom: 0px;
    margin: 0px;
    opacity: 0.5;
}

.indicators {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.t-m {
    text-transform: uppercase;
}

.cont-calc2 {
    padding: 28px;
    background: #dadada;
    border-radius: 10px;
    height: 640px;
}

.p-form {
    width: 80%;
    margin: auto;
    background: #fff;
    border: 1px solid #10a34c !important;
    border-radius: 10px;
    box-shadow: -2px 0px 5px 0px rgb(201 201 201) !important;
}

.ph-form {
    padding: 10px;
    background: #10a34c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pb-form {
    padding: 30px;
}

.ph-form>strong {
    color: #fff;
}

.pb-form label {
    font-weight: 300 !important;
    font-size: 14px !important;
}

.pb-form h5 {
    color: rgba(0, 0, 0, 0.6) !important;
    font-size: 13px;
    text-align: justify;
    font-weight: 300;
}

#btnCalcular {
    background: #10a34c;
    margin-bottom: 26px;
    border-radius: 20px;
    border: 0px;
    font-weight: 600;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.num-telf {
    background: #d2d2d2;
    font-weight: 600;
    margin-left: -5%;
    width: 63px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pp-user {
    border: 1px solid #757696 !important;
    border-radius: 10px !important;
}

.ph-user {
    background: #757696 !important;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff !important;
    border-color: transparent !important;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.header-user {
    font-size: 26px;
    font-weight: 900;
    color: #333454 !important;
    margin-top: 35px;
}

.mb-modal {
    padding: 0px !important;
}

.ph-modal {
    color: #fff !important;
    background-color: #10a34c !important;
    padding: 9px !important;
}

.pb-modal {
    font-size: 16px !important;
    font-weight: 300;
    padding: 15px !important;
}

.btn-modal {
    font-size: 14px !important;
    font-weight: 300 !important;
}

.modal.show {
    margin-top: 10%;
}

.btn-lg {
    background: #10a34c !important;
}

.t-black {
    color: #8c8c8c !important;
}

.g-recaptcha {
    overflow: hidden;
}

.img-step img {
    max-width: 250px;
}

.m-top12 {
    margin-top: 12px;
}

div[id*="accordionBody"] {
    padding-top: 15px !important;
}

.t-gray {
    color: #8c8c8c;
}

.btn-save {
    background: #10a34c;
    margin-bottom: 26px;
    border-radius: 20px;
    border: 0px;
    color: #fff;
    font-weight: 600;
    width: 80%;
    margin-left: 10%;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border: 1px solid rgb(192, 192, 192);
}

::-webkit-scrollbar-thumb {
    background: #10a34c;
    border-radius: 10px;
}


a[aria-expanded="false"]>h1::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    background: transparent;
    left: auto;
    right: 6px;
    margin-top: 8px;
    margin-left: auto;
    content: "";
    background-image: url(/assets/img/icon_down.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

a[aria-expanded="true"]>h1::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    margin-top: 8px;
    background: transparent;
    left: auto;
    right: 6px;
    margin-left: auto;
    content: "";
    background-image: url(/assets/img/icon_up.png);
    background-repeat: no-repeat;
    background-size: 16px;
    transition: transform .2s ease-in-out;
}

#accordion>.card {
    margin-top: 16px;
    box-shadow: -4px 1px 40px -17px rgb(219 219 219 / 94%);
    -webkit-box-shadow: -4px 1px 40px -17px rgb(219 219 219 / 94%);
    -moz-box-shadow: -4px 1px 40px -17px rgb(219 219 219 / 94%);
}

#accordion>.card>.card-header {
    background-color: #ffffff;
}

div[id*="accordionBody"] {
    padding-top: 15px !important;
    border-bottom: 1px solid #dddddd;
}

.text-green {
    color: #10a34c;
}

@media (max-width: 991px) {
    .sub-footer {
        height: 70px;
    }
}

@media (max-width: 767px) {
    .sub-footer {
        height: 80px;
    }

    footer#footer .sub-footer>.container p {
        text-align: center !important;
    }

    footer#footer .sub-footer>.container .text-right.cont-b {
        text-align: center !important;
        margin: 0px !important;
    }
}

@media (max-width: 767px) {
    .m-left-solid {
        border: 0px !important;
        text-align: center !important;
    }

    .m-left-solid h6 {
        margin-top: 25px;
    }

    .card-deck.py-3>.card>img {
        margin: auto;
    }

    .card-deck.py-3>.card>p {
        padding: 0px 10% 0px 10%;
    }

    .categories-buy {
        display: none !important;
    }

    .cont-gray p {
        text-align: center !important;
    }

    .cont-gray #btn-searh {
        padding: 7px 53px !important;
        border-radius: 5px !important;
    }

    .cont-stores {
        margin-top: -70px;
    }

    .cont-stores .card {
        flex: 1 0 30%;
    }
}

._banner-movil {
    display: none;
}

._h1 {
    font-size: 28px;
}

@media (max-width: 750px) {
    ._banner-movil {
        display: block;
    }

    ._banner-desktop {
        display: none;
    }
}

@media (max-width: 450px) {
    h3 {
        font-size: 22px !important;
    }

    .cont-gray {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .cont-casilla {
        margin-top: 150px !important;
    }

    .p-form {
        width: 96% !important;
    }

    .carousel-indicators {
        display: none !important;
    }
}

@media (max-width: 667px) {
    ._h1 {
        font-size: 22px !important;
    }
}

@media (max-width: 1000px) {
    .cont-casilla {
        margin-top: 180px !important;
    }
}

@media (max-width: 992px) {
    .p-form {
        margin-top: 20px !important;
    }
}

@media (max-width: 515px) {
    .btn-m-r {
        /*width: 130px;*/
        margin-top: -42px;
        margin-left: 8px;
    }

    .bnt-m-s {
        /* width: 130px;*/
        margin-left: -130px;
        margin-top: 38px;
    }
}