
/*!
 * 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: #df2031;
  --colorDark: #000000;
  --colorLight: #ffffff;
}

/* 1. general
--------------------------------------------------------------*/
body {
  margin-top:0px !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;
  font-weight: bold;
}

/* 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: #ffffff;
  border-bottom:1px solid #ccc;
}
.tsd__header .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-self: center;
}
.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%;
}
.main-header__title {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  margin: 0 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.main-header__dealership {
  display: flex;
  align-items: center;
  width: 45%;
}
.main-header__dealership h2 {
  font-size: 1em;
}
.main-header__brand {
  margin-bottom: 10px;
  width: 50%;
}

/* 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 0px 20px;
    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;
  }
  .tsd__section_1 ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
  }
  .tsd__section_1 ul li {
    text-align: left;
    font-size: 1.3em;
  }
}
