/*
THEME NAME: [2025] AnimlaTravel
THEME URI: http://www.vertegrande.com
DESCRIPTION:   Frameworks Vertegrande
VERSION: 1.0
AUTHOR: <a href="http://www.vertegrande.com">vertegrande&reg;</a>
AUTHOR URI: http://www.vertegrande.com
*/

/* Architecture */
@import "bootstrap/css/bootstrap.css";
@import "general.css";
@import "css-idioma/it-front.css";
@import "customizer.css";
@import "gutterwebfont/gutter.css";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


.verde-color-img {           
filter: grayscale(100%) brightness(1.2) hue-rotate(200deg);
}
body {
	background: #fff;
  color: #222;
      font-size: 15px;
	overflow-x: hidden;
font-weight: 400;
font-family: "Work Sans", sans-serif;

}
.bg-body {
	background: #f7f7f7 !important;

}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.previajeweb {
    color: #be7d59;
}
.jdiv, #jivo-iframe-container, .globalClass_a045
{
display: none;
}

.bg-light-blue{
  background-color: rgb(247 247 247);
}
.bg-light-gris {
    background-color: rgb(231 231 231);
}
.tit_home   a{
  color:#000;
  font-weight: 700;
	font-size: 17px;
  line-height: 19px;
  margin-bottom: 10px;
}

.blog small {
  margin-top: 20px;
}
  .card-footer .btn a {
  font-family: tahoma;
font-size: 12px;
font-weight: 300;
background: #e3e5ed;
border:none;
}
 .card-footer   a.btn   {
  font-size: 11px;
  font-weight: 300;
}
a:hover { cursor: pointer; }

.card-footer i{
  color:#d8d9e0;
	font-size: 23px;
}
  .text1 {
 font-size: 12px;
 line-height: normal;
}
.woocommerceproductsrevolution-bp-vc-element-blogs h3.article-title a {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease 0s;
    letter-spacing: 2px;
    font-family: "Work Sans";
    /* text-transform: capitalize; */
}.item-blogs .article-info .article-category a {
    font-size: 11px !important;
    color: #6b1c22;

    letter-spacing: 5px;
    line-height: 1;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    font-family: "Work Sans";
}
.fnwp-numeric-pagination .inactive {
    font-size: 14px;
    line-height: 2;
    margin: 0 2px;
    padding: 3px 3px;
    float: none!important;
    color: #747474;
    /* display: block; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d0c9c9;
}

.wt-grid-shortcode figure.ex-modern-blog img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    height: 200px;

    object-fit: cover;

}
figcaption {
    text-transform: initial;
    font-size: 10px;
    line-height: normal;
    font-family: "Work Sans", sans-serif;
    color: #040000;
}
.related    {
display: none;
	}
.related   h2{
font-size: 19px;
font-weight: 900;
border-bottom:1px solid #ccc;
padding-bottom: 10px;
margin-bottom: 10px;
	}
    /**
 * ----------------------------------------
 * estilo Roto
 * ----------------------------------------
 */
 .grunge {
  position: relative;
  z-index: 10; /* mantiene el nav por encima del fondo */
  overflow: visible; /* permite que el pseudo-elemento salga del contenedor */
}

.grunge-gris {
  position: relative;
  overflow: visible; /* permite que el ::after salga del contenedor */
  z-index: 1; /* mantiene el contenido visible por encima */
}
.grunge::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 100vw;
  height: 80px;

  background: url("images/borde.svg") repeat-x center bottom;
  background-size: auto 80px; /* mantiene tamaño fijo */
  pointer-events: none;
  z-index: -1;
}

.grunge-gris::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100vw;
  top: -38px;
  height: 80px;

  background: url("images/f7f7f7.svg") repeat-x center top;
  background-size: auto 80px; /* evita que se achique */
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .grunge::after,
  .grunge-gris::after {
    height: 60px;
    background-size: auto 60px;
  }
}



  /**
 * ----------------------------------------
 * woocomerce
 * ----------------------------------------
 */
	.woocommerce-loop-product__title {
	font-size: 19px;
	font-weight: 900;
	border-bottom:none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style: none;
		}
		.woocommerce ul.products li.product a h2{
		    border-bottom:none;
		}

		.woocommerce div.product .woocommerce-tabs ul.tabs::before {
		    position: absolute;
		    content: " ";
		    width: 100%;
		    bottom: 0;
		    left: 0;
				background: #000;
		    border-bottom: none;
		    z-index: 1;
		}

		.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #1b1b1b;
    z-index: 2;
    border-bottom-color: #1b1b1b;
}


.tracking-in-expand {
	-webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 3s infinite both;
	        animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 3s infinite both;
}



/* ----------------------------------------------
 * Generated by Animista on 2021-7-4 1:52:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.bg-light {
    background-color: #fff !important;
}
.topbar-nav > li {
    float: left;
}.topbar-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}.topbar-right {
    float: right;
}.topbar-nav > li > a {
    display: block;
    padding: 0px 12px;
    color: #f7f7f7;
    font-size: 17px;
    line-height: 19px;
    background-color: transparent;
}
.productos-list .costo {
  font-size: 0.8rem !important;

}
.media-wrap  ul      {
  margin: 0;
  padding: 0;
  list-style: none;
}
.media-wrap  ul li   a {
    display: block;
    padding: 0px 12px;
    color: #38536e;
    font-size: 23px;
    line-height: 25px;
    float: left;
    background-color: transparent;
}

.site-info-top {
  background: #375b4b;
font-family: "Work Sans", sans-serif;
color: #f7f7f7;
font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0 15px 0;
    align-content: center;
    font-size: 11px;
}.text-right {
    text-align: right !important;
}.text-left {
    text-align: left !important;
}
 .sin-borde{
	border:none;
	margin-bottom: 15px;
}
.fondo-gris {
 background: transparent;
}
.titulo-excursion {
 
    padding-top: 17px;
   
    padding-bottom: 6px;
 
    background: #232c27;
}
.titulo-excursion h2 {
  /* padding: 0; */
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}
 .blanco   {
   color: #fff !important;
	 font-weight: 600;font-size: 13px;

}

.cid-qv5ALrxDIE {
 padding-top: 45px;
 padding-bottom: 20px;
 background-color: #232c27;
 color: #fff;font-size: 12px;
}
@media (max-width: 767px) {
 .cid-qv5ALrxDIE .media-wrap {
	 margin-bottom: 1rem;
	 text-align: center;
 }
}
.cid-qv5ALrxDIE .media-wrap .mbr-iconfont-logo {
 font-size: 7rem;
 color: #bdbdbd;
}
.mayuscula{
text-transform: uppercase;
}
.cid-qv5ALrxDIE .media-wrap img {
 height: auto;

}
.cid-qv5ALrxDIE .media-wrap span {
font-size: 15px;
}
.cid-qv5ALrxDIE .media-wrap i {
  color: #5dab55;
      margin-right: 11px;
}
.cid-qv5ALrxDIE a{
 color: #fff;font-weight: 600;
 font-size: 13px;
}
.cid-qv5ALrxDIE a:hover{
 color: #fff;
 text-decoration: underline;
}
.cid-qv5ALrxDIE .mbr-text {
 color: #bdbdbd;
 font-size: 12px;
 line-height: 14px;

}
@media (max-width: 767px) {
 .cid-qv5ALrxDIE .footer-lower .copyright {
	 margin-bottom: 1rem;
	 text-align: center;
 }
}
.cid-qv5ALrxDIE .footer-lower hr {

  background: #939393;
   color: #939393;
		border: none;/*FF NS OP*/
		height: 1px;/*FF NS OP*/
		width: 100%;
		clear: both;
		margin-bottom: 15px;
		margin-top: 15px;
}

 .soc-item a{
font-size: 14px;

}


@media (max-width: 767px) {

 .media-wrap  ul      {

     padding: 0px 12px;
     color: #38536e;
      margin-bottom: 35px;
     display: flex;
         align-items: center;
         justify-content: space-between;
     text-align: center;
     background-color: transparent;
 }
 .media-wrap  ul   li a   {


     font-size: 33px;
     line-height: 19px;

 }
}.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }
	@media (max-width: 767px) {
  .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
    text-align: center; } }

    .teal {
       background-color: #fff !important;

   }
   .teal i {
    font-size: 4rem;
}
   .white-text {
    color: #fff !important;
}
.fondo-gris h5 a {


  font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
		font-size: 18px;color:#000;
    line-height: 19px;

}


/* COD video Youtube responsives */

/* COD video Youtube responsives*/

.wp-block-embed-youtube {
		position: relative;
		padding-bottom: 0.5%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
		width: 100%;
}
.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}

.entry-content iframe {
    max-width: 100%;
    width: 100%;
    min-height: 417px;

    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
    overflow: hidden;
}


.entry-content .wp-block-embed-twitter{
    max-width: 880px;


}


