:root {
    --body-text-color: #000
}

html {
    direction: ltr
}

body {
    background-color: #fff;
    color: var(--body-text-color);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0
}

h1,
h2,
h3 {
    font-family: "LibreFranklin", Arial, sans-serif;
}

@media (max-width:479px) {
    body {
        font-size: 13px
    }
}

#header {
    background: #fff;
    clear: both;
    min-height: 100px;
    z-index: 10
}

#header>.container {
    margin-bottom: -45px;
    position: relative;
    display: table;
    max-width: 100%
}

#header>.navbar-collapse>.container {
    position: relative
}

#header .header-top {
    min-height: 50px
}

#header .header-top form {
    margin: 0
}

#header .header-top p {
    float: left;
    font-size: .9em;
    line-height: 50px;
    margin: 0
}

#header .header-top i {
    margin-right: 6px;
    margin-left: 6px;
    position: relative;
    top: 1px
}

#header .header-top nav {
    float: left;
    width: auto
}

#header .header-top ul.nav-top {
    margin: 7px 0 0 -15px;
    min-height: 5px
}

#header .header-top ul.nav-top li.phone {
    margin-right: 10px
}

#header .header-top ul.nav-top li a {
    padding-left: 4px
}

#header .social-icons {
    clear: right;
    float: right;
    bottom: 3px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4px
}

#header .search {
    float: right;
    margin: 10px 0 0 15px;
    position: relative
}

#header .search+.social-icons {
    clear: none;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 13px
}

#header .search input.search:first-child {
    -webkit-transition: width .2s ease-in .2s;
    -moz-transition: width .2s ease-in .2s;
    transition: width .2s ease-in .2s;
    border-radius: 20px;
    width: 170px;
    font-size: .9em;
    padding: 6px 12px;
    height: 34px;
    margin: 0
}

#header .search input.search:focus {
    width: 220px;
    border-color: #ccc
}

#header .search button.btn-default {
    border: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    z-index: 3
}

#header nav {
    float: right
}

#header nav ul.nav-main {
    margin: -7px 10px 8px 0
}

#header nav ul.nav-main>li+li {
    margin-left: -4px
}

#header nav ul.nav-main li a {
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 13px
}

#header nav ul.nav-main li a:hover {
    background-color: #B2E1E6;
}

#header nav ul.nav-main li ul a {
    text-transform: none;
    font-weight: 400;
    font-size: .9em
}

#header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
    border-radius: 5px 5px 0 0;
    background-color: #ccc
}

#header nav ul.nav-main li.dropdown:hover>a {
    padding-bottom: 11px;
    margin-bottom: -1px
}

#header nav ul.nav-main li.dropdown:hover>ul {
    display: block
}
#header nav ul.nav-main li.dropdown.open-now > ul{
    display: block !important;
}
#header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
    border-radius: 5px 5px 0 0
}

/* Estilos para el ítem activo del menú principal */
#header nav ul.nav-main li.active > a {
    background-color: #40C4FF !important;
    color: #000;
}

/* Dropdown principal */
#header nav ul.nav-main ul.dropdown-menu {
    background-color: #183380;
    color: #fff;
    border: none;
    border-radius: 0 6px 6px 6px;
    margin: 1px 0 0 3px;
    padding: 5px;
    top: auto;
    text-align: left;
    max-height: 400px;
    overflow-y: auto; /* Previene desborde */
}

/* Estilo general de los enlaces del dropdown */
#header nav ul.nav-main ul.dropdown-menu > li > a {
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    padding: 8px 10px 8px 5px;
    text-transform: none;
    position: relative;
}

/* El último ítem no tiene borde inferior */
#header nav ul.nav-main ul.dropdown-menu > li:last-child > a {
    border-bottom: none;
}

/* Hover sobre los ítems del dropdown */
#header nav ul.nav-main ul.dropdown-menu li:hover > a {
    background-color: #000;
    color:  #40C4FF;
    border-left: 2px solid #40C4FF;
    filter: none;
}

