/*
 Theme Name:   Agape Theme
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  agapetheme
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/


/* Importar Fonts */
@import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;600;700;900&display=swap');

/* Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*--font-primary: "Roboto", sans-serif;*/
  /*--font-primary: "Noto Sans", sans-serif;*/
  --font-primary: "Raleway", sans-serif;
  --font-secondary: 'Playfair Display', serif;
}

/* Colores */
:root {
  --color-default: #333333;
  --color-primary: #d19c2a;
  --color-primary-mas-claro: #4da8f7;
  --color-primary-mas-oscuro: #1872c0;
  --color-secondary: #338563;
  --color-link: #1872c0;
  --color-gris-100: #eeeeee;
  --color-gris-200: #ececec;
  --color-gris-300: #e0e0e0;
  --color-gris-400: #d6d6d6;
  --color-gris-500: #c7c5c5;
  --color-gris-600: #adadad;
  --color-gris-claro: #F8F9FA;    
  --color-gris-medio: #666666;
  --color-gris-oscuro: #333333;
  --color-oscuro: #212529;
  --color-quien-soy: #f0eee0;
  --color-entrevistas: #ddd18e;
  --color-entrevistas-mas-oscuro: #a59b64;
  /*--color-reflexiones: #ABD07E;*/
  --color-reflexiones: #CAE376;
  --color-reflexiones-mas-oscuro: #7e9b5b;
  --color-libros: #e3d378;
  --color-libros-mas-oscuro: #718b50;
  --color-poesias: #b8d4f9;
  --color-poesias-mas-oscuro: #4f7fb3;
  --color-huespedes: #c1c1c1;
  --color-huespedes-mas-oscuro: #a19c90;
  --alpha-titulos: 0.75;
  --alpha-introduccion: 0.85;
}


body {
  font-family: var(--font-default);
  color: var(--color-default);
  /*background-color: #e2dac9;*/
  /*background-color: #f2ead9;*/
}

a {
  color: var(--color-link);
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: var(--font-primary);*/
}

p {
  line-height: 1.6rem;
}

.btn {
    text-transform: uppercase;
    padding: 6px 20px;
    font-size: 0.9rem;
    /*background-color: black;*/
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    border-radius: 2rem;
    text-shadow: none;
    transition: all 0.5s ease;
    text-decoration: none !important;
}

.btn:hover {
  letter-spacing: 0.2rem;
}

.link {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
}

.link:hover {
  letter-spacing: 0.2rem;
  color: var(--color-link) !important;
}

.link svg {
  width: 10px;
  height: 14px;
  margin-bottom: 1px;
  margin-left: 0px;
}

/* ********** Card ********** */

.card {
  border: solid 3px white;
  /*border: 0;*/
  /*border-radius: 10px;*/
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0,.1);
  transition: all 0.8s ease;
}

.card:hover {
  box-shadow: 0 .5rem 3rem rgba(0, 0, 0,.3);
}

.card-body p {
  margin-bottom: 0;
  color: var(--color-default);
}

.card-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card-horizontal .card-image {
  min-height: 400px;
}

@media (max-width: 767px) {
  .card-horizontal .card-image {
    min-height: 250px;
  }
}

.card-title {
  font-family: var(--font-primary);
  /*text-transform: uppercase;*/
  font-weight: bold;
  letter-spacing: -1px;
}

.card-title a:hover {
  color: var(--color-link) !important;
}


/* ********** Header ********** */

#main-nav {
  /*background-color: rgba(34, 34, 34, 0.4);*/
  /*background-color: rgba(255, 255, 255, 0.855);*/
  /*border-bottom: solid 1px #eee;*/
  text-transform: uppercase;
  padding: 1rem 0;
}

.navbar-brand {
  font-size: 1.1rem;
}

.navbar {
  /*background-color: #212529ce;*/
}

.navbar li {
  /*font-family: var(--font-primary);*/
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}

.navbar li a {
  color: var(--color-default);
}

.navbar li a:hover {
  color: var(--color-primary);
}

