/*
Theme Name: Tema Venta de Parcelas Chile
Author: Rodrigo Berroeta (Agencia Böll)
Author URI: https://www.boll.cl
Description: Plantilla desarrollada para proyecto web Venta de Parcelas Chile. Agencia Böll
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  background-color: #f9f9f9;
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
}

.mobile_head {
  display: none;
}

img.logo-parcelas {
  width: 200px;
}

.mg0, .mg0 p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.btn_centrado {
  margin: 20px auto;
  display: table;
}

/* .my-logo {
  position: sticky;
  z-index: 99;
  width: 100%;
  top: 0;
  background: linear-gradient(to bottom, #000000a6, transparent);
} */
.my-logo {
  position: absolute;
  left: 0;
  z-index: 9;
  width: 100%;
  top: 0;
  background: linear-gradient(to bottom, #000000a6, transparent);
}

.desktop_head>.row {
  min-height: 50px;
}

.barra_nav ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-content: flex-start;
  align-self: center;
  font-family: 'Poppins', sans-serif;
  justify-content: flex-end;
}

.barra_nav ul.menu li {
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.barra_nav ul.menu li a.nav-link {
  color: #ffffffc2;
  position: relative;
  text-decoration: none;
  transition: color .5s;
}

.secc_video {
  overflow: hidden;
}

.tit_home_video {
  position: absolute !important;
  bottom: 35%;
  left: 0;
  width: 100%;
  z-index: 3;
}

.tit_home_video h1 {
  color: #fff;
  font-size: 37px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.tit_home_video h1 span {
  margin-top: 25px;
  padding: 0 25%;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

/* PROYECTOS HOME */
.box_proyecto {}

.box_proyecto img {
  margin: 10px 0 20px;
}

.etiqueta .widget-image-caption.wp-caption-text {
  position: absolute;
  top: 70%;
  background: linear-gradient(45deg, rgba(245, 117, 12, .85), rgba(251, 209, 6, .85));
  padding: 10px 10px 10px 20px;
  border-radius: 0 8px 8px 0;
}

.etiqueta.nuevo_proyecto .widget-image-caption.wp-caption-text {
  background: linear-gradient(45deg, rgb(34 57 78 / 85%), rgb(23 197 96 / 85%))
}

.etiqueta.vendido .widget-image-caption.wp-caption-text {
  background: linear-gradient(45deg, rgb(34 57 78 / 85%), rgb(133 133 133 / 85%));
}

.cta_proyecto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta_proyecto.proyecto_vendido {
  justify-content: center;
}

.precio_proyecto h4 {
  font-family: 'Poppins';
  color: #17c560;
  font-weight: 700;
  font-size: 25px;
}

.precio_proyecto h4 span {
  font-weight: 400;
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: #22394e;
}

.btn_proyecto {
  /* background: linear-gradient(45deg, #f5750c, #fbd106); */
  background-color: #f5750c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: 2;
  padding: 7px 20px;
  border-radius: 50px;
  transition: all .5s ease;
}

.btn_proyecto:hover {
  background: linear-gradient(45deg, #fbd106, #f5750c);
  color: #fff;
}

/* .btn_cotizar_int {
  float: right;
  margin-top: 10px;
} */
.btn_wsp_int {
  background: transparent;
  outline: 2px solid #fff;
}

.proyecto_vendido .btn_proyecto {
  background-color: #828282;
}

/** Sección BLOG ***/
.seccion_blog .eael-grid-post-holder, .seccion_blog .eael-entry-media {
  border-radius: 20px;
}

.seccion_blog .eael-grid-post-holder-inner {
  position: relative;
}

.seccion_blog .eael-entry-thumbnail::before {
  background: #22394e91;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease;
}

.seccion_blog .eael-grid-post .eael-entry-wrapper {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
}

.seccion_blog .eael-grid-post .eael-entry-wrapper .eael-post-elements-readmore-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.seccion_blog .eael-post-grid .eael-entry-wrapper>.eael-entry-header-after .eael-entry-meta span.eael-posted-on::before {
  content: none;
}

.seccion_blog .eael-entry-meta {
  position: absolute;
  top: 26px;
  font-size: 14px;
  line-height: 1;
  color: #fbd106;
}

.seccion_blog .eael-grid-post:hover .eael-entry-thumbnail::before {
  background: #22394ec9;
}

/** PAGINAS INTERNAS **/
/**  **/
.box_info_int {
  background: #fff;
  padding: 45px 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 21px -5px rgba(0, 0, 0, 0.1);
}

.box_info_int.box_int_form {
  position: sticky !important;
  top: 0;
}

.tit_box_int {
  font-size: 20px;
  margin-bottom: 20px;
}

.separador_linea {
  width: 100%;
  height: 1px;
  background: #22394e29;
  margin: 10px 0 30px;
}

/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.divTableCell, .divTableHead {
  /* border: 1px solid #999999; */
  display: table-cell;
  padding: 10px;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

.divTableRow:nth-child(odd) {
  background: #f1f1f1;
}

.divTableCell i {
  /* color: #f5750c; */
  margin-right: 10px;
  width: 20px;
}

.box_botones {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
}

.etiqueta_ultimas {
  font-size: 10px;
  padding: 2px;
  background: linear-gradient(45deg, #fbd106, #f5750c);
  line-height: 11px;
  color: #fff;
  margin-left: 10px;
  font-weight: bold;
}

.box_info_int.box_prev_gal {
	margin-bottom: 0 !important;
    border-radius: 10px 10px 0 0;
    padding-bottom: 0px;
}

.galeria_int {
	padding: 20px;
    background: #fff;
}

.galeria_int .elementor-swiper-button-next {
	right: 30px;
}

.galeria_int .elementor-swiper-button-prev {
	left: 30px;
}


/** FIN PAGINAS INTERNAS **/
/**  **/
/** FOOTER **/
#footer {
  background: linear-gradient(to bottom, #ebf2f9, transparent, transparent), url(/wp-content/uploads/2023/01/bg-footer.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0 200px;
}

.content_info_foot {
  padding: 30px 20px;
  background: #22394ead;
  margin-bottom: 20px;
  border-radius: 10px;
}

.box_foot {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.box_icon_foot {
  width: 15%;
}

.box_icon_foot i {
  font-size: 25px;
  text-align: center;
  padding: 5px;
  background: #ffffff2e;
  border-radius: 50px;
  width: 35px;
}

.box_foot a {
  color: #fff;
  text-decoration: none;
}

.box_foot a:hover {
  color: #f5750c;
}

.rrss_iconos {
  border-top: 1px solid #ffffff8c;
  padding-top: 30px;
}

.box_rrss {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rrss {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #ffffff21;
  text-align: center;
  margin: 5px 10px;
  transition: all .4s ease;
}

.rrss i {
  font-size: 17px;
  line-height: 48px;
}

.rrss a, .rrss a:hover {
  color: #22394e;
}

.rrss:hover {
  background: #fff;
}

.copyright {
  margin-top: 25px;
}

.copy {
  text-align: center;
}

.copy a {
  color: darkred;
}

@media (max-width:455px) {
  .mobile_head {
    display: block;
  }

  .desktop_head {
    display: none;
  }

  img.logo-parcelas {
    width: 110px;
  }

  .tit_home_video {
    bottom: 15%;
  }

  .tit_home_video h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .tit_home_video h1 span {
    font-size: 16px;
    line-height: 20px;
    padding: 0 5%;
  }

  .box_botones {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  #footer {
    background: linear-gradient(to bottom, #ebf2f9, #ebf2f9a1), url(/wp-content/uploads/2023/01/bg-footer.jpg) no-repeat center;
  }
}