.wp-block-embed__wrapper {
    background-color: #f6f6f6;
    border-radius: 7px;
    padding-top: 25px;
    padding-bottom: 25px;

    border: 1px solid transparent;
} .twitter_widget_border {
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
    overflow: hidden;
    border-radius: 7px;
}


.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}


.entry-content .wp-block-embed-facebook {
    max-width: 880px !important;

    border-radius: 7px;
    position: relative;
}.facebook_embed_wrapper {
    border-radius: 7px;
    position: relative;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
.fb-post, .fb-post span, .fb-post.fb_iframe_widget span iframe {
    width: 100% !important;
}
/* caption bajo fotos  */
figcaption{
	text-transform: uppercase;
	font-size: 10px;
	line-height: normal;
font-family: "Work Sans", sans-serif;
	color: #333;
}
.wp-caption {
 background:none;
 border: none;
 border-radius: 4px;
 -moz-border-radius: 4px;
 padding-top:5px;
 margin:4px 10px;
		 font-size:12px;
font-family: "Work Sans", sans-serif; color:#333;
 text-align:center;

}
.wp-block-image figcaption strong{
	background:none;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding-top:5px;
  margin:4px 10px;
 		 font-size:10px;
font-family: "Work Sans", sans-serif;
  color:#333;
  text-align:center;

}
.wp-block-image  strong{
	background:none;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding-top:5px;
  margin:4px 10px;
 		 font-size:10px;
font-family: 'Nokia Pure Text Regular';
  color:#333;
  text-align:center;

}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

/* caption bajo fotos  */
figcaption{
	text-transform: uppercase;
	font-size: 10px;
	line-height: normal;
font-family: "Work Sans", sans-serif;
	color: #333;
}



.top {
 background: #fff;font-family: "Work Sans", sans-serif;
 color: #3c2a09;       text-transform: uppercase;
 padding: 20px 0 2px 0;
 font-size: 17px;font-weight: 400;-webkit-box-shadow: 0 2px 1px rgba(0,40,85,0.15);
    box-shadow: 0 2px 1px rgba(0,40,85,0.15);
}
.top .container {
    margin-right: auto;
    margin-bottom: 2PX;
    text-align: left;
    margin-left: auto;

}
   .site-info {
     background: #f7f7f7;
 color: #444;
 /* text-transform: uppercase; */
 padding: 16px 0 16px 0;
 font-size: 13px;
}
.site-info a {
    color: #000;
		font-weight: 600;
}    .site-info a:hover {
    text-decoration: none;
    color: #444;
}
.site-info .container {
    margin-right: auto;
    margin-bottom: 2PX;

    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}





/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}



  /**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

}
img {
	border: 0;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0px;

}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

       /**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/*
=========================
========MENU breadcrumb ========
=========================
*/
.breadcrumb {
  list-style: none;
  overflow: hidden;
	 background: #f7f7f7;
		font-size: 11px;
		padding:23px;
	color: #504e4e;

}
.breadcrumb a{
  list-style: none;
  overflow: hidden;
	 font-weight: 600;
   color: #504e4e;
	font-size: 11px;

}
.breadcrumb .back {
  margin: 0 5px;
  font-size: 11px;
  vertical-align: middle;
}

.titulo_categorias {
  background: #eeeeee;
  padding: 33px 0px 24px 0px;
  height: 100%;
  margin-bottom: 30px;
  color: #777474;
  line-height: normal;
  font-size: 13px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.post-on {
    font-weight: 700;
}
span.has-dot {
    position: relative;
    padding-left: 10px;
}
span.has-dot::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: block;
    left: -3px;
    border-radius: 50%;
}
/* widget */
.widget-title {
    background-color: #05243e;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #ffffff !important;
    border-top-width: 0;
    border-bottom-width: 15px;
    border-left-width: 0;
    border-right-width: 0;
    border-color: initial;
    border-style: solid;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
    width: 100%;
    /* border-radius: 99px; */
    padding: 16px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}
	.widget{
	    border-left-width: 0;
	    border-right-width: 0;
	    border-top-width: 0;padding-bottom: 20px;
    margin-bottom: 20px;
font-family: "Work Sans", sans-serif;
font-size: 14px; color:#666;

	}.widget ul {
    margin: 0;
    padding: 15px;
    list-style: none;
    background: #fff;
}
 .widget ul li a{
    color: #818181;
}
.widget ul li {
    margin: 0;
    font-family: "Work Sans", sans-serif;
    padding: 0;
    color: #333;
    list-style: none;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}

/* calendar widget */
.widget_calendar {  clear: both;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 2px; margin-bottom: 2px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar #prev  { text-align:left; display:none;}
#wp-calendar #next { text-align:right; }

 .wp-calendar-nav{display: none;}


.entry-title a, .entry-title  {
    color: #232c2b;
    line-height: 42px;
    font-size: 38px;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    letter-spacing: -1pt;
}

.entry-title a:hover {
	text-decoration: none;
}




.bajada {
  color: #636363;
  text-align: left;
  font-weight: 100;
  margin-top: 20px;
  line-height: 29px;
  font-size: 20px;
 }
.bajada-prod {
    color: #aaaaaa;
    clear: both;
    font-weight: 500;
    line-height: 20px;
    font-size: 19px;
    /* text-transform: uppercase; */
    padding: 5px 10px 16px 10px;
    display: inline-block;
    /* background-color: #be7d59; */
    font-family: "Work Sans", sans-serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/* social */

.article-social{
  margin-top: 20px;
}

.article-social .social-shares
{
  font-size: 12px;line-height: 33px;
}
.social-fav a {
    color: #ccc;
    text-indent: 0;
}.social-fav {
    float: right !important;
    margin-right: 0 !important;
    font-size: 35px;color:#ccc;
}
.mini-social {
    padding: 0;
    margin: 0;
    overflow: auto;
}
.mini-social a {
  width: 40px;
  height: 40px;
  display:inline-block;
  background-repeat:no-repeat;
  background-size:contain;
	margin-bottom: 10px;

}.mini-social li {
    list-style: none;
    float: left;
    margin-right: 10px;
    height: 40px;
    overflow: hidden;
}
.social-fb {
  background-image:url(social/social-fb.png);
  background-image:url(social/social-fb.svg), none;
  background-size: cover;
  -ms-behavior: url(../bastrap3/backgroundsize.min.htc);
}
.social-tw {
  background-image:url(social/social-tw.png);
  background-image:url(social/social-tw.svg), none;
  background-size: cover;
  -ms-behavior: url(../bastrap3/backgroundsize.min.htc);
}.social-gp {
  background-image:url(social/social-gp.png);
  background-image:url(social/social-gp.svg), none;
  background-size: cover;
  -ms-behavior: url(../bastrap3/backgroundsize.min.htc);
}



/*-----------------------------------------------------------------------------------*/
/*	01. Titulos Secciones
/*-----------------------------------------------------------------------------------*/




/*------------------------------------*\
	boton play foto videos
\*------------------------------------*/


.gKhQRv {
    position: absolute;
    height: 55px;
    width: 55px;

    top: 0px;
    left: 0px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    background: #fff;
    z-index: 1;
}


.ezqlnn a {
    height: 22px;
    width: 22px;
		font-size: 19px;
		color: #ccc;
}
.ezqlnn  a .fa-microphone{
	height: 22px;
	width: 22px;
		font-size: 16px;
		color: #fff;
}


@media (min-width:768px){.gKhQRv{height:40px;width:40px;}}/*!sc*/
@media (min-width:1024px){.gKhQRv{height:32px;width:32px;}}/*!sc*/
@media (min-width:1280px){.gKhQRv{height:40px;width:40px;}}/*!sc*/

/*=========================================================
	ARTICLE
===========================================================*/
/*------------------------------------*\
	Default Article
\*------------------------------------*/
.article {
	position:relative;
	margin-bottom:30px;
}

.article .article-img > a {
	display:block;
}

.article .article-img > a:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: #222;
	opacity:0;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.article:hover .article-img > a:after {
	opacity:0.3;
}

.article .article-img {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;

}

.article .article-img img {
	width:100%;
  height: 200px;

object-fit: cover;
	-webkit-transition:0.5s -webkit-transform;
	transition:0.5s -webkit-transform;
	transition:0.5s transform;
	transition:0.5s transform, 0.5s -webkit-transform;
}

.article:hover .article-img img {
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
}

.article .article-img  .article-info {
	position:absolute;
	bottom:15px;
	left:15px;
	z-index:22;
}




.article .article-title {

	margin-top:20px;
}

 /* Remove the old bullet points */


small, .small {
    font-size: 0.8em;
line-height: 1.4em;
		color:#444;
}
.entry-content {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 10px;
  color: #666;
}
.entry-content a {
    font-weight: 600;
    color: #898967;
}
.entry-content a:hover
{text-decoration: none;

}
.entry-content img {
max-width:100%;
word-wrap: break-word;
height: auto;

}
  .entry-content strong{
	 font-weight: 600;
 color:#222;
}



body.category{
 background: #fff;
}


.article .article-title > a {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #000;
  position: relative;
  font-size: 21px;
  margin-top: 2px;
  line-height: 25px;
}
.article .article-titleh3 > a  {
	font-family: helvetica, arial;
	font-weight: 600;
	color: #000;
	font-size: 17px;
	line-height: 19px;
}
.article .article-meta {
	margin-bottom: 10px;
	margin-top: 10px;
}

.article .article-meta li {
	display:inline-block;
	color:#444;
	font-weight:400;
	font-size:12.5px;
	text-transform:uppercase;
}

.article .article-meta li + li {
	margin-left:10px;
}

 /*------------------------------------*\
Sidebar
\*------------------------------------*/

.sidebar {
  background: #232c28;
   transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

 

.sidebar h5 {
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  color:#f1f1f1;
}

.sidebar ul {
  padding: 0;
  margin: 0;
}

.sidebar ul li a , .sidebar  h6{
  display:block;
  font-size: 0.8rem;
  color: #fff;
  transition: all 0.3s ease;
}

.sidebar ul li a:hover {
  color: #5dab55; /* verde tipo WhatsApp */
  transform: scale(1.2);
}

.list-group-flush > .list-group-item {
   background: #232c28 !important;

}
.sidebar .border-bottom {
  border-bottom: 1px solid #385146 !important;
}


/*------------------------------------*\
	tags Widget
\*------------------------------------*/

.widget-tags ul  {
	display:inline-block;
	margin-top:3px;
}

.widget-tags ul a {
	display: block;
	padding: 9px 15px;
	color: #555; float:   left;
	border: 1px solid #555;
	font-size: 12.5px; margin: 2px;
}

.widget-tags ul  a:hover {
	color:#000;
	border-color:#000;
}

.card-img-top    {

	width: 100%;

object-fit: cover;

}

.card-img-top   img {

	width: 100%;


height: auto;
object-fit: cover;

}

.card a{
  color: #8d8d8d;
  font-weight: 500;


}.bg-verde-animal {
  --bs-bg-opacity: 1;
  background-color: rgb(241, 241, 241) !important;
}
.bg-verde-animal .list-group-flush > .list-group-item {
  background: #fff !important;
  font-size: 14px;
  font-weight: 300 !important;
}
.bg-light-blue .card a{
  color: #0e295f;
font-weight: 600;
}
.cardsingle b {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;

}
.single-product .grey-background { background: #eee; }
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}
.iconocarro{
    align-items: flex-start;
    display: flex;
    flex: 2;
    float: left; margin-right: 10px;
    font-size: 24px;
    justify-content: center;
}
 
.lead {
    font-size: 1.25rem;
    font-weight: 100;
}
.backgris{
background: #f9f9f9;
border:none;

}

.mb-auto, .my-auto {

    margin-bottom: auto !important;

}


.tiemposingle {

	    color: #515050 !important;
	font-family: "Work Sans", sans-serif;
text-transform: uppercase;
		line-height: normal;text-align: center;
		font-size: 12px;
}



.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}


/**
 * 12.1 Posts and pages
 */


.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

  .entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

 .wp-caption {
  background:#F7F7F7;
  border: 1px solid #E7E8E6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding-top:5px;
  margin:4px 10px;
    	font-size:12px;
font-family: "Work Sans", sans-serif;
  color:#333;
  text-align:center;

}



   h1, h2 , h3, h4, h5, h6  {
  font-family: "Work Sans", sans-serif;
	 line-height: normal;
   font-weight: 700;
}
.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}


.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}


