/*
Theme Name: Mataji
Theme URI: https://www.guruweb.com
Author: Rai Singh
Theme URI: https://www.guruweb.com
Description: Esta plantilla ha sido creada para uso interno de los sitios de clientes de GuruWeb. Ajustada para IKYTA.org y sus sitios asociados.
Version: 1.3.37
Text Domain: mataji
Tested up to: WP 6.1
Requires PHP: 7.0 and above
License: private
License URI: https://www.guruweb.com
*/
/******************************************* */
/* COMPATIBILIDAD CON GUTENBERG */
/******************************************* */
.entry-content{
  /* padding-top: 2rem; */
  height: 100%;
}
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 1.25em; */
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content p,
.entry-content li{
  color: #777777;
}


.entry-content h2 a,
.entry-content h2{
  color: #0878ab;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.sidebar h3,
.entry-content h3 a,
.entry-content h3{
  color: #30baec;
  font-size: 22px;
  text-transform: uppercase;
}

.entry-content h4,
.entry-content h4{
  color: #0878ab;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
}

.entry-content p a,
.entry-content li a{
  color: #0878ab;
  text-decoration: none;
  transition: all 0.5s ease;
}
.entry-content p a:hover, .entry-content p a:focus,
.entry-content li a:hover, .entry-content li a:focus{
  color: #30baec;
  text-decoration: underline;
}

.entry-content p a.btn-primary{
  color: #fff;
  text-shadow: none;
  transition: all 0.5s ease;
}

.entry-content p a.btn-primary:hover{
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  transition: all 0.5s ease;
}

header.title_post > *:first-child {
  margin-top: 0;
}

.alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: none;
  display: block;
}
/* BLOQUE CON FONDO Y TEXTO ENCIMA */
.wp-block-cover, .wp-block-cover-image {
  display: flex;
  padding: 16px;
}

/* permite que el CODE y el preformateado se mantengan sin scroll horizontal */
pre, .wp-block-code {
  padding: 3rem;
  overflow: auto;
  display: block;
  border: 0.1rem solid #30baec;
}
/* Arregla botones redes en bloques */
.wp-social-link {
  height: 100%;
}
/* Botones redes sociales */
li.wp-social-link {
  line-height: 1.5;
  margin: 0.5rem 0 0 2rem;
  margin-top: 0.5rem;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 2rem;
}
/******************************************* */
/* COMPATIBILIDAD CON FITVIDS */
/******************************************* */
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  padding-top: 2em;
}
/******************************************* */
/* STYLES MATAJI */
/******************************************* */
/************** Breadcrumbs *****************/
p#breadcrumbs {
  margin-bottom: 0;
}
#breadcrumbs a, .breadcrumb_last {
  font-size: 0.75em;
  font-family: Arial,sans-serif;
}


/************** TITULOS *****************/