.navbar li.current_menu_item a, .navbar li.active a {
  color: var(--color-primary) !important;
}

.navbar i {
  font-size: 15px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  background: var(--color-default);
  color: white;
  border-radius: 25px;
  margin-left: 7px;
  transition: all 0.3s ease;
}

.navbar i:hover {
  background: var(--color-primary);
}

.navbar .iconos {
  /*background-color: #1872c0;*/
  width: 0px;
}

/* ********** Slider Swiper ********** */

:root {
  --swiper-navigation-size: 35px;
}

.swiper {
  height: auto;
}

.swiper-button-next, .swiper-button-prev {
  /*background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 8px;
  margin-top: -20px;*/
}


/* ********** Slider Swiper Inicio ********** */

#sliderInicio {
  background-color: var(--color-gris-oscuro);
 }
 
 #sliderInicio .swiperInicio {
   width: 100%;
   height: 100vh;
   overflow: hidden;
 }
 
 #sliderInicio .swiperInicio .swiper-slide {
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
 }

 #sliderInicio .swiperInicio .swiper-slide h1 {
  font-weight: bold !important;
  letter-spacing: -1px;
}
 
 #sliderInicio .swiperInicio .swiper-slide img {
   height: 100%;
   width: 100%;
   object-fit: cover;
 }
 
 .opacidad-imagen {
   opacity: 0.4;
   filter: alpha(opacity=40);       /* IE8 and lower */
   zoom: 1;
 }
 
 #sliderInicio .swiperInicio .swiper-content {
   color: white;
   position: absolute;
   /*text-align: center;*/
   /*margin-top: 5rem;*/
   /*margin-bottom: 10vh;*/
 }
 
 #sliderInicio .swiperInicio .swiper-content .categoria span {
   color: black;
   padding: 4px 8px;
   font-size: 0.9rem;
   background-color: var(--color-reflexiones);
   text-transform: uppercase;
   letter-spacing: 0.2rem;
   margin-top: 5rem;
 }

 .categoria .entrevistas {
  color: white !important;
  background-color: var(--color-entrevistas-mas-oscuro) !important;
}
.categoria .reflexiones {
  color: white !important;
  background-color: var(--color-reflexiones-mas-oscuro) !important;
}
.categoria .poesias {
  color: white !important;
  background-color: var(--color-poesias-mas-oscuro) !important;
}
.categoria .libros {
  color: white !important;
  background-color: var(--color-libros-mas-oscuro) !important;
}
.categoria .huespedes {
  color: white !important;
  background-color: var(--color-huespedes-mas-oscuro) !important;
}

 /*#sliderInicio .swiperInicio .swiper-content .categoria {
  color: white;
  padding: 4px 8px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-top: 5rem;
  text-shadow: 1px 1px 2px black;
}*/

 
 #sliderInicio .swiperInicio .swiper-content h1 {
   font-size: 3.5rem;
   font-family: var(--font-primary);
   font-weight: 500;
   /* text-transform: uppercase; */
   /*letter-spacing: 0.1rem;*/
   text-shadow: 1px 1px 2px black;
 }
 
 #sliderInicio .swiperInicio .swiper-content .btn {
   margin-top: 2rem;
 }
 
 @media (max-width: 767px) {
   #sliderInicio .swiperInicio .swiper-content h1 {
     font-size: 2rem;
   }
 }
 
 #sliderInicio .swiperInicio .swiper-button-next, #sliderInicio .swiperInicio .swiper-button-prev {
   color: var(--color-gris-100,var(--color-default)) !important;
   background-color: transparent;
 }
 
 @media (min-width: 767px) {
   #sliderInicio .swiperInicio .swiper-button-next {
     margin-right: 2rem;
   }
   #sliderInicio .swiperInicio .swiper-button-prev {
     margin-left: 2rem;
   }
 }
 
#sliderInicio .swiperInicio .swiper-pagination-bullet-active {
  background: var(--color-gris-100) !important;
}