.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
	word-break: break-all;

}



.alazar h4 a {
font-family: "Work Sans", sans-serif;
	color: #333333;
line-height: normal;font-size: 14px;
}


.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}

.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}
 
.btn-success.btn-success {
  color: #fbfbfb;
  background-color: #008c85;
  border-color: #008c85;
}
.btn-outline-danger {
  color: #fb903b;
  border-color: #fb903b;
}

.navbar-light .navbar-nav .nav-link {
  color:#000;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: #000;    font-size: 16px;

}

a.nav-link   {
font-weight: 600;
    font-size: 15px;
font-family: "Work Sans", sans-serif;
}
.nav-link  span {
    display: block;
    color: #fff;
    font-size: 9px;
    font-style: normal;
    line-height: 10px;
		font-weight: 400;
}
.nav-item .nav-link span.badge-counter {
	 position: absolute;
	 transform: scale(.7);
	 transform-origin: top right;
	 right: .25rem;
	 margin-top: -.25rem;
}.nav-item  span.badge-danger {
    color: #fff;
    background-color: #e74a3b;
}
.nav-item  span.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;	 position: absolute;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
		margin-top: -40px;
		right: auto;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 15px 0;
    margin: 0;
    font-size: 15px;
line-height: 22px;
    color: #3a3b3b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-size: 14px;
  font-weight: 500;
  color: #484848;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-item {
    border-bottom: 1px solid #ddd; /* o el color que prefieras */
    padding: 10px 0;
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none; /* opcional, para quitarlo del último */
  }
}

.entry-content ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.entry-content ul     {


    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;


		line-height:1.4rem;


}
/**
 * esconder en version mobile
 */

 .mobile_only{
 	 display:none !important;
  }
 @media screen and (max-width: 768px) {
 	.mobile_only{
 		display: inline-block !important;
 	}
  .entry-content iframe {
      max-width: 100%;
      width: 100%;
      height: 300px;

      margin-left: 0;
      margin-right: 0;
      border-radius: 10px;
      overflow: hidden;
  }



               .desktop_only    {
 		display: none !important;
 	}


	 	}


    .bg-primary {
        background-color: #08479e !important;
    }
    .btn-light:hover {
        color: #fff;
        background-color: #6b9081;
        border-color: #6b9081;
        text-decoration: none;
    }
 
.single-header-section-links {
    display: flex; /* Usar flexbox */
    justify-content: flex-end; /* Alinea a la derecha en escritorio */
}

.single-header-link {
    margin-left: 10px;
    padding: 12px 21px;
    border: 1px dashed rgb(0 0 0 / 0%);
    background: #ffffff;
    color: #05243e !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

/* Media Query para móviles */
@media (max-width: 768px) { /* Ajusta el valor según tus necesidades */
    .single-header-section-links {
        justify-content: flex-start; /* Alinea a la izquierda en móviles */
        text-align: left; /* Asegúrate de que el texto esté alineado a la izquierda */
    }
}



.single-header-link:hover {

background: #55c29c;
    color: #fff;
     text-decoration: none;
}

.single-header-link i {
    padding-right: 10px;
    font-size: 15px;
}

.single-header-link:hover {
    border-color: transparent;

}

.fl {
    float: left;
    width: 100%;
    position: relative;
}


.single-header-breadcrumbs .breadcrumbs a:before {
    right: 10px;
}

.single-header-breadcrumbs {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.21);
}

.single-header-section-price {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
}

section.color-bg .section-title h2, .single-header-section-price, .header-sec-link a, .flat-title-wrap h2 {
    color: #fff;
}

.single-header-section-price span {
    color: #fa2964;
    font-size: 24px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    top: 2px;
}

.single-header-breadcrumbs .breadcrumbs {
    float: left;
    position: relative;
    top: 10px;
}

.single-header-breadcrumbs .breadcrumbs a, .single-header-breadcrumbs .breadcrumbs span {
    float: left;
    padding: 0 32px 0 0;
}

section.color-bg .section-title .breadcrumbs {
    margin-top: 0;
    margin-bottom: 10px;
}

section.color-bg .section-title .breadcrumbs a:before {
    background: #fff !important;
}


.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}
.travel-packages, .agents_content, .agencies_content {
    position: relative;
    width: 100%;
    padding: 60px 0;

}
.travel-packages   .widgettitle {
    position: relative;
    font-size: 24px;
    margin-bottom: 40px;
    display: block;
    text-align: center;
    margin-top: 0;
    font-weight: 800;
    color: #000;
    font-family: 'Signika', 'Montserrat', 'Montserrat', cursive;
    text-transform: uppercase;
}
.travel-packages  .widgettitle:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -15px;
    width: 12px;
    height: 12px;
    margin-left: -5px;
    transform: rotate(
45deg);
    border: 2px solid #ffffff;
    background-color: #000000;
}

