:root {
    
    --rs-theme-medium-green: #009ACF;   
    --rs-theme-green: #00577B;          

    
    --att-space: 80px;
}

@media (max-width: 991px) {
    :root { --att-space: 70px; }
}

@media (max-width: 575px) {
    :root { --att-space: 55px; }
}

.rs-portfolio-area .c-img:hover img {transform:scale(1.1);transition:all ease 0.4s;}

.pt { padding-top: var(--att-space); }
.pb { padding-bottom: var(--att-space); }
.mt { margin-top: var(--att-space); }
.mb { margin-bottom: var(--att-space); }

.p {
    font-size: 17px;
    line-height: 1.6;
    color: black;
    margin: 0 0 18px;
    font-weight: 500;
    text-align:justify;
}
.p:last-child { margin-bottom: 0; }

.p ul {
    padding-left: 35px;
    margin: 0 0 18px;
    list-style: none;
}
.p ul li {
    position: relative;
    margin-bottom: 8px;
}
.p ul li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #009ACF;
}

.rs-section-title .highlight { color: var(--rs-theme-medium-green);font-weight: 500;}

/* Video insertado desde un editor de texto enriquecido (iframe/embed externo
   pegado desde administrar/*.php): se respeta el ancho/alto exactos que
   trae el código pegado por el usuario (no se fuerza a 100%). El contenedor
   es un bloque normal (sin height:0 ni position:absolute) para que reserve
   su espacio real en el flujo de texto y no quede superpuesto encima del
   contenido que sigue. max-width:100% es solo un tope de seguridad para que
   un video más ancho que la pantalla no rompa el layout en móviles; no
   reduce el tamaño en pantallas normales. */
.rte-video-wrap {
    display: block;
    max-width: 100%;
    margin: 0 0 18px;
}
.rte-video-wrap iframe {
    max-width: 100%;
    display: block;
}

.att-flags { gap: 17px;display: flex;}
.att-flags a { display: inline-flex; }
.att-flags img { width: 37px; height: auto; border-radius: 2px; }
.att-flags a:hover img {transform: scale(1.1);transition: all ease 0.4s;}

.att-flags button:hover img {
    transform: scale(1.1);
    transition: all ease 0.4s;
}

.rs-header-top.att-header-top { background: var(--rs-theme-medium-green); }

@media (min-width: 992px) {
    .rs-header-eight .rs-header-btn { display: block; }
}