#sliderInicio .swiperInicio .swiper-pagination {
  padding-bottom: 30px;
}



/* ********** Carousel Inicio ********** */

#inicioCarousel {
    /*margin-bottom: 2rem;*/
}

#inicioCarousel .carousel-inner {
  /*z-index: -999;*/
}

#inicioCarousel .opacidad {
  opacity: 0.7;
  filter: alpha(opacity=70);       /* IE8 and lower */
  zoom: 1;
}

#inicioCarousel .capa-opacidad {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #363928ad;
    overflow: hidden;
}

#inicioCarousel .carousel-item {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    /*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);*/
  }

#inicioCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#inicioCarousel .carousel-caption {
  top: 40%;
  }

#inicioCarousel .carousel-caption h1 {
  font-size: 3.5rem;
  /*text-transform: uppercase;*/
  letter-spacing: 0.1rem;
  text-shadow: 1px 1px 2px black;
}

@media (max-width: 767px) {
  #inicioCarousel .carousel-item {
    height: 100vh;
  }
  #inicioCarousel .carousel-caption {
    top: 35%;
  }
  #inicioCarousel .carousel-caption h1 {
    font-size: 2rem;
  }
}


#inicioCarousel .carousel-caption .categoria span {
    padding: 4px 8px;
    font-size: 0.9rem;
    background-color: black;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
 }

#inicioCarousel .carousel-caption p {
  font-size: 1.3rem;
  /*font-weight: bold;*/
  text-shadow: 1px 1px 2px black;
  }

@media (max-width: 767px) {
  #inicioCarousel h1 {
    font-size: 2rem;
    color: white;
    }
  #inicioCarousel p {
    font-size: 1rem;
    }
}/* ********** Fin Carousel Inicio ********** */


/* Posts pagination */

ul.pagination a:link, ul.pagination a:active, ul.pagination a:visited {
  color: var(--color-link) !important;
}

.active > .page-link, .page-link.active {
  background-color: var(--color-link);
  border-color: var(--color-link);
}


/****************************** Secciones ******************************/

.seccion {
  padding: 6rem 0;
}

.encabezado {
  margin-bottom: 3.5rem;
  color: var(--color-default);
}

.titulo {
  font-family: var(--font-primary);
  opacity: var(--alpha-titulos);
  font-size: 3rem;
  margin-bottom: 30px;
  padding-bottom: 15px;
  /*text-transform: uppercase;*/
  position: relative;
  font-weight: 600;
  letter-spacing: -1px;
}

.titulo::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  /*margin: auto;*/
}

.encabezado-centrado .titulo::after {
  margin: auto;
}

.introduccion {
  font-size: 1.3rem;
  line-height: 2rem;
  opacity: var(--alpha-introduccion);
}

@media (max-width: 767px) {
  .titulo::after {
    margin: auto;
  }
}


/* ********** Seccion Quien soy ********** */

#quiensoy {
  background-color: var(--color-quien-soy);
  /*margin-top: -8rem;*/
  /*background: #F2EFE7;  /* fallback for old browsers */
  /*background: -webkit-linear-gradient(to top, #F2EFE7, #e2dac9);  /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(to top, #F2EFE7, #e2dac9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*#quiensoy .container {
  background-color: white;
  position: relative;
  z-index: 999;
  border-radius: 5px;
  padding: 3rem;
}*/

#quiensoy .card-image {
  border: solid 3px white;
}

#quiensoy .encabezado {
  margin-bottom: 0 !important;
}

#quiensoy .encabezado .titulo {
  font-size: 2.6rem;
  padding-bottom: 17px;
}

@media (max-width: 767px) {
  #quiensoy .encabezado .titulo {
    font-size: 2.2rem;
    padding-bottom: 17px;
  }
}

#quiensoy .encabezado .introduccion {
  font-size: 1.2rem;
}

/* ********** Seccion Entrevistas ********** */

