/* 
=================================================
  Theme Name: Futuro Sostenible
  Author: Oscar Madrid Vargas.
  Description: Tema diseñado y desarrollado por Oscar Madrid Vargas.
  Version: 1.0.0
  License: Sólo uso Emol - El Mercurio
=================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Variables */
:root {
  --verde: #b11d9a;
  --crema: #E8F2E5;
  --naranjo: #b11d9a;
  --margin_bottom: 20px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  background: #fff;
  color: #000;
  font-weight: 400
}

img {
  border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: var(--margin_bottom)
}

b,
strong {
  font-weight: 700
}

p {
  margin-bottom: var(--margin_bottom)
}

a {
  color: var(--verde);
}

a:hover {
  background: var(--verde);
  color: var(--crema);
  text-decoration: none
}

label {
  color: var(--gris);
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 3px
}

input,
textarea,
select {
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 0 !important;
  border-color: var(--verde) !important;
  height: 50px !important
}

textarea {
  height: 230px !important
}

input:focus,
textarea:focus {
  border-color: var(--verde) !important
}

input:focus,
textarea:focus,
button:focus,
a:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important
}

button,
input[type="submit"] {
  font-size: 16px;
  height: 50px;
  border-color: var(--verde);
  width: auto;
  color: var(--verde);
  border-style: solid !important;
  border-width: 2px !important
}

button:hover,
input[type="submit"]:hover {
  background: var(--verde);
  color: #fff
}

small {
  font-size: 12px
}

iframe,
embed {
  border: 0
}

.wrapper {
  position: relative;
  overflow: hidden
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  max-width: 100vw !important;
  flex-basis: auto !important
}

.btn-enviar-form {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.margin-bottom {
  margin-bottom: var(--margin_bottom)
}



/*
====================
     HEADER
====================
*/

header {
  position: fixed;
  width: 100%;
  top: 15px;
  z-index: 999;
  -webkit-transition: all linear 0.20s;
  -moz-transition: all linear 0.20s;
  transition: all linear 0.20s
}

header.scroll {
  padding: 15px 0;
  background: var(--verde);
  top: 0
}

header a {
  color: #fff
}


/* LOGOTIPO */

.logotipo {
  text-align: left
}

.logotipo img {
  width: 100%;
  max-width: 150px;
}


/* Menú */

nav.navbar {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0
}

ul.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 30px;
  list-style: none;
  background: var(--verde);
  column-gap: 25px;
  gap: 25px
}

ul.navbar-nav li.menu-item a {
  border-bottom: 2px solid transparent
}

ul.navbar-nav li.menu-item a {
  padding-bottom: 5px
}

ul.navbar-nav li.active > a {
  padding: 0 12px 5px;
  border-color: var(--crema);
  color: var(--crema)
}

ul.navbar-nav li:hover a {
  color: var(--crema)
}


/* Botón Menú Mobile */

.btn--menu_mobile {
  float: right;
  display: none;
  width: 30px;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  cursor: pointer;
}

.btn--menu_mobile:before,
.btn--menu_mobile:after,
.btn--menu_mobile span {
  background: #fff;
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all linear 0.15s;
  -moz-transition: all linear 0.15s;
  transition: all linear 0.15s
}

.btn--menu_mobile:hover:before,
.btn--menu_mobile:hover:after,
.btn--menu_mobile:hover span {
  background: var(--crema);
}

.btn--menu_mobile:before {
  top: 10px;
}

.btn--menu_mobile span {
  top: 20px;
}

.btn--menu_mobile:after {
  top: 30px;
}


/* Menú Mobile */

.pushy {
  width: 350px;
  background-color: #fff;
  padding: 30px
}

.pushy-left {
  -webkit-transform: translate3d(-350px, 0, 0);
  -ms-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}

.pushy a {
  color: var(--verde);
  position: relative
}

.pushy ul.navbar-nav.main-menu {
  background: none;
  padding: 0
}

.pushy ul.navbar-nav.main-menu li {
  border-bottom: 1px solid #ccc
}

.pushy ul.navbar-nav.main-menu li.active > a {
  color: var(--naranjo);
  background: transparent;
  border: 0
}

.pushy ul.navbar-nav.main-menu li a {
  padding: 18px 0
}

.pushy ul.navbar-nav.main-menu li:last-child¡ {
  border-bottom: 0
}

.overlay-pushy.overlay-active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(250,250,250,0.5);
  -webkit-animation: fade 500ms; 
  -moz-animation: fade 500ms; 
  -o-animation: fade 500ms;
  animation: fade 500ms;
}




/*
====================
       FOOTER
====================
*/

footer {
  background: var(--verde);
  color: #fff;
  padding: 60px 0 75px
}




/*
====================
     CONTACTO
====================
*/

.wpcf7-spinner {
  float: left;
  margin: 13px 24px 13px 0 !important
}

.wpcf7 form .wpcf7-response-output {
  border: 0 !important;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  border-radius: .25rem
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450; /* Green */
  color: #fff
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232; /* Red */
  color: #fff !important
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28; /* Orange */
  color: #fff
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  color: #000
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  text-transform: uppercase;
  color: #dc3232 !important;
  margin-top: 5px
}



/*
===================
     ONEPAGE
===================
*/

.innerblocks-wrap {
  column-gap: 30px;
  gap: 30px
}

.container-content .wp-block-themeisle-blocks-countdown .otter-countdown__display-area {
  border: 0;
  color: var(--crema);
  font-family: "Oswald", sans-serif;
}