/* Submenú dentro de un dropdown */
#header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
    border-radius: 6px;
    margin: -5px 0 0 0;
}

/* Estilos del menú superior (top nav) */
#header nav ul.nav-top {
    margin: 10px 0 -10px;
    min-height: 62px;
}

#header nav ul.nav-top li a,
#header nav ul.nav-top li span {
    color: #999;
    font-size: 0.9em;
    padding: 6px 10px;
}

/* Estilos para los íconos dentro de nav-top */
#header nav ul.nav-top li i {
    margin-right: 6px;
    position: relative;
    top: 1px;
}

/* Ajustes de los spans dentro de nav-top */
#header nav ul.nav-top li span {
    display: block;
    line-height: 14px;
    margin: 5px 0 2px 0;
    padding: 8px 2px 8px 12px;
}


#header nav ul.nav-top li a,
#header nav ul.nav-top li span {
    color: #fff;
    font-size: .9em;
    padding: 6px 10px
}

#header nav ul.nav-top li i {
    margin-right: 6px;
    position: relative;
    top: 1px
}

#header .nav-main-collapse {
    overflow-y: visible
}

#header .nav-main-collapse.in {
    overflow-y: visible
}

#header .logo {
    -webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
    margin: 0;
    padding: 5px 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: transparent
}

#header .logo a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 1em;
}

#header .logo img {
    position: relative;
    color: transparent
}

#header .logo .slogan{
    display: inline-block;
    color: black;
    text-align: left;
    width: 200px;
    font-weight: 700;
}

.header-container {
    min-height: 76px;
    position: relative
}

.btn-responsive-nav {
    display: none
}

body.sticky-menu-active #header {
    position: sticky;
    top: -57px;
    width: 100%;
    z-index: 1001;
    box-shadow: 0 0 3px rgba(0, 0, 0, .8);
    filter: none
}

body.sticky-menu-active #header nav ul.nav-main {
    margin-bottom: 7px;
    margin-top: -1px
}

@media (max-width: 1328px) and (min-width: 1020px) {
  #header .logo .slogan {
    display: none;
  }
}
@media (max-width: 472px) {
  #header .logo .slogan {
    width: 90px;
  }
}

@media (min-width:992px) {
    #header.center .logo {
        text-align: center;
        position: static;
        margin-top: 5px
    }

    #header.center nav {
        float: left;
        text-align: center;
        width: 100%
    }

    #header.center nav ul.nav-main {
        margin: 35px 0 10px
    }

    #header.center nav ul.nav-main>li {
        display: inline-block;
        float: none;
        text-align: left
    }
}

@media (max-width:991px) {
    #header.center {
        text-align: left
    }

    #header.center nav {
        float: none
    }
}

@media (min-width:992px) {
    body.sticky-menu-active #header.center>.container {
        margin-top: -60px
    }

    body.sticky-menu-active #header.center .logo {
        text-align: left
    }

    body.sticky-menu-active #header.center .logo img {
        margin-top: 42px
    }

    body.sticky-menu-active #header.center nav {
        float: right;
        margin-top: 18px;
        width: auto
    }

    body.sticky-menu-active #header.center nav ul.nav-main>li:hover>a,
    body.sticky-menu-active #header.center nav ul.nav-main>li>a {
        padding-bottom: 10px;
        padding-top: 10px
    }
}

@media (min-width:992px) {

    #header.font-color-light nav.nav-main ul.nav-main>li.active>a,
    #header.font-color-light nav.nav-main ul.nav-main>li>a {
        color: #fff
    }

    body.sticky-menu-active #header.font-color-light nav.nav-main ul.nav-main>li.active>a,
    body.sticky-menu-active #header.font-color-light nav.nav-main ul.nav-main>li>a {
        color: #777
    }
}