.att-wpp.rs-btn { background: var(--rs-theme-green); color: #fff; border-radius: 4px;padding: 15px 18px !important;}
.att-wpp.rs-btn::before { display: none; }
.att-wpp i { margin-right: 8px; color: #25D366; font-size: 20px; vertical-align: middle; }

.rs-header-eight .main-menu li a { text-transform: none; }
.att-wpp.rs-btn { white-space: nowrap; }

.att-teal-bg { background: var(--rs-theme-green); }
.att-blue-bg { background: var(--rs-theme-medium-green); }

.att-service .rs-portfolio-thumb img { width: 100%; object-fit: cover; }

.att-service-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    position: absolute;
    bottom: 0px;
    z-index: 5;
    width: 100%;
}

.att-service-body div:first-child {background-color: white;width: 85% !important;min-width: 85%;padding-left: 30px;padding-top: 20px;padding-bottom: 20px;}
.att-service-body .rs-btn.has-theme-medium-green {position: absolute;bottom: 0px;right: 0px; padding: 10px 20px !important;font-size: 16px;}
.att-service-body .rs-btn.has-theme-medium-green i {position: relative;right: -7px;}

.att-service-body .rs-portfolio-title {
    font-size: 25px;
    color: var(--rs-theme-medium-green);
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
.att-service-body .rs-portfolio-category { color: black; font-size: 17px;     overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;}

.bg-bs{
    background-color: var(--rs-theme-green);
    position: relative;
}

.bg-bs h2, .bg-bs h2 span, .bg-bs h3, .bg-bs .p{
    color: white !important;
}

.bg-bs .rs-text-slide-area{
    background-color: transparent !important    ;
}

.bg-bs .rs-services-area {background-size: contain;background-repeat: no-repeat;background-position: center;}

.bg-bs::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--rs-theme-green);
    opacity: 0.5;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.bg-bs .container{
    position: relative;
    z-index: 5;
}

.secm-img-r .col-r{
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    height: 100%;
}

.secm-img-r .col-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.secm-img-r {
    position: relative;
}

.att-razones .rs-services-tab .nav-pills { flex-direction: column; gap: 14px; }
.att-razones .rs-services-tab .nav-link {
    width: 100%;
    text-align: left;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    padding: 16px 22px;
    background: #fff;
    color: var(--rs-title-primary);
    border: 1px solid rgba(0, 0, 0, .08);
    transition: all .3s ease;
}
.att-razones .rs-services-tab .nav-link.active {
    background: var(--rs-theme-medium-green);
    color: #fff;
    border-color: var(--rs-theme-medium-green);
}
.att-razones .rs-services-tab-content-thumb img { width: 100%; height: 320px; object-fit: cover;clip-path: polygon(57% 0, 100% 38%, 100% 100%, 0 100%, 0 0);}
.att-razones .rs-services-tab-title { margin-bottom: 14px; }

.rs-services-area  .rs-services-tab-content .p{
    font-weight: bold;
    font-size: 17px;
    line-height: normal;
}

.att-razones--teal .rs-section-title,
.att-razones--teal .rs-section-title .highlight,
.att-razones--teal .rs-services-tab-title { color: #fff; }
.att-razones--teal .rs-services-tab .nav-link { border-color: transparent; }
.att-razones--teal .p { color: rgba(255, 255, 255, .85); }

.att-clientes .att-cliente-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 6px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
}
.att-clientes .rs-brand-thumb { text-align: center; }
.att-clientes .rs-brand-thumb img {
    max-height: 170px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: none;
    opacity: 1;
}

.att-clientes-intro { margin-bottom: 50px; }
.att-clientes-grid .att-cliente-item { height: 175px; }
.att-clientes-grid .rs-brand-thumb img { max-height: 95px; }

.att-quienes-thumb { height: 100%; }
.att-quienes-thumb img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; }
.att-quienes-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 80px 90px;
    overflow: hidden;
}
.att-quienes .sec-p .c {color: var(--rs-theme-medium-green);}