#entrevistas {
  /*background-color: var(--color-entrevistas);*/
  padding-top: 8rem !important;
  background: rgb(213,201,132);
  background: -moz-linear-gradient(0deg, rgba(213,201,132,1) 0%, rgba(232,221,158,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(213,201,132,1) 0%, rgba(232,221,158,1) 100%);
  background: linear-gradient(0deg, rgba(213,201,132,1) 0%, rgba(232,221,158,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5c984",endColorstr="#e8dd9e",GradientType=1);  
}

#entrevistas .encabezado .titulo {
  /*color: white;*/
}

#entrevistas .encabezado .introduccion {
  /*color: white;*/
}

#entrevistas .card {
  /*background-color: var(--color-oscuro);*/
  /*background-color: var(--color-oscuro);*/
  /*color: white;*/
  /*text-align: center;*/
  /*padding: 3px;*/
}

#entrevistas .card:hover {
  /*background-color: #bdb5b5;*/
  background-color: white;
  /*color: var(--color-oscuro);*/
}

#entrevistas .card .card-title {
  /*font-weight: bold;*/
  color: var(--color-entrevistas);
  /*filter: brightness(0.5);*/
  margin-bottom: 1.1rem;
  font-size: 1.8rem !important;
  line-height: 2.2rem;
}

#entrevistas .card a:link, #entrevistas .card a:visited, #entrevistas .card a:active,
.post-type-archive-entrevistas .card a:link, .post-type-archive-entrevistas .card a:visited, .post-type-archive-entrevistas .card a:active {
  color: var(--color-entrevistas-mas-oscuro);
}

/* ********** Seccion Reflexiones ********** */

#reflexiones {
  /*background-color: var(--color-reflexiones);*/
  background: rgb(176,199,101);
  background: -moz-linear-gradient(0deg, rgba(176,199,101,1) 29%, rgba(202,227,118,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(176,199,101,1) 29%, rgba(202,227,118,1) 100%);
  background: linear-gradient(0deg, rgba(176,199,101,1) 29%, rgba(202,227,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b0c765",endColorstr="#cae376",GradientType=1);
}

#reflexiones .card a:link, #reflexiones .card a:visited, #reflexiones .card a:active,
.post-type-archive-reflexiones .card a:link, .post-type-archive-reflexiones .card a:visited, .post-type-archive-reflexiones .card a:active {
  color: var(--color-reflexiones-mas-oscuro);
}

#reflexiones .encabezado.encabezado-centrado .titulo::after {
  /*background-color: rgba(255, 255, 255, 0.541);*/
}


#reflexiones .card .card-title {
  font-size: 2rem;
  color: var(--color-reflexiones);
  filter: brightness(0.7);
}

/*#reflexiones .container {
  overflow: auto;
}*/

#reflexiones .container-fluid {
  padding: 0 !important;
}

#reflexiones .card {
  /*background-color: transparent;*/
}

#reflexiones .card:hover {
  box-shadow: none;
}

#reflexiones .imagen-destacada {
  /*height: 100% !important;*/
}

#reflexiones .imagen-destacada img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#reflexiones .swiperReflexiones {
  /*height: auto;*/
}

#reflexiones .swiperReflexiones {
  /*padding: 0 20px !important;*/
}

#reflexiones .swiperReflexiones .swiper-button-next, #reflexiones .swiperReflexiones .swiper-button-prev {
  /*background-color: white;
  border-radius: 5px;
  padding: 5px;*/
  color: var(--color-reflexiones-mas-oscuro,var(--color-reflexiones-mas-oscuro)) !important;
}

#reflexiones .swiperReflexiones .swiper-button-prev {

}

#reflexiones .swiperReflexiones .swiper-button-next {
  /*right: -10px;*/
}

#reflexiones .swiperReflexiones .swiper-pagination-bullet-active {
  background: var(--color-primary-mas-oscuro) !important;
}