.container-content .wp-block-themeisle-blocks-countdown .otter-countdown__value {
  font-weight: 700;
  font-size: 64px
}

.container-content .otter-countdown__display-area .otter-countdown__label {
  display: none
}

.otter-countdown__display-area:after {
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase
}

.otter-countdown__display-area[name="day"]:after {
  content: "días"
}

.otter-countdown__display-area[name="hour"]:after {
  content: "horas"
}

.otter-countdown__display-area[name="minute"]:after {
  content: "min"
}

.otter-countdown__display-area[name="second"]:after {
  content: "seg"
}




/*   SPEAKERS */

.gridder {
  margin-left: -15px !important
}

.gridder-list {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
  margin: 0 -4px 30px 0;
  cursor: pointer
}

figure.foto-speaker {
  margin-bottom: 12px;
  text-align: center;
}

figure.foto-speaker img {
  max-width: 150px;
  border-radius: 50%;
  border: 5px solid var(--crema);
  filter: grayscale(1);
  transition: all linear 0.15s
}

.gridder-list:hover figure.foto-speaker img,
.selectedItem figure.foto-speaker img {
  border-color: var(--verde);
  filter: grayscale(0)
}

.gridder-list h4 {
  font-size: 21px;
  line-height: 24px;
	text-align:center;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--verde);
  -webkit-transition: all linear 0.15s;
  -moz-transition: all linear 0.15s;
  transition: all linear 0.15s
}

.gridder-list:hover h4,
.selectedItem h4 {
  color: var(--naranjo)
}

.gridder-list p {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 0;
	text-align:center;
}

.gridder-content {
  display: none
}

.gridder-show {
  float: left;
  background: #EEE;
  padding: 30px;
  margin: 0 15px 30px;
  width: calc(100% - 15px)
}

figure.foto-speaker-interior img {
  max-width: 248px;
  border-radius: 50%
}

h2.nombre-speaker {
  font-size: 27px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px
}

.gridder-show p:last-child {
  margin-bottom: 0
}

.gridder-navigation {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px
}

.gridder-close {
  float: right
}

.gridder-nav {
  float: left;
}

.gridder-nav.prev {
  margin-right: 20px;
}

.gridder-nav.disabled {
  opacity: .4
}

.gridder-nav:hover {
  background: transparent;
  color: var(--azul)
}

.gridder-close:hover {
  background: transparent;
  color: var(--rojo)
}



/*
===================
        PAGE
===================
*/

.title--single-page {
  text-align: center
}


/*
===================
       ERROR
===================
*/

.container--error_404 {
  min-height: 60vh
}

.container--text-error_404 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.container--text-error_404 img {
  margin-right: 10px
}

.container--text-error_404 span {
  font-weight: 500 !important;
  font-size: 18px
}


/*
===================
       MODAL
===================
*/

.container--modal {
  z-index: 15;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.75);
  z-index: 999999
}

.container--box-modal {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0;
  width: 90%;
  max-width: 680px
}

.info-modal {
  position: relative;
  overflow: hidden
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  font-size: 32px;
  color: var(--verde);
  line-height: 32px;
  text-align: center;
}

.container--box-modal img {
  width: 100%
}
.cont_video_emoltv {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  column-gap: 1.5625rem;
}
.social {
  margin-top: 12px;
}

.social .linked_in a {
  height: 30px;
  display: inline-block;
  width: 30px;
  border-radius: 50%;
  background: #b11d9a;
  text-align: center;
}
.social .fa-linkedin-in {
  position: relative;
  top: 5px;
  color: #fff;
}
/*.grecaptcha-badge {
  visibility: hidden;
}*/

.cont_factbox_description {
  border:3px solid #b11d9a;
  padding: 20px;
  border-radius: 7px;
  margin-top: 25px;
  display: inline-block;
  margin-bottom: 0;
}

@media (max-width: 47.9988rem) { 
  .cont_video_emoltv { 
    grid-template-columns: repeat(1 1fr);
  }
  .titleTop {
    font-size: 45px !important;
  }
#bicbCarousel-1 .bicbCarousel {
    overflow: initial;
	padding: 0 !important;
}
#bicbCarousel-1 .bicbCarousel .swiper-wrapper .swiper-slide .caption p {
    color:#000!important;
	display:inline-block;
}
#bicbCarousel-1 .bicbCarousel .swiper-wrapper .swiper-slide .caption.onImage {
    height: auto;
    position: relative;
    padding: 0;
    background: 0 0 !important;
}

    [data-swiper-slide-index="0"] .caption p::before,
    [data-swiper-slide-index="1"] .caption p::before,
    [data-swiper-slide-index="2"] .caption p::before { 
        font-size: 23px !important;
    }
	.formatos {
    	background: 0 0 !important;
		margin-bottom: 35% !important;
	}
	
	#bicbCarousel-1 [data-swiper-slide-index="3"] .caption p::before {
		font-size:29px !important;
	}
	
	.accordion button:after {
		top:7px;
	}
	#talleres .wp-block-themeisle-blocks-advanced-columns .innerblocks-wrap .wp-block-themeisle-blocks-advanced-column {
		flex: auto;
	}
	.taller1 p,
	.taller2 p,
	.taller3 p {
		padding:0px 35px !important;
	}
	.taller3 .wbticket.mob {
		width: 82% !important;
	}
	.taller4 {
		display:none;
	}
}