@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

body {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 400;
    background: #fff;
    color: #666666;
}

a:hover {
    text-decoration: none;
}
a{color:#ffffff;}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 36px;
    height: 36px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    text-align: center;
    padding-top: 2px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
    z-index: 9999999999;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.hamburger {
    padding: 10px 0px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: 0px !important;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 36px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 36px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-wrapper {
    position: relative;
}

.navbar-brand {
    width: 130px;
}
.navbar-brand img {
    width: 140px;
}

.navbar-nav {
    justify-content: center;
}
.navbar-nav li a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    text-transform: uppercase;
    margin-right: 6px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid transparent;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}
.right_side_btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.right_side_btn ul li a {
    display: block;
    margin-left: 10px;
    color: #fff;
}
.right_side_btn ul li a:hover {
    background: #31aa47;
}
.navbar-nav a:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 100%;
    right: 100%;
    height: 1px;
    background: #fff;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.navbar-nav li a:hover:before {
    left: 5%;
    right: 5%;
}

.dropdown .dropdown-menu {
    min-width: 16rem;
    padding: 15px 0;
}

.dropdown .dropdown-menu li + li {
    margin-top: 10px;
}

.dropdown .dropdown-menu li a {
    color: #041334;
    text-transform: initial;
    padding: 0px 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
}

/* Create a sticky/fixed navbar */
#navbar_stiky_price,
#navbar_stiky {
    /*overflow: hidden;*/
    background-color: transparent;
    padding: 20px 0px; /* Large padding which will shrink on scroll (using JS) */
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */
    position: fixed; /* Sticky/fixed navbar */
    top: 0; /* At the top */
    width: 100%;
    z-index: 9999999999999;
}

.hero-area {
    position: relative;
    padding: 12% 0px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-area:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.hero-bt {
    position: relative;
}
.hero-content {
    position: relative;
    margin: 0px auto;
    color: #ffffff;
    z-index: 9999;
    padding-bottom: 240px;
}
.hero-content > img {
    max-width: 55%;
    margin: 16px auto;
}
.hero-content-bt {
    position: absolute;
    bottom: 60px;
    left: 0px;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero-content-bt a img {
    max-width: 130px;
    margin-right: 20px;
}

.hero-logo-right a img {
    max-width: 50px;
}

.hero-content h4 {
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero2-content {
    position: relative;
    margin: 0px auto;
    color: #ffffff;
    z-index: 9999;
    padding-bottom: 240px;
}

.hero2-content .hero2-content--container{
    max-width: 65%;
}

.hero2-content h2 {
    font-size: 47px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.text-purple {
    color: purple !important;
}
.hero2-content h5 {
    font-weight: 700;
    margin-bottom: 0;
}

.hero2-content p {
    font-size: 16px;
    margin-bottom: 0;
}

.custom-btn {
    padding: 10px 20px;
    color: #ff0066;
    text-transform: uppercase;
    display: block;
    border-radius: 25px;
    background: #ee4036;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 8px;
    font-weight: 600;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}
.custom-btn:hover {
    color: #fff;
    background: #ff0066;
}
.hero-btn a:nth-child(1) {
    background: #31aa47;
    color: #fff;
}
.hero-btn a:nth-child(1):hover {
    background: #fff;
    color: #31aa47;
}

.about-area {
    position: relative;
    top: -60px;
    padding: 120px 0px 60px;
    background-image: url(../img/about-bg.png);
    background-size: cover;
    background-position: center;
    z-index: -99999;
}
.aliados-area h4,
.agent-area h4,
.innovation-area h4,
.about-area h4 {
    font-weight: bold;
    color: #339933;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.about-content {
    padding: 20px;
    line-height: 26px;
}
.about-content h5 {
    font-weight: bold;
    color: #666666;
    font-size: 21px;
    margin-bottom: 20px;
}
.about-img img {
    max-width: 100%;
    margin: 10px auto;
    border: 5px solid #fff;
}
.about-content ul {
    padding: 10px 0px 30px;
}
.about-content ul li {
    font-weight: bold;
    margin-bottom: 5px;
}
.innovation-area {
    padding-bottom: 0px;
}
.innovation-box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.foros h5 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.foros span {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.agent-area {
    padding: 100px 0px;
    position: relative;
    top: 100px;
    background-image: url(../img/agent-bg2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;

}

.agent-area h4 {
    color: #fff;
    margin-bottom: 60px;
}
.agent-item {
    max-width: 700px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    color: #fff;
}
.agent-item span {
    color: #fff;
    font-size: 15px;
}
.agent-item h5 {
    font-weight: bold;
    margin: 10px 0px;
}
.agent-content p {
    margin: 0px;
    position: relative;
    top: -20px;
    background: #31aa47;
    max-width: 180px;
    text-align: center;
    padding: 5px;
}
.agent-img img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: block;
    margin-right: 20px;
}

.aliados-area {
    position: relative;
    z-index: -99999;
    background: #eaeaea;
    padding: 140px 0px 0px;
}
.aliados-content img {
    max-width: 100%;
    margin: 20px auto;
}

.footer-area {
    background: #000;
    padding: 60px 0px 26px;
    text-align: center;
}
.footer-content {
    position: relative;
}
.footer-content img {
    max-width: 200px;
}
.footer-content ul {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 50;
}
.footer-content ul li a {
    display: block;
    margin: 10px;
}
.footer-content ul li a img {
    margin: 5px;
    width: 20px;
}

.footer-content ul li:first-child a img {
    width: 12px;
}
.footer-area span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 40px;
}
.footer-area .sonora {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
}
.footer-area .sonora img {
    max-width: 80px;
    display: block;
}

.mb-agent p {
    background: #31aa47;
    padding: 5px 30px;
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 10000
}

ul.agenda-list-months {
    margin: 0 auto;
}

ul.agenda-list-months li {
    float: left;
    color: white;
    margin-bottom: 30px;
}

ul.agenda-list-months li a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    text-transform: uppercase;
    margin-right: 6px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid transparent;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

ul.agenda-list-months li a:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 100%;
    right: 100%;
    height: 1px;
    background: #fff;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

ul.agenda-list-months li a:hover:before {
    left: 5%;
    right: 5%;
}

ul.agenda-list-months li + li {
    margin-left: 30px;
}