@media (max-width:1020px) {
    #header {
        clear: both
    }

    #header>.container {
        margin-bottom: 0
    }

    #header .header-top,
    #header .search,
    #header .social-icons {
        display: none
    }

    #header .nav-collapse {
        background: #171717;
        width: 100%;
        clear: both;
        width: 100%
    }

    #header .nav-collapse .container .nav-main {
        float: left;
        width: 100%
    }

    #header .nav-main-collapse {
        position: relative;
        background: #183380;
        max-height: none;
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden
    }

    #header .nav-main-collapse.collapse {
        display: none !important
    }

    #header .nav-main-collapse.in {
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
        display: block !important
    }

    #header .nav-main {
        padding: 10px 0;
        clear: both;
        display: block;
        float: none;
        width: 100%
    }

    #header .nav-main ul {
        padding: 0;
        margin: 0
    }

    #header .nav-main ul li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: block;
    }

    #header .nav-main ul li:last-child {
        border-bottom: none
    }

    #header .nav-main ul ul {
        margin-left: 20px !important
    }

    #header .nav-main ul.nav-main {
        float: none;
        position: static;
        margin: 8px 0;
        margin-right: -10px
    }

    #header .nav-main ul.dropdown-menu {
        position: static;
        clear: both;
        float: none;
        display: none !important;
    }

    #header nav ul.nav-main>li+li {
        margin-left: 0
    }

    #header nav ul.nav-main li a {
        color: #fff;
        clear: both;
        float: none;
        display: block;
        padding: 9px 8px !important;
        border: 0;
        border-top: 0;
        margin: 0
    }

    #header nav ul.nav-main li a i.fa-angle-down {
        position: absolute;
        right: 5px;
        top: 10px
    }

    #header nav ul.nav-main li.dropdown:hover>a {
        margin: 0;
        padding: 9px 8px !important
    }

    #header nav ul.nav-main ul.dropdown-menu {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    #header nav ul.nav-main ul.dropdown-menu li>a {
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
        border-bottom: none
    }

    #header nav ul.nav-main ul.sub-menu {
        padding: 0;
        margin: 0 0 10px 0
    }

    body #header nav ul.nav-main ul.dropdown-menu {
        background: 0 0 !important;
        background-color: transparent !important
    }

    body #header nav ul.nav-main li a,
    body #header nav ul.nav-main li.active a,
    body #header nav ul.nav-main li.dropdown.open .dropdown-toggle,
    body #header nav ul.nav-main li.dropdown:hover a,
    body #header nav ul.nav-main li>a:hover {
        background-color: transparent
    }

    body #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li>a:hover,
    body #header nav ul.nav-main ul.dropdown-menu li:hover>a {
        background: 0 0 !important;
        background-color: transparent !important
    }

    body.sticky-menu-active #header .nav-main-collapse {
        max-height: 100dvh;
        position: absolute
    }

    body.sticky-menu-active #header .nav-main-collapse.in {
        overflow: hidden !important;
        overflow-x: hidden !important;
        overflow-y: auto !important
    }

    .btn-responsive-nav {
        background: #183380;
        top: 43px;
        display: block;
        position: absolute;
        right: 20px;
        color: #fff;
        z-index: 1
    }

    .btn-responsive-nav:active,
    .btn-responsive-nav:focus,
    .btn-responsive-nav:hover {
        color: #ccc;
        outline: 0
    }

    #header .logo img {
        max-width: 180px;
        max-height: none !important;
        height: auto !important
    }

    #header .header-top ul.nav-top {
        float: left;
        margin: 7px 0 0 -15px;
        min-height: 5px
    }
}

@media (max-width:767px) {
    #header {
        display: block
    }

    #header>.container {
        width: 100%
    }

    #header .social-icons {
        display: none
    }

    #header nav ul.nav-top {
        float: right;
        margin-right: 0
    }

    #header.center nav {
        width: auto
    }
}

