<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Componente Nombre: Style Template Politica Privacidad
 * Autor: DEX360
 * Copyright: DEX360
 * Class-main: tpp__container
 */
 
/*  
    1.  general
    2.  main-content
        2.1. tpp__container
        2.2. tpp__header
        2.3. tpp__section_1
        2.4. tpp__section_2
        2.5. tpp__section_box
        2.6. tpp__ley2532
    3.  responsive                                           
*/

/* 0. :root
--------------------------------------------------------------*/
:root {
    --colorPrimary: #f2960e;
}

/* 1. general
--------------------------------------------------------------*/
body.hide-header-footer .dvt-terminos-condiciones,
body.hide-header-footer .dvt-libro-quejas,
body.hide-header-footer &gt; .pb-5,
body.hide-header-footer div.pb-5[data-rocket-location-hash],
body.hide-header-footer #main-header,
body.hide-header-footer header,
body.hide-header-footer .header,
body.hide-header-footer footer {
    display: none !important;
    padding: 0 !important;
}

.page-template-template-politica .pt-5 {
    padding:0px !important;
}
.tpp__container h3,
.tpp__container h4,
.tpp__container p,
.tpp__container li {
    color:#000000;
}


/* 2. main-content
--------------------------------------------------------------*/
/* 2.1. tpp__container */
.tpp__container h3 {
    font-size:2em;
    font-weight: 600;
    padding:1em 2em;
    margin:0px;
    text-transform: uppercase;
    text-align: center;
}
.tpp__container h4 {
    font-size:1.6em;
    font-weight: 600;
    margin:10px;
}
.tpp__container p {
    margin:0px;
}

/* 2.2. tpp__header */
.tpp__header {
    background-color: var(--colorPrimary);
    border-top: 10px solid #000; 
}
.tpp__header .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-self: center;
}
.tpp__header .container &gt; div {
    display: flex;
    justify-content: center;
    align-self: center;    
}
.tpp__logo_custom {
    margin-top: -30px;
}
.tpp__logo_custom img {
    max-height: 70px;
}
.tpp__logo_ttp {
    margin: 0px 0px 20px;
}
.tpp__logo_custom a,
.tpp__logo_custom a h1 {
    color: #000;  
    font-weight: bold;    
    margin: 0;    
}
.tpp__logo_branch {
    margin: 0px;
}
.tpp__header .tpp__logo_title {
    width:100%;   
}

/* 2.3. tpp__section_1 */
.tpp__section_1 {
    background-color: #111111;
    margin:0px;
    padding:2em 0em;
}

/* 2.4. tpp__section_2 */
.tpp__section_2 {
    background-color: #f5f5f5;
    padding:2em;    
}
.tpp__section_2 ul {
    align-items: start;
    display: flex;
    flex-flow:row wrap;
    justify-content: space-between;
    margin:0px;
    padding:0px;
}
.tpp__section_2 li {
    list-style-type: none;
    margin:0 0 1.5em;    
    width:47%;
}
.tpp__section_2 img {
    margin:0px auto;
}

/* 2.5. tpp__section_box */
.tpp__section_box {
    background-color: var(--colorPrimary);
    margin:2em 0em;
    padding:1.5em;
    position:relative;
}
.tpp__section_box:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid var(--colorPrimary);    
    bottom:-20px;
    content: "";
    display: block;
    height: 0;
    right:15%;
    position: absolute;
    width: 0;
}
.tpp__section_1 .tpp__section_box:first-child {
    background-color: #737373;
}
.tpp__section_1 .tpp__section_box:first-child:after {
    border-top: 25px solid #737373;
    left:15%;
    right:inherit;
}

/* 2.6. tpp__ley2532 */ 
.tpp__ley25326 {
    text-align:center;
}
.tpp__ley25326 a {
    color:white;
}


/* 3. responsive
--------------------------------------------------------------*/
@media (max-width:800px) {
    .tpp__section_2 ul {
        display: block;
        flex-flow:column wrap;
    }
    .tpp__section_2 li {
        width:100%;
    }
    .tpp__container h3 {
        font-size:1.5em;
        padding: 1em 0em;
    }
    .tpp__section_2__icon img {
        margin: 0px auto;
    }
    .tpp__container p {
        margin: 0px;
        font-size: 20px;
    }
    .tpp__section_box ul {
        padding: 0px 0px 0px 20px;
    }
    .tpp__section_box li {
        font-size: 20px;
        text-align: left;
    }
    .tpp__section_1,
    .tpp__section_2 {
        text-align:center;
    }
    .tpp__header .container {
        flex-flow: column wrap;
        justify-content: center;
        align-self: center;
    }
    .tpp__logo_ttp {
        margin: 20px 0px 20px;
    }
    .tpp__logo_custom {
        margin: 0px 0px 20px 0px;
    } 
}</pre></body></html>