.travel-packages  .widgettitle:after {
    content: '';
    background-color: #000000;
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
}
.travel-packages   .widgettitle small {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 100;
    text-transform: initial;
}
.tour-small {
    border: 1px solid #e8e9ec;

    margin-bottom: 30px;
}
.travel-packages  figure {
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.travel-packages    img {
    height: auto;
    width: 100%;
    vertical-align: middle;
    object-fit: cover;

}
.tour-small-duration {
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 10px;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 12px;
}
.tour-small-content {background: #fff;
}
.ptb-10 {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.prl-20 {
padding-right: 20px !important;
padding-left: 20px !important;
}
.tour-small-title {
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.tour-small-title h5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.tour-small-title  a {
    color: #000;
    text-decoration: none;
}
.tour-small-head a {
    font-size: 17px;
    font-weight: 600;
}
.tour-small-head {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    font-weight: 500;
}
.tour-small-price {
    color: #484848 !important;
    font-weight: 700;  font-family: 'Signika', 'Montserrat', 'Montserrat', cursive;
    font-size: 13px;

}
.tour-small-location i {
    color: #999;
    font-size: 12px;
}.tour-small-location, .tour-small-location a {
    color: #656565 !important;
    margin: 0;
    font-size: 13px;
}


.on-header__text  {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    color:#fff;
    letter-spacing: normal;
    line-height: 20px;
    text-align: center;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 0rem;
   border: 0px solid transparent;
      border-radius:0px;
}
.alert-primary {
  color: #493019;
  background-color: #FFD4B3;
  border-color: #FFD4B3;
}
.on-header__link  {
    font-size: 16px;
    color: #b74903;
    font-weight: 600;
    text-decoration: underline;
}
.on-header__link:hover  {
    font-size: 16px;
    color: #493019;
    font-weight: 600;
    text-decoration: underline;
}
.alert-primary i{
    color: #493027;

}


/*-----------------------------------------------------------------------------------*/
/*	01. modulo fotos + texto
/*-----------------------------------------------------------------------------------*/

.probootstrap-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.probootstrap-half .image-wrap, .probootstrap-half .text {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .probootstrap-half .image-wrap, .probootstrap-half .text {
    width: 100%;
  }
}

.probootstrap-half .image-wrap {
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .probootstrap-half .image-wrap {
    height: 400px;
    width: 100%;
  }
}

.probootstrap-half .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
  background-color: #fff;
}

.probootstrap-half .text {
  padding-top: 50px;
    padding-right: 80px;
    padding-bottom: 100px;
      padding-left: 80px;
text-align: center;
    background-color: #232c27;

    font-family: "Work Sans", sans-serif;
        font-size: 1rem;
        line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .probootstrap-half .text {
    width: 100%;
    padding: 30px 15px;
    float: left;
  }
}

.probootstrap-half .text .subtitle {
  color: #92A498;
  font-size: 10px;
  letter-spacing: 2pt;
  font-family: "Work Sans", sans-serif;
}

.probootstrap-half .text h2, .probootstrap-half .text h3, .probootstrap-half .text .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .probootstrap-card .probootstrap-card-text .probootstrap-half .text .probootstrap-card-heading, .probootstrap-half .text .service .heading, .service .probootstrap-half .text .heading, .probootstrap-half .text h4, .probootstrap-half .text h5 {
  font-family: 'Gutter Rust';
  font-style: normal;
  font-weight: 100;
  text-transform: none;

}

.probootstrap-half .text h3, .probootstrap-half .text .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .probootstrap-card .probootstrap-card-text .probootstrap-half .text .probootstrap-card-heading, .probootstrap-half .text .service .heading, .service .probootstrap-half .text .heading {
	font-size: 15px;
    letter-spacing: 2pt;
    text-align: center;
    font-family: "Work Sans", sans-serif;

    font-style: normal;  text-transform: none;
    font-weight: normal;

  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .probootstrap-half .text h3, .probootstrap-half .text .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .probootstrap-card .probootstrap-card-text .probootstrap-half .text .probootstrap-card-heading, .probootstrap-half .text .service .heading, .service .probootstrap-half .text .heading {
    font-size: 24px;
    line-height: 24px;
  }
  .entry-title a, .entry-title  {
    color: #333;
    line-height: 27px;
    font-size: 25px;
    font-family: "Work Sans", sans-serif;
    font-weight: 900;
    letter-spacing: -1pt;
  }
}

.probootstrap-half .text p {
  color: #e1e1e1;
  line-height: 1.2;
  font-weight: 300;
}

.probootstrap-half.reverse {
  position: relative;
}

.probootstrap-half.reverse .image-wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .probootstrap-half.reverse .image-wrap {
    position: relative;
    height: 400px;
  }
}

.probootstrap-half .btn-ghost-white {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.probootstrap-half .btn-ghost-white:hover, .probootstrap-half .btn-ghost-white:active, .probootstrap-half .btn-ghost-white:focus {
  background: none !important;
  color: #fff !important;
  border-color: #fff !important;
}

.probootstrap-half .service-item {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.probootstrap-half .service-item .number {
  font-weight: 700;
  font-size: 100px;
  left: 0px;
  margin-left: -50px;
  top: 0;
  color: rgba(255, 255, 255, 0.05);
  z-index: 1;
  line-height: 100px;
  position: absolute;
}

.probootstrap-hover-overlay {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: .7s all ease-out;
  transition: .7s all ease-out;
  margin-bottom: 10px;
}

.probootstrap-hover-overlay img {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.probootstrap-hover-overlay:before {
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.probootstrap-hover-overlay .probootstrap-text-overlay {
  text-align: center;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  -webkit-transition: .4s all ease-out;
  transition: .4s all ease-out;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.probootstrap-hover-overlay .probootstrap-text-overlay h3, .probootstrap-hover-overlay .probootstrap-text-overlay .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .probootstrap-card .probootstrap-card-text .probootstrap-hover-overlay .probootstrap-text-overlay .probootstrap-card-heading, .probootstrap-hover-overlay .probootstrap-text-overlay .service .heading, .service .probootstrap-hover-overlay .probootstrap-text-overlay .heading {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
}

.probootstrap-hover-overlay .probootstrap-text-overlay p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.probootstrap-hover-overlay .probootstrap-text-overlay p:last-child {
  margin-bottom: 0;
}

.probootstrap-hover-overlay:hover:before {
  opacity: 1;
  visibility: visible;
}

.probootstrap-hover-overlay:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.probootstrap-block-image {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}

.probootstrap-block-image figure {
  width: 200px;
  margin: 0 auto;
}

.probootstrap-block-image figure img {
  max-width: 100%;
  border-radius: 50%;
}

.probootstrap-block-image h4 {
  font-size: 20px;
  text-transform: uppercase;
}



.probootstrap-footer-social li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}

.probootstrap-footer-social li a {
  padding: 10px;
  font-size: 22px;
}

.probootstrap-footer-social li a:hover {
  text-decoration: none !important;
}

.probootstrap-footer-social li:first-child > a {
  padding-left: 0;
}
.probootstrap-half .btn {
  background: #5dab55;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 18px;
  border: 4px solid #5dab55;
  display: inline-block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  font-weight: 500;
}
.probootstrap-half .btn:hover {
  background: #fff;
  padding: 1rem 2rem;
  color: #5dab55;
  border: 4px solid #fff;
  display: inline-block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  font-weight: 800;
}
.probootstrap-half small, .probootstrap-half  .small {
	 font-size: 55%;
	 font-weight: 400;
   color: #e1e1e1;

}
 
.probootstrap-half a.bold {
    font-weight: 700;
    font-style: normal;
}


.footer_final {
    background: transparent;
}
.footer_final   {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;list-style: none;
}
.footer_final  ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.footer_final   ul li a  {
  list-style: none;
    display: block;
    margin-right: 3px;
}


.footer_final   ul li {
    margin: 0 2px;  list-style: none;
}

.centrar   {
align-items: center;
text-align: center;
}
.border-info {
    border-color: #212c51 !important;
}
.border-info  .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgb(33 44 81);
}
.border-info .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgb(33 44 81);
    font-weight: 900;
    color:#212c51;
}

.text-container p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
#financiacion {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.7);
    padding: 35px 0 40px;
    position: relative;
    z-index: 2;
    background-color: #FFF;
}
#financiacion img{
text-align: center;
}
#financiacion h3{
text-align: center;
font-size: 22px;
color:#ccc;
font-weight: 300;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 0.8rem;
    color: #000000;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-weight: 600;
    border-radius: 0;
    overflow-anchor: none;
    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, border-radius 0.15s ease;
}

.crucero {

	background: #333 url(images/crucero.jpg) no-repeat bottom right;

}
 
.crucero .btn-outline-light,
.crucero .btn-outline-light:hover {
  background: none;
  border: none;
  color: #fff;

  display: flex;
  align-items: center;     /* centra vertical */
  justify-content: center; /* centra horizontal */
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;

    align-items: center;
    justify-content: flex-start;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #05243e;
    background-clip: padding-box;
    border: 1px solid rgb(127 21 21 / 15%);
    border-radius: 0.3rem;
    outline: 0;
    color:#fff;
}
.modal-content h5  {

    font-weight: 200;
    color:#70929d;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #03253c;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.btn-close:before {
font-family: 'Font Awesome 5 Free';
    content: "\f410";
    color:#fff;

  }
  .btn-close {
      box-sizing: content-box;
      width: 1em;
      height: 1em;
      padding: 0.25em 0.25em;
      color: #fff;
background: none;

          color:#fff;
                border: 0;
      border-radius: 0.25rem;
      opacity: 0.5;
  }

  .fixed-whatsapp {
    position: fixed;
    right: 0;
    bottom: 20px;
    left: 20px;
    z-index: 1030;
}
.btn-whatsapp svg {
    width: 67px;
    height: 67px;
    padding: 10px 8px;
    fill: white;
    vertical-align: middle;
}
.btn-whatsapp {
    z-index: 999;
    color: white;
    width: 67px;
    height: 67px;
    background-color: #008c80;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    border-radius: 50%;
    border: 0;
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-7-27 16:36:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/*------------------------------------*\
	REDES SOCIALES COMPARTIR
\*------------------------------------*/
.article-social {
 margin-top: 20px;
}
.article-social .social-shares {
 font-size: 12px;
 line-height: 33px;
}
.social-fav {
  float: right !important;
  margin-right: 0 !important;
  font-size: 20px;
}

.social-fav a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff; /* Agregado: Fondo redondo */
  border-radius: 50%; /* Agregado: Borde redondo para un aspecto circular */
   text-decoration: none; /* Agregado: Elimina subrayado del enlace */
}

