/*
Theme Name: Te Apoyamos
Theme URI: https://fundacionteapoyamos.cl/
Description: Tema para Te Apoyamos.
Version: 1.0
Author: Majendrix
Text Domain: teapoyamos
*/
@font-face {
    font-family: 'Amithen';
    src: url('fonts/Amithen.woff2') format('woff2'),
        url('fonts/Amithen.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri-Bold.woff2') format('woff2'),
        url('fonts/Amiri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amiri';
    src: url('fonts/Amiri-Regular.woff2') format('woff2'),
        url('fonts/Amiri-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {font-family: 'Figtree', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #3a3830;
    line-height: 1.5;
    font-weight: 300;
	background-color: #fff;
}
html{
	margin: 0;
  padding: 0;
  height:100%;
}
pre {
    font-family: 'Figtree', sans-serif;
    white-space: normal;
}
.half {
    width: 50%;
    float: left;
}
.border-top {
    padding: 30px 0;
    border-top: solid 1px #B3B3B3;
}
.border-bottom {
    padding: 30px 0;
    border-bottom: solid 1px #B3B3B3;
}
p {
    margin-bottom: 20px;
}
a {
    color: #000;
    text-decoration: none;
}
li {
    list-style: disc;
    list-style-position: inside;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
#main, .content {
  width: 100%;
  float: left;
}
#siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    padding: 0;
    z-index: 10000;
    box-shadow: 0px 0px 10px rgba(0,0,0,0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
#siteHeader.activo {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.single #siteHeader {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.header-content {
    display: flex;
    align-items: center;
    width: 94%;
    padding: 30px 3%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
#siteHeader.activo .header-content {
    padding: 15px 3%;
}
.header-left {
    width: 308px;
}
.header-left svg {
    width: 308px;
    height: 47px;
}
#logo-te-apoyamos .cls-1 {
fill: #fff;
stroke-width: 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
#siteHeader.activo #logo-te-apoyamos .cls-1 {
fill: #3a382f;
}
.single #logo-te-apoyamos .cls-1 {
fill: #3a382f;
}
.header-right {
    display: flex;
    width: calc(100% - 308px);
    align-items: center;
    justify-content: end;
}
.menu-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    cursor: pointer;
}
.toggle-button {
    position: absolute;
    top: 3%;
    left: 2%;
    z-index: 10001;
    background-color: transparent;
    border: none;
    width: 50px;
    height: auto;
    background: none;
    cursor: pointer;
    padding: 0;
}
.toggle-button:hover {
    background-color: transparent;
}
.bar {
    width: 100%;
    height: 2px;
    background-color: #313131;
    margin: 13px auto;
    transition: transform 0.3s ease-in-out;
}
.home .bar {
    background-color: #fff;
}
.activo .bar {
background-color: #313131;
}
.home.activo .bar {
background-color: #313131;
}
/*.toggle-button.active .bar:nth-child(1) {
    transform: translateY(20px) rotate(45deg);
}

.toggle-button.active .bar:nth-child(2) {
    transform: scale(0);
}

.toggle-button.active .bar:nth-child(3) {
    transform: translateY(-20px) rotate(-45deg);
}*/
.secciones{
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nav-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: right;
    width: auto;
	position: relative;
	z-index: 1;
}
.nav-menu ul{
	display: flex;
}
.nav-menu li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
}
.nav-menu li:last-of-type {
    margin-right: 0px;
}
.nav-menu li.menu-item a {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
	font-weight: bold;
    text-align: left;
    text-decoration: none;
	text-transform: uppercase;
    color: #E6E6E6;
    padding: 3px 0px;
    letter-spacing: 1px;
    margin: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.nav-menu li.menu-item.menu-featured a {
    background: url(images/btn-bk.svg) no-repeat center center;
    padding: 10px;
    color: #000;
    display: block;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.nav-menu li.menu-item.menu-featured a:hover {
    color: #000;
	transform: scale(1.1);
}
#siteHeader.activo .nav-menu li.menu-item a {
    color: #313131;
}
.single .nav-menu li.menu-item a {
    color: #313131;
}
.nav-menu li.menu-item a:hover, #siteHeader.activo .nav-menu li.menu-item a:hover, .single .nav-menu li.menu-item a:hover, .nav-menu li.menu-item a.active, .nav-menu li.menu-item.current-menu-item a {
    color: #d65643;
}
ul.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    margin: 0 0 0 -14px;
    padding: 0;
}
li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu li {
    display: block;
    margin: 0;
}
#siteHeader .nav-menu li.menu-item ul.sub-menu li a {
    color: #3a3830;
    padding: 6px 20px;
    width: calc(100% - 40px);
	font-size: 12px;
	background-color: #fff;
}
#siteHeader .nav-menu li.menu-item ul.sub-menu li.menu-educacion:hover a{
	color: #fff;
    background-color: #7aa8d8;
}
#siteHeader .nav-menu li.menu-item ul.sub-menu li.menu-salud:hover a{
	color: #fff;
    background-color: #d65643;
}
#siteHeader .nav-menu li.menu-item ul.sub-menu li.menu-emprendimiento:hover a{
	color: #fff;
    background-color: #9c7bb2;
}
#siteHeader .nav-menu li.menu-item ul.sub-menu li.menu-deporte:hover a{
	color: #fff;
    background-color: #7da85c;
}
#siteHeader .nav-menu li.menu-item ul.sub-menu li.menu-cultura:hover a{
	color: #fff;
    background-color: #4d728d;
}
#siteHeader .nav-menu li.menu-item ul.sub-menu li.menu-social:hover a{
	color: #fff;
    background-color: #efcf59;
}
.slide-home{
	width:100%;
	float:left;
	  height: 100%;
}
.slide-home .slide{
	width:100%;
	height:100%;
	float:left;
	  max-height: 600px;
    overflow: hidden;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center center;
  background-attachment:initial;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.slide-home .slide img{
width: 100%;
    height: 100%;
}
h2 {
    margin-bottom: 5vh;
    font-weight: bold;
    font-size: 5.7vh;
    line-height: 1.2;
    font-family: 'Amiri', sans-serif;
    letter-spacing: 0.01em;
}

h3 {
    font-family: 'Amiri', sans-serif;
    font-size: 1.8vw;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: normal;
}
h4 {
    font-family: 'Amiri', sans-serif;
    font-size: 1.4vw;
    line-height: 1.2;
    font-weight: bold;
}
h5 {
    font-family: 'Amiri', sans-serif;
    font-size: 1.1vw;
    line-height: 1.2;
    font-weight: bold;
}
.centrado {
    text-align: center;
}
section {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 10vh 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
section.section-gris{
	background-color: #fafafa;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], select {
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    text-align: left;
    color: #fff;
    font-weight: 300;
    display: block;
    border-radius: 0px;
    font-size: 0.8vw;
    border: none;
    border-bottom: 1px solid #fff;
    height: auto;
    margin-bottom: 2vw;
}
textarea {
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    text-align: left;
    color: #fff;
    font-weight: 300;
    display: block;
    border-radius: 0px;
    font-size: 0.8vw;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 2vw;
    height: 222px;
}
#pagina input[type="email"], #pagina input[type="number"], #pagina input[type="search"], #pagina input[type="text"], #pagina input[type="tel"], #pagina input[type="url"], #pagina input[type="password"], #pagina select {
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    text-align: left;
    color: #39372f;
    font-weight: 300;
    display: block;
    border-radius: 0px;
    font-size: 1.2vw;
    border: none;
    border-bottom: 1px solid #9c7bb2;
    height: auto;
    margin-bottom: 2vw;
}
#pagina textarea {
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    text-align: left;
    color: #39372f;
    font-weight: 300;
    display: block;
    border-radius: 0px;
    font-size:1.2vw;
    border: none;
    border-bottom: 1px solid #9c7bb2;
    margin-bottom: 2vw;
    height: 222px;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: none;
    outline: 0;
}
#pagina ::-webkit-input-placeholder { /* Edge */font-family: 'DM Sans', sans-serif;
	color: #39372f;
	font-weight: 300;
}

