{"id":52,"date":"2025-12-10T19:13:49","date_gmt":"2025-12-10T19:13:49","guid":{"rendered":"https:\/\/dtrspro.com\/?page_id=52"},"modified":"2026-01-10T13:25:00","modified_gmt":"2026-01-10T19:25:00","slug":"brands","status":"publish","type":"page","link":"https:\/\/dtrspro.com\/es\/brands\/","title":{"rendered":"Marcas"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Hero Brands&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100vw&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; custom_css_free_form=&#8221;\/* &#8212; BRANDS HERO SECTION &#8212; *\/||#brands-hero-section {||    position: relative;||    height: 100vh; ||    min-height: 650px;||    width: 100%;||    \/* Imagen de fondo espec\u00edfica para Brands *\/||    background-image: url(&#8216;https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/Hero-brands-scaled-1.webp&#8217;);||    background-size: cover;||    background-position: center center;||    background-repeat: no-repeat;||    background-attachment: fixed; \/* Efecto Parallax en escritorio *\/||    display: flex;||    align-items: center;||    justify-content: center;||    text-align: center;||    color: #ffffff;||    padding-top: 30px; ||    overflow: hidden;||}||||\/* Overlay oscuro *\/||.brands-hero-overlay {||    position: absolute;||    top: 0;||    left: 0;||    width: 100%;||    height: 100%;||    \/* Degradado id\u00e9ntico al Home para consistencia *\/||    background: linear-gradient(to bottom, rgba(24, 57, 154, 0.2), rgba(0, 0, 0, 0.4));||    z-index: 1;||}||||.brands-hero-container {||    position: relative;||    z-index: 2;||    max-width: 1200px;||    width: 100%;||    height: 100%;||    padding: 0 30px;||    display: flex;||    flex-direction: column;||    justify-content: center;||    align-items: center;||}||||.brands-hero-content {||    display: flex;||    flex-direction: column;||    align-items: center;||    \/* Ajuste de margen para centrar visualmente el bloque *\/||    margin-top: -60px; ||}||||\/* T\u00edtulo Principal &#8211; Slide Reveal desde abajo *\/||.brands-hero-headline {||    font-family: &#8216;Montserrat&#8217;, sans-serif;||    color: #ffffff;||    font-size: clamp(2.5rem, 5vw, 4.5rem); ||    font-weight: 800; ||    line-height: 1.1;||    letter-spacing: 1px;||    margin: 0 0 40px 0;||    text-transform: uppercase;||    ||    \/* Estado inicial invisible *\/||    opacity: 0;||    transform: translateY(60px);||    ||    \/* Animaci\u00f3n con delay inicial de 0.8s *\/||    animation: slideRevealUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;||    animation-delay: 0.8s; \/* \u2705 0.8s de espera inicial *\/||}||||\/* Texto destacado en verde *\/||.highlight-text {||    color: #38CEAB;||    font-weight: 800;||}||||\/* Bot\u00f3n CTA &#8211; Id\u00e9ntico al Home *\/||.brands-hero-button {||    display: inline-block;||    background-color: #ffffff;||    color: #111111;||    font-family: &#8216;Montserrat&#8217;, sans-serif;||    padding: 18px 45px;||    border-radius: 8px;||    text-decoration: none;||    font-size: clamp(1.1rem, 1.5vw, 0.9375rem) !important; ||    font-weight: 700;||    text-transform: uppercase;||    letter-spacing: 0.5px;||    border: 3px solid #ffffff;||    box-shadow: 0 10px 20px rgba(0,0,0,0.2);||    position: relative;||    overflow: hidden;||    ||    \/* Estado inicial invisible *\/||    opacity: 0;||    transform: translateY(60px);||    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);||    ||    \/* Animaci\u00f3n escalonada: 0.8s (base) + 0.4s (gap) = 1.2s *\/||    animation: slideRevealUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;||    animation-delay: 1.2s; \/* \u2705 Escalonado despu\u00e9s del t\u00edtulo *\/||}||||\/* Efecto de brillo al hacer hover *\/||.brands-hero-button::before {||    content: &#8221;;||    position: absolute;||    top: 0;||    left: -100%;||    width: 50%;||    height: 100%;||    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);||    transition: left 0.6s ease;||}||||.brands-hero-button:hover::before {||    left: 150%;||}||||.brands-hero-button:hover {||    background-color: #38CEAB;||    color: #ffffff;||    border-color: #38CEAB;||    transform: translateY(-4px) scale(1.02);||    box-shadow: 0 15px 35px rgba(56, 206, 171, 0.4);||}||||||\/* &#8212; ANIMACIONES KEYFRAMES &#8212; *\/||@keyframes slideRevealUp {||    0% {||        opacity: 0;||        transform: translateY(60px);||    }||    100% {||        opacity: 1;||        transform: translateY(0);||    }||}||||@keyframes arrowFadeInPro {||    0% {||        opacity: 0;||        transform: translateX(-50%) translateY(40px) scale(0.8);||    }||    100% {||        opacity: 1;||        transform: translateX(-50%) translateY(0) scale(1);||    }||}||||||\/* =========================================||   RESPONSIVE (CORREGIDO PARA BRANDS)||   ========================================= *\/||||\/* Tablet (Landscape) *\/||@media (max-width: 1180px) {||    .brands-hero-content { \/* Corregido de services a brands *\/||        margin-top: -80px;||    }||}||||\/* Mobile &#038; Tablet Portrait *\/||@media (max-width: 768px) {||    #brands-hero-section { \/* Corregido de services a brands *\/||        height: 100vh;||        min-height: auto;||        padding-top: 70px;||        background-attachment: scroll; \/* Scroll normal para m\u00f3viles *\/||        background-position: center center;||    }||    ||    .brands-hero-content { \/* Corregido *\/||        margin-top: -60px;||        width: 100%;||    }||||    .brands-hero-headline { \/* Corregido *\/||        margin-bottom: 30px;||        font-size: clamp(2.2rem, 6vw, 3rem); ||    }||||    .brands-hero-button { \/* Corregido *\/||        padding: 15px 30px;||        width: 80%; ||        max-width: 300px;||        font-size: 0.9rem;||    }||}||||\/* Small Mobile *\/||@media (max-width: 480px) {||    .brands-hero-headline { \/* Corregido *\/||        font-size: 2rem; ||    }||    ||    .brands-hero-button { \/* Corregido *\/||        padding: 14px 20px;||        width: 90%;||        font-size: 0.85rem;||    }||}&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<section id=\"brands-hero-section\"><!-- [et_pb_line_break_holder] -->    <div class=\"brands-hero-overlay\"><\/div><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <div class=\"brands-hero-container\"><!-- [et_pb_line_break_holder] -->        <div class=\"brands-hero-content\"><!-- [et_pb_line_break_holder] -->            <h1 class=\"brands-hero-headline translation-block\"><span class=\"highlight-text\">DTRS PRO<\/span> <br> RESPALDA A LAS <br> MEJORES MARCAS<\/h1><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            <a href=\"https:\/\/forms.monday.com\/forms\/11c9161e111d2ea6280fb95d1a7d2611?r=use1\" class=\"brands-hero-button\" target=\"blank\">SOLICITAR COTIZACI\u00d3N OFICIAL<\/a><!-- [et_pb_line_break_holder] -->        <\/div><!-- [et_pb_line_break_holder] -->    <\/div><!-- [et_pb_line_break_holder] --><\/section>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Brands&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100vw&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;\/* &#8212; BRANDS SECTION &#8212; *\/||.brands-section {||    padding: 0;||    background-color: #ffffff;||}||||.brands-container {||    max-width: 100%;||    margin: 0 auto;||}||||\/* &#8212; BRAND ITEM &#8212; *\/||.brand-item {||    display: grid;||    grid-template-columns: 1fr 1fr;||    align-items: center;||    padding: 50px 100px 50px 100px;||    background-color: #ffffff;||    opacity: 0;||    transform: translateY(40px);||    transition: opacity 1s ease, transform 1s ease;||}||||.brand-item.active {||    opacity: 1;||    transform: translateY(0);||}||||\/* Variante oscura para Unirac *\/||.brand-item-dark {||    background-color: #18399A;||}||||.brand-item-dark .brand-text p {||    color: #ffffff;||}||||\/* &#8212; CONTENIDO (Texto) &#8212; *\/||.brand-content {||    padding: 0 80px 0 120px;||    display: flex;||    flex-direction: column;||    justify-content: center; \/* Centrado vertical de todo el contenido *\/||    gap: 25px;||}||||\/* Logo de la marca &#8211; CENTRADO CON EL TEXTO *\/||.brand-logo {||    max-width: 150px;||    height: auto;||    display: block;||    margin: 0 auto 25px auto;||}||||\/* Texto con l\u00ednea verde *\/||.brand-text {||    position: relative;||    padding-left: 25px;||}||||.brand-text::before {||    content: &#8221;;||    position: absolute;||    left: 0;||    top: 0;||    width: 4px;||    height: 100%;||    background-color: #38CEAB;||    border-radius: 2px;||}||||.brand-text p {||    font-family: &#8216;Montserrat&#8217;, sans-serif;||    font-size: 16px;||    line-height: 1.7;||    color: #111111;||    margin: 0 0 15px 0;||}||||.brand-text p:last-child {||    margin-bottom: 0;||}||||\/* &#8212; IMAGEN DEL PRODUCTO &#8212; *\/||.brand-image {||    display: flex;||    align-items: center;||    justify-content: center;||    padding: 40px;||    cursor: pointer; \/* Indicador visual de interactividad *\/||}||||.brand-image img {||    max-width: 70%;||    height: auto;||    display: block;||    transform: rotate(0deg) scale(1); \/* Estado inicial expl\u00edcito *\/||    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); \/* Bounce suave *\/||}||||\/* Hover en la imagen &#8211; PC y M\u00f3vil *\/||.brand-image:hover img,||.brand-image:active img {||    transform: rotate(5deg) scale(1.08);||}||||\/* &#8212; RESPONSIVE TABLET &#8212; *\/||@media (max-width: 1024px) {||    .brand-item {||        padding: 60px 0;||    }||||    .brand-content {||        padding: 0 50px 0 80px;||    }||||    .brand-logo {||        max-width: 200px;||    }||||    .brand-text p {||        font-size: 13px;||    }||}||||\/* &#8212; RESPONSIVE M\u00d3VIL &#8212; *\/||@media (max-width: 768px) {||    .brand-item {||        grid-template-columns: 1fr;||        padding: 50px 0;||        gap: 30px;||    }||||    \/* Orden: Logo \u2192 Texto \u2192 Imagen *\/||    .brand-content {||        order: 1;||        padding: 0 30px;||        gap: 20px;||        align-items: center; \/* Logo centrado horizontalmente en m\u00f3vil *\/||        text-align: center; \/* Texto centrado en m\u00f3vil *\/||    }||||    .brand-image {||        order: 2;||        padding: 20px 30px;||    }||||    .brand-logo {||        max-width: 180px;||        margin-bottom: 5px;||    }||||    .brand-text {||        padding-left: 20px;||        width: 100%;||        text-align: left; \/* Texto alineado a la izquierda *\/||    }||||    .brand-text::before {||        width: 3px;||    }||||    .brand-text p {||        font-size: 13px;||        margin-bottom: 12px;||    }||||    \/* Hover ACTIVO en m\u00f3vil con :active para touch *\/||    .brand-image:hover img,||    .brand-image:active img {||        transform: rotate(5deg) scale(1.08);||    }||}||||@media (max-width: 480px) {||    .brand-item {||        padding: 40px 0;||    }||||    .brand-content {||        padding: 0 20px;||    }||||    .brand-image {||        padding: 20px;||    }||||    .brand-logo {||        max-width: 150px;||    }||||    .brand-text {||        padding-left: 15px;||    }||||    .brand-text p {||        font-size: 12px;||        margin-bottom: 10px;||    }||}&#8221; global_colors_info=&#8221;{}&#8221;]<section class=\"brands-section\" id=\"brands-section\"><!-- [et_pb_line_break_holder] -->    <div class=\"brands-container\" id=\"IronRidge\"><!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        <!-- Brand 1: IronRidge --><!-- [et_pb_line_break_holder] -->        <div class=\"brand-item\"><!-- [et_pb_line_break_holder] -->            <div class=\"brand-content\"><!-- [et_pb_line_break_holder] -->                <img decoding=\"async\" src=\"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/logo-brand-1.png\" alt=\"IronRidge\" class=\"brand-logo\"><!-- [et_pb_line_break_holder] -->                <div class=\"brand-text\"><!-- [et_pb_line_break_holder] -->                    <pee>DTRS PRO respalda firmemente a IronRidge como uno de nuestros sistemas de montaje preferidos, gracias a su resistencia estructural inigualable, consistencia en la ingenier\u00eda y confiabilidad a largo plazo.<\/pee><!-- [et_pb_line_break_holder] -->                    <pee>Los componentes de IronRidge est\u00e1n dise\u00f1ados para soportar cargas clim\u00e1ticas extremas, prevenir fallas en la instalaci\u00f3n y garantizar una colocaci\u00f3n estable y precisa de los paneles en todo tipo de techos.<\/pee><!-- [et_pb_line_break_holder] -->                    <pee>Su hardware ofrece una durabilidad excepcional, facilidad de instalaci\u00f3n y compatibilidad con m\u00faltiples dise\u00f1os de sistemas.<\/pee><!-- [et_pb_line_break_holder] -->                    <pee>Al utilizar productos IronRidge, DTRS PRO garantiza que cada reinstalaci\u00f3n logre un rendimiento superior, alineaci\u00f3n perfecta y seguridad a largo plazo para contratistas, administradores de propiedades y empresas solares.<\/pee><!-- [et_pb_line_break_holder] -->                <\/div><!-- [et_pb_line_break_holder] -->            <\/div><!-- [et_pb_line_break_holder] -->            <div class=\"brand-image\"><!-- [et_pb_line_break_holder] -->                <img decoding=\"async\" src=\"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/product-brand-1.png\" alt=\"IronRidge Product\"><!-- [et_pb_line_break_holder] -->            <\/div><!-- [et_pb_line_break_holder] -->        <\/div><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        <!-- Brand 2: Unirac --><!-- [et_pb_line_break_holder] -->        <div class=\"brand-item brand-item-dark\" id=\"Unirac\"><!-- [et_pb_line_break_holder] -->            <div class=\"brand-content\"><!-- [et_pb_line_break_holder] -->                <img decoding=\"async\" src=\"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/logo-brand-2.png\" alt=\"Unirac\" class=\"brand-logo\"><!-- [et_pb_line_break_holder] -->                <div class=\"brand-text\"><!-- [et_pb_line_break_holder] -->                    <pee>DTRS PRO conf\u00eda en Unirac como un fabricante de sistemas de montaje de primer nivel, reconocido por su calidad de ingenier\u00eda, durabilidad a largo plazo y rendimiento comprobado en el campo.<\/pee><!-- [et_pb_line_break_holder] -->                    <pee>Los componentes de Unirac combinan un dise\u00f1o elegante con resistencia estructural, permitiendo reinstalaciones precisas, puntos de anclaje s\u00f3lidos y la minimizaci\u00f3n de riesgos de mantenimiento a largo plazo.<\/pee><!-- [et_pb_line_break_holder] -->                    <pee>Sus est\u00e1ndares de prueba l\u00edderes en la industria y la consistencia en la fabricaci\u00f3n hacen de Unirac una opci\u00f3n preferida para contratistas que requieren hardware confiable y de alta calidad.<\/pee><!-- [et_pb_line_break_holder] -->                    <pee>Respaldar a Unirac refuerza el compromiso de DTRS PRO con instalaciones seguras, una presentaci\u00f3n visual impecable y la confiabilidad de la garant\u00eda a largo plazo.<\/pee><!-- [et_pb_line_break_holder] -->                <\/div><!-- [et_pb_line_break_holder] -->            <\/div><!-- [et_pb_line_break_holder] -->            <div class=\"brand-image\"><!-- [et_pb_line_break_holder] -->                <img decoding=\"async\" src=\"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/product-brand-2.png\" alt=\"Unirac Product\"><!-- [et_pb_line_break_holder] -->            <\/div><!-- [et_pb_line_break_holder] -->        <\/div><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        <!-- Brand 3: SnapNrack --><!-- [et_pb_line_break_holder] -->        <div class=\"brand-item\" id=\"SnapNrack\"><!-- [et_pb_line_break_holder] -->            <div class=\"brand-content\"><!-- [et_pb_line_break_holder] -->                <img decoding=\"async\" src=\"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/logo-brand-3.png\" alt=\"SnapNrack\" class=\"brand-logo\"><!-- [et_pb_line_break_holder] -->                <div class=\"brand-text\"><!-- [et_pb_line_break_holder] -->                    <pee>DTRS PRO respalda a SnapNrack por su proceso de instalaci\u00f3n simplificado, componentes de alta calidad y arquitectura de hardware amigable para contratistas.<\/pee><!-- [et_pb_line_break_holder] -->                    <pee>El dise\u00f1o del sistema de SnapNrack permite un trabajo de campo eficiente, reduce errores de alineaci\u00f3n y mejora la velocidad general de reinstalaci\u00f3n sin comprometer la seguridad.<\/pee><!-- [et_pb_line_break_holder] -->                    <pee>Sus abrazaderas universales, anclajes de techo optimizados y componentes inteligentemente dise\u00f1ados hacen que SnapNrack sea ideal para flujos de trabajo de alto volumen y cronogramas de producci\u00f3n r\u00e1pidos.<\/pee><!-- [et_pb_line_break_holder] -->                    <pee>El uso de SnapNrack permite a DTRS PRO realizar reinstalaciones seguras y de calidad profesional, manteniendo la integridad del sistema y la protecci\u00f3n del techo a largo plazo.<\/pee><!-- [et_pb_line_break_holder] -->                <\/div><!-- [et_pb_line_break_holder] -->            <\/div><!-- [et_pb_line_break_holder] -->            <div class=\"brand-image\"><!-- [et_pb_line_break_holder] -->                <img decoding=\"async\" src=\"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/product-brand-3.png\" alt=\"SnapNrack Product\"><!-- [et_pb_line_break_holder] -->            <\/div><!-- [et_pb_line_break_holder] -->        <\/div><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <\/div><!-- [et_pb_line_break_holder] --><\/section>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-52","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Brands - DTRS PRO<\/title>\n<meta name=\"description\" content=\"Explore our Solar Detach and Reset Services Texas to optimize your solar energy systems efficiently and effectively.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dtrspro.com\/es\/brands\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Brands - DTRS PRO\" \/>\n<meta property=\"og:description\" content=\"Explore our Solar Detach and Reset Services Texas to optimize your solar energy systems efficiently and effectively.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dtrspro.com\/es\/brands\/\" \/>\n<meta property=\"og:site_name\" content=\"DTRS PRO\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-10T19:25:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/logo-brand-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dtrspro.com\\\/brands\\\/\",\"url\":\"https:\\\/\\\/dtrspro.com\\\/brands\\\/\",\"name\":\"Brands - DTRS PRO\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dtrspro.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/dtrspro.com\\\/brands\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/dtrspro.com\\\/brands\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/dtrspro.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo-brand-1.png\",\"datePublished\":\"2025-12-10T19:13:49+00:00\",\"dateModified\":\"2026-01-10T19:25:00+00:00\",\"description\":\"Explore our Solar Detach and Reset Services Texas to optimize your solar energy systems efficiently and effectively.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dtrspro.com\\\/brands\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/dtrspro.com\\\/brands\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/dtrspro.com\\\/brands\\\/#primaryimage\",\"url\":\"https:\\\/\\\/dtrspro.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo-brand-1.png\",\"contentUrl\":\"https:\\\/\\\/dtrspro.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo-brand-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dtrspro.com\\\/brands\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dtrspro.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Brands\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dtrspro.com\\\/#website\",\"url\":\"https:\\\/\\\/dtrspro.com\\\/\",\"name\":\"DTRS PRO\",\"description\":\"Texas Solar Detach &amp; Reset Specialists\",\"publisher\":{\"@id\":\"https:\\\/\\\/dtrspro.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/dtrspro.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dtrspro.com\\\/#organization\",\"name\":\"DTRS PRO\",\"url\":\"https:\\\/\\\/dtrspro.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/dtrspro.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/dtrspro.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/boton-de-arriba.svg\",\"contentUrl\":\"https:\\\/\\\/dtrspro.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/boton-de-arriba.svg\",\"width\":74,\"height\":102,\"caption\":\"DTRS PRO\"},\"image\":{\"@id\":\"https:\\\/\\\/dtrspro.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Brands - DTRS PRO","description":"Explore our Solar Detach and Reset Services Texas to optimize your solar energy systems efficiently and effectively.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dtrspro.com\/es\/brands\/","og_locale":"es_MX","og_type":"article","og_title":"Brands - DTRS PRO","og_description":"Explore our Solar Detach and Reset Services Texas to optimize your solar energy systems efficiently and effectively.","og_url":"https:\/\/dtrspro.com\/es\/brands\/","og_site_name":"DTRS PRO","article_modified_time":"2026-01-10T19:25:00+00:00","og_image":[{"url":"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/logo-brand-1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dtrspro.com\/brands\/","url":"https:\/\/dtrspro.com\/brands\/","name":"Brands - DTRS PRO","isPartOf":{"@id":"https:\/\/dtrspro.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dtrspro.com\/brands\/#primaryimage"},"image":{"@id":"https:\/\/dtrspro.com\/brands\/#primaryimage"},"thumbnailUrl":"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/logo-brand-1.png","datePublished":"2025-12-10T19:13:49+00:00","dateModified":"2026-01-10T19:25:00+00:00","description":"Explore our Solar Detach and Reset Services Texas to optimize your solar energy systems efficiently and effectively.","breadcrumb":{"@id":"https:\/\/dtrspro.com\/brands\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dtrspro.com\/brands\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/dtrspro.com\/brands\/#primaryimage","url":"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/logo-brand-1.png","contentUrl":"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/logo-brand-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/dtrspro.com\/brands\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dtrspro.com\/"},{"@type":"ListItem","position":2,"name":"Brands"}]},{"@type":"WebSite","@id":"https:\/\/dtrspro.com\/#website","url":"https:\/\/dtrspro.com\/","name":"DTRS PRO","description":"Texas Solar Detach &amp; Reset Specialists","publisher":{"@id":"https:\/\/dtrspro.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dtrspro.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/dtrspro.com\/#organization","name":"DTRS PRO","url":"https:\/\/dtrspro.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/dtrspro.com\/#\/schema\/logo\/image\/","url":"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/boton-de-arriba.svg","contentUrl":"https:\/\/dtrspro.com\/wp-content\/uploads\/2025\/12\/boton-de-arriba.svg","width":74,"height":102,"caption":"DTRS PRO"},"image":{"@id":"https:\/\/dtrspro.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/dtrspro.com\/es\/wp-json\/wp\/v2\/pages\/52","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dtrspro.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dtrspro.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dtrspro.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dtrspro.com\/es\/wp-json\/wp\/v2\/comments?post=52"}],"version-history":[{"count":5,"href":"https:\/\/dtrspro.com\/es\/wp-json\/wp\/v2\/pages\/52\/revisions"}],"predecessor-version":[{"id":760,"href":"https:\/\/dtrspro.com\/es\/wp-json\/wp\/v2\/pages\/52\/revisions\/760"}],"wp:attachment":[{"href":"https:\/\/dtrspro.com\/es\/wp-json\/wp\/v2\/media?parent=52"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}