/************** FORMULARIOS *****************/
.wp-block-search {
  margin-bottom: 1rem;
}
.wp-block-search__input {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
/************** BOTONES *****************/
button, input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
button {
  color: #fff;
  background-color: #30baec;
  border-color: #30baec;
}
/* BTN SEARCH FORM */
form.search-form button.btn {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.wp-block-search__button {
  border: 1px solid #30baec;
  padding: .375rem .75rem;
}
/************** CITA DE PARRAFO *****************/
.wp-block-pullquote {
  border-top: 1px solid #30baec;
  border-bottom: 1px solid #00346c;
  margin-bottom: 28px;
  color: #40464d;
  padding: 0px;
}
.wp-block-pullquote::before {
  background: #fff;
  border-radius: 50%;
  color: #30baec;
  content: "“";
  display: block;
  font-family: serif;
  line-height: 1.3;
  font-size: 6.2rem;
  font-weight: 500;
  margin-top: 13px;
  margin-right: auto;
  margin-left: 1.5rem;
  height: 4.4rem;
  width: 4.4rem;
}
.wp-block-pullquote::after {
  background: #fff;
  border-radius: 50%;
  color: #30baec;
  content: "”";
  display: block;
  font-family: serif;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 0.2;
  margin-top: -25px;
  margin-right: 1.5rem;
  margin-left: auto;
  margin-bottom: 1rem;
  text-align: right;
  height: 4.4rem;
  width: 4.4rem;
}
/* QUOTES FORMAT */
.post_format-post-format-quote blockquote.wp-block-quote, blockquote.wp-block-quote {
  padding: 2rem 3rem;
  border-left: 4px solid #F39200;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.post_format-post-format-quote blockquote.wp-block-quote p, blockquote.wp-block-quote p {
  font-size: 1.2em;
}
.wp-block-quote cite, .wp-block-quote footer {
  font-size: 1em;
  text-align: right;
  display: block;
  margin-top: 1.5em;
  margin-right: 3em;
}
/************** MENU *****************/
/* Estilos para Dropdown especial con parent link clickeable */
.dropdown:hover .dropdown-menu {
  display: block;
}
/* Deja dropdown siempre abierto en menu responsive */
@media (max-width: 575px) {
nav.navbar-expand-sm .dropdown-menu {
    display: block;
    border: 0px;
    background: #ffffff !important;
    border-radius: 0px;
    text-transform:  uppercase;
    margin-bottom: 2em;
}
}
@media (max-width: 767px) {
nav.navbar-expand-md .dropdown-menu {
    display: block;
    border: 0px;
    background: #ffffff !important;
    border-radius: 0px;
    text-transform:  uppercase;
    margin-bottom: 2em;
}
}
@media (max-width: 991px) {
nav.navbar-expand-lg .dropdown-menu {
    display: block;
    border: 0px;
    background: #ffffff !important;
    border-radius: 0px;
    text-transform:  uppercase;
    /* margin-bottom: 2em; */
}
}
@media (max-width: 1199px) {
nav.navbar-expand-xl .dropdown-menu {
    display: block;
    border: 0px;
    background: #ffffff !important;
    border-radius: 0px;
    text-transform:  uppercase;
    margin-bottom: 2em;
}
}
@media (max-width: 1399px) {
nav.navbar-expand-xxl .dropdown-menu {
    display: block;
    border: 0px;
    background: #ffffff !important;
    border-radius: 0px;
    text-transform:  uppercase;
    margin-bottom: 2em;
}
}
/* For hamburguers always visible ADD always_open to navbar*/
nav.always_open .dropdown-menu {
  display: block;
  border: 0px;
  background: #ffffff !important;
  border-radius: 0px;
  text-transform:  uppercase;
  margin-bottom: 2em;
}
nav.navbar-dark .nav-link{
color: #ffffff;
}
.nav-link:hover, .nav-link:focus {
  color: #222;
  text-decoration: none;
}
/************** ASIDE *****************/
aside.sidebar{
  padding-top: 0rem;
}


/************** FOOTER *****************/
footer ul {
  list-style: none;
  padding: 0;
}

footer ul.sub-menu {
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
footer h2 {
  color: #fff;
  font-weight: 700;
  font-size: 23px !important;
  line-height: 27px !important;
}

footer p {
  color: #fff;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 24px !important;
}

footer a {
  color: #fff;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 24px !important;
}

footer ul li.wp-social-link a{
  font-size: 20px !important;
}

footer.footer_1{
  background-image: url(images/backgrounds/footer-bg.jpg);
  background-size: cover;
}



/************** COVER CONTAINER BG *****************/
.cover-container{
background: #ffffff url(images/placeholders/unsplash-photo-2.jpg) no-repeat bottom center;
background-size: cover;
}
/************** WOOCOMMERCE *****************/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 500;
  border-radius: 0.1rem;
  left: auto;
  color: #ffffff;
  background-color: #30baec;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #30baec;
  text-decoration: none;
  background-image: none;
  color: #ffffff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #30baec;
  color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #30baec;
  color: #fff;
}

/************************************************************************************** */
/* STYLES FOR THIS VERSION */
/************************************************************************************** */
/* COLORES */
a {
  color: #0878ab;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  text-decoration: underline;
}


/* COLORES PAGINACION */
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #5e5899;
  border-color: #5e5899;
}
.pagination .page-link {
color: #5e5899;
}
.pagination .page-link:hover {
  color: #23076b;
}


/************************************************************************************** */
/* CUSTOM STYLES */
/************************************************************************************** */
/************** FONTS *****************/
body {
  font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 768px) {
  body {
      padding-top: 130px;
  }
  
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
}

.sans_serif {
font-family: 'Open Sans', sans-serif;
}

.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.arimo-400 {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.arimo-500 {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.arimo-600 {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.arimo-700 {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}



/************** COLORES *****************/

.has-distant-background-color,
.bg-distant{
  background-color: #0878ab !important;
}
.has-boy-background-color,
.bg-boy{
  background-color: #30baec !important;
}
.has-azureish-background-color,
.bg-azureish{
  background-color: #20c2f1 !important;
}
.has-lightgray-background-color,
.bg-lightgray{
  background-color: #EDEDED !important;
}
.has-gray-background-color,
.bg-gray{
  background-color: #707070 !important;
}
.has-white-background-color,
.bg-white{
  background-color: #ffffff !important;
}
.bg-white50{
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.bg-white75{
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #212529 !important;
}

.border-distant {
  border-color: #0878ab !important;
}
.border-boy {
  border-color: #30baec !important;
}
.border-azureish {
  border-color: #DAE2F1 !important;
}
.border-lightgray {
  border-color: #EDEDED !important;
}
.border-gray {
  border-color: #707070 !important;
}
.has-distant-color,
.text-distant{
  color: #0878ab !important
}
.has-boy-color,
.text-boy{
  color: #30baec !important
}
.has-azureish-color,
.text-azureish{
  color: #DAE2F1 !important
}
.has-lightgray-color,
.text-lightgray{
  color: #EDEDED !important
}
.has-gray-color,
.text-gray{
  color: #707070 !important
}

.has-dark-color,
.text-dark {
  color: #212529 !important;
}

.has-white-color,
.text-white, .link-white a{
  color: #ffffff !important;  
}

/*  */
.rounded {
border-radius: 10px !important;
}
/************** MENU *****************/
.dropdown-menu {
 padding: 0px;
 text-decoration: none;
}
.dropdown-menu a:hover{
 text-decoration: none;
}
.dropdown-item {
padding-top: 8px;
padding-bottom: 8px;
 color: #212529;
}
.dropdown-item:hover, .dropdown-item:focus {
  transition: all 0.2s ease;
  color: #fff !important;
  background-color: #F39200; 
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
      top: 60px;
  }
}

/************** QUOTES *****************/
.contenido_tabs .searchandfilter ul li {
  float: left;
  padding: 1.5em .5em 0;
}
.post_format-post-format-quote blockquote.wp-block-quote, blockquote.wp-block-quote {
  border-left: 6px solid #F39200;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: 2em;
  margin-right: 2em;
}
.quote_entry a.quote_arch_link {
color: #212529;
}
.quote_entry a.quote_arch_link:hover {
text-decoration: none;
color: #212529;
}
.quote_entry blockquote.wp-block-quote {
margin-bottom: 1rem;
margin-top: 2rem;
}

/************** Login conditions *****************/
/* Logged in & out conditions */
.logged-in-condition .hide_login {
display: none!important;
}
.logged-out-condition .hide_logout {
display: none!important;
}


/******** Agregados por Seo2 */


/************** HOME *****************/



/* Paginación estilada para Bootstrap */
#pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#pagination-wrapper .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px;
  color: #08c;
  background-color: #fff;
  border: 1px solid #08c;
  transition: all 0.3s;
  text-decoration: none;
}



#pagination-wrapper .page-numbers.current {
  color: #fff;
  background-color: #08c;
  border: 1px solid #08c;
}

#pagination-wrapper .page-numbers:hover {
  color: #fff;
  background-color: #08c;
  border: 1px solid #08c;
  cursor: pointer;
}

#pagination-wrapper .next.page-numbers,
#pagination-wrapper .prev.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px;
  color: #08c;
  background-color: #fff;
  border: 1px solid #08c;
  transition: all 0.3s;
  text-decoration: none;
}