/* ********** Seccion Libros ********** */
#libros {
  /*background-color: var(--color-libros);*/
  background: rgb(210,195,106);
  background: -moz-linear-gradient(0deg, rgba(210,195,106,1) 29%, rgba(227,211,120,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(210,195,106,1) 29%, rgba(227,211,120,1) 100%);
  background: linear-gradient(0deg, rgba(210,195,106,1) 29%, rgba(227,211,120,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2c36a",endColorstr="#e3d378",GradientType=1); 
  padding-bottom: 9rem;
}

#libros .card {
  /*background-color: #ece09a;*/
  background-color: transparent;
  box-shadow: none;
}

#libros .card a:link, #libros .card a:visited, #libros .card a:active,
.post-type-archive-libros .card a:link, .post-type-archive-libros .card a:visited, .post-type-archive-libros .card a:active {
  color: var(--color-libros-mas-oscuro);
}

#libros .swiperLibros .swiper-pagination {
  /*padding-top: 30px;*/
}

#libros .swiperLibros .swiper-button-next, #libros .swiperLibros .swiper-button-prev {
  color: var(--color-libros-mas-oscuro,var(--color-libros-mas-oscuro)) !important;
}

#libros .swiperLibros .swiper-pagination-bullet-active {
  background: var(--color-primary) !important;
}

.single-libros .titulo-pagina, .post-type-archive-libros .titulo-pagina {
  background-color: var(--color-libros);
}


/* ********** Seccion Poesias ********** */

#poesias {
  /*background-color: var(--color-poesias);*/
  background: rgb(157,192,238);
  background: -moz-linear-gradient(0deg, rgba(157,192,238,1) 29%, rgba(184,212,249,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(157,192,238,1) 29%, rgba(184,212,249,1) 100%);
  background: linear-gradient(0deg, rgba(157,192,238,1) 29%, rgba(184,212,249,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9dc0ee",endColorstr="#b8d4f9",GradientType=1); 
}

#poesias .card {
  /*background-color: #dfd7ce !important;*/
  /*background-color: white !important;*/
}

#poesias .card a:link, #poesias .card a:visited, #poesias .card a:active,
.post-type-archive-poesias .card a:link, .post-type-archive-poesias .card a:visited, .post-type-archive-poesias .card a:active {
  color: var(--color-poesias-mas-oscuro);
}

#poesias .swiperPoesias .swiper-button-next, #poesias .swiperPoesias .swiper-button-prev {
  color: var((--color-poesia-mas-oscuro),var(--color-poesia-mas-oscuro)) !important;
}

#poesias .card-body p {
  margin-top: 0.8rem !important;
  text-align: left !important;
}

/* ********** Seccion Huespedes ********** */
#huespedes {
  /*background-color: var(--color-huespedes);*/
  background: rgb(193,193,193);
  background: -moz-linear-gradient(0deg, rgba(193,193,193,1) 0%, rgba(210,210,210,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(193,193,193,1) 0%, rgba(210,210,210,1) 100%);
  background: linear-gradient(0deg, rgba(193,193,193,1) 0%, rgba(210,210,210,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1c1c1",endColorstr="#d2d2d2",GradientType=1); 
}

#huespedes .encabezado .titulo::after {
  background: var(--color-primary) !important;
}

#huespedes .card a:link, #huespedes .card a:visited, #huespedes .card a:active,
.post-type-archive-huespedes .card a:link, .post-type-archive-huespedes .card a:visited, .post-type-archive-huespedes .card a:active {
  color: var(--color-huespedes-mas-oscuro);
}

#huespedes .swiperHuespedes .swiper-button-next, #huespedes .swiperHuespedes .swiper-button-prev {
  /*background-color: white;
  border-radius: 5px;
  padding: 5px;*/
  color: var(--color-gris-oscuro,var(--color-gris-oscuro)) !important;
}


/* ********** Seccion Podcast ********** */

#podcast {
  background-color: #c7ce89;
  /* background: rgb(34,193,195);
  background: -moz-linear-gradient(317deg, rgba(34,193,195,1) 0%, rgba(255,211,117,1) 100%);
  background: -webkit-linear-gradient(317deg, rgba(34,193,195,1) 0%, rgba(255,211,117,1) 100%);
  background: linear-gradient(317deg, rgba(34,193,195,1) 0%, rgba(255,211,117,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22c1c3",endColorstr="#ffd375",GradientType=1);  */
}