@media (max-width:479px) {

    #header .header-top,
    #header nav ul.nav-top {
        display: none
    }
}

@media (max-width:600px) {
    #header nav ul.nav-top li {
        display: none
    }

    #header nav ul.nav-top li .phone {
        display: block
    }
}

.page-top {
    background-color: #183380;
    margin-bottom: 35px;
    min-height: 50px;
    padding: 0;
    padding: 20px 0;
    position: relative;
    text-align: left;
    border-bottom: 2px solid #40C4FF;
}

.page-top h1 {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 -25px;
    min-height: 37px;
    font-size: 2.6em;
    line-height: 46px;
    padding: 0 0 17px;
    position: relative;
}

@media (max-width:479px) {
    .page-top {
        padding: 16px 0
    }

    .page-top h1 {
        line-height: 37px
    }
}
.breadcrumb{
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 0;
}

.breadcrumb .active{
    color: white;
}

section.featured.footer {
    margin: 30px 0 -50px
}

section.featured.map {
    background-image: url(https://altotorque.com.mx/img/map-bottom.png);
    background-position: center 0;
    background-repeat: no-repeat;
    margin-top: 0;
    border-top: 0
}

section.call-to-action {
    background-color: #183380;
    margin: 35px 0;
    padding: 50px 0;
    border-bottom: 4px solid #40C4FF;
}


section.call-to-action h3 {
    text-transform: none;
    color: white;
    margin-bottom: 0;
}

section.call-to-action h3 .btn {
    margin-left: 10px
}

aside ul.nav-list>li>a {
    color: #666;
    font-size: .9em
}

.map-section {
    background: transparent url(https://altotorque.com.mx/img/map-top.png) center 0 no-repeat;
    padding-top: 220px;
    margin-top: 40px
}

#footer {
    background: #111827;
    border-top: 4px solid #111827;
    font-size: .9em;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both
}

#footer a:hover {
    color: #ccc
}

#footer form {
    opacity: 1;
}

#footer a,
#footer h1,
#footer h2,
#footer h3,
#footer h4 {
    color: #fff !important
}

#footer h4 {
    font-size: 1.8em;
    font-weight: 200
}

#footer h5 {
    color: #ccc !important
}

#footer ul.nav-list.primary>li a {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    line-height: 20px;
    padding-bottom: 11px
}

#footer ul.nav-list.primary>li:last-child a {
    border-bottom: 0
}

#footer ul.nav-list.primary>li a:hover {
    background-color: rgba(255, 255, 255, .05)
}

#footer ul.list.icons li {
    margin-bottom: 5px
}

#footer .container .row>div {
    margin-bottom: 25px
}

#footer .container input:focus {
    box-shadow: none
}

#footer .footer-ribbon {
    background: #999;
    position: absolute;
    margin: -90px 0 0 14px;
    padding: 10px 20px 6px 20px
}

#footer .footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px
}

#footer .footer-ribbon span {
    color: #000;
    font-size: 1.6em;
}

#footer .alert a {
    color: #222 !important
}

#footer .alert a:hover {
    color: #666 !important
}

#footer .twitter .fa {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px
}

#footer .twitter .meta {
    color: #999;
    display: block;
    font-size: .9em;
    padding-top: 3px
}

#footer .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .twitter ul li {
    padding-bottom: 20px
}

#footer .twitter ul li:last-child {
    padding-bottom: 0
}

#footer .contact {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .contact i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 4px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px
}

#footer .contact i.fa-envelope {
    font-size: 1em;
    top: 0
}

#footer .contact p {
    margin-bottom: 10px
}

#footer .logo {
    display: block
}

#footer .footer-copyright {
    background: #060606;
    border-top: 4px solid #060606;
    padding: 30px 0 10px
}

#footer .footer-copyright nav {
    float: right
}

#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px
}

#footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0
}

#footer .footer-copyright p {
    margin: 0;
    padding: 0
}

