/*!
Theme Name: Elefante 
Theme URI: https://www.elefanteazul.net
Author: Juan Carlos
Author URI: https://www.elefanteazul.net
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: Elefante
*/
/* Text meant only for screen readers. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;

}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: var(--primary-color);
}
/*
::selection {
  color: #000;
  background: var(--primary-color);
}*/


body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  line-height: 1.8;
  color: #656565;
}

a {
  text-decoration: none;
  color: inherit;
}

p a {
  text-decoration: underline;

}

 
.about-content p a, .post-content p a{
  text-decoration: underline;

}
p
  {
  font-size: 1rem;
  margin: 1.1em 0;
  line-height: 1.8;
}

.page-content h2, .page-content h3, .post-content h2, .post-content h3{

  margin: 1.55rem 0 1.25rem 0;

}


.post-content h3:first-child, .post-content h2:first-child  {
 margin-top: 0 ;
}


.wp-caption-text {
 font-size: 0.8rem;
}

.single-beneficios .post-content p:last-child {
 margin-bottom: 0 ;
  
}

.post-content ol, .post-content ul, .about-content ol, .about-content ul, .page-content ul, .page-content ol {
    padding-left: 3.45em;
  
}


.post-content li, .about-content li, .page-content li{
  list-style: none;
  position: relative;
 margin-bottom: 0.25em;
}



.post-content li::before,  .about-content li::before,   .page-content li::before {
  content: '';
  display: inline-block;
  background-size: 0.9em;
  height: 0.9em;
  position: absolute;
  width: 0.9em;
  background-image: url(icons/check-ul.svg);
  background-repeat: no-repeat;
  top: 0.45em;
  left: -1.45em;
}

 

.single-post .post-content p:first-child{
 margin-top:0;
}

img {
  max-width: 100%;
  display: block;
 
}

h1,
h2,
h3,
h4,
h5{
  font-family: var(--font-heading);
  margin: 0;
  color: #000;

}

.beneficios-box-cat  .owl-stage {
  display:flex !important ; 
 height: 100%;  
}

.slide-owl-wrap{
  width: 100%; 
 height: 100%;  
}


.owl-carousel .owl-item  .beneficios-box {
  height: 100%;
}

 .owl-arrow{
 filter: invert(1);
}



h1 {
  font-size: 1.7rem;
  font-size: clamp(1.7rem, 1.48rem + 1.0999999999999999vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
}

h2 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.38rem + 0.6000000000000001vw, 2.1rem);
  font-weight: 900;
  line-height: 1.2;
}



h3 {
font-size: 1.1rem;
font-size: clamp(1.1rem, 1.05rem + 0.25vw, 1.35rem);
  font-weight: 800;
  line-height: 1.34;
}

h4{
  font-size: 1rem;
  font-size: clamp(1rem, 0.9964285714285714rem + 0.017857142857142794vw, 1.025rem);
  font-weight: 700;
  line-height: 1.35;
}

h5 {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.25;
  font-weight: 700;
}

h6 {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.25;
}

.header-logo {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9642857142857143rem + 0.17857142857142858vw, 1.25rem);
  height: 3.5em;
  margin: 1em 0 ;
}
.entry-summary  ul {
   padding-left: 20px;
	margin: 1.1em 0 ;
}
.entry-summary  li {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
}

.entry-summary  li {
  background-size: 20px;
}
.entry-summary  li::before {
  content: '';
  display: inline-block;
  background-size: 11px;
  height: 10px;
  position: absolute;
  width: 18px;
  filter: var(--color-svg);
  background-image: url(icons/entry-check.svg);
  background-repeat: no-repeat;
  top: 9px;
  left: -20px;
}



/***GENERAL***GENERAL***GENERAL***GENERAL***GENERAL***/
.primary-wrap {
  font-size: 1rem;
}

.container-m,
.container-s,
.container-l,
.container-xl {
  width: 100%;
  display: flow-root;
}

