/* 
Theme Name: distrito_vo
TextDomain: distrito_vo
Version: 1.0
Description: Tema de Wordpress para el Patronato Distrito Valle Oriente
Tags: theme, odioloscarros, webdev, bicicletas
Author: Javier Guajardo
Autor URI: http://odioloscarros.net
*/
* {
  margin: 0 !important;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
:root {
  --title1: #f0e6dc;
  --title2: #e9d6bd;
  --title3: #555862;
  --orange: #dc5557;
  --blue: #65a8b9;
}
@font-face {
  font-family: Degular;
  src: url(assets/fonts/Degular/degular-bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: Roboto;
  src: url(assets/fonts/Roboto/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Archivo;
  src: url(assets/fonts/Archivo/Archivo-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
    font-family: Roboto;
    src: url(assets/fonts/Roboto/Roboto-Thin.ttf);
    font-weight: lighter;
    font-style: lighter;
} */
body {
  margin: 0;
}

.container {
  display: flex;
}

.column_direction {
  flex-direction: column;
}

/* Shared*/

.degular {
  font-family: Degular;
}

.roboto {
  font-family: Roboto;
}

.archivo {
  font-family: Archivo;
}

.redTitle {
  color: #bf5657;
  font-size: 22px;
}

.yellow {
  color: var(--title2);
}

.header_img {
  height: 80px;
}

.text_padding {
  padding: 30px;
}

/* Header Section*/
.header_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
}

.header_text {
  font-family: Roboto;
  color: var(--title1);
  font-weight: lighter;
}
.section1 {
  background-color: var(--orange);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 400px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 40px;
}

.section_1_graph {
  align-self: end;
}

.section_1_text {
  color: var(--title1);
  font-size: 60px;
  align-self: start;
  width: 70%;
}
@media screen and (min-width: 961px) {
  /* For desktop: */
  /* .section1 {
        background-image: url("assets/images/fondo_1.png");
    } */

  .section_1_content_row {
  }

  .header_graph {
    height: 80px;
  }

  .section_1_subtitle_text {
    color: var(--title1);
    font-size: 48px;
  }
}

@media screen and (max-width: 961px) {
  /* For mobile: */
  .section1 {
    height: 500px;
  }

  .section_1_content_row {
  }

  .header_graph {
    height: 80px;
    display: none;
  }

  .section_1_subtitle_text {
    color: var(--title1);
    font-size: 36px;
  }

  .section_1_text {
    font-size: 50px;
  }
}

.b1 {
  height: 100px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.b1_c1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* Second 2*/

.section2 {
  height: auto;
  width: 100%;
  background-size: cover;
}

.s2_bigTitle {
  color: var(--orange);
  font-size: 56px;
}

.s2_title {
  color: var(--orange);
  font-size: 28px;
}

.s2_subtitle {
  color: var(--title3);
  font-size: 24px;
}

.s2_section {
  display: flex;
  padding: 3%;
  gap: 50px;
  align-items: center;
}

.s2_img {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .s2_img {
    width: 90%;
  }
  .s2_section {
    flex-direction: column;
  }
}

/* Section 3*/

.section3 {
  height: 700px;
  width: 100%;
  background-color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  /* For mobile: */

  .section3 {
    height: 350px;
  }
}

.image-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider_img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: auto;
}

.slider-arrows {
  /* position: absolute;
      bottom: 500px;
      left: 50%;
      transform: translateX(-50%); */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.arrow {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.prev-arrow {
  padding-left: 20px;
}

.next-arrow {
  padding-right: 20px;
}

.arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.slider-navigation {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}

.nav-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 6px;
  cursor: pointer;
}

.nav-circle.active {
  background-color: #555862;
}

.section3_controls {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Section 4*/

.section4 {
  height: auto;
  width: 100%;
  background-size: cover;
  margin-bottom: 3% !important;
}

.b1_s4 {
  display: flex;
  padding: 3%;
  gap: 50px;
  align-items: center;
}

.b1_s4_text {
  color: #555862;
  font-family: Roboto;
  font-size: 40px;
}

.s4_child {
  flex: 1;
  padding: 0 10px;
  box-sizing: border-box;
}
.b1_s4_img img {
  max-width: 100%;
  height: auto;
}

.s4_graph {
  width: 70%;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
}

@media only screen and (max-width: 768px) {
  /* For mobile: */
  .b1_s4 {
    flex-direction: column;
  }

  .s4_child {
    padding: 10 0px;
  }

  .b1_s4_text {
    font-size: 32px;
  }
}

/* Section 5*/

.section5 {
  height: 700px;
  width: 100%;
  background-size: cover;
  display: flex;
}

.b1_s5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-height: 100%;
  background-color: #666666;
  padding: 5%;
  box-sizing: border-box;
  overflow: hidden;
}

.b2_s5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-height: 100%;
  background-color: #e8dec9;
  padding: 5%;
  box-sizing: border-box;
  overflow: hidden;
}

.s5_sub_title {
  font-size: 44px;
}

.eje_img {
  width: 88px;
  flex-shrink: 0;
}

.eje_text {
  font-size: 30px;
  color: #555862;
  font-size: 24px;
}

.b2_eje {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10%;
}

.s5_description {
  margin-left: 20px;
  width: 50%;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .section5 {
    flex-direction: row;
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile: */
  .section5 {
    flex-direction: column;
    height: auto;
  }

  .b1_s5 {
    gap: 20px;
  }

  .b2_s5 {
    gap: 20px;
  }

  .eje_text {
    font-size: 18px;
  }

  .s5_grayTitle {
    font-size: 28px;
  }
  .eje_img {
    width: 50px;
  }

  .b2_eje {
    flex-direction: column;
    gap: 15px;
  }

  .s5_description {
    width: 100%;
  }
}

.s5_icon {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 50%;
}

.s5_grayTitle {
  font-size: 36px;
  font-weight: bold;
  color: var(--title3);
}
/* Section 6*/

/* Section 7*/

.section7 {
  display: flex;
  height: auto;
  width: 100%;
  background-size: cover;
}

.s7_child {
  flex-grow: 1;
}

.b1_s7 {
  display: flex;
  padding: 5%;
}

.s7_img_section {
  display: flex;
  justify-content: center;
  align-self: center;
}
.s7_title {
  font-size: 34px;
  color: var(--blue);
  margin-bottom: 20px !important;
}

.s7_subtitle {
  font-size: 24px;
  color: #555862;
}

.s7_bluebold {
  color: var(--blue);
}

.s7_ul {
  list-style: square;
}

.s7_li {
  margin-bottom: 7px !important;
}

.s7_img {
  width: 90%;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
}

@media only screen and (max-width: 768px) {
  /* For mobile: */
  .s7_img_section {
    align-self: center;
  }

  .b1_s7 {
    gap: 20px;
    padding: 10%;
  }

  .s7_img {
    width: 90%;
    margin-bottom: 20px !important;
  }

  .section7 {
    flex-direction: column;
  }

  .s7_subtitle {
    font-size: 22px;
  }
}

/* Section 9*/

.section8 {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-color: #e8dec9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s8_text_holder {
  padding: 40px;
  text-align: left;
}

.s8_text {
  font-size: 32px;
  color: #555862;
  overflow: hidden;
  word-wrap: break-word;
}

@media only screen and (max-width: 768px) {
  /* For mobile: */

  .section8 {
    height: auto;
  }
}

/* Section 10*/

.logosbar {
  height: 200px;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_logos {
  padding: 20px;
  max-width: calc(100% - 80px);
  max-height: 100%;
  text-align: center;
}

.logos_background {
  background-color: #e8dec9;
}

.home_logos img {
  max-width: 100%;
  max-height: 100%;
  width: 60%;
  height: auto;
}

.s10_logos {
  padding: 20px;
  max-width: calc(100% - 80px);
  max-height: 100%;
  text-align: center;
}

.s10_logos img {
  max-width: 100%;
  max-height: 100%;
  width: 60%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  /* For mobile: */

  .section10 {
    height: 200px;
  }

  .s10_logos img {
    width: 100%;
  }

  .home_logos img {
    width: 100%;
  }
}

/* Footer */

@media only screen and (max-width: 768px) {
  /* For mobile: */

  .footer {
    height: auto;
  }

  .footer_content {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .footer {
    height: 200px;
  }
}
.footer {
  width: 100%;
  background-size: cover;
  background-color: #666666;
  color: #e8dec9;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.footer-left {
  flex-shrink: 0;
}

.footer_img {
  width: 200px;
  height: auto;
}

.footer-right {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.footer_text {
  margin: 5px 0 !important;
}

.mail_link {
  color: var(--blue);
}