.social-fav i {
  display: block;
}

.mini-social {
 padding: 0;
 margin: 0;
 overflow: auto;
}
.mini-social li {
    list-style: none;
    float: left;
    margin-right: 10px;
    height: 40px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10%;
    text-align: center;
    line-height: 40px;
}

.mini-social a {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 20px; /* Ajusta el tamaño del ícono según sea necesario */
  margin-bottom: 10px;
  color: #333; /* Agregado: Color del ícono */
}

/*------------------------------------*\
	nosotros
\*------------------------------------*/
/* ========== Portada ========== */
/* =========================
========  portada ========
=========================*/
.bg-gray-gradient {
    background-color: #e9ecef !important;
    background: linear-gradient(to bottom,#e9ecef 0%,rgba(var(#e9ecef),.35) 100%)!important;
}

.p-top-90 {
    padding-top: 90px!important
}

.p-bottom-90 {
    padding-bottom: 90px!important;
}
.image-info {
    position: relative
}

.image-info.image-info-vertical .image-center {
    margin-left: 3rem
}

.image-info.image-info-vertical .vertical-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%
}

.image-info.image-info-vertical .vertical-title>small {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    color: var(--bs-secondary);
    text-transform: uppercase;
    text-wrap: nowrap;
    letter-spacing: .135rem
}
.image-info.image-info-vertical  .text-primary {
    color:#315869 !important;
}
.image-info.image-info-right {
    margin-right: 65px
}

.image-info.image-info-left {
    margin-left: 65px
}

.image-info .image-center {
    overflow: hidden
}

.image-info .info-top-right {
    left: unset;
    right: 1.5rem;
    top: 1.5rem;
    width: auto
}

.image-info .info-left-top {
    right: unset;
    left: 1.5rem;
    top: 1.5rem;
    width: auto
}

.image-info .info-right-bottom {
    left: unset;
    right: 1.5rem;
    bottom: 1.5rem;
    width: auto
}

.image-info .info-bottom-left {
    left: 1.5rem;
    right: unset;
    bottom: 1.5rem;
    width: auto
}

.image-info .info-bottom-left,.image-info .info-left-top,.image-info .info-top-right,.image-info .info-right-bottom {
    text-align: center;
    position: absolute;
    width: 130px;
    z-index: 1
}

.image-info.image-info-left .info-bottom-left,.image-info.image-info-left .info-left-top {
    transform: translateX(-50%)
}

.image-info.image-info-left .info-bottom-left {
    bottom: 4rem
}

.image-info.image-info-left .info-left-top {
    top: 4rem
}

.image-info.image-info-right .info-top-right,.image-info.image-info-right .info-right-bottom {
    transform: translateX(-50%)
}

.image-info.image-info-right .info-right-bottom {
    bottom: 4rem;
    left: 100%
}

.image-info.image-info-right .info-top-right {
    top: 10rem;
    left: 100%
}

@media (max-width: 1399.98px) {
    .image-info.image-info-right {
        margin-right:65px
    }
}

@media (max-width: 1199.98px) {
    .image-info.image-info-right {
        margin-right:65px
    }
}

@media (max-width: 767.98px) {
    .image-info.image-info-right {
        margin-right:0;
        margin-left: 0
    }

    .image-info.image-info-right .info-right-bottom {
        bottom: -1.5rem;
        right: 1.5rem;
        left: unset;
        transform: unset
    }

    .image-info.image-info-right .info-top-right {
        top: -1.5rem;
        right: 1.5rem;
        left: unset;
        transform: unset
    }

    .image-info.image-info-left .info-bottom-left {
        bottom: -1.5rem;
        left: 1.5rem;
        transform: unset
    }

    .image-info.image-info-vertical .image-center {
        margin-left: 1.75rem
    }
}

@media (max-width: 576px) {
    .image-info.image-info-vertical .vertical-title>small {
        font-size:.65rem
    }
}


.vertical-award {
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    width: 130px
}

.vertical-award .award-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.vertical-award .award-title {
    font-weight: 500;
    display: inline-block;
    line-height: 1.35;
    margin-top: .75rem;
    line-height: 1.15;
}

.vertical-award .award-footer {
    background-color: #033f57;
    color: #fff !important;
    font-weight: 500;
    padding: .175rem .9rem;
}
.vertical-award .award-footer small {
  line-height: 1.9em;

    color: #fff !important;

}
.home-img .block-title .sub-title {
    text-transform: uppercase;
    color: #777778;
    letter-spacing: .175rem;
    font-weight: 400;
		font-size: 11px;
    display: block;
    margin-bottom: .5rem;
}
.home-img .block-title .title {
    margin-bottom: 0;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
      font-weight: 700 !important;
	    font-weight: normal;
		font-size: 32px;
}.home-img .block-title {
    margin-bottom: 1rem;
		border:none;
}
.home-img .texto-sub {
    font-size: 17px;
    color: #444;
    font-weight: 400;
}
.home-img .texto-sub strong{

    color: #222;
    font-weight: 600;
}
.home-img .strength-list {
    padding-left: 0;
    list-style: none
}

.home-img .strength-list .strength-item {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
		font-weight: 400;
		font-size: 15px;

}

.home-img .strength-list .strength-icon {
    margin-right: 1rem;
    color:#009987;
}
.btn.btn-uppercase {
    text-transform: uppercase;
    font-size: .95rem;
    letter-spacing: .115rem;
    padding: .72rem 1rem;
		font-weight: 200;
}

.line-colores {
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #cad9bf 0%, #008c85 37.5%, #008c85 69.5%, #cad9bf 100%);
}
 

/*** Carousel  ***/

.carousel-item {
  position: relative;
  font-weight: 200;
  font-style: normal;
}
.carousel {
  z-index: 1;
}


.carousel-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
 
.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("images/aventura.png") no-repeat right -10px top -70px / 300px 300px,
    url("images/aventura3.png") no-repeat left 20px bottom 20px / 300px 300px;
  z-index: 2;
  pointer-events: none;
}

.carousel-caption {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.carousel-item p {
  max-width: 700px;
font-weight: 400;
font-style: normal;
  margin: 0 auto 35px auto;
}

.carousel-caption h6 {
text-transform: uppercase;
font-weight: 400;
font-style: normal;
color:#f7f7f7;
}
.carousel-caption h1 {
  font-style: normal;
  font-family: 'Gutter Rust';
}
.carousel-caption .carousel-content a button.carousel-content-btn1 {
  background: var(--bs-secondary);
  color: #f1f1f1;
  opacity: 1;
  border: 0;
  border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
  background: var(--bs-light);
  color: #333;
  border: 0;
  opacity: 1;
  transition: 1s;
  border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
  background: #22427e;
  color: #f1f1f1;
  opacity: 1;
  border: 0;
  border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
  background: var(--bs-light);
  color: #333;
  border: 0;
  opacity: 1;
  transition: 1s;
  border-radius: 20px;
}

#carouselId .carousel-indicators li {
  width: 30px;
  height: 10px;
  background: var(--bs-primary);
  margin: 10px;
  border-radius: 30px;
  opacity: 1;
}

#carouselId .carousel-indicators li:hover {
  background: var(--bs-secondary);
  opacity: 1;
}