#pagina :-ms-input-placeholder { /* Internet Explorer 10-11 */font-family: 'DM Sans', sans-serif;
	color: #39372f;
	font-weight: 300;
}

#pagina ::placeholder {font-family: 'DM Sans', sans-serif;
	color: #39372f;
	font-weight: 300;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .1rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    color: #000;
	background-color: #fff;
    outline: 0;
}
input[type="submit"]{
	background: #9c7bb2;
	color: #fff;
	border: 1px solid #9c7bb2;
}
input[type="submit"]:hover, input[type="submit"]:focus{
	background: #fff;
	color: #9c7bb2;
	border: 1px solid #9c7bb2;
}
.oculto {
    display: none;
}
.caja-boton-form p {
    display: flex;
    text-align: center;
}

/*CARGADOR */
/* Estilo para el contenedor del cargador */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9c7bb2; /* Fondo semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999; /* Coloca el cargador sobre todo el contenido */
    opacity: 1; /* Inicialmente visible */
    transition: opacity 0.5s ease-in-out; /* Transición de opacidad suave */
}

/* Estilo para ocultar el cargador una vez que la página esté completamente cargada */
.loaded .loader-container {
    opacity: 0; /* Hacerlo invisible */
    pointer-events: none; /* Evitar que se puedan hacer clics en el cargador invisible */
}

/* Estilo para el contenido de la página (puedes personalizarlo) */
.content {
    padding: 20px;
}

/* Estilo para el logotipo SVG (ajusta el tamaño según tus necesidades) */
#logo-cargador {
    min-width: 200px;
    height: 120px;
    width: 30vw;
}

/* CARGADOR */