#pagination-wrapper .next.page-numbers i,
#pagination-wrapper .prev.page-numbers i {
  margin: 0;
}

#pagination-wrapper .next.page-numbers:hover,
#pagination-wrapper .prev.page-numbers:hover {
  color: #fff;
  background-color: #08c;
  border: 1px solid #08c;
}

#pagination-wrapper .page-numbers.dots {
  background-color: transparent;
  border: none;
  color: #08c;
}


/* Archive */

#archive{
  padding-top: 40px;
}

#archive .entry-header h1 {
  color: #F39200;
  margin-bottom: 20px;
} 

#archive .entry-header p {
  font-size: 16px;
  color: #141827;
} 

#archive .entry-header img.alignright {
  float: right;
  margin: 0 0 15px 15px;
  border-radius: 15px;
  width: 33%;
}

#archive .entry-header img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
  border-radius: 15px;
  width: 33%;
}



.author-avatar{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.author-avatar img{
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

#archive #featured-posts{
  margin-top: 60px;
}
#archive #featured-posts .card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

#archive #featured-posts .card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#archive #featured-posts .card .card-body {
  padding: 20px;
}

#archive #featured-posts .card h2.card-title{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

#archive #featured-posts .card h3.card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #F39200;
}

#archive #featured-posts .card p, 
#archive #featured-posts .card .card-text {
  font-size: 14px;
  margin-bottom: 10px;
}