#footer p {
    color: #a1a1a1
}

#footer .phone {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px
}

#footer.light {
    padding-top: 60px;
    background: #fff;
    border-top: 1px solid #ddd
}

#footer.light .footer-ribbon {
    margin-top: -76px;
    margin-left: 14px
}

#footer.light .footer-copyright {
    margin-top: 15px;
    background: #fff;
    border-top: 1px solid #ddd
}

#footer.light .footer-copyright p {
    color: #777
}

#footer.light .phone {
    color: #777 !important
}

#footer.light ul.nav-pills>li.active>a {
    color: #fff !important
}

#footer.color {
    color: #fff
}

#footer.color p {
    color: #fff
}

#footer.color .footer-copyright nav ul li {
    border-left-color: #fff
}

@media (max-width:991px) {
    #footer .phone {
        font-size: 20px
    }
}

@media (max-width:767px) {
    #footer .phone {
        font-size: 20px
    }
}

.svg-double-icon {
    position: relative;
}

.svg-double-icon::before,
.svg-double-icon::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='MintCream' d='M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm0 2h7v5h5v11H6zm2 8v2h8v-2zm0 4v2h5v-2z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

/* SVG izquierdo */
.svg-double-icon::before {
    left: 100px;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
    /* inclinado hacia la izquierda */
}

/* SVG derecho */
.svg-double-icon::after {
    right: 100px;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    /* inclinado hacia la derecha */
}