.container-xl {
  max-width: 100%;
  margin: 0 auto;
 padding-left: 1em;
  padding-right: 1em;
}

.container-l {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}

.container-m {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}

.container-s {
  max-width: 950px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}

.padt1 {
  padding-top:  6vh;
}

.padb1 {
  padding-bottom: 6vh;
}

.padt2 {
  padding-top:  4vh;
}

.padb2 {
  padding-bottom:  4vh;
}

.padt3, .related.products .columns-4{
  padding-top: 3vh;
}

.padb3 {
  padding-bottom: 3vh;
}

.padt4 {
  padding-top:2vh;
}

.padb4 {
  padding-bottom: 2vh;
}

.x2-wrap {
  display: grid;
  grid-gap: 1.5em;
}

.x2 {
  display: grid;
  grid-gap: 0.5em;
}

.x3,
ul.columns-3 {
  display: grid;
  grid-gap: 0.5em;
}

.x4,
ul.columns-4 {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 0.5em;
}

.ggap-m,
ul.columns-3,
ul.columns-4 {
  grid-gap: 5vh 2.5%;
}


.lightbox{ 
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}



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

.newsletter-wrap{
 width: 100%;
   
} 

.newsletter-input{
 display: flex;
 grid-gap: 10px;
 width: 100%;
 } 

.newsletter-input input{
  -webkit-appearance: none;
  background: #fff;
  margin-bottom: 0;
  border-color: #fff;
} 


/***EVENTO SINGLE***/
.evento-map{
 width: 100%;
	height: 55vh; border-radius: 20px;
	margin-top: 2rem; 
} 
 
.evento-map iframe{
    filter: grayscale(.95) invert(1) brightness(2) sepia(0.15) contrast(1.2) hue-rotate(2deg);
    border-radius: 15px;

} 
/***ARCHIVE***ARCHIVE***ARCHIVE***ARCHIVE***ARCHIVE***/
.page-description p, .term-description p{
  margin-top: 1em;
  margin-bottom:0;
}

.page-header,
.woocommerce-products-header {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;


}

.breadcrumb {
  font-size: var(--small-text);
  line-height: 1.5;
  color: var(--color-gray1);
  margin-bottom: 1.15em;
  display: flex;
  justify-content: center;
 
} 
 
.breadcrumb-icon {
  height: 0.9em;
  margin-top: 0.9em;     margin-bottom:-0.15em;
  display: inline-flex;
}

/*Images Website*/
.img-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
}


 
.img-object {
  padding-top: 60%;
  position: relative;
  margin-bottom:  2%;
  height: fit-content;
}

.img-object img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translatey(-50%);
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
  max-width: 100%;
  border-radius:  var(--brL);
}

.img-xl {
  padding-top: 65%;
  
}

/***BLOG***BLOG***BLOG***BLOG***BLOG***/


.post-row {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  grid-gap:4%;
  margin-bottom: 5%;
}

.post-row:last-of-type,
.post-row .img-object {
  margin-bottom: 0;
}



/***ABOUT***ABOUT***ABOUT***ABOUT***ABOUT***ABOUT***/

.valor-icon {
  font-size: 1rem;
  background: #fff;
  display: inline-flex;
  border-radius: 99px;
  height: 2.2em;
  width: 2.2em;
  justify-content: center;
  align-items: center;
  margin-top: -0.4em;
}

.valor-icon img {
  height: 1.4em;
}

.valor-box {
  display: grid;
  grid-template-columns: 2.2em 1fr;
  grid-gap: 15px;
}
 
#about
.img-object
 {
   margin-bottom: 0;
}

/***ARCHIVE POSTS***ARCHIVE POSTS***ARCHIVE POSTS***ARCHIVE POSTS***/
.woocommerce span.onsale,
.small-tax , .cat-small {
  padding: 0.15em 0.5em 0.1em 0.5em;
  border-radius: 99px;
  font-size: 0.6rem;
  line-height: initial;
  position: absolute;
  margin: 0.625em;
  background-color: #fffffff0;
  z-index: 1;
  color: #000000;
  text-transform: uppercase;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  font-weight: 600;
}