@media (max-width: 992px) {
  .carousel-item {
      min-height: 500px;
  }

  .carousel-item img {
      min-height: 500px;
      object-fit: cover;
  }

  .carousel-item h1 {
      font-size: 40px !important;
  }

  .carousel-item p {
      font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .carousel-item {
      min-height: 400px;
  }

  .carousel-item img {
      min-height: 400px;
      object-fit: cover;
  }

  .carousel-item h1 {
      font-size: 28px !important;
  }

  .carousel-item p {
      font-size: 14px !important;
  }

   .nav-link {
      padding: 11px 2px;
      border-bottom: 1px solid #7391a8;


  }
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 9px;
  height: 9px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
.carousel-indicators {
  position: absolute;
  right: var(--swiper-pagination-right, 8px); /* Ajusta según tu diseño */
  left: var(--swiper-pagination-left, auto); /* Ajusta según tu diseño */
  top: 35%;
  transform: translate3d(0, -50%, 0);
}
.carousel-indicators {

  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 1%;
  margin-bottom: 1rem;
  margin-left: 15%;
  flex-direction: column;
}

.carousel-indicators button {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; /* Ajusta según tu diseño */
  display: block;
  width: 8px; /* Ajusta según tu diseño */
  height: 8px; /* Ajusta según tu diseño */
  background-color: #000; /* Ajusta según tu diseño */
  border: none; /* Ajusta según tu diseño */
  border-radius: 50%; /* Ajusta según tu diseño */
  cursor: pointer;
}

.carousel-indicators button.active {
  background-color: #527495; /* Ajusta según tu diseño */
}

/* Transiciones y estilos adicionales */
.carousel-indicators button {
  transition: background-color 0.2s ease;
}

.carousel-indicators button:focus {
  outline: none; /* Evita el contorno al hacer foco */
}


/*** listas productos  ***/
.lista-tour .btn-danger {
  color: #ffffff;
  background-color: #8b70ba !important;
  border-color: #8b70ba !important;
}


.lista-tour .btn-light {
    color: #000;
    font-weight: 500;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}
.titulo-tour h6 , .titulo-tour h6 a{
  font-family: "Work Sans", sans-serif;
  line-height: normal;
  font-weight: 600;
  color:#000 !important;
}

.item-img {
  position: relative;
  overflow: hidden;
}

.item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.item-img::after {
  content: "Ver detalles"; /* texto que quieras mostrar */
  width: 100%;
  height: 100%;
  line-height: 180px; /* igual a la altura de la imagen */
  font-size: 1em;
  text-align: center;
  color: #fff;
  background: rgba(29, 48, 16, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.item-img:hover::after {
  opacity: 1;
}

.item-img:hover img {
  transform: scale(1.05);
}#filtro-categorias a.categoria-filtro {
  background: #fff;
  color: #333;
  transition: all 0.2s ease;
  border: 1px solid #ddd;
  font-size: 13px;
}

#filtro-categorias a.categoria-filtro:hover {
  background: #f0f2f5;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

#filtro-categorias a.categoria-filtro.active {
  background: #198754;
  color: #355b4d;
  border-color: #198754;
  font-weight: 500;
}
.item-list .item-book .price {
  float: right;
  font-size: 1.4em;
  line-height: 36px;
}
.tour-thumb {
  position: relative;
}

.el-meta {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 5;
}

.uk-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background:#355b4d;
  color: #fff !important;
  font-size: 12px;
  font-weight: 500;
  border-radius: 12px;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.uk-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.lista-tour  .card-content {
  color: var(--body-color);
  padding: 1px;
  overflow: hidden;
  position: relative;
}
.mini-card {
  display: flex;
  align-items: center;
  padding: .85rem 1rem;
  background-color: #fff;
  color: #000;
}

.mini-card.card-center {
  padding: 1.25rem;
  flex-direction: column;
  text-align: center
}

.mini-card.card-simple {
  padding: 0;
  background-color: #fff0;
}

.mini-card .card-icon {
  color: #8db065;
  padding-right: 0.4rem;
  font-size: 1rem;
  line-height: 1;
}
.mini-card.card-center .card-icon {
  border-right: unset;
  margin-right: unset;
  padding-right: unset;
  margin-bottom: .75rem
}

.mini-card .card-title {
  color: #333;
  display: block;
  margin-bottom: 0;
  font-size: 0.9rem
}

.mini-card.card-center .card-title {
  font-size: 1.275rem
}

.mini-card .card-desc {
  color: #666;
  display: block
}

.mini-card .card-link:hover {
  color: #000;
}

.mini-card.card-hover:hover,.mini-card.active {
  background-color: #ccc;
}

.mini-card.card-hover:hover .card-icon,.mini-card.card-hover:hover .card-title,.mini-card.card-hover:hover .card-desc,.mini-card.active .card-icon,.mini-card.active .card-title,.mini-card.active .card-desc {
  color: #fff
}

@media (max-width: 576px) {
  .mini-card.card-mobile-small .card-icon {
      margin-right:.75rem;
      padding-right: .75rem;
      font-size: 1.1rem
  }

  .mini-card.card-mobile-small .card-title {
      font-size: 1rem
  }

  .mini-card.card-mobile-small .card-desc {
      font-size: .85rem
  }
}
/* ====== ESTILOS AISLADOS PARA SECCIÓN BLOG ====== */
.blog-list-cards .object-fit-cover { object-fit: cover; }

.blog-list-cards .blog-card {
  transition: all .25s ease;
  border-radius: 0.75rem;
}
.blog-list-cards .blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}

.blog-list-cards .card-body {
  padding: 1.5rem;
}

.blog-list-cards .blog-badge , .blog-badge{
  background-color: #f3f3f3;
  color: #333;
  border-radius: 0.25rem;
  font-weight: 500;
}

.blog-list-cards .card-text{
   color: #333 !important;
  
}

.blog-list-cards .btn-outline-dark {
  border-color: #333 !important;
  color: #333!important;
  transition: all .2s ease;
}
.blog-list-cards .btn-outline-dark:hover {
  background-color: #333!important;
  color: #fff!important;
}

.blog-list-cards .text-muted a:hover,
.blog-list-cards a.text-muted:hover i {
  color: #000;
}

.blog-list-cards i.fab {
  font-size: 0.9rem;
  transition: color .2s ease;
}
.blog-list-cards i.fab:hover {
  color: #000;
}

 

.entry-meta  {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #898d90;
  margin-bottom: 35px;
}


header.masthead {
   background: no-repeat center center;
  background-color: #6c757d;
  background-attachment: scroll;
  position: relative;  z-index: 3;

  background-size: cover
}
/* Overlay abajo */
header.masthead .overlay {
  z-index: 1;
}

/* Todo el texto arriba del overlay */
header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  position: relative;
  z-index: 3;
}
header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5
}
header.masthead .overlay::before {
  content: "";
  position: absolute;
  bottom: 110px;
  right: -20px;
  width: 300px; /* ajustá tamaño según tu logo */
  height: 300px;
  background: url("images/aventura6.png") no-repeat center/contain;
  z-index: 2; /* por encima del overlay */
  pointer-events: none; /* evita bloquear clics del slide */
}
/*  Versión móvil: reduce tamaño en pantallas chicas */
@media (max-width: 768px) {
  header.masthead .overlay::before {
    width: 150px;
    height: 150px;
    right: 10px;
    bottom: 10px;
    opacity: 0.9; /* opcional, más liviano visualmente */
  }
}
header.masthead .post-heading h1 {
color:#f7f7f7
}
header.masthead .page-heading,header.masthead .post-heading,header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading,header.masthead .post-heading,header.masthead .site-heading {
      padding:200px 0
  }
}

header.masthead .page-heading,header.masthead .site-heading {
  text-align: center
}

header.masthead .page-heading h1,header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0
}

header.masthead .page-heading .subheading,header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: "Work Sans", sans-serif;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,header.masthead .site-heading h1 {
      font-size:80px
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
  font-family: 'Gutter Rust';
}

header.masthead .post-heading .meta,header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block
}

header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: "Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
 
header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: "Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

header.masthead .post-heading .meta a {
  color: #fff
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
      font-size:55px
  }

  header.masthead .post-heading .subheading {
      font-size: 30px
  }
}


.woocommerce-product-gallery__trigger {
 display:none;
}
 
.elementor-widget-container .NotGeneric-Title h1 {
  z-index: 7;
  white-space: nowrap;
  visibility: inherit;
  transition: none 0s ease 0s;
  line-height: 70px;
  border-width: 0px;
  margin: 0px;
  padding: 10px 0px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 70px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  text-align: center;
}

@media screen and (max-width: 768px) {
 
  .elementor-widget-container .NotGeneric-Title h1 {
  z-index: 7;
  white-space: nowrap;
  visibility: inherit;
  transition: none 0s ease 0s;
  line-height: 33px;
  border-width: 0px;
  margin: 0px;
  padding: 10px 0px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 33px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  text-align: center;
}
	}
@media screen and (min-width: 960px) {
.woocommerce ul.products li.product a img {
    width: 100%;
    min-height: 150px;
    height: 150px;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}} 
.gallery {
      margin: auto;  
    clear: both;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.gallery-size-thumbnail dt{
    width: 99px;
    height: 99px;
    display: flex;
    object-fit: cover;
    border: #eee solid 10px;
}
 .woocommerce div.product div.images {
      margin-bottom: 25px;  
}
 

#product_total_price {
    
    margin-bottom: 20px;
	 margin-top: 25px;
}

 

/* BOTON CUPON */
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 200px;
    margin-right: 20px;
}

/* BOTON ACTUALIZAR CARRITO */
.woocommerce button.button:disabled[disabled], .woocommerce input.button:disabled[disabled] {
    background-color: #D3D3D3;
    opacity: 0.5;
    padding: 1em 1em !important;
}

  