#archive #featured-posts .card .card-image{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#archive #featured-posts .card .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#archive #recent-posts h2{
  font-size: 30px;
  font-weight: 700;
  color: #0099e6;
  text-transform: uppercase;
}
#archive #recent-posts h3.section-title small{
  font-size: 16px;
  font-weight: 400;
  color: #141827;
}

#archive #recent-posts .card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

#archive #recent-posts .card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#archive #recent-posts .card .card-body {
  padding: 20px;
}

#archive #recent-posts .card h2.card-title{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

#archive #recent-posts .card .meta{
  font-size: 12px;
  margin-bottom: 20px;
}


#archive #recent-posts .card h3.card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #F39200;
}

#archive #recent-posts .card p,
#archive #recent-posts .card .card-text {
  font-size: 14px;
  margin-bottom: 10px;
}

#archive #recent-posts .card .card-image{
  position: relative;
  padding-bottom: 25%;
  overflow: hidden;
}

#archive #recent-posts .card .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#archive #recent-posts .tags{
  margin-top: 20px;
  font-size: 12px;
}

#archive .search-submit{
  background-color: #F39200;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
#archive #recent-posts .sidebar{
  /* sticky */
  /* position: -webkit-sticky;
  position: sticky;
  top: 200px;
  height: 100%;
  margin-bottom: 130px; */
}


#archive .post-date {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
  margin-right: 10px;
  text-align: center;
  width: 100%;
}

#archive .post-date .day {
  color: #08c;
  background: #f4f4f4;
  border-radius: 2px 2px 0 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  width: 100%;
  display: inline-block;
}