.cat-small {
  margin: 1em 0 0 0;
  position: relative;
  width: fit-content;
}

/***CONTACT***/

.contact-box {

  font-size: 1rem;
  margin-top: 1.8em;

 }

#contacto .contact-phone {
  display: flex;
  align-items: center;
  grid-gap: 0.25em;

 
 }
 /***LIBRO DE RECLAMACIONES***/


#contacto .contact-phone {
  display: flex;
  align-items: center;
  grid-gap: 0.25em;

 
 }

/***GENERAL***GENERAL***GENERAL***GENERAL***GENERAL***GENERAL***/
/*Ícons*/
.icon img{
  height: 1.3em;
}


.icon-img {
  font-size: 1rem;
 
  width: 1.8em;
  display: flex;
 
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin-right: 0.3em;
  position: relative;
}

.icon-circle {
  font-size: 1rem;
  height: 2.5em;
  width: 2.5em;
  display: flex;
  border: 0.08em solid rgba(255, 255, 255, 0.3);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin-right: 0.3em;
  position: relative;
}

.icon-circle:last-of-type {
  margin-right: 0;
}

.icon-circle img {
  height: 1.65em;
}
.icon-s{
  font-size: 0.8rem;
}
.icon-border-black{
  border: 1px solid rgba(0, 0, 0, 0.2);
}


.icon-fixed{
  font-size: 1.05rem;
  font-size: clamp(1.05rem, 1.01rem + 0.19999999999999996vw, 1.25rem);
position: fixed;
right: 1rem;
bottom: 1rem;
background: var(--color-green);
border-color: var(--color-green);
z-index:99;

}

.icon-fixed img {
  filter:  var(--color-white-svg);
}


.icon-header {
  font-size: 0.9rem;
  font-size: clamp(0.9rem, 0.8857142857142858rem + 0.07142857142857141vw, 1rem);
  margin-right: 0 !important;

}

.icon-header img {
  filter: var(--color-white-svg);
}