.woocommerceproductsrevolution-bp-vc-element-blogs h3.article-title a {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    transition: all 0.3s ease 0s;
    letter-spacing: 2px;
}
.woocommerceproductsrevolution-bp-blogs-style3 .item-blogs .article-info {
    border: 1px solid #f4f4f4;
    margin: 5px 0 0;
    padding: 25px;
    position: relative;
    min-height: 160px;
    text-align: left;
}

.woocommerceproductsrevolution-bp-vc-element-blogs .article-info {
    padding: 25px;
    background: #fff;
    min-height: 104px;
 
} 
.tour-info-select select, .tour-info-select input {
    padding: 6px 12px;
    line-height: 1.7;
    font-size: 13px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    border-radius: 15px;
    background: #FFFFFF;
}
.wt-departure i {
    display: table-cell;
    padding: 3px 12px;
    vertical-align: middle;
    line-height: 1.7;
    border: none;
    width: 1%;
    cursor: pointer;
    border-left: 0;
    font-size: 13px;
}
/* --- RESET GENERAL --- */
 
/* --- CONTENEDORES PRINCIPALES --- */
  

.woocommerce .price del {
  opacity: 0.5;
  margin-right: 0.25rem;
}
.woocommerce .price ins {
  color: #000;
  text-decoration: none;
}

/* --- BOTONES --- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .single_add_to_cart_button {
  background: #111;
  color: #fff !important;
  border: none;
  border-radius: 50px;
  padding: 0.8rem 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  text-transform: none;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #333;
  transform: translateY(-2px);
}

/* --- SELECT, INPUTS --- */
.woocommerce select,
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=tel],
.woocommerce input[type=number],
.woocommerce textarea {
  width: 100%;
  border: 1px solid #ddd;
   padding: 0.6rem 0.8rem;
  font-size: 1rem;
  background-color: #fff;
  transition: all 0.2s ease;
}

.woocommerce select:focus,
.woocommerce input:focus,
.woocommerce textarea:focus {
  border-color: #000;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

/* --- LABELS --- */
.woocommerce form label {
  font-weight: 500;
  color: #555;
  font-size: 13px;
  margin-bottom: 0.3rem;
  display: inline-block;
}

/* --- VARIACIONES / FORMULARIOS DE PRODUCTO --- */
.woocommerce div.product form.cart .variations {
  margin-bottom: 1rem;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 10px;
  color: #444;
  font-weight: 500;
}
.woocommerce div.product form.cart .reset_variations {
  font-size: 0.85rem;
  color: #999;
  display: none !important;
}

/* --- CANTIDAD --- */
.woocommerce .quantity input.qty {
  width: 80px;
  border-radius: 8px;
  text-align: center;
}

/* --- MESSAGES / ALERTAS --- */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  border-radius: 12px;
  padding: 1rem 3.5rem;
  font-weight: 500;
  border: none;
}
.woocommerce-info::before {
  color: #212529!important;
  margin-right: 30px;
}
 
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  line-height: 17px;
  text-align: left;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #009987 !important;
   border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
 
 
.woo-tour-info.meta-full-style {
  width: 100%;
 border: 1px solid #ddd; 
  margin: 0;
  display: inline-block;
  padding: 20px 25px;
  margin-bottom: 30px;
  background: #ffffff !important;
  margin-top: 15px;
}
.woo-tour-info.meta-full-style h3, .woo-tour-info .wt-custom-info {
  margin-bottom: 18px;
  font-weight: 300;
  font-size: 18px;
 }
 .overlay-home {
  position: relative;
  z-index: 1;
}

.overlay-home::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.cta-content-box span{
font-weight: 400;
font-size: 27px;
}
.bg_cover-home {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}.pb-150 {
  padding-bottom: 150px;
}
.pt-140 {
  padding-top: 140px;
}

.main-btn.primary-btn {
  background-color: #63AB45;
}
 
 .main-btn i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
}
.main-btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 3px 3px 40px;
  font: 600 15px "Work Sans", sans-serif;
  text-transform: capitalize;
  border-radius: 28px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-btn i, .white-bg { background-color: #fff; }

.main-btn.filled-btn, .main-btn i, h6, h5, h4, h3, h2, h1 { color: #1C231F; }
 .main-btn.primary-btn, .text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
    color: #fff;
}
.main-btn.filled-btn {
  padding: 2px 3px 2px 40px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;

}
.main-btn.filled-btn.filled-white:hover, .main-btn.filled-btn:hover, .main-btn.filled-btn i, .main-btn.secondary-btn:hover, .main-btn.primary-btn {
    background-color: #63AB45;
    text-decoration: none;
    color:#fff;
}
 

/*******************************************************/
/**************** ## Destinations Area ****************/
/*******************************************************/
.pt-100, .py-100 {
  padding-top: 60px;
}.z-1 {
  z-index: 1;
}.rel {
  position: relative;
}
 

.destination-item .content h6, .destination-item .destination-item h6 a  {
  line-height: 1.1;
  font-size: 20px;
  font-weight: 600;
}
.destination-item .image .heart {
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: white;
  line-height: 40px !important;
  border-radius: 50%;
  text-align: center;
  color: #f7921e;
}
.destination-item .image .heart i{
 
  line-height: 40px !important;
 
  text-align: center;
  color: #232c28;
}
 
.section-title  strong {
   color: #375b4b;
    font-weight: 700;
  
     font-family: "Work Sans", sans-serif;
}
.section-title h2{
  font-family: "Work Sans", sans-serif;
  font-size: 24px;

}
.section-title {
  margin-top: -10px;
  position: relative;
}
.destination-item {
  color: #92A498;
  margin-bottom: 30px;
  background: #232C26;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  }
 
.destination-item .image {
  margin: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 230px; /* ← fija altura uniforme */
}

.destination-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* mantiene proporciones sin deformar */
  transition: 0.5s;
}

 

/* Opcional: en móvil reducimos altura */
@media (max-width: 767px) {
  .destination-item .image {
    height: 280px;
  }
}
    
 
  .destination-item .content {
    padding: 18px 40px 40px; }
    @media only screen and (max-width: 1599px) {
      .destination-item .content {
        padding-left: 22px;
        padding-right: 22px; } }
    .destination-item .content .location {
      display: block;
      margin-bottom: 3px; }
      .destination-item .content .location i {
        margin-right: 5px; }
    @media only screen and (max-width: 375px) {
      .destination-item .content h5 {
        font-size: 22px; } }
    .destination-item .content h5 a {
      color: white; }
      .destination-item .content h5 a:hover {
        text-decoration: underline; }
  .destination-item .destination-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 40px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    @media only screen and (max-width: 1599px) {
      .destination-item .destination-footer {
        padding-left: 22px;
        padding-right: 22px; } }
    .destination-item .destination-footer .price {
      font-size: 14px;
      margin-bottom: 5px; }
      .destination-item .destination-footer .price span {
        color: #232c27;
        font-size: 16px;
        font-weight: 700;
          letter-spacing: -0.5px; /* más chico = letras más juntas */

    }
    
  .destination-item:hover .image img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
.destination-item.style-four {
  color: var(--base-color);
  background: var(--lighter-color);
  border: 1px solid var(--border-color); }
  .destination-item.style-four .content h5 a,
  .destination-item.style-four  
  .destination-item.style-four .destination-footer .price span {
    color: var(--heading-color); }
  @media only screen and (min-width: 576px) {
    .destination-item.style-four.image-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .destination-item.style-four.image-left .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media only screen and (min-width: 576px) {
      .destination-item.style-four.image-left .image {
        max-width: 46%; } }
  .destination-item.style-four.image-left .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 575px) {
      .destination-item.style-four.image-left .content {
        padding-top: 30px;
        padding-bottom: 40px; } }
    .destination-item.style-four.image-left .content .price {
      display: block;
      font-size: 14px;
      margin-top: auto;
      margin-bottom: 15px; }
      .destination-item.style-four.image-left .content .price span {
        font-size: 24px;
        font-weight: 500;
        color: var(--heading-color); }
    .destination-item.style-four.image-left .content .theme-btn {
      font-size: 14px;
      padding: 4px 20px; }
  .destination-item.style-four.no-border {
    border: none;
    margin-bottom: 50px;
    background: transparent; }
    .destination-item.style-four.no-border .image {
      margin: 0 0 22px; }
      .destination-item.style-four.no-border .image .badge {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 2;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 12px;
        border-radius: 10px;
        background: var(--secondary-color); }
        .destination-item.style-four.no-border .image .badge.bgc-pink {
          background: #FD4C5C; }
        .destination-item.style-four.no-border .image .badge.bgc-primary {
          background: var(--primary-color); }
    .destination-item.style-four.no-border .content {
      padding: 0; }
    .destination-item.style-four.no-border .destination-footer {
      border-top: none;
      padding: 18px 0 10px; }
    .destination-item.style-four.no-border .theme-btn.style-three {
      font-size: 14px;
      padding: 4px 20px; }

.text-white .destination-item.style-four.no-border .image .heart i {
color: var(--secondary-color); }

.text-white .destination-item.style-four.no-border .content .location,
.text-white .destination-item.style-four.no-border .content .location i {
color: #92A498; }

.text-white .destination-item.style-four.no-border .destination-footer .price span {
color: white; }

.text-white .destination-item.style-four.no-border .theme-btn.style-three:not(:hover) {
color: #92A498;
border-color: #92A498; }
.text-white .destination-item.style-four.no-border .theme-btn.style-three:not(:hover) i, .text-white .destination-item.style-four.no-border .theme-btn.style-three:not(:hover) span {
  color: #92A498; }

    /* buscador tour*/

  .woocommerce-live-search {
    position: relative;
    margin-top: 1rem;
    gap: .5rem;
  }
  
  #live-product-search {
    border: 1px solid #ddd;
    border-right: none;
     padding: 0.6rem 1rem;
    font-size: 0.95rem;
    transition: all 0.25s ease;
  }
  
  #live-product-search:focus {
    border-color: #95bc9c;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
  }
  
  .input-group .btn {
    border-radius: 0 50px 50px 0;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
  }
  
  #search-results {
    overflow: hidden;
  }
  
  #search-results li {
    padding: .65rem .9rem;
    cursor: pointer;
    transition: background-color .2s;
  }
  
  #search-results li:hover {
    background-color: #f8f9fa;
  }
  
  /* Responsive: apila solo en pantallas chicas */
  @media (max-width: 576px) {
    .woocommerce-live-search {
      flex-direction: column;
      align-items: stretch;
    }
    
    .woocommerce-live-search a {
      width: 100%;
    }
  }
  /* ====================================
   POR QUÉ ELEGIRNOS - ESTILOS PRINCIPALES
==================================== */
.why-choose-us-prime {
  padding: 40px 0;
  font-size: 17px;
  font-weight: 400;
}