#podcast iframe {
  width: 100%;
  height: 100%;
}

/* ********** Seccion Videos ********** */

#videos {
  background-color: #83c9a1;
  /* background: rgb(222,208,133);
  background: -moz-linear-gradient(299deg, rgba(222,208,133,1) 18%, rgba(121,199,181,1) 73%);
  background: -webkit-linear-gradient(299deg, rgba(222,208,133,1) 18%, rgba(121,199,181,1) 73%);
  background: linear-gradient(299deg, rgba(222,208,133,1) 18%, rgba(121,199,181,1) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ded085",endColorstr="#79c7b5",GradientType=1);  */
}
#videos .encabezado {
  margin-bottom: 0 !important;
}
#videos iframe {
  width: 100%;
  height: 100%;
}

/* ********** Seccion Facebook ********** */

#facebook {
  background-color: #9ecfdb;
  /* background: rgb(222,208,133);
  background: -moz-linear-gradient(299deg, rgba(222,208,133,1) 18%, rgba(121,199,181,1) 73%);
  background: -webkit-linear-gradient(299deg, rgba(222,208,133,1) 18%, rgba(121,199,181,1) 73%);
  background: linear-gradient(299deg, rgba(222,208,133,1) 18%, rgba(121,199,181,1) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ded085",endColorstr="#79c7b5",GradientType=1);  */
}

#facebook iframe {
  width: 100%;
  height: 352px;
}

/* ********** Seccion Redes ********** */

#redes {
  background-color: #c7ce89;
}
#redes .titulo {
  font-size: 2.8rem;
}
#redes .introduccion {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

/* *************************************
/* ********** Paginas ********** */
/* ********************************** */

.titulo-pagina {
  /*position: relative;*/
  background-color: var(--color-quien-soy);
  /*min-height: 55vh;*/
  margin-bottom: 2rem;
  padding: 9rem 0 6rem 0 !important;
  /*color: white;*/
  /*background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;*/
}

.titulo-pagina .categoria span {
  padding: 4px 8px;
  font-size: 0.9rem;
  background-color: var(--color-default);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: white;
}

.titulo-pagina .titulo {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.titulo-pagina .introduccion {
  font-size: 1.3rem;
}

.titulo-pagina .entry-title {
  font-family: var(--font-primary);
  color: white;
  margin-bottom: 1rem;
  position: relative;
  font-size: 3.5rem;
  /*text-transform: uppercase;*/
  letter-spacing: 0.1rem;
  text-shadow: 1px 1px 2px black;
}

@media (max-width: 767px) {
  .titulo-pagina .entry-title {
      font-size: 2.5rem;
  }
}

.breadcrumb, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
  color: var(--color-default) !important;
}
.breadcrumb-item.active {
  color: var(--color-default) !important;
  font-weight: bold !important;
}

.single {
  /*background: linear-gradient(0deg, #ffffff 0%, #ebebeb 100%);*/
}

#content {
  position: relative;
  margin-top: -10rem !important;
  /*font-size: 1.2rem;
  line-height: 2rem;*/
  color: #333;
  /*background-color: white;
  padding: 3rem;
  border-radius: 10px 10px 0 0;*/
}

@media (max-width: 767px) {
  #content {
    background-color: transparent;
  }
}
/* #page-wrapper #content, */
.contenido-post, .post-type-archive .site-main, .error404 #content {
  background-color: white;
  box-shadow: 0 -2rem 3rem 0 rgba(0, 0, 0,.1);
  padding: 4rem;
  border-radius: 7px 7px 0 0;
  /*font-size: 1.2rem;*/
  line-height: 2rem;
}

.contenido-post a {
  text-decoration: underline;
}

.post-navigation {
  margin: 2rem 0;
  padding: 2rem 0;
  border-top: solid 1px #999;
}

