/*!
 * 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
        2.7. ttp__footer
    3.  responsive                                           

*/

/* 0. :root
--------------------------------------------------------------*/
:root {
    --colorPrimary: #171717;
    --colorSecundary: #F9040D;
    --colorTertiary: #eee;
}

/* 1. general
--------------------------------------------------------------*/
body.hide-header-footer #telefonosFooter,
body.hide-header-footer .footer-bottom,
body.hide-header-footer .main-header,
body.hide-header-footer .dvt-libro-quejas,
body.hide-header-footer header,
body.hide-header-footer .header,
body.hide-header-footer footer,
.enlaces-container {
    display: none !important;
}

body.page-template-template-politica {
    padding:0px;
}

.page-template-template-politica .pt-5 {
    padding:0px !important;
}
body {
    background-color: white;
}
header, #masthead, .footer {
    display: none;
}
.page-template-template-politica .site-content {
    padding-top: 0px !important;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*    
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-12, .col-8, .col-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;    
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container-fluid {
    width: 100%;
    padding:0px !important;
    margin:0px !important;
}
.container-fluid .col-12,
.container-fluid .col-8,
.container-fluid .col-4 {
    padding:0px !important;
    margin:0px !important;
} */

/* 2. main-content
--------------------------------------------------------------*/
/* 2.1. tpp__container */
.tpp__container h3 {
    color:white;
    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);
}
.tpp__header .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-self: center;
}
.tpp__header .container > div {
    display: flex;
    justify-content: center;
    align-self: center;    
}
.tpp__logo_custom a,
.tpp__logo_custom a h1 {
    color: #000;   
    font-weight: bold;
}
.tpp__header .tpp__logo_title {
    width:100%;   
}
.tpp__container h3,
.tpp__container h4,
.tpp__container p,
.tpp__container li {
    color:#000000;
}
.tpp__header .container .tpp__logo_title {
    justify-content: start;
}
.tpp__header .container .tpp__logo_title h3 {
    color:#ffffff;
    padding-left:0px;
    text-align:left;
}
.tpp__logo_custom {
    margin: -30px 0px 20px 0px;
}
.tpp__logo_custom img {
    max-height: 70px;
}
.tpp__logo_ttp {
    margin: -10px 0px 20px;
}
.tpp__logo_custom a h1 {
    color: #fff;
    margin: 0;    
}
.tpp__logo_branch {
    margin: -100px 0px 0px 0px;
}


/* 2.3. tpp__section_1 */
.tpp__section_1 {
    background-color: #ffffff;
    margin:0px;
    padding:2em 0em;
}
.tpp__section_1 h4,
.tpp__section_1 ul li {
    color: #ffffff;
}
.tpp__section_1 .tpp__section_box:first-child h4,
.tpp__section_1 .tpp__section_box:first-child ul li {
    color: #000000;
}
.tpp__section_1 .tpp__section_2__icon img {
  filter: invert(1) brightness(2);
}
.tpp__section_1 .tpp__section_box:first-child .tpp__section_2__icon img {
  filter: none;
}

.tpp__section_1 ul {
    margin: 0 2rem;
}

/* 2.4. tpp__section_2 */
.tpp__section_2 {
    background-color: var(--colorTertiary);
    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;    
    text-align: center;
    width:47%;
}
.tpp__section_2 img {
    margin:0px auto;
}

/* 2.5. tpp__section_box */
.tpp__section_box {
    background-color: var(--colorSecundary);
    margin:2em 0em;
    padding:1.5em;
    position:relative;
    overflow: visible;
}
.tpp__section_box:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid var(--colorSecundary);
    bottom:-20px;
    content: "";
    display: block;
    height: 0;
    right:15%;
    position: absolute;
    width: 0;
}
.tpp__section_1 .tpp__section_box:first-child {
    background-color: var(--colorTertiary);
}
.tpp__section_1 .tpp__section_box:first-child:after {
    border-top: 25px solid var(--colorTertiary);
    left:15%;
    right:inherit;
}

/* 2.6. tpp__ley2532 */ 
.tpp__ley25326 {
    text-align:center;
}
.tpp__ley25326 a {
    color:#000000;
}

/* 2.7. tpp__footer */
.tpp__footer {
    background: var(--colorPrimary) url("../assets/img/fiat-marca-03.png") no-repeat center right;
    background-size: contain;
    min-height: 40px;
}


/* 3. responsive
--------------------------------------------------------------*/
@media (min-width: 768px) {

    .col-md-2 {
        -ms-flex: 0 0 15.666667%;
        flex: 0 0 15.666667%;
        max-width: 15.666667%;
    }    
    .col-md-4 {
        -ms-flex: 0 0 32.333333%;
        flex: 0 0 32.333333%;
        max-width: 32.333333%;
    } 
    .col-md-8 {
        -ms-flex: 0 0 65.666667%;
        flex: 0 0 65.666667%;
        max-width: 65.666667%;
    }
    .col-md-10 {
        -ms-flex: 0 0 82.333333%;
        flex: 0 0 82.333333%;
        max-width: 82.333333%;
    }    
}
@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__header .container .tpp__logo_title {
        justify-content: center;
    }
    .tpp__header .container .tpp__logo_title h3 {
        text-align:center;
        padding:1em 1em;
    }
    .tpp__logo_custom {
        margin: 0px 0px 40px;
    }
    .tpp__logo_branch,
    .tpp__logo_ttp {
        margin: 0px;
    }
    .tpp__logo_branch {
        margin-bottom: 40px;
    }    
}