#archive .post-date .month {
  background-color: #08c;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
  color: #fff;
  font-size: .9em;
  padding: 0 10px 2px;
  width: 100%;
  display: inline-block;
}
/* max 1200 px styles form archive */
@media (max-width: 1200px) {

    #archive #featured-posts h3.section-title {
      font-size: 24px;
    }
        
    #archive #featured-posts .card h2.card-title{
      font-size: 20px;
    }
    
    #archive #featured-posts .card h3.card-title {
      font-size: 14px;
    }
    
    #archive #featured-posts .card p,
    #archive #featured-posts .card .card-text {
      font-size: 14px;
    }

    #archive #recent-posts .card h2.card-title{
      font-size: 20px;
    }
    
    #archive #recent-posts .card h3.card-title {
      font-size: 14px;
    }
    
    #archive #recent-posts .card p, 
    #archive #recent-posts .card .card-text {
      font-size: 14px;
    }
    
    
}

/* CABECERA Y MENÚ */
header{
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

#cabecita{
  height: 55px;
}
.admin-bar header{
  padding-top: 40px;
}

.admin-bar #cabecita{
  height: 85px;
}

@media (min-width: 767px) {
  header,
  #cabecita {
      min-height: 215px !important;
  }

  .admin-bar #cabecita {
      min-height: 215px !important;
  }
}
@media (min-width: 992px) {
  header,
  #cabecita {
      min-height: 150px !important;
  }

  .admin-bar #cabecita {
      min-height: 145px !important;
  }
}

.custom-logo-link {
  width: 60px;
  display: inline-block;
}

#site-name {
  margin: 0 0 0 15px;
  font-size: 18px;
  color: #1479ad;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3em;
  text-transform: uppercase;
  width: 260px;
}

@media (max-width: 767px) {
  #site-name {
    font-size: 16px;
    line-height: 1.2em;
    width: 240px;
  }
}

@media (min-width: 1399px) {
  .custom-logo-link {
    width: 60px;
  }
}

.custom-logo-link img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    justify-content: center;
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
      right: 0;
      border: none;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
}

#menu-principal>li{
  margin: 0 3px;
}

ul#menu-principal>li.active>a{
  background-color: #1479ad;
  color: #30baec;
}

ul#menu-principal>li.active>ul>li.active>a{
  background-color: #1479ad;
  color: #30baec;
}

header .navbar>a{
  margin: 0 4px;
}
header .navbar a{
  font-weight: 700;
  font-size: 15px;
  color: #30baec;
  line-height: 20px;
  padding: 11px 12px;
  border-radius: 4px;
}

header ul.navbar>li.open>a, 
header ul.navbar>li:hover>a,
header .navbar .open a,
header .navbar a:hover{
  color: #30baec;
  background: #1479ad;
  padding-bottom: 11px;
}

header .navbar .btn-primary a{
  color: #fff;
}


@media (max-width: 1399px) {
header .navbar>a,
header .navbar>a{
    font-size: 15px;
    margin: 0 3px;
  }
}

@media (max-width: 1199px) {
header .navbar>a,
header .navbar>a{
    font-size: 12px;
    margin: 0 2px;
  }
}

@media (max-width: 1024px) {
header .navbar>a,
header .navbar>a{
    font-size: 13px;
  }
}

@media (max-width: 960px) {
  .navbar-toggler-icon{
    font-size: 28px;
  }
  #desktop-menu{
    background: white;
    padding: 10px 0 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  header .navbar a,
  header .navbar a{
    font-size: 16px;
    margin: 0;
  }
}


.submenu{
  border-radius: 0 0 10px 10px;
}
.submenu a{
  font-size: 11px
}

@media (max-width: 960px) {
  .submenu{
    border-radius: 20px;
  }
}
header .navbar #menu-principal ul.dropdown-menu a{
  font-family: open sans, Arial, sans-serif;
  color: #777;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
  padding: 7px 8px;
  margin: 1px 0;
  border-radius: 4px;
  text-transform: none;
  font-weight: 400;
  border-bottom: 1px solid #f4f4f4;
}
header .navbar #menu-principal ul.dropdown-menu li:hover a{
  background-color: #f5f5f5;
  color: #262626 !important;
}

#offcanvasNavbar{
  z-index: 10000;
}
 .h1{
  font-size: 5rem !important;
}

