/*!
 * Componente Nombre: Style Template Sistema de denuncias
 * Autor: DEX360
 * Copyright: DEX360
 * Class-main: tsd__container
 */

/*
    1.  general
    2.  main-content
        2.1. tsd__container
        2.2. tsd__header
        2.3. tsd__section_1
    3.  responsive
*/

/* 0. :root
--------------------------------------------------------------*/
:root {
  --colorPrimary: #f2960e;
  --colorDark: #000000;
  --colorLight: #ffffff;
}

/* 1. general
--------------------------------------------------------------*/
body.hide-header-footer .dvt-terminos-condiciones,
body.hide-header-footer .dvt-libro-quejas,
body.hide-header-footer > .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;
}
.tsd__container h3,
.tsd__container h4,
.tsd__container p,
.tsd__container li {
  color: #000000;
}
.float-buttons {
  display: none !important;
}

a,
a:hover {
  color: var(--colorPrimary);
  text-decoration: underline;
}

/* 2. main-content
--------------------------------------------------------------*/
/* 2.1. tsd__container */
.tsd__container h3 {
  font-size: 2em;
  font-weight: 600;
  padding: 1em 2em;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
}
.tsd__container h4 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 10px;
}
.tsd__container p {
  margin: 0px;
}

/* 2.2. tsd__header */
.tsd__header {
  background-color: var(--colorDark);
}
.tsd__header .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-self: center;
}
.tsd__header .container > div {
  display: flex;
  justify-content: center;
  align-self: center;
}
.tsd__logo_custom img {
  max-height: 70px;
}
.tsd__logo_ttp {
  margin: 0px 0px 20px;
}
.tsd__logo_custom a,
.tsd__logo_custom a h1 {
  color: #000;
  font-weight: bold;
  margin: 0;
}
.tsd__logo_branch {
  margin: 0px;
}
.tsd__header .tsd__logo_title {
  width: 100%;
}

/* 2.3. tsd__section_1 */
.tsd__section_1 {
  background-color: transparent;
  margin: 0px;
  padding: 2em 0em;
}
.tsd__section_1 p {
  margin-bottom: 15px;
}
.tsd__section_1 ul {
  align-items: start;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.tsd__section_1 li {
  margin: 0 0 1.5em;
}

/* 3. responsive
--------------------------------------------------------------*/
@media (max-width: 800px) {
  .tsd__container p {
    margin: 0px;
    font-size: 20px;
  }
  .tsd__section_1 {
    text-align: center;
  }
  .tsd__header .container {
    flex-flow: row wrap;
    justify-content: space-between;
    align-self: center;
  }
  .tsd__logo_ttp {
    margin: 20px 0px 20px;
  }
  .tsd__container h3 {
    font-size: 1.8em;
    padding: 1em 0.5em;
  }
}