.att-quienes-content .rs-section-title { color: #fff; margin-bottom: 26px; }
.att-quienes-content .p { color: rgba(255, 255, 255, .88); }
.att-quienes-content .att-p-strong { color: #fff; font-weight: 600; }
.att-quienes-btn { margin-top: 34px; }
.att-quienes-watermark {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 320px;
    pointer-events: none;
}
.att-quienes-watermark img { width: 100%;}
.att-quienes-inner { position: relative; z-index: 2; max-width: 560px; }

@media (max-width: 1199px) {
    .att-quienes-content { padding: 60px 50px; }
}

.att-breadcrumb { padding: 100px 0 100px; overflow: hidden; }
.att-breadcrumb .rs-breadcrumb-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.att-breadcrumb-overlay { position: absolute; inset: 0; z-index: 1;background-color: black;opacity: 0.5;}
.att-breadcrumb .container { position: relative; z-index: 2; }
.att-breadcrumb .rs-breadcrumb-title { color: #fff; font-size: 52px; margin-bottom: 14px; }
.att-breadcrumb .rs-breadcrumb-menu ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none;justify-content: flex-start;}
.att-breadcrumb .rs-breadcrumb-menu li { color: rgba(255, 255, 255, .8); }
.att-breadcrumb .rs-breadcrumb-menu li:not(:last-child)::after { content: "›"; margin-left: 8px; }
.att-breadcrumb .rs-breadcrumb-menu a { color: rgba(255, 255, 255, .8); }
.att-breadcrumb .rs-breadcrumb-menu a:hover { color: #fff; }

.att-about-thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.att-servicio-detalle .att-about-thumb img { height: auto; object-fit: initial; }
.att-about-row-two { margin-top: 70px; }

.att-qs-row-two { margin-top: 70px; }
.att-qs-textwrap { padding: 20px 55px; }
.att-qs-textwrap.left { padding-left: max(20px, calc((100vw - 1320px) / 2)); }
.att-qs-textwrap.right { padding-right: max(20px, calc((100vw - 1320px) / 2)); }
.att-qs-img img { width: 100%; height: 460px; object-fit: cover; display: block; }
@media (max-width: 991px) {
    .att-qs-textwrap.left, .att-qs-textwrap.right { padding: 30px 20px; }
    .att-qs-img img { height: 300px; }
    .att-qs-row-two { margin-top: 30px; }
}

@media (max-width: 991px) {
    .att-breadcrumb { padding: 110px 0 70px; }
    .att-breadcrumb .rs-breadcrumb-title { font-size: 34px; }
    .att-about-row-two { margin-top: 40px; }
}

.att-footer { background: #0a1a24; }
.att-footer-overlay { position: absolute; inset: 0; background: rgba(8, 20, 28, .7); z-index: 0; }
.att-footer .container { z-index: 1; }
.att-footer-logo { padding: 60px 0 45px; }
.att-footer-logo img { max-width: 377px; }
.att-footer-widgets { padding-bottom: 55px; }
.att-footer .rs-footer-widget-title { color: var(--rs-theme-medium-green); font-size: 24px; margin-bottom: 22px;font-weight: 500;}
.att-footer-links ul, .att-footer-info ul { margin: 0; padding: 0; list-style: none; }
.att-footer-links li { position: relative; padding-left: 16px; margin-bottom: 12px; }
.att-footer-links li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--rs-theme-medium-green); }
.att-footer-links a, .att-footer-info a { color: rgba(255, 255, 255, .82); font-size: 18px; }
.att-footer-links a:hover, .att-footer-info a:hover { color: #fff; }
.att-footer-info li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.att-footer-info li i { color: var(--rs-theme-medium-green); margin-top: 3px; }
.att-footer-bottom { position: relative; z-index: 1; padding: 16px 0; }
.att-footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.att-footer-bottom p { margin: 0; color: #fff; font-size: 17px; }
.att-footer-social { display: flex; gap: 14px; }
.att-footer-social a { color: #fff; font-size: 20px; }
.att-footer-social a:hover {color: var(--rs-theme-green) !important;transition:all ease 0.4s}
.att-footer-bottom  a:hover {color: black !important;transition: all ease 0.4s;}

#whatsappflotante {
position: fixed;
bottom: 3rem;
left: 3rem;
z-index: 99999;
filter: drop-shadow(-2px 2px 15px rgba(0, 0, 0, 0.7));
}

#whatsappflotante:hover {
opacity: 0.8;
filter: drop-shadow(0px 2px 2px #000);
}

.att-wpp-float {
    position: fixed;
    left: 24px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 99;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}
.att-wpp-float:hover { color: #fff; transform: translateY(-3px); transition: transform .3s ease; }

.att-title-light { color: #fff; }

.att-contacto .rs-contact-wrapper .row {row-gap: 50px;}

.att-contacto { overflow: hidden; }
.att-contacto-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.att-contacto-overlay {
    position: absolute;
    inset: 0;
    background: black;
    z-index: 1;
    opacity: 0.5;
}

.att-contacto .container { z-index: 2; }
.att-contacto .rs-section-title { color: #fff; margin-top: 100px;font-size: 52px;margin-bottom: 80px;}
.att-contacto .rs-contact-list-item { display: flex; align-items: center; gap: 16px; }
.att-contacto .rs-contact-icon span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rs-theme-medium-green);
    background-color: transparent;
    font-size: 35px;
}
.att-contacto .rs-contact-list-content span { color: rgba(255, 255, 255, .7); font-size: 29px; display: block; margin-bottom: 10px;display: block;}
.att-contacto .rs-contact-list-content h6 { margin: 0; }
.att-contacto .rs-contact-list-content h6 a { color: #fff; font-size: 22px; font-weight: 600; }

.att-contacto .att-contacto-form { background: var(--rs-theme-medium-green); }
.att-contacto-form { padding: 40px; }
.att-contacto-form .rs-contact-form-title { color: #fff; font-size: 32px !important; margin-bottom: 10px;text-align: center;}
.att-contacto-form-desc { color:white; margin-bottom: 24px;text-align: center;font-size: 18px;line-height: normal;}
.att-contacto-form .rs-contact-input input,
.att-contacto-form .rs-contact-input textarea {
    width: 100%;
    background: rgba(255, 255, 255, .18);
    border: 0px !important;
    color: #fff;
    padding: 14px 18px;
    border-radius: 3px;
    font-size: 18px !important;
}
.att-contacto-form .rs-contact-input input::placeholder,
.att-contacto-form .rs-contact-input textarea::placeholder{
    font-size: 18px !important;
}

.att-contacto-form .rs-contact-input textarea { min-height: 110px; resize: vertical; }
.att-contacto-form ::placeholder { color: rgba(255, 255, 255, .8); }
.att-contacto-check { display: flex; gap: 8px; align-items: flex-start; color: #fff; font-size: 14px; }
.att-contacto-check a { color: #fff; text-decoration: underline; }
.att-contacto-check a:hover {color:var(--rs-theme-green);transition: all ease 0.4s;}
.att-captcha-check { width: 24px; height: 24px; border: 2px solid #c1c1c1; border-radius: 2px; }
.att-captcha-text { flex: 1; }
.att-captcha-logo { font-size: 11px; color: #777; }
.att-btn-teal.rs-btn:hover {background-color: var(--rs-theme-medium-green) !important;color:white !important;transition: all ease 0.4s;}
.rs-btn.has-theme-medium-green:hover {background-color: var(--rs-theme-green) !important;}
.att-btn-teal.rs-btn i, .rs-btn.has-theme-medium-green i {color: white;}

.att-marquee { padding: 50px 0; overflow: hidden; }
.att-marquee .rs-text-slide-title {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
}
.att-marquee .att-marquee-sep { font-size: 40px; font-weight: 300; }

.att-marquee--light { background: #fff; }
.att-marquee--light .rs-text-slide-title,
.att-marquee--light .att-marquee-sep {
    color: var(--rs-theme-medium-green);
    -webkit-text-fill-color: var(--rs-theme-medium-green);
    -webkit-text-stroke: 0;
}

.att-marquee--teal .rs-text-slide-title {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .45);
}
.att-marquee--teal .att-marquee-sep { color: rgba(255, 255, 255, .45); }

@media (max-width: 767px) {
    .att-marquee .rs-text-slide-title { font-size: 30px; }
}

.att-btn-teal.rs-btn { background: var(--rs-theme-green); color: #fff; }
.att-btn-teal.rs-btn::before { display: none; }

.btn-i {display: flex;flex-direction: row;align-items: center;gap: 10px;width: fit-content;margin: 0 auto;}

.att-blog .rs-blog-title { font-size: 22px; line-height: 1.35; margin: 0 0 14px;     overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;}
.att-blog .rs-blog-title a { color: var(--rs-title-primary); }
.att-blog .rs-blog-meta { margin-bottom: 18px; }
.att-blog .rs-blog-meta span { color: black; font-size: 18px; }
.att-blog .rs-blog-thumb img { width: 100%; height: 240px; object-fit: cover; }
.att-blog .rs-blog-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding-top: 16px;
}
.rs-blog-two .rs-blog-meta-item::before{display: none !important;}
.att-read-more { color: var(--rs-theme-medium-green); font-weight: 600; }
.att-blog-item .rs-blog-content { padding: 26px; }
.att-blog-allbtn { margin-top: 50px; }

.att-blog--blue .rs-section-title { color: #fff; }
.att-blog--blue .rs-section-title .highlight { color: var(--rs-theme-green); }
.att-blog--blue .att-blog-item { background: #fff; }

.att-blog--light .att-blog-item { background: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, .05); }

.att-bg-light { background: var(--rs-bg-primary); }

.att-incluye-title { color: var(--rs-theme-medium-green); font-size: 20px; margin: 26px 0 14px; }
.att-list-dots ul { margin: 0 0 26px; padding: 0; list-style: none; }
.att-list-dots li { position: relative; padding-left: 20px; margin-bottom: 9px; color: black }
.att-list-dots li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--rs-theme-medium-green); }
.att-servicio-btns { display: flex; flex-wrap: wrap; gap: 16px; }
.att-btn-wpp-blue::before { display: none; }
.att-btn-wpp-blue i { color: #25D366; margin-right: 8px; vertical-align: middle; }

.att-feature-list ul { margin: 24px 0 0; padding: 0; list-style: none; }
.att-feature-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: var(--rs-title-primary);
    font-weight: 500;
}
.att-feature-list li i { position: absolute; left: 0; top: 3px; color: var(--rs-theme-medium-green); font-size: 18px; }

.att-counters .rs-counter-item { text-align: center; }
.att-counters .rs-counter-number-wrapper { display: flex; justify-content: center; align-items: baseline; }
.att-counters .rs-counter-number,
.att-counters .prefix { color: #fff; font-size: 56px; font-weight: 700; line-height: 1; }
.att-counters .rs-counter-title { color: rgba(255, 255, 255, .85); font-size: 17px; margin-top: 12px; display: block; }
@media (max-width: 991px) { .att-counters .rs-counter-number, .att-counters .prefix { font-size: 42px; } }

.att-mv-heading { color: var(--rs-theme-medium-green); font-size: 30px; margin: 0 0 18px; }

.att-mv-row-two { margin-top: 60px; }

.att-valores-tabs .nav-pills { flex-wrap: wrap; gap: 10px; margin-bottom: 45px; border: 0;justify-content: space-between !important;}
.att-valores-tabs .nav-link {
    background: var(--rs-bg-primary);
    color: var(--rs-title-primary);
    border-radius: 4px;
    font-weight: 600;
    font-size: 19px;
    padding: 12px 22px;
}
.att-valores-tabs .nav-link.active { background: var(--rs-theme-medium-green); color: #fff; }
.att-valores-thumb img { width: 100%; height: 340px; object-fit: cover; border-radius: 6px; }

.att-mv-item {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 6px;
    padding: 46px 40px;
}
.att-mv-icon {
    width: 68px; height: 68px; border-radius: 50%;
    background: var(--rs-theme-medium-green);
    color: #fff; font-size: 30px;
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 26px;
}

.att-value-item {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 6px;
    padding: 36px 30px;
    transition: box-shadow .3s ease, transform .3s ease;
}
.att-value-item:hover { box-shadow: 0 16px 40px rgba(0, 0, 0, .08); transform: translateY(-4px); }
.att-value-icon {
    width: 60px; height: 60px; border-radius: 12px;
    background: rgba(0, 154, 207, .10);
    color: var(--rs-theme-medium-green); font-size: 28px;
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.att-value-title { font-size: 20px; margin: 0 0 12px; color: var(--rs-title-primary); }

.att-pagination { display: flex; justify-content: center; gap: 10px; margin-top: 55px; }
.att-page {
    width: 46px; height: 46px; border-radius: 6px;
    display: inline-flex; align-items: center; justify-content: center;
    background: #fff; border: 1px solid rgba(0, 0, 0, .10);
    color: var(--rs-title-primary); font-weight: 600;
}
.att-page.active, .att-page:hover { background: var(--rs-theme-medium-green); border-color: var(--rs-theme-medium-green); color: #fff; }

.att-contact-info { height: 100%; padding: 46px 40px; color: #fff; }
.att-contact-info .info{
    padding-left: 60px;
    padding-top: 30px;
}
.att-contact-info-title { color: #fff; font-size: 34px; margin: 0 0 30px;text-align: center;}
.att-contact-info-item { display: flex; gap: 30px; margin-bottom: 36px; }
.att-contact-info-icon {
    flex: 0 0 auto; width: 46px; height: 46px; border-radius: 8px;
    background:white;  color: var(--rs-theme-medium-green);; font-size: 21px;
    display: inline-flex; align-items: center; justify-content: center;
}
.att-contact-info-text span { display: block; color: white; font-size: 23px; margin-bottom: 20px; }
.att-contact-info-text a { display: block; color: #fff; font-size: 18px; font-weight: 500; }
.att-contact-info-text a:hover {color:var(--rs-theme-medium-green);transition: all ease 0.4s;}
.att-contact-info-logo { margin-top: 40px; }
.att-contact-info-logo img { max-width: 370px; }

.att-contact-form-card { height: 100%; padding: 46px 44px; border: 1px solid rgba(0, 0, 0, .08); border-radius: 6px;
    background-color: #f7f7f7;border-top: 5px solid var(--rs-theme-medium-green);padding-top: 60px;}
.att-contact-form-title { font-size: 35px; margin: 0 0 8px; color: var(--rs-title-primary);text-align: center;}
.att-contact-form-desc { color: black; margin-bottom: 26px;margin-top: 20px;text-align: center;}
.att-input input, .att-input textarea {
    width: 100%; border: 1px solid rgba(0, 0, 0, .12); border-radius: 4px;
    padding: 13px 16px; color: var(--rs-title-primary); background: #fff;
}

.att-input input::placeholder, .att-input textarea::placeholder{
    color: black !important;
}

.att-input textarea { min-height: 120px; resize: vertical; }
.att-contact-check { gap: 8px; color: black; font-size: 16px;}
.att-contact-check a {color:black;text-decoration: underline;}
.att-contact-check a:hover { color: var(--rs-theme-medium-green); }

.att-map iframe { display: block; }

.att-post-title { font-size: 32px; line-height: 1.3; margin: 0 0 34px; color: var(--rs-title-primary); }
.att-post-thumb { text-align: center; margin-bottom: 26px; }
.att-post-thumb img { width: 90%; height: auto; border-radius: 6px; }
.att-post-date { color: var(--rs-text-primary); font-size: 15px; margin-bottom: 18px; }
.att-post-meta { display: flex; flex-wrap: wrap; gap: 22px; margin: 28px 0 14px; }
.att-post-meta span { color: var(--rs-text-primary); font-size: 15px; }
.att-post-meta i { color: var(--rs-theme-medium-green); margin-right: 6px; }
.att-post-subtitle { font-size: 24px; margin: 34px 0 16px; color: var(--rs-title-primary); }
.att-post-quote {
    position: relative;
    background: var(--rs-bg-primary);
    border-left: 4px solid var(--rs-theme-medium-green);
    padding: 30px 34px;
    margin: 30px 0;
}
.att-post-quote i { color: var(--rs-theme-medium-green); font-size: 30px; }
.att-post-quote p { margin: 10px 0 0; font-size: 19px; font-style: italic; color: var(--rs-title-primary); }
@media (max-width: 767px) { .att-post-thumb img { width: 100%; height: 280px; } .att-post-title { font-size: 26px; } }

.att-razon-card {
    background: var(--rs-theme-green);
    color: #fff;
    text-align: center;
    padding: 40px 30px 44px;
    height: 100%;
    min-height: 546px;
}
.att-razon-title { color: #fff; font-size: 23px; margin: 0 0 45px; }
.att-razon-icon { margin-bottom: 40px; min-height: 60px; display: flex; align-items: center; justify-content: center; }
.att-razon-icon img { width: 85px; height: 85px; object-fit: contain; filter: brightness(0) invert(1); }
.att-razon-icon i { font-size: 52px; color: #fff; }
.att-razon-text { color: rgba(255, 255, 255, .9); font-size: 17px; line-height: 1.7; }
.att-razones-slider .att-slider-dots { margin-top: 40px; display: flex; justify-content: center; }

.att-value-icon-img { background: rgba(0, 154, 207, .10); }
.att-value-icon-img img { width: 42px; height: 42px; object-fit: contain; }

.att-cert-note { color: var(--rs-text-primary); font-size: 15px; margin-bottom: 26px; }
.att-cert-img img { max-width: 876px; width: 100%; height: auto; }
.att-cert-thumb img { object-fit: contain; height: auto; max-height: 470px; border-radius: 6px; }

.att-respaldo-item {
    height: 100%;
    background: var(--rs-bg-primary);
    border-radius: 6px;
    padding: 30px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-direction: column;
    justify-content: center;
}
.att-respaldo-icon {
    flex: 0 0 auto;
    width: 65px; height: 65px; border-radius: 10px;
    background: var(--rs-theme-medium-green);
    display: inline-flex; align-items: center; justify-content: center;
}
.att-respaldo-icon img { width: 30px; height: 30px; object-fit: contain; }
.att-respaldo-title { margin: 0; font-size: 23px; color: var(--rs-title-primary); }
.att-respaldo-thumb { margin-top: 45px; }
.att-respaldo-thumb img { width: 100%; height: 320px; object-fit: cover; border-radius: 6px; }

.att-marcas-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.att-marcas-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.7); z-index: 1; }
.att-marcas .container { z-index: 2; }

.att-status { min-height: 72vh; display: flex; align-items: center; padding: 100px 0; }
.att-status-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.att-status-overlay { position: absolute; inset: 0; background: black; z-index: 1;opacity: 0.7;}
.att-status .container { z-index: 2; }
.att-status-title { color: #fff; font-size: 50px; font-weight: 700; line-height: 1.2; margin: 0; }
.att-status-title .highlight { color: var(--rs-theme-medium-green); }
@media (max-width: 767px) { .att-status-title { font-size: 30px; } }
.att-status-icon { font-size: 90px; line-height: 1; margin-bottom: 20px; }
.att-status-ok { color: #34d058; }
.att-status-error { color: #ff6b6b; }
.att-status-text { color: rgba(255, 255, 255, .9); }
.att-status-btn { margin-top: 34px; }

.rs-banner-fifteen .rs-banner-title { text-transform: none; }
.rs-banner-fifteen .rs-banner-descrip .p { color: rgba(255, 255, 255, .92); }

#goog-gt-tt {
    display: none !important;
}

:focus-visible {
    outline: none !important;
}

font {
    background-color: transparent !important;
    box-shadow: none !important;
}

.skiptranslate iframe {
    display: none !important;
}

body {
    top: 0px !important;
}


#att-nav-bar.att-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .10);
    animation: attSlideDown .4s ease;
}
@keyframes attSlideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

@media (max-width: 1700px) {
    .container { max-width: 1200px; }
    .rs-banner-fifteen .rs-banner-title { font-size: 52px; }
    .rs-banner-fifteen .rs-banner-item-wrapper { padding-top: 80px; padding-bottom: 70px; }
    .rs-section-title { font-size: 42px; }
    .att-status-title { font-size: 42px; }
    .att-breadcrumb { padding: 80px 0; }
    .att-breadcrumb .rs-breadcrumb-title { font-size: 44px; }
    .att-breadcrumb .rs-breadcrumb-menu li,
    .att-breadcrumb .rs-breadcrumb-menu a { font-size: 15px; }
    .rs-header-eight .main-menu li a { padding: 36px 17px; }
}

@media (max-width: 1450px) {
    .container { max-width: 1150px; }
    .rs-banner-fifteen .rs-banner-title { font-size: 46px; }
    .rs-section-title { font-size: 40px; }
    .att-status-title { font-size: 38px; }
    .att-breadcrumb { padding: 72px 0; }
    .att-breadcrumb .rs-breadcrumb-title { font-size: 40px; }
    .att-mv-heading { font-size: 27px; }
    .att-post-title { font-size: 30px; }
    .p { font-size: 16px; }
    .att-service-body .rs-portfolio-title { font-size: 23px; }
    .att-service-body .rs-portfolio-category { font-size: 16px; }
    .att-razon-title { font-size: 20px; }
    .att-value-title,
    .att-respaldo-title { font-size: 18px; }
    .att-incluye-title,
    .att-contact-info-title { font-size: 22px; }
    .att-contact-form-title { font-size: 22px; }
    .rs-blog-title { font-size: 19px; }
    .rs-header-eight .main-menu li a { font-size: 16px; padding: 36px 14px; }
    .att-valores-tabs .nav-link { font-size: 14px; padding: 11px 18px; }
    .att-wpp.rs-btn { padding: 13px 15px !important; font-size: 15px; }
    .att-contacto .rs-contact-list-content span {font-size: 25px;}
    .rs-contact-one .rs-contact-list-content h6 {font-size: 16px;}
    .att-contacto .rs-contact-list-content h6 a {font-size: 20px;}
    .att-blog .rs-blog-title {font-size: 21px;}
    .att-contacto .rs-section-title {font-size: 45px;}
    .att-contact-info-text span {font-size: 21px;}
    .att-service-body div:first-child {width: 100% !important;background-color: var(--rs-theme-medium-green);}
    .att-service-body div:first-child h3, .att-service-body div:first-child .rs-portfolio-category {color: white !important;}
    .att-service-body .rs-btn.has-theme-medium-green {position: relative !important;left: 0px;display: none;}
}

@media (max-width: 1200px) {
    .container { max-width: 970px; }
    .rs-banner-fifteen .rs-banner-title { font-size: 40px; }
    .rs-section-title { font-size: 34px; }
    .att-status-title { font-size: 34px; }
    .att-breadcrumb { padding: 62px 0; }
    .att-breadcrumb .rs-breadcrumb-title { font-size: 34px; }
    .rs-header-eight .rs-header-menu { display: none; }
    .rs-header-eight .rs-header-hamburger.d-xl-none { display: block !important; }
    .att-quienes-textwrap.left,
    .att-quienes-textwrap.right { padding: 40px; }
}

@media (max-width: 991px) {
    .container { max-width: 720px; }
    .rs-banner-fifteen .rs-banner-title { font-size: 36px; }
    .att-mv-row-two,
    .att-qs-row-two { margin-top: 30px; }
    .att-contact-info { margin-bottom: 20px; }
    .secm-img-r .col-r {position: relative;width: 100%;}
    .secm-img-r {display: flex;flex-direction: column-reverse;}
    .img-m {width: 100% !important;}
    .att-valores-tabs .nav-pills {display: grid !important;grid-template-columns: 1fr 1fr 1fr;}
    .att-contact-info .info {padding-left: 0px;}
    .mr-20 {margin-right:0px !important;}

}

@media (max-width: 767px) {
    .rs-banner-fifteen .rs-banner-title { font-size: 30px; }
    .rs-section-title { font-size: 27px; }
    .att-status-title { font-size: 27px; }
    .att-breadcrumb .rs-breadcrumb-title { font-size: 27px; }
    .att-mv-heading { font-size: 24px; }
    .att-post-title { font-size: 24px; }
    .p { font-size: 15px; }
    .att-service-body .rs-portfolio-title { font-size: 21px; }
    .att-razon-title { font-size: 19px; }
    .rs-blog-title { font-size: 18px; }
    .att-contacto .rs-contact-list-content span {font-size: 21px;}
    .rs-contact-one .rs-contact-list-content h6 {font-size: 16px;}
    .att-contacto .rs-contact-list-content h6 a {font-size: 19px;}
    .rs-services-tab-content {margin-top: 50px;}
    .att-blog .rs-blog-title {font-size: 20px;}
    .att-contacto .rs-section-title {margin-top: 50px;margin-bottom: 40px;}
    .att-contacto .rs-section-title {font-size: 40px;}
    .att-footer-logo img {max-width: 300px;}
    .att-footer .rs-footer-widget-title {font-size: 22px;}
    .att-footer-bottom p {text-align: center;}
    .att-footer-bottom-inner {justify-content: center;}
    .rs-header-top.att-header-top {flex-direction: column-reverse;}
    .att-contacto .rs-contact-wrapper .row {row-gap: 30px;}
    .quienes-t .row {flex-direction: column-reverse;gap: 50px;}
    .att-valores-tabs .nav-pills {display: grid !important;grid-template-columns: 1fr 1fr;}
    .att-clientes .rs-brand-thumb img {max-width: 200px;}
    .att-clientes .att-cliente-item {height: 140px;}
    .att-contact-info-text span {font-size: 19px;}
    .att-contact-info-logo img {max-width: 100%;}
    .att-contact-form-card {padding-left: 15px;padding-right: 15px;}
}


.rs-header-eight .main-menu > ul { flex-wrap: nowrap; }

@media (max-width: 1450px) {
    .rs-header-eight .main-menu li a { font-size: 15px; padding: 36px 11px; }
    .rs-header-eight .att-logo img { max-width: 150px; }
    .att-wpp.rs-btn { padding: 11px 13px !important; font-size: 14px; }
    .att-wpp img { max-width: 20px; }
}

@media (max-width: 991px) {
    .rs-banner-fifteen .rs-banner-title br { display: none; }
}
@media (max-width: 767px) {
    .rs-banner-fifteen .rs-banner-title { font-size: 26px; }
    .rs-banner-fifteen .rs-banner-descrip .p { font-size: 15px; }
}
@media (max-width: 480px) {
    .rs-banner-fifteen .rs-banner-title { font-size: 23px; }
}

@media (max-width: 767px) {
    .rs-banner-fifteen .rs-banner-content { max-width: 100%; overflow: hidden; }
    .rs-banner-fifteen .rs-banner-title,
    .rs-banner-fifteen .rs-banner-descrip .p {
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
    }
}

.rs-banner-fifteen .rs-banner-bg-thumb.att-sin-overlay::before {
    display: none;
}

.att-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}
.att-popup-overlay.att-popup-visible { opacity: 1; visibility: visible; }

.att-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    z-index: 9999;
    width: 90%;
    max-width: 520px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
}
.att-popup.att-popup-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%);
}
.att-popup img { width: 100%; height: auto; display: block; border-radius: 6px; }
.att-popup-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
    z-index: 2;
}
.att-popup-swiper .swiper-pagination { bottom: -28px; }
.att-popup-swiper .swiper-button-prev,
.att-popup-swiper .swiper-button-next { color: #fff; }
.att-popup-swiper .swiper-button-prev::after,
.att-popup-swiper .swiper-button-next::after { font-size: 20px; }