.carousel button.carousel-control-prev,
.carousel button.carousel-control-next, .carousel button.carousel-control-prev, .carousel button.carousel-control-next{
  background-color: transparent !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: .9 ;
} 

.carousel button.carousel-control-prev:hover,
.carousel button.carousel-control-prev:focus,
.carousel button.carousel-control-next:hover,
.carousel button.carousel-control-next:focus, .carousel button.carousel-control-prev:hover, .carousel button.carousel-control-prev:focus, .carousel button.carousel-control-next:hover, .carousel button.carousel-control-next:focus{
  box-shadow: none !important;
  opacity: 1;
}


#carousel1.carousel h1{
  font-size: 4rem !important;
  font-weight: 700;
  letter-spacing: 5px;
  color: #F39200;
}

#carousel1 .carousel-item{
  aspect-ratio: 16/9;
}
#carousel1 .carousel-caption p{
  font-size: 2.5rem;
  letter-spacing: 12px;
  margin-bottom: 10px;
}

#carousel1 .carousel-caption a, #carousel1 .carousel-caption a{
  font-family: "Arimo", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 5px 25px;
}


#carousel1 .carousel-caption a:hover, #carousel1 .carousel-caption a:hover{
  background-color: #30baec !important;
}

@media (max-width: 960px) {
  #carousel1 .carousel-item{
    aspect-ratio: 3/4;
  }
}
@media (max-width: 768px) {

  #carousel1 .carousel-item{
    aspect-ratio: 9/12;
  }
  
 #carousel1.carousel h1{
    font-size: 2rem !important;
    margin-top: 30px;
  }
  .carousel-caption{
    bottom: 10px;
    top: 110px;
  }
  #carousel1 .carousel-caption p{
    letter-spacing: 3px;
    font-size: 1.5rem;
  }
}

.navbar .btn-primary{
  padding: 0 10px;
  letter-spacing:3px;
}


/* Estilo para el mensaje de error del formulario de comentarios */
#comment-form-error-message {
  color: red;
  margin-bottom: 20px;
}

/* Estilo para los campos del formulario de comentarios con error */

#commentform input[type="text"].error,
#commentform input[type="email"].error,
#commentform textarea.error {
  border-color: red;
} 

.avatar {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.invitacion_comentar {
padding: 2em 0 5em;
}
.invitacion_comentar h3, .invitacion_comentar h4 {
text-align: center;
}
h3.comment-reply-title {
  padding-top: 1.5em;
}

.comments-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.commentlist {
  margin-left: 0;
  padding-left: 0;
}

.commentlist .comment-heading {
  margin-bottom: 10px;
  position: relative;
}

.commentlist .comment-heading .comment-author-avatar {
  float: left;
  width: 70px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.commentlist .children {
  margin-left: 60px;
}

.commentlist .children > li {
  position: relative;
}

.commentlist .children > li:last-child:before {
  display: none;
}

.commentlist .children > li:before {
  position: absolute;
  left: -51px;
  top: 35px;
  content: "";
  display: block;
  height: 100%;
  border-left: 1px solid #ebebeb;
}

.commentlist .children .comment-heading .comment-author-avatar:before {
  position: absolute;
  left: -51px;
  top: -30px;
  content: "";
  display: block;
  width: 50px;
  height: 65px;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.pingback,
.comment {
  list-style: none;
}

.comment-block {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.comment-block p {
  margin-bottom: 10px;
}
.comment-block .author-link {
  margin-right: 5px;
  margin-top: 10px;
  display: inline-block;
}
.comment-block .author-link a {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}
.comment-block .comment-date {
  display: inline-block;
}
.comment-reply {
  display: inline-block;
}
#commentform p {
  margin-bottom: 10px;
}
.required {
  color: #e00016;
}
.comment-form-comment {
  margin-bottom: 20px;
}
.form-submit {
  text-align: left;
  width: 65.81196581196582%;
}

.commentlist h4 {
  font-size: 1.2em !important;
  margin-bottom: 12px !important;
  font-weight: 600 !important;
}

/* estilos de bloques gutemberg */
.wp-block-details{
  border-bottom: 1px solid #e6e6e6;
  padding-top: 10px;
}

.wp-block-details summary{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.precios ul.wp-block-list {
  list-style: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 0 10px;
  line-height: 26px;
}

.precios ul.wp-block-list li {
  padding: 10px 0;
  border-bottom: 1px solid #bbc3ca;
}
figure.w-100 img{
	width: 100%;
}

iframe.instagram-media{
  width: 100% !important;
  min-width: 100% !important;
}

.fullscreen-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 19999;
  justify-content: center;
  align-items: center;
}

.fullscreen-search-content {
  text-align: center;
}

.fullscreen-search-content form {
  display: inline-block;
}

.btn-search .icon-search {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.no-scroll {
  overflow: hidden;
}

.fullscreen-search .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
      width: 100%;
      float: none;
      clear: both;
      margin: 0 0 40px;
      padding: 0 10px;
  }
}

#cta_home p{
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 5px;
}

#cta_home p strong{
  font-size: 1.4em;
  font-weight: 700;
}