@media (max-width: 995px) {
    .svg-double-icon {
        height: 250px;
        /* más alto para acomodar ambos íconos verticalmente */
    }

    .svg-double-icon::before {
        top: 170px;
        left: -50px;
        transform: rotate(-15deg);
    }

    .svg-double-icon::after {
        top: 170px;
        right: 25px;
        transform: rotate(15deg);
    }
}
@media (max-width: 600px) {
    .svg-double-icon::after {
        display: none;
    }
    
}
/* Home Slider - Revolution Slider */
.slider-container {
    background: #183380;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

/* Estructura general del slider */
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 65vh;
    height: 100%;
    background:linear-gradient(45deg, black -15%, transparent 10%),
        radial-gradient(circle at 5%, #183380 30%, transparent 26%),
        linear-gradient(to top, white 5%, transparent 80%),
        radial-gradient(circle at 10% center, #40C4FF 30%, transparent 26%),
        radial-gradient(circle at 75% center, #ffffff 25%, transparent 26%);
    background-color: #ffffff;
    /* fondo base */
    background-repeat: no-repeat;
    background-size: 200% 100%;

}

.slider-container ul{
    list-style-image: url('/svg/light-check-lucide.svg'); 
    list-style-type: none;
    margin-bottom: 1.5rem;
}

.slider-container ul li{
    color: white;
    font-size: 1.2em;
    
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.slide {
    display: flex;
    flex: 0 0 100%;
    height: auto;
    width: 100%;
}

.slide .btn-primary {
    background-color: #B2E1F9;
    border-color: #B2E1F9;
}

.slide .container {
    display: flex;
}

.left,
.right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    height: 100%;
    color: white;
    flex: 1;
}

.left h1 {
    color: white;
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 3.2em;
    line-height: 1.1;
    text-transform: uppercase;
    padding-right: 1rem;
}

.left strong {
    color: #40C4FF;
}

.left p {
    color: white;
    font-size: 24px;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
}

.right {
    align-items: center;
    min-width: 350px;
}

.right img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 8px;
}

.group>* {
    margin-bottom: 1rem;
}

@media (max-width: 920px) {
    .slider-wrapper{
        height: 100%;
    }
    .slide .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
    .banner-grid{
        height: 100%;
    }
    .left,
    .right {
        width: 100%;
        height: auto;
    }
    .right{
        height: 250px;
    }
    .slider-container {
        background: linear-gradient(to bottom,
                #183380 0%,
                #183380 60.33%,
                #40C4FF 44.34%,
                #40C4FF 66.66%,
                #ffffff 66.67%,
                #ffffff 95.67%);
    }
}

.banner-grid {
  justify-content: space-between;
  flex-wrap: wrap;
}


/* RESPONSIVE: apilar left y right en pantallas pequeñas */
@media screen and (max-width: 768px) {
    .slide .container{
        flex-direction: column;
    }

    .left,
    .right {
        width: 100%;
        height: auto;
    }

    .right img {
        max-height: 300px;
    }
}

.dark-blue {
    background-color: #183380;
    color: white;
    padding-top: 6vh;
    padding-bottom: 6vh;
}

.sectors {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 65vh;
    height: 100%;
    background:
        radial-gradient(circle at 28%, #183380 37%, transparent 26%),
        linear-gradient(to top, white 5%, transparent 80%),
        radial-gradient(circle at 26% center, #40C4FF 36%, transparent 26%),
        radial-gradient(circle at 75% center, #ffffff 25%, transparent 26%);
    background-color: #ffffff;
    /* fondo base */
    background-repeat: no-repeat;
    background-size: 200% 100%;
}

.dark-blue.featured h2 {
    color: white;
    font-weight: bold;
}

.dark-blue.featured p {
    color: white;
}

.dark-blue .card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 4px;
    text-align: left;
    margin-bottom: 2rem;
    max-width: 450px;
    background-color: white;
    min-width: 300px;
}

.dark-blue .card h3 {
    font-size: 1.3em;
    text-align: center;
}

.dark-blue .card img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 1200px) {
    .sectors {
        background:
            radial-gradient(circle at 20%, #183380 40%, transparent 26%),
            linear-gradient(to top, white 80%, transparent 90%),
            radial-gradient(circle at 19% center, #40C4FF 44%, transparent 26%),
            radial-gradient(circle at 75% center, #ffffff 25%, transparent 26%);

        background-color: #ffffff;
        /* fondo base */
        background-repeat: no-repeat;
        background-size: 200% 100%;
    }
}

@media (max-width: 800px) {
    .sectors {
        background: linear-gradient(to bottom,
                #183380 0%,
                #183380 80.33%,
                #40C4FF 55.34%,
                #40C4FF 93.66%,
                #ffffff 66.67%,
                #ffffff 100%);
    }
}

.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.card {
    border: 1px solid lightgray;
    border-radius: 12px;
    padding: 8px;
    text-align: left;
    margin-bottom: 2rem;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1em;
}
.card .product-img{
    object-fit: contain;
}

.card-title {
    font-family: "LibreFranklin", Arial, sans-serif;
    margin-bottom: 0px;
    color: #183380;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 23.8px;
    line-height: 1.2;
    text-transform: capitalize;

}
    .card {
        margin: 0 auto;
        height: 100%;
    }

    .cards {
        display: grid;
        text-align: center;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    @media (max-width: 991px) {
        .cards {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 576px) {
        .cards {
            grid-template-columns: 1fr;
        }
    }
.card .card-img-bottom{
    margin: 0;
}
.noticias {
    background:
        radial-gradient(circle at 50% top, #183380 80%, transparent 26%),
        linear-gradient(to top, white 5%, transparent 80%),
        radial-gradient(circle at 50% top, #40C4FF 85%, transparent 26%),
        radial-gradient(circle at 75% center, #ffffff 25%, transparent 26%);
    background-color: #ffffff;
    /* fondo base */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.distribuidor img {
    max-height: 450px;
    border-radius: 8px;
    width: 100%; 
    object-fit: cover;
    object-position: top;
}

#header nav ul.nav-main li a{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 97%;
}
@media (min-width: 1020px){
.no-style-big{
    padding: 0;
    background-color: transparent !important;
    border-color: transparent !important;
    color: currentColor !important;

}
}