.entry-header .titulo {
  font-size: 3rem;
  /*font-family: var(--font-primary);*/
  font-weight: 600;
}

.entry-header .titulo::after {
  content: none;
}

@media (max-width: 767px) {
  .contenido-post, .post-type-archive .site-main {
    padding: inherit !important;
    /* padding-top: 3rem !important; */
  }
  .entry-header .titulo {
    font-size: 2rem !important;    
  }
}

.single-entrevistas h2, .single-entrevistas h3 {
  margin-bottom: 1rem;
}

.single-entrevistas .titulo-pagina, .post-type-archive-entrevistas .titulo-pagina {
  background-color: var(--color-entrevistas);
  color: var(--color-default);
}

.single-entrevistas .capa-opacidad {
  background-color: var(--color-entrevistas);
  filter: brightness(0.9);
  opacity: 0.95;
  filter: alpha(opacity=95); /* IE8 and lower */
  zoom: 1;
}

.single-reflexiones .titulo-pagina, .post-type-archive-reflexiones .titulo-pagina {
  background-color: var(--color-reflexiones);
}

.single-reflexiones .capa-opacidad {
  background-color: var(--color-reflexiones);
  filter: brightness(0.9);
  opacity: 0.95;
  filter: alpha(opacity=95); /* IE8 and lower */
  zoom: 1;
}

.single-poesias .titulo-pagina, .post-type-archive-poesias .titulo-pagina {
  background-color: var(--color-poesias);
}

.single-poesias .capa-opacidad {
  background-color: var(--color-poesias);
  filter: brightness(0.9);
  opacity: 0.95;
  filter: alpha(opacity=95); /* IE8 and lower */
  zoom: 1;
}

.single-huespedes .titulo-pagina, .post-type-archive-huespedes .titulo-pagina {
  background-color: var(--color-huespedes);
}

.single-huespedes .capa-opacidad {
  background-color: var(--color-huespedes);
  filter: brightness(0.9);
  opacity: 0.9;
  filter: alpha(opacity=95); /* IE8 and lower */
  zoom: 1;
}

/* ********** Archive ********** */

#archive-wrapper .introduccion {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2rem 0;
}

/* ********** Contacto Modal ********** */

#contactoModal {
  font-size: 1.2rem;
}

#contactoModal h1 {
  font-size: 2rem !important;
  font-family: var(--font-primary);
  font-weight: 600;
}

#contactoModal .modal-body .introduccion {
  font-size: 1.2rem;
  
}

#contactoModal .modal-body p {
  margin: 0;
}

#contactoModal .modal-body a {
  font-size: 1.2rem;
}

#contactoModal i {
  font-size: 17px;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  background: black;
  color: white;
  border-radius: 33px;
  margin-right: 7px;
  margin-top: 9px;
  transition: all 0.5s ease;
}

/* ********** Seccion Redes ********** */

.fb-page iframe {
  width: 100% !important;
  background-color: #1872c0 !important;
}

/* ********** Pie y footer ********** */

#wrapper-footer {
  color: white;
  background-color: var(--color-default);
  padding-top: 3.5rem;
  margin-top: 4rem;
}

.home #wrapper-footer {
  margin-top: 0 !important;
}

#wrapper-footer .site-footer {
  /*margin-bottom: 5px !important;*/
  /*padding-bottom: 0 !important;*/
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  margin-top: 3rem;
  padding: 1rem 0;
  font-size: 0.9rem;
}

#wrapper-footer a:hover, #wrapper-footer a:focus {
  color: orange;
}

#wrapper-footer i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: white;
  color: var(--color-default);
  border-radius: 40px;
  margin-left: 7px;
  margin-top: 9px;
  transition: all 0.5s ease;
}

#wrapper-footer i:hover, #wrapper-footer i:focus {
  background-color: var(--color-primary);
}

#wrapper-footer a:link, #wrapper-footer a:active, #wrapper-footer a:visited {
  color: var(--color-primary);
  text-decoration: none;
}

#wrapper-footer a:hover {
  color: white;
  text-decoration: none;
}