#cta_home p.lower_text {
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 0;
}
#cta_home a.btn-primary{
  margin-right: 10px;
}
#cta_home a.btn-link{
  color: #fff;
  margin: 0 !important;
  text-decoration: 0  ;
  transition: all 0.5s ease;
  padding: 0;
  vertical-align: baseline;
}

#cta_home a.btn-link:hover{
  text-decoration: underline;
}

#top_content h3{
  color: #1479ad;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
#top_content p{
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}


#benefits h1,
#center_content h1{
    font-size: 35px;
    color: #1479ad;
    font-weight: 700;
    padding-bottom: 0;
    text-transform: uppercase;
    line-height: 44px;
    margin: 0 0 32px;
}
#center_content p{
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

#benefits h4{
  color: #54ccff;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
}


.page-header {
  padding: 5px 0;
  min-height: initial;
  background-color: #1479ad;
  border-bottom: 5px solid #58caf4;
  border-top: 5px solid #58caf4;
  position: relative;
  text-align: left;
}
.page-header h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 200;
  font-size: 2.6em;
  line-height: 46px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page-header h1 {
    font-size: 2em;
    line-height: 36px;
  }
}
.wp-block-details {
  border-bottom: none;
  padding-top: 10px;
  transition: all .15s ease-out;
}
.wp-block-details p{
  transition: all .15s ease-out;
}
.wp-block-details summary {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #08c;
  background: #f4f4f4;
  border-left: 3px solid #08c;
  border-radius: 5px;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
.sidebar ul,
.sidebar .wp-block-categories-list{
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.post-content p.author{
  margin: 20px 0;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
}

.post-content .excerpt p{
  color: #777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.post-content p.meta {
  font-size: 13px;
  color: #777;
}

.post-content p.meta i {
  margin: 0 5px;
}

.bottom-15{
  bottom: 15%;
}
.bottom-20{
  bottom: 20%;
}
.bottom-25{
  bottom: 25%;
}

#archive #curriculum a img{
  transition: all 0.5s ease;
}
#archive #curriculum a:hover img{
  transform: scale(1.1);
}

.curriculum-title{
  background: rgba(18, 121, 171, .9);
  color: #fff;
  width: 100%;
  padding: 10px;
}

.curriculum-title h2{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.curriculum-title h3{
  background: #30baec;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
  padding: 2px 9px;
  border-radius: 2px;
  display: inline-block;
  bottom: -15px;
}

#curriculum-post h2{
  font-family: open sans, Arial, sans-serif;
  font-size: 35px;
  color: #1479ad;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

#curriculum-post h3{
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px;
  color: #54ccff;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 15px;
}