.why-choose-body-prime {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.why-choose-body-list-prime {
  width: calc(100% - 15px);
  border-radius: 0px;
  align-content: center;
  padding: 0;
}

.why-choose-body-list-prime ul {
  margin: 0;
  list-style: disc;
  padding-left: 20px;
}

.why-choose-body-list-prime ul li {
  line-height: 1.4em;
  margin-bottom: 7px;
  font-weight: 700;
}

.why-choose-body-list-prime ul li:last-child {
  margin-bottom: 0;
}

.why-choose-body-list-prime ul li::marker {
  color: #009987;
}

.why-choose-year-counter-prime {
  display: none;
  width: calc(30% - 15px);
  background: #f1f1f1;
  border-radius: 20px;
  align-content: center;
  padding: 20px;
  text-align: center;
}

.why-choose-year-counter-prime h2 {
  font-size: 52px;
  margin-bottom: 2px;
  font-weight: 500;
}

.why-choose-year-counter-prime h3 {
  font-size: 16px;
  line-height: 18px;
  margin-top: 5px;
}

.why-choose-btn-prime {
  margin-top: 20px;
}

.why-choose-images-prime {
  display: flex;
  flex-wrap: wrap;
  margin-left: 4.167vw;
  padding: 30px;
}

.why-choose-img-1-prime {
  transform: rotate(7.487deg);
}

.why-choose-img-1-prime figure {
  display: block;
  border-radius: 20px;
}

.why-choose-img-1-prime figure img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  border-radius: 20px;
}

.why-choose-img-2-prime {
  position: relative;
  transform: rotate(-8.58deg);
  margin-left: auto;
  margin-top: -240px;
}

.why-choose-img-2-prime figure {
  display: block;
  border: 6px solid #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
}

.why-choose-img-2-prime figure img {
  width: 100%;
  aspect-ratio: 1 / 1.025;
  object-fit: cover;
  border-radius: 16px;
}

.why-choose-img-2-prime .contact-us-circle-prime {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* ------------------------------------
   BOTÓN
------------------------------------ */
.btn-default-prime {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  background: #232c28;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 17px 56px 17px 25px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.btn-default-prime::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  width: 40px;
  height: 40px;
  background-color: #355b4d;
  background-image: url('images/arrow-accent.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}

.btn-default-prime:hover {
  background-color: #fff;
  color: #355b4d;
  transform: rotate(-3deg);
  text-decoration: none;
}

/* ------------------------------------
   TEXTOS Y TÍTULOS
------------------------------------ */
.why-choose-us-prime .section-title {
  margin-bottom: 40px;
}

.why-choose-us-prime .section-title h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #009987;
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}

.why-choose-us-prime .section-title h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("images/icon-sub-heading-accent.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.why-choose-us-prime .section-title h2 {
  font-size: 46px;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}

.why-choose-us-prime .section-title p {
  margin-top: 20px;
  margin-bottom: 0;
}

/* ------------------------------------
   EFECTO IMAGEN
------------------------------------ */
.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
/* ============
   CONTENEDOR CONTACTO
   ============ */

   .contacto .heading {
    font-size: 2.5rem;
    font-weight: 900;
  }
  
  .contacto .form-control {
    border: none;
    background: #f3f3f3;
  }
  #comentario {
    min-height: 100px !important;
    height: 100px !important;
    padding: 20px !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
  
  .contacto .form-control:active,
  .contacto .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
    background: #f3f3f3;
  }
  
  .contacto .col-form-label {
    color: #000;
  }
  
  .contacto .btn,
  .contacto .form-control,
  .contacto .custom-select {
    height: 50px;
  }
  
  .contacto .custom-select:active,
  .contacto .custom-select:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
  }
  
  .contacto .btn {
    border: none;
    border-radius: 4px !important;
  }
  
  .contacto .btn.btn-primary {
    background: #000;
    color: #fff;
    padding: 15px 20px;
  }
  
  .contacto .btn:hover {
    color: #fff;
  }
  
  .contacto .btn:active,
  .contacto .btn:focus {
    outline: none;
    box-shadow: none;
  }
  
  .contacto .box {
    padding: 40px;
    background: #fff;
    box-shadow: -30px 30px 0px rgba(0, 0, 0, 0.08);
  }
  
  .contacto .box h3 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .contacto label.error {
    font-size: 12px;
    color: red;
  }
  
  .contacto #message {
    resize: vertical;
  }
  
  .contacto #form-message-warning,
  .contacto #form-message-success {
    display: none;
  }
  
  .contacto #form-message-warning {
    color: #B90B0B;
  }
  
  .contacto #form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
  }
  
  .contacto .submitting {
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000;
  }
  .cmm-icon {
    filter:  hue-rotate(265deg)  contrast(101%);
  }
/* ------------------------------------
   CONTACTO GIRATORIO
------------------------------------ */
.why-choose-us-prime .contact-us-circle-prime a img {
  width: 100%;
  max-width: 140px;
  border-radius: 50%;
  animation: infiniterotateprime 20s infinite linear;
}

@keyframes infiniterotateprime {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.why-choose-us-prime .contact-us-circle-prime a:hover img {
  animation-play-state: paused;
}

/* ====================================
   RESPONSIVE
==================================== */

/* Tablets */
@media (max-width: 992px) {
  .why-choose-body-prime {
    flex-direction: column;
  }
  .why-choose-body-list-prime,
  .why-choose-year-counter-prime {
    width: 100%;
  }
  .why-choose-img-2-prime {
    margin-top: -100px;
    transform: rotate(-4deg);
  }
  .why-choose-img-1-prime {
    transform: rotate(4deg);
  }
}

/* Móviles */
@media (max-width: 600px) {
  .why-choose-us-prime {
    padding: 60px 0;
  }

  .why-choose-body-list-prime,
  .why-choose-year-counter-prime {
    padding: 20px;
  }

  .why-choose-year-counter-prime h2 {
    font-size: 40px;
  }

  .why-choose-year-counter-prime h3 {
    font-size: 16px;
  }

  .why-choose-images-prime {
    margin-left: 0;
    padding: 0;
    justify-content: center;
  }

  .why-choose-img-2-prime {
    margin-top: -60px;
    transform: rotate(0);
  }

  .why-choose-img-1-prime,
  .why-choose-img-2-prime {
    width: 80%;
    transform: none;
  }

  .why-choose-us-prime .section-title h2 {
    font-size: 32px;
    text-align: center;
  }

  .why-choose-us-prime .section-title p {
    text-align: center;
  }

  .why-choose-btn-prime {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .btn-default-prime {
    font-size: 14px;
    padding: 14px 45px 14px 22px;
  }

  .btn-default-prime::before {
    width: 32px;
    height: 32px;
    right: 5px;
  }
}
/* ====================================
   blog
==================================== */

.blog-bg .sidebar{
  background-image: url("images/blog.png");
  background-repeat: no-repeat;
  background-position: top right;
   background-size: contain; /* o cover, según lo que necesites */
  width: 100%;
  min-height: 200px; /* ajustá la altura */
}
.blog-bg .card  {
   background: transparent;
 
}


 