a.link {
    font-size: 16px;
    border: 2px solid #32A59D;
    text-decoration: none;
    display: inline-block;
    padding: 23px 70px;
    font-weight: bold;
    line-height: 20px;
}
.no-visible {
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    color: transparent;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
footer {
    float: left;
    width: 100%;
    padding: 0px;
    color: #ffffff;
    background: #313131;
}
.footer-top{
    width: 88%;
    padding: 1vw 6vw 3vw 6vw;
	border-top: 1px solid #ffffff;
    float: left;
	align-items: center;
}
.footer-bottom {
    width: 88%;
    padding: 3vw 6vw;
    float: left;
    align-items: start;
}
.footer-menus {
    align-items: center;
}
.footer-menus h4 {
    font-weight: normal;
    font-family: 'Figtree', sans-serif;
    font-size: 30px;
}
#logotipo-footer {
    width: 80px;
    margin-left: 20px;
}
.footer-logo {
    align-items: center;
    flex-flow: row-reverse;
    margin-right: 0;
}
.logo-fundacion-footer {
    font-size: 1.3vw;
    line-height: 1.2;
}
.frase h3 {
    margin: 0;
    font-family: 'Amiri', serif;
	text-align: right;
}
footer a{
	text-decoration: none;
	color:#a5a5a5;
}
footer p {
    margin: 0;
    font-size: 1vw;
    line-height: 1;
}
.colofon {
    font-family: DM Sans;
    font-size: 12px;
    line-height: 1;
    color: #A5A5A5;
}
ul#menu-menu-redes-sociales, ul#menu-menu-redes-sociales-2 {
    margin: 1.6vw 0 0 0;
}
.footer-social li {
    list-style: none;
    margin: 0 0 10px 0;
    display: inline-block;
}
.footer-social li a {
    display: block;
    margin: 0 0.4vw;
    font-size: 15px;
    width: 1.1vw;
    height: 1.1vw;
    text-indent: -1000px;
    overflow: hidden;
    border: 1px solid;
    border-radius: 50%;
    padding: 0.8vw;
}
.footer-social li.ico-facebook a {
	background: url("images/ico-facebook.svg") no-repeat center;
	background-size: 1.2vw 1.2vw;
}
.footer-social li.ico-instagram a {
	background: url("images/ico-instagram.svg") no-repeat center;
	background-size: 1.2vw 1.2vw;
}
.footer-social li.ico-linkedin a {
	background: url("images/ico-linkedin.svg") no-repeat center;
	background-size: 1.2vw 1.2vw;
}
.footer-social li.ico-treads a {
	background: url("images/ico-treads.svg") no-repeat center;
	background-size: 1.2vw 1.2vw;
}
.footer-social li.ico-x a {
	background: url("images/ico-x.svg") no-repeat center;
	background-size: 1.2vw 1.2vw;
}
.footer-social li.ico-youtube a {
	background: url("images/ico-youtube.svg") no-repeat center;
	background-size: 1.2vw 1.2vw;
}
.footer-social li:first-of-type a {
    margin-left: 0;
}
.footer-left {
position: relative;
text-align: right;
}
.logo-fundacion-footer strong {
    letter-spacing: 0.02em;
}
.full {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.centrada {
    text-align: center;
}
.derecha {
    text-align: right;
}
.justificado {
    text-align: justify;
}
.row {
    width: 100%;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-bottom {
    align-items: flex-end;
}
.flex-top {
    align-items: flex-start;
}
.flex-center {
    align-items: center;
}
.vertical-bottom {
    align-items: end;
}
.dos-columnas{
	-moz-column-count: 2;
-moz-column-gap: 80px;
-webkit-column-count: 2;
-webkit-column-gap: 80px;
column-count: 2;
column-gap: 80px;
}
.popup {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    padding: 0 8% 0 7%;
}
.popup.visible{
	display: flex;
}
button.closePopupButton {
width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    right: 3%;
    top: 9%;
    z-index: 10;
    background: transparent;
    padding: 0;
    border: 1px solid;
    border-radius: 50%;
}
button.closePopupButton:hover {
	background: transparent;
	padding: 0;
}
button.closePopupButton:before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 38px;
    top: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
button.closePopupButton:after {
content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 38px;
    top: 20px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
button.closePopupButton:hover:before {
	background-color: #000;
}
button.closePopupButton:hover:after {
	background-color: #000;
}
label {
    float: left;
    width: 100%;
    font-size: 0.8vw;
    font-weight: 300;
}
#pagina label {
    float: left;
    width: 100%;
    font-size: 1.2vw;
    font-weight: 300;
}
.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}
a.linkedin {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 2rem;
    background: url(images/ico-linkedin.svg) no-repeat center center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.linkedin:hover{
	opacity: 0.8;
}
@keyframes zoomIn {
  0% {
    transform:scale(1);
  }
  100% {
    transform:scale(1.2);
  }
}
.bk-zoom {
    animation: zoomIn 15s linear infinite alternate;
    background-size: cover;
    height: 100vh;
    position: fixed;
    width: 100vw;
    background-position: center;
	z-index: 0;
}
@-webkit-keyframes bounce {
  0% {
    transform: translate(0px, 0px);
  }
  
  55%{
    transform: translate(0px, 0px); 
  }

  70%{
    transform: translate(0px, -15px); 
  }

  95%{
    transform: translate(0px, 2px); 
  }
  
 100% {
    transform: translate(0px, 0px);
  }
}
.seccion-home .arrow-down {
    -webkit-animation: bounce 1.5s ease infinite;
}
/* Estilo para el fondo blanco */
.white-background {
    background-color: #fff;
	color: #50535A;
}

/* Estilo para el fondo gris */
.gray-background {
    background-color: #50535A;
	color: #fff;
}

/* Estilo para el SVG en color gris */
.gray-svg .bar {
    background-color: #fff; /* Cambia a tu color gris deseado */
}

/* Estilo para el SVG en color blanco */
.white-svg .bar {
    background-color: #50535A; /* Cambia a tu color blanco deseado */
}
section#home {
    height: auto;
    max-height: 100vh;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 0;
}
section#area {
    height: auto;
    max-height: 100vh;
    background-color: #6da8db;
    width: 100%;
    padding: 0;
    color: #fff;
}
section#area .slide.flex {
    padding: 3vw 0;
}
section#area.educacion {
    background-color: #6da8db;
}
section#area.salud {
    background-color: #e54a39;
}
section#area.emprendimiento {
    background-color: #a179b5;
}
section#area.deporte {
    background-color: #71a852;
}
section#area.cultura {
    background-color: #41738e;
}
section#area.social {
    background-color: #f4cb3c;
    color: #3a382f;
}
.slider-home .slide{
    width: 100vw;
    height: auto;
    position: relative;
    align-items: center;
}
a.scroll-button {
    position: absolute;
    right: 5vw;
}
a.scroll-button {
    position: absolute;
    right: 5vw;
    margin-top: 5vw;
    width: 70px;
    height: auto;
	z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.scroll-button:hover {
    margin-top: 10vw;
}
.parallax-container {
    overflow: hidden;
    position: relative;
}
.parallax-bg {
	background-size: cover;
    background-position: center;
    width: 47vw;
    height: 50vh;
    position: relative;
    z-index: 0;
    top: 0%;
    margin-left: 1%;
}
.slide.flex {
    align-items: center;
    padding: 10vh 0;
}
body.home .slide.flex {
    padding: 0;
}
.parallax-svg {
    z-index: 1; /* Coloca el SVG delante del fondo */
}
/**/
.icono-bolton-hunt-fondo {
    opacity: 0.12;
    right: -10vh;
    position: absolute;
    height: 110vh;
    width: 60vw;
    top: -5vh;
}
/*/
*/
.popup-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #747c87;
    color: #fff;
    z-index: 100001;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#closePopupButton {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.openPopupButton {
    cursor: pointer;
    float: left;
    background: transparent;
    color: #50535a;
    padding: 0;
    font-weight: bold;
    border: none;
}
.openPopupButton:hover{
	background: transparent;
	color: #000;
    border: none;
}
a.mail-home {
    position: absolute;
    z-index: 1;
    left: 2%;
    bottom: 5%;
    display: flex;
    flex: 1 0 auto;
    align-items: center;
	color: #fff;
}
a.mail-home #arrow-1 {
    width: 70px;
    margin: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.mail-home:hover #arrow-1 {
    margin-left: 1vw;
}
.text-contacto-home {
    display: block;
    margin: 0 0 0 1.5vw;
    font-size: 18px;
    font-family: 'Work Sans';
}
.text-contacto-home span + span {
    font-size: 15px;
    margin-left: 10px;
}
.barra-suberior:before {
    content: '';
    display: block;
    width: 47px;
    height: 14px;
    background: #fff;
    margin-bottom: 30px;
}
.foto-circular {
    overflow: hidden;
    border-radius: 50%;
    width: 46%;
    margin: 0 auto;
}
.columns-two {
    -moz-column-count: 2;
    -moz-column-gap: 12%;
    -webkit-column-count: 2;
    -webkit-column-gap: 12%;
    column-count: 2;
    column-gap: 12%;
}
/* carrusel de logos */
.logo-carousel {
    overflow: hidden;
    width: 80%;
	float: left;
}
.slider-clientes.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.slider-testimonios.owl-carousel .owl-stage {
    display: flex;
}
.slider-testimonios.owl-carousel .owl-item {
    margin: 0 10px;
}
.owl-carousel .owl-item .cliente img {
    max-width: 10vw;
    margin: 0 auto;
    max-height: 5vw;
    width: auto;
	filter: grayscale(1);
}