#archive-coaching h2{
  font-family: open sans, Arial, sans-serif;
    font-size: 30px;
    color: #1479ad;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0;
    margin: 0 0 10px;
    letter-spacing: 1px;
}

#directory{
  padding: 340px 0 200px;
  background-image: url(images/backgrounds/background-searchportal-1.jpg);
  background-size: cover;
  background-position: center;
}

.page-search-form-container {
  background: #2b62d9 url(images/backgrounds/page-search-background-middle.jpg) center bottom repeat-x;
  background-size: cover;
  min-height: 189px;
}
#directory-form{
  padding: 180px 0 0;
  background-image: url(images/backgrounds/SummerSolstice2016-0001.jpg);
  background-size: cover;
  background-position: center;
}
.page-directory-form-container {
  background: #2b62d9 url(images/backgrounds/page-search-background-middle.jpg) center bottom repeat-x;
  background-size: cover;
  
}


 #tabs-0-search {
  margin-top: -44px;
  text-align: center;
  min-width: 340px;
}

#tabs-0-search ul.ui-tabs-nav {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  line-height: 24px;
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
 #tabs-0-search li {
  background: #fff;
  font-weight: 700;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
}
#tabs-0-search li.ui-state-active {
  background: #0388d5;
}
 #tabs-0-search li a {
  color: #17719f;
}
 #tabs-0-search li.ui-state-active a {
  color: #fff;
}
#directory-form .nav-pills,
#directory .nav-pills{
  gap: 5px;
}
#directory-form .nav-pills .nav-link,
#directory .nav-pills .nav-link {
  background-color: #fff;
  color: #0388d5;
  border-radius: 5px 5px 0 0 !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
#directory-form .nav-pills .nav-link.active,
#directory-form .nav-pills .show > .nav-link,
#directory .nav-pills .nav-link.active, 
#directory .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0388d5;
}

#directory-results .result{
  position: relative;
  width: 100%;
  border: 2px solid #30baec;
  padding: 18px 12px;
  margin: 12px 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  line-height: 1.3;
}

#directory-results .result h3 a,
#directory-results .result h3{
  color: #0878ab;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
#directory-results .result p{
  font-size: 14px;
  color: #777;
  line-height: 18px;
  margin-bottom: 5px;
}
#directory-results .result p span.label {
  font-weight: 700;
  color: #30baec;
  text-transform: uppercase;
  margin: 0;
}

#directory-results .result .profile-picture {
  float: left;
  border: 6px solid #30baec;
  background-color: #fff;
  width: 112px;
  height: 112px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* la imagen del perfil debe cubrir todo el contenedor */
#directory-results .result .profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* al pasar el ratón sobre la imagen del perfil, se crece */
#directory-results .result .profile-picture:hover {
  border: 6px solid #0878ab;
}

#directory-results .result .profile-picture img {
  transition: all 0.5s ease;
}

#directory-results .result .profile-picture:hover img {
  transform: scale(1.1);
}

#single-training h1{
  color: #1479ad;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
}

.teacher-sidebar{
    background-image: url(images/backgrounds/background-search-sidebar.jpg);
    background-size: cover;
    padding: 20px;
    border-radius: 15px;
}

.teacher-sidebar h2{
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600 ;
}
.teacher-sidebar h3{
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600 ;
}

.teacher-sidebar p{
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.teacher-sidebar hr{
  color: #fff;
  opacity: 1;
}

.teacher-sidebar p a{
  color: #fff !important;
}

.teacher-sidebar p.emails a{
  font-style: italic;
}

.teacher-sidebar a.web-link{
  background-color: #fff;
  color: #30baec;
}
.teacher-sidebar a.web-link:hover{
  background-color: #0878ab;
}

.teacher-sidebar .studio-picture{
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 1/1;
  border: #fff 8px solid;
}


.teacher-sidebar .studio-picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-sidebar .teacher-picture{
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 1/1;
  border: #fff 8px solid;
}

.teacher-sidebar .teacher-picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}