.icon-circle-white {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.icon-circle-white img {
  filter: invert(1) saturate(1) brightness(2);
}
.icon-cart span {
  background: var(--primary-color) !important;
  color: var(--secondary-color);
  font-size: 0.6rem;
  line-height: 1.5em;
  width: 1.4em;
  height: 1.4em;
  display: block;
  position: absolute;
  top: -0.4em;
  right: -0.4em;
  padding: 0 0.3em;
  border-radius: 3rem;
  text-align: center;
  font-weight: bold;
}


/*Close Button*/
.close {
  font-size: 1rem;
  cursor: pointer;
  z-index: 1;
  height: 1.9em;
  width: 1.9em;
  background: var(--primary-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.close img {
 
  height: 1em;
}

.close.close-white {
  background: #fff;
}

.close.close-white img {
  filter: unset;
}


.close.close-black {
  background: #000;
}


.close.close-black img {
  filter: var(--color-svg);
}


/*Author Meta*/
.author-meta {
  display: flex;
  grid-gap: 0.5rem;
  align-items: center;
  font-size: 0.8rem;
  font-size: clamp(0.8rem, 0.79rem + 0.04999999999999993vw, 0.85rem);

  line-height: 1.5em;
  margin-top: 2em;

}

.author-meta img {
  width: 2em !important;
  height: 2em !important;
  border-radius: 99px;
  display: block;
}

.author-date {
  display: grid;
  line-height: 1.2em;
}
.meta-wrap {
  
  padding:0.75em 0;
 
  border-bottom: 1px solid var(--color-gray3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  border-bottom: 1px solid var(--color-gray3);
}


.meta-wrap  .author-meta { 

margin-top: 0 

}

/***Membresías***Membresías***Membresías***Membresías***Membresías***/

#membresias .ggap-m{
  grid-gap: 15px 3%;
}

.membresia-box {
     background: #fff;
  border-radius: var(--brL);
  padding: 1.5em;
  text-align: center; 
  font-size: 1rem;
  display: flex; 

  flex-direction: column; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
 

.membresia-content{
 text-align: left;
  display: flex;
  height: 100%;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  justify-content: space-between;

} 
.membresia-yellow{ 
  background: var(--primary-color);
  color: rgba(0,0,0,0.7);
 
   } 


  .membresia-title{ 
    font-size: 1rem;
    font-style: italic;
    font-weight: 800;
    color: #000;
    margin: 0 auto;
    background: #ededed;
    padding: 0.25em 0.5em;
    font-family: var(--font-heading);
    width: fit-content;
    border-radius: 10px;
    line-height: initial;
}

  .membresia-price{ 
    font-size: 3.2rem;
    font-weight: 800;
    color: #000;
    font-family: var(--font-heading);
    line-height: initial;
    margin-top: 0.25em;
    display: flex;
    align-items: center;
    justify-content: center; flex-direction: column;
 
 }
    
 .membresia-price .currency{ 
  font-size: 0.45em;
  margin-right: 0.3em;

}

.membresia-box ul{ 
 width: 100%;
  list-style: none;
  padding: 0;
  margin: 1.5em 0 ;
}

.membresia-box li{ 
  margin: 0;
  line-height: initial;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 0.5em 0;

}

.membresia-box li:first-of-type{ 
 border-top: 0 ;

}


.membresia-box.black {
     	color: #fff;
	     background: #292929;
 } 

 .membresia-box.black .membresia-price{  
     	color: #fff;
	    
 } 

/***Footer***Footer***Footer***Footer***Footer***Footer***/
footer,
footer p {
  background: var(--color-black);
  color: #fff;
}
.widget-title-footer{
 
  color: #fff;
}

footer,
footer p,
footer a,
footer li,
footer ul {
  font-size: 0.95rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer li,
footer .textwidget {
  margin-top: 0.35rem !important;
}


footer .copyright {
  font-size: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 1em;
    grid-gap: 10px;
  display: flex;
flex-direction: column;
}


footer .copyright a {
  font-size: 0.8rem;     text-decoration: underline;
  
}
/*Responsive*/
.no-app {
  display: none;
}


@media screen and (min-width: 690px) {

  .x2,
  .x3,
  ul.columns-3 {
    grid-template-columns: 1fr 1fr;
  }
 
footer .copyright {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}


}



@media screen and (min-width: 790px) {

  #newsletter h2 {
    text-align: center
   } 
#newsletter form{
  display: flex;
  justify-content: center;
 } 
 
  .newsletter-wrap{
    max-width: 600px;
  }  

#newsletter .newsletter-wrap{
  display: flex;
  grid-gap: 10px;

}  
  #newsletter .newsletter-wrap .btn {
    margin: 0 ;
   }  
  


  .x2-wrap {
    grid-template-columns: 1fr 1fr;
  
  }
  
  #contacto .x2-wrap {
    grid-template-columns: 0.5fr 1fr;
  
  }
  .img-obj-xl {
    padding-top: 65%;
  }
  .img-obj-xxxl {
    padding-top: 125%;
  }
  .img-obj-xxl {
    padding-top: 95%;
  }
  
.membresia-content{
 text-align: center ;
  

} 
  }



@media screen and (min-width: 999px) {

  :root {

   --brL: 20px;
  

  }

  

  .no-app {
    display: block;
  }


.x2-wrap {
    display: grid;
    grid-gap: 4%;
}
	
  .x3,
  ul.columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .x4,
  ul.columns-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }


 
  .app {
    display: none;
  }

  /*Header*/
 

  .popup-content {
    width: 88%;
  }

  /*Tabs*/
  .nav.tabs {
    overflow-x: hidden;

  }



  /*Home*/
 

  .img-object {
    margin-bottom:2%;
  }

  

  footer li,
footer .textwidget {
  margin-top: 0.55rem !important;
}



}

 