a.slider-button.slideNext {
    width: 5vw;
    display: block;
    margin: 0 auto;
}
.flex.cabecera-flex h2 {
    width: 80%;
    margin-bottom: 2vw;
    line-height: 1.1;
}
.popup p:first-of-type {
    font-size: 1.2vw;
}
.popup p {
    font-size: 0.8vw;
    margin-bottom: 1vw;
}
.quote {
    font-style: italic;
    font-size: 1vw;
line-height: 1.7;
	margin-bottom: 15vw;
}
a.mail-contacto {
    width: 5vw;
    display: block;
    position: absolute;
    right: 10%;
}
.footer-menu{
    list-style: none;
    margin: 0;
    width: auto;
    float: right;
    height: 65px;
}
.footer-menu li {
    list-style: none;
    margin: 0 0 0 20px;
    display: inline-block;
}
.footer-menu a {
	color:#a5a5a5;
    font-size: 14px;
    line-height: 1;
    display: block;
	font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.footer-menu a:hover {
    color: #808080;
}
.footer-social {
    width: auto;
}
.footer-social + .footer-social {
    width: 38vw;
    padding-left: 11vw;
}
.footer-newsletter {
    width: 23vw;
}
.red_social {
width: 45px;
    margin: 0 8px;
}
.red_social a{
	display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.red_social a:hover{
	opacity: 0.8;
}
.text-contacto-section {
    display: block;
    font-size: 1vw;
    font-family: 'Work Sans';
    color: #fff;
    position: absolute;
    left: -56%;
    margin-top: 1vw;
}
.escribenos a.mail-contacto {
    bottom: 25%;
}

/**/
      .logo-cargador .cls-1 {
        opacity: 1;
      }

      .logo-cargador .cls-2 {
        fill: #f09d3d;
        stroke-width: 0px;
      }

      .logotipo-boltonhunt-header .cls-1 {
        fill: #ffffff;
      }

      .logotipo-boltonhunt-header .cls-1, .cls-2 {
        stroke-width: 0px;
      }

      .logotipo-boltonhunt-header .cls-2 {
        fill: #f09d3d;
      }

.orange-background{
	background-image: url("images/orange-background.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
}
.core-banner-picture {
    z-index: 3;
    width: 43%;
    position: absolute;
}
.core-banner-text {
    z-index: 2;
    width: 38vw;
    float: left;
    position: relative;
    padding: 0 5% 0 6%;
    border-radius: 10px 0 0 10px;
    background-position: right center;
    font-size: 2vw;
    font-family: 'Amiri', serif;
    font-weight: 400;
    letter-spacing: -0.1rem;
    line-height: 1.1;
}
.core-banner-text h2 {
    font-size: 7vh;
    margin-bottom: 4vh;
    line-height: 1;
    font-weight: bold;
    letter-spacing: normal;
}
.core-banner-text h2 strong{
	font-weight: 400;
}
.core-banner-text h3 a {
                color: #4d7289;
            }
.core-banner-text .text {
    color: #3c3c3b;
    width: 70%;
}
.core-banner-text .text p {
    margin: 0;
}
.core-banner-text .boton-gray {
    display: flex;
    align-items: center;
    text-align: center;
    width: 30%;
flex-direction: row-reverse;
}
.core-banner-text .boton-gray a {
    float: right;
}
.core-banner .scroll {
    width: 68px;
    height: 39px;
    display: block;
    position: absolute;
    bottom: 4%;
    margin: 0 auto;
    left: calc(50% - 40px);
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.core-banner .scroll:hover {
    bottom: 3.5%;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
    position: absolute;
    bottom: 6%;
    right: 5%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d55742;
}
.owl-theme .owl-dots .owl-dot span {
    background: #dddddd;
}
.boton-gray a {
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #fff;
    background: #3c3c3b;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.boton-gray a:hover {
    color: #3c3c3b;
    background: #fff;
}
.banner-principal {
    padding: 5vh 20%;
    width: 60%;
}
.banner-principal .texto-banner {
    text-align: center;
    font-size: 2vw;
}
.banner-principal .texto-banner p {
    margin: 0;
}
section.banner-cierre {
    padding: 10vh 0;
    width: 100%;
}
.texto-cierre {
    position: relative;
    z-index: 2;
    width: 50%;
    padding: 10vh 10vh 10vh 8vw;
    background-position: right center;
    border-radius: 0 15px 15px 0;
}
.texto-cierre p {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    font-size: 5.2vh;
    margin-bottom: 3vh;
    line-height: 1.2;
    font-weight: 100;
    letter-spacing: 0.6vh;
}
section.arrow-top, section.arrow-bottom {
    /*overflow: visible;*/
}
section.divisiones {
    padding-bottom: 0;
}
.listado-divisiones {
    margin-bottom: 5vh;
}
.listado-divisiones a {
    display: flex;
}
.listado-divisiones a:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(images/ico-arrow-naranja.svg) no-repeat;
    background-size: 20px 20px;
    background-position: 0px 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.listado-divisiones a:hover:before {
    background-position: 5px 5px;
}
.divisiones .texto_destacado {
    background: #3c3c3b;
    color: #fff;
    font-size: 1.7vw;
    padding: 6vh 3vw 8vh 3vw;
    border-radius: 15px 15px 0 0;
    margin-top: -50vh;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.divisiones .texto_destacado strong {
    color: #f09d3d;
}
.texto-grande {
    font-size: 1.7vw;
    margin-bottom: 8vh;
}
.full.slider-experiencias {
    margin-left: -10%;
    width: 120%;
}
.slider-experiencias .thumb-circulo img {
    border-radius: 50%;
    width: 60%;
    float: none;
    margin: 0 0 0 30%;
}
.slider-experiencias .experiencia {
    align-items: center;
}
.slider-experiencias .explicacion {
    margin: 0;
    background: #3c3c3b;
    color: #fff;
    padding: 30px 80px 30px 30px;
    border-radius: 15px 0 0 15px;
}
.slider-experiencias .explicacion p:last-of-type {
    margin: 0;
}
.slider-experiencias .cita-texto {
    font-size: 1.46vw;
    color: #3C3C3B;
}
.slider-experiencias .cita-datos h4{
  font-weight : bold;
  font-size : 1.43vw;
  color : #F09D3D;
  margin-bottom: 0.2vw;
}
.slider-experiencias .cita-datos h5 {
    font-weight: bold;
    font-size: 1.07vw;
    color: #3C3C3B;
    margin: 0;
    letter-spacing: normal;
}
section.page-banner {
    padding: 5vh 0;
    min-height: 40vh;
    align-items: center;
}
.page-banner-text {
    position: relative;
    z-index: 2;
}
.page-banner-text h2 {
    color: #fff;
	margin: 0;
}
.fondo-blanco {
    background: #fff;
}
.miembro-equipo {
    margin: 0 0 20px;
    padding: 1%;
    width: 23%;
}
.miembro-equipo .caja-texto {
    margin: 30px 0 0;
}
.miembro-equipo h3 {
font-size: 1.2vw;
    font-family: 'Figtree';
    font-weight: bold;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.miembro-equipo h4 {
    font-family: 'Figtree';
    font-weight: normal;
    margin: 0;
    font-size: 1vw;
    letter-spacing: normal;
}
.miembro-equipo .descripcion {
    font-size: 14px;
}
.miembro-equipo .thumb {
    overflow: hidden;
    display: block;
    border-radius: 50%;
    width: 100%;
}
section.no-padding {
    padding: 0;
    width: 100%;
}
.box-left {
    background: #3c3c3b;
    color: #ffffff;
    padding: 2.5vw;
    border-radius: 0 10px 10px 0;
	width: 33.333%;
	margin: 0;
}
.box-center {
    background: #a5a5a5;
    color: #000000;
    padding: 2.5vw;
    border-radius: 10px 10px;
	width: 33.333%;
	margin: 0 4%;
}
.box-right {
    background: #a5a5a5;
    color: #000000;
    padding: 2.5vw;
    border-radius: 10px 0 0 10px;
	width: 33.333%;
	margin: 0;
}
section#pagina {
    padding: 0;
    width: 100%;
}
.servicio .boton-gray a:hover{
	background-color: #f09d3d;
	color: #fff;
}
section.banner-cierre .parallax-bg {
    background-image: url(images/bk-banner-2.jpg);
}
/* Fundación Te Apoyamos */
ul.cat-areas {
    margin: 0;
}
ul.cat-areas.flex li {
    width: 15.67%;
    list-style: none;
    margin: 0 0.5%;
}
ul.cat-areas h2 {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 2vw 0;
    color: #fff;
    font-family: 'Figtree', sans-serif;
}
ul.cat-areas li.cat-cultura h2 {
	background-color: #4d728d;
}
ul.cat-areas li.cat-deporte h2 {
	background-color: #7da85c;
}
ul.cat-areas li.cat-educacion h2 {
	background-color: #7aa8d8;
}
ul.cat-areas li.cat-emprendimiento h2 {
	background-color: #9c7bb2;
}
ul.cat-areas li.cat-social h2 {
	background-color: #efcf59;
}
ul.cat-areas li.cat-salud h2 {
	background-color: #d65643;
}
ul.cat-areas img.thumb-categoria {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
ul.cat-areas .thumb{
	overflow: hidden;
	display: block;
}
ul.cat-areas li a:hover img.thumb-categoria {
	transform: scale(1.1);
}
.cifra {
    width: 25%;
    text-align: center;
}
.cifra {
	color:#d55742;
}
.cifra + .cifra {
	color:#79a9df;
}
.cifra + .cifra  + .cifra  {
	color:#a27dc4;
}
.cifra + .cifra  + .cifra  + .cifra  {
	color:#efcf5b;
}
.top-cifra.flex {
    text-align: center;
    align-items: center;
    justify-items: center;
    display: inline-flex;
    font-size: 100px;
    font-family: 'Amithen', sans-serif;
    line-height: 1;
}
.bajada {
    font-size: 24px;
    line-height: 1.2;
}
.como-postular h3 {
    font-size: 50px;
    margin: 0 0 20px;
}
.home .noticias-cierre .cita {
    padding: 5% 1% 0% 5%;
}
.noticias-cierre .cita {
    padding: 0% 1% 0% 5%;
}
.noticias-cierre h2 {
    position: absolute;
    left: 5%;
    color: #7da35c;
    top: 15%;
}
.noticias-cierre h3 {
    font-family: 'Figtree', sans-serif;
}
.slider-testimonios {
    float: left;
    width: 100%;
    background-color: #9c7bb2;
    color: #fff;
    font-family: 'Amiri', serif;
    font-size: 35px;
}
.slider-testimonios .owl-stage-outer{
	position: relative;
	z-index: 1;
}
.slider-testimonios .owl-nav {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
}
.slider-testimonios .owl-nav button.owl-prev {
    height: 100%;
    float: left;
    margin: 0 0 0 2%;
}
.slider-testimonios .owl-nav button.owl-next {
    height: 100%;
    float: right;
    margin: 0 2% 0 0;
}
.slider-testimonios .owl-nav button span {
    overflow: hidden;
    text-indent: -500px;
    display: block;
    width: 22px;
    height: 100%;
	background-size: contain;
}
.slider-testimonios .owl-nav button.owl-prev {
	background: url("images/ico-arrow-prev.svg") no-repeat center center;
}
.slider-testimonios .owl-nav button.owl-next {
	background: url("images/ico-arrow-next.svg") no-repeat center center;
}
.slider-testimonios .owl-nav button.owl-prev:hover{
	background: url("images/ico-arrow-prev.svg") no-repeat center center;
}
.slider-testimonios .owl-nav button.owl-next:hover{
	background: url("images/ico-arrow-next.svg") no-repeat center center;
}
.slider-testimonios .testimonio {
    line-height: 1;
    display: block;
    width: 90%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
}
.slider-testimonios .testimonio small.nombre-testimonio {
    display: block;
    margin: 30px 0 0;
}
.noticias-cierre .owl-carousel .owl-item img {
    max-height: 60vh;
    width: auto;
    float: right;
    max-width: 100%;
}
.noticias-cierre .owl-theme .owl-nav.disabled+.owl-dots {
    position: relative;
    float: right;
    margin: 20px 0 0;
}
a.ver-mas {
    color: #d55742;
    border: 1px solid #d55742;
    padding: 10px 40px;
    display: inline-block;
}
.full.categories span {
    display: inline-block;
    margin: 0 30px 15px 0;
    color: #41738f;
    font-size: 24px;
}
.fecha {
    color: #41738f;
    margin-bottom: 15px;
}
.single h2 {
    color: #4d728d;
}
.related h3 {
    color: #4d728d;
    margin: 10px 0 20px;
    line-height: 1.2;
    letter-spacing: normal;
    font-size: 20px;
}
.related h3 a {
    color: #4d728d;
}
.related .noticia .tags {
    color: #4d728d;
    margin: 10px 0 0;
}
a.ver-mas{
    color: #7da35c;
    border-color: #7da35c;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.ver-mas:hover{
    color: #ffffff;
    border-color: #7da35c;
	background-color: #7da35c;
}
.galeria-interior {
    float: left;
}
.galeria-interior.owl-carousel .owl-stage-outer {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.galeria-interior.owl-carousel .owl-nav{
    position: absolute;
    left: -10%;
    top: calc(50% - 38px);
    width: 120%;
    margin: 0;
}
.galeria-interior.owl-carousel .owl-nav button.owl-next{
	background: url("images/ico-arrow-next-black.svg") no-repeat center center;
	background-size: contain;
	float: right;
	width: 30px;
	height: 76px;
    margin-right: 15px;
	overflow: hidden;
	text-indent: -150px;
}
.galeria-interior.owl-carousel .owl-nav button.owl-prev{
	background: url("images/ico-arrow-prev-black.svg") no-repeat center center;
	background-size: contain;
	float: left;
	width: 30px;
	height: 76px;
    margin-left: 15px;
	overflow: hidden;
	text-indent: -150px;
}
.slider-noticias.owl-carousel .owl-nav{
	position: absolute;
	left: 0;
    top: calc(50% - 38px);
	width: 100%;
    margin: 0;
}
.slider-noticias.owl-carousel .owl-nav button.owl-next{
    background: url(images/ico-arrow-next.svg) no-repeat center center;
    background-size: contain;
    float: right;
    width: 20px;
    height: 76px;
    margin-right: 15px;
    overflow: hidden;
    text-indent: -150px;
}
.slider-noticias.owl-carousel .owl-nav button.owl-prev{
	background: url("images/ico-arrow-prev.svg") no-repeat center center;
	background-size: contain;
	float: left;
	width: 20px;
	height: 76px;
    margin-left: 15px;
	overflow: hidden;
	text-indent: -150px;
}
.page-template-page-areas .slider-noticias.owl-carousel .owl-nav button.owl-next{
    background: url(https://fundacionteapoyamos.cl/wp-content/uploads/2024/07/ico-arrow-prev-azul.svg) no-repeat center center;
    background-size: contain;
}
.page-template-page-areas .slider-noticias.owl-carousel .owl-nav button.owl-prev{
	background: url(https://fundacionteapoyamos.cl/wp-content/uploads/2024/07/ico-arrow-next-azul.svg) no-repeat center center;
	background-size: contain;
}
.galeria-interior a.thumb {
    margin: 0 10px;
    display: block;
}
.pilar {
    text-align: center;
    padding: 30px 8%;
    flex: 1;
    font-size: 1.7vw;
}
/*.educacion h2 {
    color: #6aaae4;
}
.salud h2 {
    color: #e64b38;
}
.emprendimiento h2 {
    color: #a87bc9;
}
.deporte h2 {
    color: #70a951;
}
.cultura h2 {
    color: #41738f;
}
.social h2 {
    color: #f5ce3e;
}*/
section.principal.section-gris {
    padding-bottom: 0;
}
.flex.full.caja-equipo {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pregunta {
    display: block;
    width: 100% !important;
    border: 1px solid #f5ce3e;	
    margin-bottom: 20px;
}
.respuesta{
	display: none;
	width: calc(100% - 40px) !important;
	padding: 20px !important;
}
a.openAcordeonButton {
    padding: 20px;
    display: block;
	position: relative;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a.openAcordeonButton.activo {
    background: #f5ce3e;
}
a.openAcordeonButton:after{
	content: '';
	width: 30px;
	height: 16px;
	background: url("images/ico-arrow-faq.svg") no-repeat center center;
	background-size: contain;
	display: block;
	position: absolute;
	right: 20px;
	top: 28px;
	transform: rotate(0deg);
}
a.openAcordeonButton.activo:after{
	transform: rotate(180deg);
}
.text-box-blue {
    background: #3f738d;
    color: #fff;
    padding: 10vh 20%;
    width: 60%;
    display: block;
}
.noticia.grid-item {
    margin-bottom: 60px;
    width: 32%;
}
.noticia.grid-item:nth-child(3n+0) {
    margin-right: 0;
}
.noticias h3{
    margin: 20px 0 20px;
color: #4d7289;
}
.noticias h3 a{
color: #4d7289;
}
.noticias a.ver-mas {
    color: #4d7289;
    border-color: #4d7289;
}
.noticias a.ver-mas:hover {
    color: #ffffff;
    border-color: #4d7289;
    background-color: #4d7289;
}
.excerpt * {
    display: inline;
}
.excerpt a {
    text-decoration: none;
    color: #4d7289;
    display: table;
    margin: 10px 0 0;
    border-bottom: 1px solid;
}
.home .cita-texto {
    margin-bottom: 25px;
}
.home .cita-texto p {
    margin: 0;
}
.home .cita-texto a {
    text-decoration: none;
    color: #fff;
    display: table;
    margin: 10px 0 0;
    border-bottom: 1px solid;
}
.single .texto {
    margin: 80px 0;
}
section.principal h3 {
    letter-spacing: normal;
    margin-bottom: 0;
}
button#load-more {
    color: #4d7289;
    background-color: #fff;
    border: 1px solid #4d728d;
    margin: 0 auto;
    display: block;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
button#load-more:hover {
    color: #fff;
    background-color: #4d728d;
    border: 1px solid #4d728d;
    margin: 0 auto;
    display: block;
}
#siteHeader {
    background-color: rgba(255, 255, 255, 1);
}
#siteHeader #logo-te-apoyamos .cls-1 {
    fill: #3a382f;
}
#siteHeader .nav-menu li.menu-item a {
    color: #3a382f;
}
div#main {
    margin-top: 110px;
}
.postula-1 {
    margin-right: 30px;
}
.pasos_postulacion.flex {
width: 90%;
    margin: 5% 5%;
}
.paso_postulacion {
    flex-grow: 1;
    text-align: left;
    padding: 0 4%;
	flex: 33.33%;
    display: flex;
    align-items: center;
}
.paso_postulacion a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.numero-paso {
    display: block;
    margin: 0 0 25px;
    font-weight: bold;
}
.paso_postulacion .numero-paso {
    font-size: 9vw;
    line-height: 1;
    margin-right: 1vw;
    font-weight: bold;
    font-family: 'Amiri', sans-serif;
    margin-bottom: 0;
}
.paso_postulacion .texto {
    font-size: 1.8vw;
    line-height: 1.2;
}
.luksic img {
    max-height: 58vh;
    width: auto;
    margin: 0 auto;
}
.page-template-page-areas .parallax-bg {
    float: right;
    margin-right: 3%;
}
.galeria-interior .owl-stage {
	display: flex;
}
.galeria-interior .owl-item img {
    max-height: 40vh;
    height: 40vh !important;
    width: auto;
}
.home .excerpt, .page-template-page-areas .excerpt {
    margin: 0 0 30px;
}
.noticia .tags {
    margin: 30px 0 0;
    color: #41738b;
}

/* maqueta */
.core-banner .owl-stage-outer {
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}
.home .core-banner-text {
    margin-top: 40vh;
    position: absolute;
}
#bgvid {
    position: relative;
    width: 100%;
    height: 100%;
}
#bgvid video {
    width: 100%;
    height: auto;
    position: relative;
	z-index: 0;
    -webkit-transform: inherit;
    transform: inherit;
    top: auto;
    left: auto;
}
.core-banner-text {
	position: relative;
	z-index: 3;
}
.core-banner-text img {
    width: 32vw !important;
    min-width: 300px;
}
.top-cifra.flex {
    font-family: 'Amiri', sans-serif;
    font-weight: bold;
}
.home section#noticias {
    background-color: #41738f;
    color: #fff !important;
}
.home .noticias h3 {
    color: #fff !important;
font-weight: 200;
}
.home .noticias a.ver-mas {
    color: #fff;
    border-color: #fff;
}
.home .noticias-cierre h2{
    color: #fff;
}
.home div#main {
    margin-top: 0;
}
.home #siteHeader {
    background-color: rgba(255, 255, 255, 0);
}
.home #siteHeader.activo {
    background-color: rgba(255, 255, 255, 1);
}
.home #siteHeader #logo-te-apoyamos .cls-1 {
    fill: #fff;
}
.home #siteHeader.activo #logo-te-apoyamos .cls-1 {
    fill: #000;
}
.home #siteHeader .nav-menu li.menu-item a {
    color: #fff;
}
.home #siteHeader.activo .nav-menu li.menu-item a {
    color: #313131;
}
.home #siteHeader.activo .nav-menu li.menu-item a:hover{
	color: #d65643;
}

#bgvid:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(https://fundacionteapoyamos.cl/wp-content/uploads/2024/06/drgrade-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.59;
    filter: alpha(opacity=59) progid:DXImageTransform.Microsoft.Alpha(opacity=59);
    mix-blend-mode: multiply;
}
#bgvid:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
  background-image : url(https://fundacionteapoyamos.cl/wp-content/uploads/2024/06/degrade-2.png);
  /*To create image referenced in CSS, use 'Export Selected CSS' command.*/
  background-repeat : no-repeat;
    background-size: cover;
    background-position: left center;
  opacity : 0.63;
  filter: alpha(opacity=63) progid:DXImageTransform.Microsoft.Alpha(opacity=63) ;
    mix-blend-mode: multiply;
}
.blog section.noticias {
    padding-top: 0;
}
.single #contenido .thumb {
    max-height: 60vh;
    overflow: hidden;
}
section.home-luksic {
    padding: 5vh 0 0;
}
.cont-luksic-home {
    align-items: center;
    padding: 0 6vw;
}
.cont-luksic-home .texto {
    font-family: 'Amiri', sans-serif;
    font-size: 2vw;
}
.luksic_foto {
    padding: 0 1vw 0 0;
}
.luksic_firma {
    width: 23vw;
}
section#areas {
    padding-bottom: 2vw;
}
section#como-postular {
    background-color: #a179b5;
    color: #fff;
    padding-bottom: 0;
}
#subscription-form {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    margin: 1.6vw 0 0 0;
}
#subscription-form input[type="email"] {
    margin-bottom: 0;
    padding: 0.8vw 1.4vw;
    width: 100%;
    max-width: 300px;
    border: 1px solid #fff;
    border-right: none;
    color: #ffffff;
    font-size: 1vw;
}
#subscription-form button {
    padding: 1vw 1.3vw;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 1vw;
}
#subscription-form button:hover {
    background-color: #ffffff;
    color: #313131;
}
#form-message {
    margin-top: 10px;
}
#subscription-form .flex {
    width: 100%;
}
::-webkit-input-placeholder { /* Edge */font-family: 'DM Sans', sans-serif;
	color: #fff;
	font-weight: 300;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */font-family: 'DM Sans', sans-serif;
	color: #fff;
	font-weight: 300;
}

::placeholder {font-family: 'DM Sans', sans-serif;
	color: #fff;
	font-weight: 300;
}
.footer-links a {
    font-size: 1.1vw;
    color: #ffffff;
    display: inline-block;
}
.colofon {
    color: #747474;
    margin-top: 1vw;
    font-size: 1vw;
    font-weight: 400;
}
.ico-email {
    padding-left: 1.8vw;
    background-image: url(https://fundacionteapoyamos.cl/wp-content/uploads/2024/07/ico-email.svg);
    background-position: left center;
    background-size: 1.2vw;
    background-repeat: no-repeat;
}
.ico-denuncias {
    padding-left: 1.8vw;
    background-image: url(https://fundacionteapoyamos.cl/wp-content/uploads/2024/07/ico-denuncias.svg);
    background-position: left center;
    background-size: 1.2vw;
    background-repeat: no-repeat;
}
.video-presentacion {
    text-align: center;
}
.video-presentacion iframe {
    width: 64vw;
    height: 33.5vw;
    max-width: 90%;
    min-height: fit-content;
}
.pilar .thumb {
    overflow: hidden;
    border-radius: 50%;
    width: 74%;
    margin: 0 auto 2vw;
}
.page-template-page-areas .noticias-cierre .cita {
    padding: 0 0 0 2%;
}
.page-template-page-areas .core-banner-text p {
    font-size: 2.5vw;
    line-height: 1.5;
}
section.pilares {
    padding-bottom: 3vw;
}
.page-template-page-areas section.noticias-cierre {
    padding-bottom: 0;
}
.page-template-page-areas .slider-noticias.owl-carousel .owl-nav {
    top: calc(40% - 38px);
}
.page-template-page-areas .slider-noticias .cita-texto p{
	margin-bottom: 0;
}
.page-template-page-areas .slider-noticias .cita-texto a.leer-mas{
	color: #41738e;
	text-decoration: underline;
	margin-bottom: 2vw;
    display: block;
}
.page-template-page-somos section.principal.section-gris {
    padding-top: 5vw;
    font-size: 1.25vw;
}
.page-template-page-somos .principal h2 {
    font-size: 3.4vw;
    margin-bottom: 2vw;
}
.page-template-page-somos .texto-somos {
    /*font-size: 2.2vw;
    line-height: 1.7;*/
    font-family: 'Amiri', sans-serif;
    font-size: 1.9vw;
    line-height: 1.5;
}
.galeria-somos .owl-stage-outer {
    width: 95%;
    margin-right: 0;
}
.galeria-somos.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: calc(50% - 38px);
    width: 95%;
    margin: 0;
    z-index: 1;
}
.galeria-somos.owl-carousel .owl-nav button.owl-next{
    background: url(images/ico-arrow-next.svg) no-repeat center center;
    background-size: contain;
    float: right;
    width: 20px;
    height: 76px;
    margin-right: 15px;
    overflow: hidden;
    text-indent: -150px;
}
.galeria-somos.owl-carousel .owl-nav button.owl-prev{
	background: url("images/ico-arrow-prev.svg") no-repeat center center;
	background-size: contain;
	float: left;
	width: 20px;
	height: 76px;
    margin-left: 15px;
	overflow: hidden;
	text-indent: -150px;
}
form#searchform {
    display: flex;
    float: right;
    margin: 2vw 0;
    border: 1px solid #9e7ab2;
}
.buscador input#s {
    color: #888782;
    margin: 0;
    padding: 1vw;
    border: none;
    font-size: 1vw;
}
.buscador input#searchsubmit {
    border: none;
    text-indent: -1000px;
    background: url(https://fundacionteapoyamos.cl/wp-content/uploads/2024/07/ico-buscar.svg) no-repeat center center;
	background-size: 2vw;
}
.buscador::-webkit-input-placeholder { /* Edge */font-family: 'DM Sans', sans-serif;
	color: #888782;
	font-weight: 300;
}
.buscador:-ms-input-placeholder { /* Internet Explorer 10-11 */font-family: 'DM Sans', sans-serif;
	color: #888782;
	font-weight: 300;
}
.buscador::placeholder {font-family: 'DM Sans', sans-serif;
	color: #888782;
	font-weight: 300;
}
form#tag-select-form {
    float: right;
    margin: 2vw 0 2vw 2vw;
}
section.buscador {
    padding: 0;
}
select#tag-select {
    margin: 0;
    padding: 0.98vw;
    border: 1px solid #9e7ab2;
	color: #888782;
    font-size: 1vw;
}
.search section.noticias, .archive section.noticias {
    padding-top: 0;
}
.page-template-page-faq .core-banner-text p {
    font-size: 2.5vw;
    line-height: 1.5;
}
.core-banner-text.preguntas-frecuentes {
    padding: 0 5% 0 9%;
    width: 35vw;
}
#pagina .slide.flex {
    padding: 3vw 0;
}
.banner-noticias .core-banner-text h3 {
    font-size: 2.15vw;
}
.core-banner-text .tags {
    font-family: 'Figtree', sans-serif;
    font-size: 1.5vw;
    letter-spacing: normal;
    color: #4d7289;
}
.core-banner-text .excerpt {
    font-size: 1.5vw;
    font-family: 'Figtree', sans-serif;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: normal;
}
.tags {
    display: inline-block;
    margin: 0 1vw 1vw 0;
}
.principal .caja-texto {
    margin-bottom: 3vw;
}
.home .noticias h3 a {
    color: #fff;
}
.logo-fundacion-footer a {
    color: #fff;
}
a.btn-postula.mobile {
	font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(images/btn-bk.svg) no-repeat center center;
    padding: 10px;
    color: #000;
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%) scale(1.5);
    bottom: 30%;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}