/*
THEME NAME: Miz_v4
THEME URI: https://www.Vertegrande.com
DESCRIPTION:  Framework by Vertegrande
VERSION: 1
AUTHOR: <a href="https://Vertegrande.com">Vertegrande&reg;</a>
AUTHOR URI: https://Vertegrande.com
*/

/* Architecture */

@import "general.css";
@import "fontawesome/all.css";
@import "about.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

 
body {
	background: #fff;

  color: #5c5c5c;
  font-size: 0.8em;
	overflow-x: hidden;
font-weight: 300;
  font-family: 'Satoshi', sans-serif;
}
a {
  cursor: pointer !important;
}a::before,
a::after {
  pointer-events: none;
}

.page-template-page-servicios  .entry-content h3 {
  font-family: 'Satoshi', sans-serif;
  line-height: normal;
  /* border-bottom: 2px solid #275d3b; */
  padding: 15px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  display: inline-table;
  color: #444;
  background: #f3f5f5;
}
form .bg-light {
  background-color: #f8f9fa!important;
}

.consulta .btn-primary {
  color: #fff;
  background: linear-gradient(45deg, #BFD2F3, #BFD2F3);
        border: none;
  box-shadow: 0 2px 10px rgba(108, 92, 231, 0.2);
}    .consulta .input-group {
  position: relative;
}
.consulta .input-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 18px;
  pointer-events: none;
}
.consulta .form-control {
    border-top: 1px solid #ccc;
}
.consulta .form-control:focus {
  border-color: #007cba;
  box-shadow: 0 0 0 0.2rem rgba(0,124,186,0.25);
}
.form-label {
 font-size: 13px;
 font-weight: 700 !important;
}

.consulta  .notice-success {
  background: #e7f6ec;
  border-left: 4px solid #46b450;
  color: #1d3b1d;
}.list-item i {
  font-size: 38px;
  margin-bottom: 15px;
  color: #3a7041;
}
.list-item[_ngcontent-c5] {
  list-style-type: none;   

}
.list-item_text, .list-item_text a{
  font-size:15px;
}
.list-item_title{
  font-weight: 600;
  color:#2a3129;
}
.list-item_img {
  margin-bottom:15px;
}
.borde{
border:1px solid #ccc;
padding:33px;
}

.list-item h5 i {
  font-size: 20px;
  margin-bottom: 0px;
  color: #c5d2f1;
}
/* ===========================
   SATOSHI – SELF HOSTED OTF
   Carpeta: /satoshi-cdnfonts/
   ===========================*/

/* LIGHT 300 */
@font-face {
    font-family: 'Satoshi';
    src: url('satoshi-cdnfonts/Satoshi-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* LIGHT 300 ITALIC */
@font-face {
    font-family: 'Satoshi';
    src: url('satoshi-cdnfonts/Satoshi-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* REGULAR 400 */
@font-face {
    font-family: 'Satoshi';
    src: url('satoshi-cdnfonts/Satoshi-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ITALIC 400 */
@font-face {
    font-family: 'Satoshi';
    src: url('satoshi-cdnfonts/Satoshi-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* MEDIUM 500 */
@font-face {
    font-family: 'Satoshi';
    src: url('satoshi-cdnfonts/Satoshi-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* MEDIUM 500 ITALIC */
@font-face {
    font-family: 'Satoshi';
    src: url('satoshi-cdnfonts/Satoshi-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* BOLD 700 */
@font-face {
    font-family: 'Satoshi';
    src: url('satoshi-cdnfonts/Satoshi-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* BOLD 700 ITALIC */
@font-face {
    font-family: 'Satoshi';
    src: url('Ssatoshi-cdnfonts/Satoshi-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* BLACK 900 */
@font-face {
    font-family: 'Satoshi';
    src: url('satoshi-cdnfonts/Satoshi-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* BLACK 900 ITALIC */
@font-face {
    font-family: 'Satoshi';
    src: url('satoshi-cdnfonts/Satoshi-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

 .sin-borde{
	border:none;
	margin-bottom: 15px;
}
.fondo-gris {
 background: transparent;
}

 .blanco   {
   color: #fff !important;
	 font-weight: 600;font-size: 13px;

}
 .textinner h1 {
    color: #fff;
    font-size: 55px;
	 font-family:'Poppins';

    font-weight: normal;
    line-height: 55px;
    font-style: normal;
    text-align: center;

    padding: 30px 0 35px;
    text-shadow: 1px 0 1px #333;
}


/*! 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; } }

.card-text{

   margin-top:10px;

}
.fondo-gris h5 a {


  font-family: 'Poppins', 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  ul li, .entry-content  ul ol {
	list-style-type: square;

}

.entry-content iframe {
    max-width: 100%;
    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{

	font-size: 11px;
	line-height: normal;
	font-family: tahoma;

 color:#9f9f9f;
}
.wp-caption {
 background:none;
 border: none;
 border-radius: 4px;
 -moz-border-radius: 4px;
 padding-top:5px;
 margin:4px 10px;
		 font-size:12px;
font-family: 'Satoshi', sans-serif;
 color:#9f9f9f;
 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:11px;

  color:#9f9f9f;
  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: 'Satoshi', sans-serif;  color:#333;
  text-align:center;

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


.site-info {
    background: #2a3129 url('images/bg.jpg') no-repeat right top;
    background-size: auto 20%; /* Ajusta la altura de la imagen */
    
    font-family: "Roboto Condensed", sans-serif;
    color: #f1f1f1;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #53565a;
}
.site-info a {
    color: #000;
		font-weight: 700;
}    .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
}
 
/*
=========================
========slider========
=========================
/*
/* Hero adaptable */
#homeCarousel .carousel-item {
    height: 85vh;
    min-height: 350px;
}

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

/* ======== TITULO DEL SLIDER ========= */

/* Desktop Base */

.carousel-item {
  position: relative;
}
.carousel-caption {
  position: absolute;
  z-index: 2;
}
.carousel-overlay {
  background:rgb(42 49 41 / 81%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.slide-title {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.1;
  color: hsl(0deg 0% 100% / 84%);
   text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
  margin-bottom: 1rem;
}
.slide-text {
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #afafaf;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f2893c;
    --bs-btn-border-color: #f2893c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff021b;
    --bs-btn-hover-border-color: #ff021b;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff021b;
    --bs-btn-active-border-color: #ff021b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff021b;
    --bs-btn-disabled-border-color: #ff021b;
}
.btn-outline-danger {
    --bs-btn-color: #f2893c;
    --bs-btn-border-color: #f2893c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e1a173;
    --bs-btn-hover-border-color: #f2893c;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f2893c;
    --bs-btn-active-border-color: #f2893c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f2893c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f2893c;
    --bs-gradient: none;
}
 

/* ======== Tablet ======== */
@media (max-width: 992px) {
    .slide-title {
        font-size: 2.4rem;
    }
}

/* ======== Mobile ======== */
@media (max-width: 576px) {

    /* caption centrado vertical + izquierda */
    #homeCarousel .carousel-caption {
        background: none !important;
        padding: 0 1.2rem;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        max-width: 100%;
    }
  
      #homeCarousel .carousel-item {
          height: 65vh;
          min-height: 220px;
      }
    
    .slide-title {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.15;
        margin-bottom: 0.6rem;
    }

    .slide-text {
        font-size: 1rem;
        line-height: 1.1;
     }
     #homeCarousel .btn-success {
      display: none;
  }
}


/* ----- DESKTOP ----- */
#homeCarousel .carousel-caption {
    background: none;  /* ← sin fondo */
    padding: 0;
    left: 5%;
    right: auto;
    top: 50%;
    transform: translateY(-50%); /* ← centro vertical */
    text-align: left;
    max-width: 60%; /* opcional, mejora el layout */
}
#homeCarousel .btn-success {
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  --bs-btn-color: #fff;

}
/* Indicadores */
.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
    border: 0;
}

.carousel-indicators .active {
    background-color: #ffffff;
}

/* Flechas minimalistas */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    opacity: 1;
}


/* Botones numerados del lado derecho */
.carousel-numbers {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}
 
/* Contenedor lateral derecho */
.carousel-dots {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    gap: 12px;
}
.carousel-dots button.active {
    background: transparent !important;
    color: #fff !important;
    border:solid #e1e1e1 1px;
}

/* Botones circulares */
.carousel-dots button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    margin-bottom: 10px;
    background: #5c6c5a8d; /* verde oscuro transparente */
    color: #e1e1e1;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover */
.carousel-dots button:hover {
    background: rgba(30, 45, 35, 1);
    transform: translateY(-2px);
}

/* Activo (el slide actual) */
.carousel-dots button.active {
    background: #ffffff;
    color: #1e2d23; /* verde oscuro para contraste */
    font-weight: 700;
}

/*
=========================
========header========
=========================
*/
.bg-dark {
	background: #2a3129 !important;
	background-size: auto 10% !important;
     }
.bg-light {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}

.header .header-logo
{
  margin:10px auto;
}
.navbar .navbar-nav li a {
	border-right: #525659 solid 1px;


}

.btn-warning {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #ff4d32;
    --bs-btn-border-color: #ff4d32;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f8a9a3;
    --bs-btn-hover-border-color: #f8a9a3;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff4d32;
    --bs-btn-active-border-color: #ff4d32;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fefefe;
    --bs-btn-disabled-bg: #f3b1a7;
    --bs-btn-disabled-border-color: #f3b1a7;
}
.navbar-nav .dropdown-menu li a {
	border: 0px;
		margin: 0;
			border-radius: 1px;
		font-size: 15px !important;
			background: none;
}
.navbar .navbar-nav .nav-link {
    color: #f1f1f1;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1pt;
}

.navbar .navbar-nav .nav-link:hover{
    color: #fff;
}
.navbar-logo-centered .navbar-nav .nav-link{
	padding: 0.5em 1.1em;

}
.navbar-logo-centered .logo{
    padding: .5em 1em;
}
.navbar-logo-centered ul{
 align-items: center;
}
.header .btn-secondary
{
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    padding: 12px 30px;
    color: #999;
    background: #eee;
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 1;
		border-color:#eee;
    border-radius: 60px;
}

 .nav-link  {
    color: #232323;
    display: block;
    font-size: 15px;
    padding: 23px 15px;
    position: relative;
    z-index: 99;
    font-family: Satoshi, sans-serif;

    text-transform: uppercase;
}
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: rgb(221 221 221 / 18%);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1remrgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: 13px;
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid #dddddd2e;
    border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid #f5f5f5;
    opacity: 1;
}
/* ============================
   CONTACTO MINIMALISTA – NAVBAR
   ============================ */
/* CONTACTO — ÍCONOS CIRCULARES VERDES */
.contact-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #f1f1f1;
    font-size: 16px;
    transition: 0.25s ease;
}

.contact-item:hover .contact-text {
    opacity: 0.75;
}

.icon-circle {
    width: 36px;
    height: 36px;
    background-color: #3a6f41; /* verde moderno */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: 0.25s ease;
    font-size: 15px;
}

.icon-circle:hover {
    background-color: #2f5936; /* verde más oscuro */
    transform: translateY(-2px);
}

.contact-text {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 576px) {
    .contact-item {
        font-size: 13px;
    }
}

/*
=========================
========bloques bootrap========
=========================
*/
.card-header {
	clear: left;
        font-family: 'Satoshi';
	   	background: transparent;
         color:#CBAA87;padding-bottom: -1px;
}
.card-header .btn-link {
    font-weight: 400;
    color: #000;
    background-color: transparent;
}
/*
=========================
========Reset general========
=========================
*/
* {
	margin: 0;
	padding: 0;
}

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

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

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;
}
ul li {
  list-style: none;
}

/*
=========================
========ALINEAR========
=========================
*/

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

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

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

/*
=========================
========blockquote========
=========================
*/
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-family: 'Satoshi';
		font-size: 11px;
		padding:23px;
	color: #000;

}
.breadcrumb a{
  list-style: none;
  overflow: hidden;
	 font-weight: 600;color: #000;
  font-family: 'Satoshi';
	font-size: 11px;

}
.breadcrumb .back{
   margin-left: 5px;
	    margin-right: 5px;

}
.titulo_categorias {
	background: #f8f6f6;

padding: 33px 0px 33px 0px;

height: 100%;
margin-bottom: 30px;


color: #666;
line-height: normal;
font-size: 15px;
	font-family: 'Satoshi';
font-weight: 300;

}
/*
=========================
========SUPERIOR ========
=========================
*/

/*quick contact*/
.reservation {
	 -webkit-writing-mode: vertical-lr;
	 -ms-writing-mode: tb-lr;
	 writing-mode: vertical-lr;
	 -webkit-transform: rotate(180deg);
	 -ms-transform: rotate(180deg);
	 transform: rotate(180deg);
	 text-orientation: sideways;
	 text-orientation: sideways;
	 margin: 0;
	 position: absolute;
	 top: 0;
	 left: 20px;
	 height: 60%;
	 z-index: 9;
}
.reservation span, .reservation a, .reservation a:hover {
	 display: inline-block;
	 text-decoration: none;
	 color: inherit;
}
.reservation .icon {
	 position: absolute;
	 left: -1px;
	 top: -50px;
	 width: 50px;
	 height: 50px;
	 border: 1px solid rgba(255,255,255,0.5);
	 -webkit-animation: pulse 2s infinite;
	 animation: pulse 2s infinite;
	 border-radius: 100%;
}
.reservation a .icon i {
	 color: #FFF;
	 font-size: 24px;
	 transform: rotate(90deg);
}
.flaticon-call:before {
	 content: '\f101';
}
.reservation .call {
	 color: #fff;
	 text-transform: uppercase;
	 font-family: 'Barlow Condensed', sans-serif;
	 font-weight: 400;
	 letter-spacing: 5px;
	 font-size: 12px;
	 line-height: 1.75em;
	 margin-top: 15px;
}
.reservation .call span {
	 font-family: 'Gilda Display', serif;
	 font-size: 24px;
	 color: #aa8453;
	 letter-spacing: 1px;
}
#quick-contact {
    float: left;
    margin-top: 0;
}

#quick-contact > ul {
    margin: 0;
    padding: 0;
}

#quick-contact a {
    display: inline-block;
    font-weight: 500;
    color: #eec5a8;
    background: #350817;
    padding: 0 20px;
    font-size: 16px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: none;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
#quick-contact li.quick-email::before {
    content: "\f0e0";
}

#quick-contact li.quick-call::before {
    content: "\f095";
}

#quick-contact li.quick-address::before {
    content: "\f0ac";
}

#quick-contact li::before {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 17px;
    margin-right: 10px;
    text-align: center;
}

#quick-contact li {
    clear: inherit;
    float: left;
    font-size: 17px;
    line-height: 1.75;
    list-style: outside none none;
    text-align: left;
    padding: 5px 10px;
    color: #fff;
    letter-spacing: 0.7px;
}

#tophead .header-social-wrapper {
    float: left;
}

#tophead .realestate_base_widget_social li a {
    border: none;
    height: 30px;
    padding: 6px 10px;
    width: 30px;
    border-radius: 100%;
    margin-right: 8px;
    font-size: 10px;
    margin-top: 2px;
		line-height: 1.5;
    font-size: 17px;
    color: #fff;
		font-weight: 700;
    background: no-repeat;
}



#tophead .realestate_base_widget_social li {
    margin: 0;
}

.realestate_base_widget_social {
    clear: both;
    overflow: hidden;
}

.realestate_base_widget_social ul {
    margin: 0;

}
#tophead ol, #tophead ul {
    padding: 0;
}

.realestate_base_widget_social li a {
    display: inline-block;
    height: 40px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    border-radius: 100%;
    background: #32506d;
}

.realestate_base_widget_social li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

/*
=========================
========CONTENIDO ========
=========================
*/
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	margin-bottom: 50px;
}
.infopost {
	font-size: 0.688em;
letter-spacing: 4px;

text-transform: uppercase;
color: #737373;
font-weight: 400;
clear: both;
}
.leermas {
	font-size: 0.9em;


color: #000;
font-weight: 600;
clear: both;
}

.single .leermas {
display:none;
}
/* widget */
.widget-title {

	background-color: initial; */
	  font-family: 'Satoshi';
		text-transform:capitalize;
	    font-weight: 900 !important;
	    font-size: 15px !important;

	    color: #212121 !important;
	    border-top-width: 0;
	    border-bottom-width: 0;
	    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: 20px;
	    width: 100%;
	}
	.widget{
	    border-left-width: 0;
	    border-right-width: 0;
	    border-top-width: 0;padding-bottom: 20px;
    margin-bottom: 20px;
font-family: 'Satoshi';
font-size: 14px; color:#666;

	}.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
		padding-left: 2rem;

}
 .widget ul li a{
    color: #000;

}
.widget ul li {
    margin: 0;	font-family: 'Satoshi';
    padding: 0;  color:#666;
  list-style-type:  decimal;
		position: relative;font-size: 14px;
border-bottom: 1px solid #e7e7e7;
padding-bottom: 15px;
margin-bottom: 15px !important;
}
.widget ul li::marker {
  color:#ff8544;
}

/* 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: #2c2c2c;
    line-height: 2.4rem;
    font-size: 2.3rem;
    font-weight: 700;
}
.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;
    font-family: 'Satoshi', sans-serif;
}
.list-group-item{
	font-size: 15px;
    line-height: 19px;
    font-weight: 400;
}

/*------------------------------------*\
	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: #f1f1f1; /* Agregado: Fondo redondo */
     border-radius: 50%; /* Agregado: Borde redondo para un aspecto circular */
     color: #000; /* Agregado: Color del Ã­cono */
     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: #f1f1f1; /* Agregado: Fondo redondo */
     border-radius: 50%; /* Agregado: Borde redondo para un aspecto circular */
     text-align: center; /* Agregado: Centrar el contenido */
     line-height: 40px; /* Agregado: Alinear verticalmente el contenido */
   }
   
   .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: #000; /* Agregado: Color del Ã­cono */
   }


.featured-thirds-hor article, .featured-thirds-vertical article, .fondohome {
	 background: #f7f7f7;
}.featured-thirds-vertical article {
    cursor: pointer;
}.third-underlined {
    display: block;
    position: relative;
    margin-bottom: 2em;
}
.featured-thirds-vertical article {
    cursor: pointer;
}.on-bg-magenta a:active,.on-bg-magenta a:hover,.on-bg-magenta.current-menu-item a,article.bg-magenta a:hover,span.bg-magenta
{color:#167afe}

.featured-thirds-hor article.bg-magenta:hover {
    background-color: #EB008B;
}
.third-underlined::after {
    display: inline-block;
    content: '';
    height: .23em;
    background-color: #167afe;
    position: absolute;
    bottom: -1em;
    left: 0;
    width: 5em;
    z-index: 1000;
}

.href-zone {
    cursor: pointer;
}.featured-thirds-vertical h3 a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size:0.7em;
	font-family: 'Satoshi', sans-serif;
font-weight: 700;
    text-transform: uppercase;
    line-height: 1.32em;
		color:#000;
}
.featured-thirds-vertical h5 a {
  text-transform: uppercase;
    font-size:14px;

}

.featured-thirds-vertical img {
	object-fit: cover;
	margin-left: -15px;
	margin-right: -15px;

}

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



 

/*=========================================================
	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: auto;
	-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;
}




.entry-content {
	margin-top: 15px;
    font-size: 1.1rem;
    line-height: 1.6rem;
	font-family: 'Satoshi', sans-serif;

	margin-bottom: 10px;  color:#333;
}
.entry-content a
{

	word-break: break-all;
	font-weight: 400;
color:#445c45;

}
.entry-content a:hover{
	text-decoration: none;
	border-bottom:none;
}
.entry-content img {
max-width:100%;
word-wrap: break-word;
height: auto;

}
  .entry-content strong{
	 font-weight: 500;
 color:#000;
}


 .entry-content ul li::before {
  color: #000;
	font-weight: 300;
	font-size: 1.1rem;
  position: relative;
  top: 0em;
}
.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;
}


.article .article-title > a {
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    /* color: #000; */
    position: relative;
    /* font-size: 16px; */
    list-style: none;
    margin-top: 2px;
    /* line-height: 16px; */
}
.article .article-titleh3 > a  {
	font-family: helvetica, arial;
	font-weight: 900;
	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;
}

/*------------------------------------*\
	Row Article
\*------------------------------------*/
.article.row-article:after {
	content:"";
	display:block;
	clear:both;
}

.article.row-article .article-img {
	width:50%;
	float:left;
	margin-right:30px;
	margin-bottom:0px;
}
.article.row-article .article-img {
    height: 230px;     /* altura fija en desktop */
    overflow: hidden;
}

@media (max-width: 576px) {
    .article.row-article .article-img {
        height: 200px; /* altura más baja en móvil */
    }
}
@media only screen and (max-width: 767px) {
	.article.row-article .article-img {
		width:100%;margin-bottom:15px;
	}

	.article.row-article .article-body p {
		display:none;
	}
}

@media only screen and (max-width: 480px) {
	.article.row-article .article-img {
		float:none;
		margin-bottom:15px;
	}
}
/* Contenedor de la paginación */
.pagination {
    justify-content: flex-start !important; /* IZQUIERDA */
    margin-top: 20px;
}

/* Estilo general de los links */
.pagination .page-link {
    color: #ccc;          /* Azul Bootstrap */
    border: 1px solid #dee2e6;
    margin-right: 6px;
    border-radius: 0;
    padding: 6px 12px;
}

.pagination .page-link:hover {
    background-color: #e9ecef;
    color: #333;
}

/* Link activo */
.pagination .page-item.active .page-link {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #fff;
}

/* Desactivar focus feo */
.pagination .page-link:focus {
    box-shadow: none !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:#EF233C;
	border-color:#EF233C;
}



.card-img-top   img {

	width: 100% \9;
	max-width: 100%;

height: auto;

}



.mb-auto, .my-auto {

    margin-bottom: auto !important;

}




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

/**
 * Single
 */

 .single small, .single small a  {
font-size: 12px;
font-weight: 500;

 }
.lista-none ul li {
text-decoration: none;
list-style-type: none;

}

/**
 * 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: 'Satoshi', sans-serif;
  color:#333;
  text-align:center;

}

   h1, h2 , h3, h4, h5, h6  {
  font-family: 'Satoshi', sans-serif;
	 line-height: normal;
}
.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: 'Satoshi', 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;
}



/**
 * esconder en version mobile
 */

	/**
	 *FIN      esconder en version mobile
	 */




 	 /*! slider */


	 .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-color: #f8984b;
    color: #fff;
    padding: 42px;
		border-top-left-radius: 40px 40px;
		border-bottom-left-radius: 40px 40px;
display: none;



}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
		background-color: #f8984b;
		color: #fff;
		padding: 42px;
		border-top-right-radius: 40px 40px;
			border-bottom-right-radius: 40px 40px;
display: none;

	}



		 .mobile_only{
		 	 display:none !important;
		  }
	 @media screen and (max-width: 768px) {
	 	.mobile_only{
	 		display: inline-block !important;
	 	}
		.navbar .navbar-nav .nav-link {
		  	border-right:0px solid #ccc;
				border-bottom:1px solid #3e473d;
		}
		 .elementor-6 .elementor-element.elementor-element-7855d78 .elementor-heading-title {
			color: #FFFFFF;
			font-family: "Roboto", Sans-serif;
			font-size: 18px;
			font-weight: 600;
			text-transform: uppercase;
			line-height: 22px;
		}

		.theme-title-one  h2 {
		    font-weight: 600;
		    font-size: 28px;
				width: 90%;

		}
		.navbar-logo-centered ul {
		    align-items:  flex-start;
				width: 100%;
		}
		.navbar-logo-centered ul li {
			 margin:5px 0;
				width: 100%;
		}
	               .desktop_only    {
	 		display: none !important;
	 	}

		 	}


			/* Custom CSS for styling the Contact Information section */
.contact-info {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-info h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #51172a;
    background: #f8984b;
    font-size: 17px;
    padding: 13px;
    display: inline-block;
}

.contact-info p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}
.contact-info strong {
    margin: 0;
    font-size: 16px;
	font-weight: 700;
    line-height: 1.6;
    color: #4f172b;
}

/* Contact details (address, email, phone) */
.contact-detail {
    margin-bottom: 10px;
}

.contact-detail:last-child {
    margin-bottom: 0;
}

.contact-label {
    font-weight: bold;
    color: #333;
}
/* =========================================
   ABOUT AREA
========================================= */

.about__area {
    padding: 120px 0 90px;
}

/* Imagen principal */
.ab-tab-info {
    position: relative;
    margin-bottom: 30px;
}

.ab-image.w-img {
    margin-left: 80px;
}

.ab-image.w-img img {
    width: 100%;
    border-radius: 6px;
}

/* Popup boxes */
.absp-text {
    display: flex;
    width: 270px;
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    box-shadow: 0px 16px 32px rgba(0,0,0,0.04);
}

.absp-text i {
    font-size: 50px;
    color: #ef6337;
    margin-right: 20px;
}

.absp-info h5 {
    font-size: 36px;
    margin: 0;
}

.absm-title {
    font-size: 16px;
    line-height: 16px;
    color: #777;
}

/* Position de cajas */
.absp-text-1 { top: -35px; left: -5px; }
.absp-text-2 { bottom: -50px; right: -65px; }

/* Contenido izquierdo */
.ab-left-content {
    margin-left: 75px;
}

.abd-text {
    font-weight: 500;
    color: #343a40;
    font-size: 16px;
}

.ab-author h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.ab-author h5 span {
    color: #ed5134;
    font-weight: 400;
}

.sm-text {
    font-size: 13px;
    line-height: 23px;
}

.ab-button .tp-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #ed5134;
    color: #fff;
    text-decoration: none;
    border-radius: 0px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .ab-left-content { margin-left: 50px; }
    .ab-tab-info { margin-bottom: 80px; }
    .absp-text-2 { right: -10px; }
}

@media (max-width: 768px) {
    .ab-left-content { margin-left: 20px; }
   /*  .absp-text { display: none; }*/
    .ab-image.w-img { margin-left: 0; }
}

@media (max-width: 576px) {
    .ab-left-content {
        margin-left: 0;
        padding: 0 15px; /* ← FIX: mejora spacing en móviles */
    }
} .section-title-with-label {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
}

.label-vertical {
    position: absolute;
    left: 0;
    top: 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
     color: #696969;
    padding: 8px 6px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

.main-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    color: #1f1f1f;
    margin: 0;
}

.desc-text {
    color: #555;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
}

 



/*--
/*  03 - Service CSS
/*----------------------------------------*/
.service-content-wrap {
    padding-top: 45px;
  }
  
  @media only screen and (max-width: 767px) {
    .service-content-wrap {
      padding-top: 20px;
    }
  }
  
  .service-item {
    background: #ffffff;
    box-shadow: 0px 43px 100px 0px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    border-top: 10px solid #086ad8;
    transform: translate3d(0, 0, 0);
    padding: 30px 40px 40px;
    margin-top: 30px;
    transition: all 0.3s linear;
  }
  
  @media only screen and (max-width: 1399px) {
    .service-item {
      padding: 30px 30px 40px;
    }
  }
  
  .service-item.service-01, .service-item.service-03 {
    margin-top: 55px;
  }
  
  @media only screen and (max-width: 1199px) {
    .service-item.service-01, .service-item.service-03 {
      margin-top: 30px;
    }
  }
  
  .service-item .service-img img {
    height: 80px;
  }
  
  .service-item .service-content .title {
    font-size: 24px;
    line-height: 30px;
    padding-right: 15px;
    margin-top: 20px;
  }
  
  @media only screen and (max-width: 1399px) {
    .service-item .service-content .title {
      font-size: 22px;
      padding-right: 0;
    }
  }
  
  .service-item .service-content p {
    margin-top: 15px;
  }
  
  .service-item:hover {
    transform: translateY(-5px) translate3d(0, -5px, 0);
  }
  
  .techwix-service-section-02 {
    background: #f8f8f8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  
  .techwix-service-section-02 .service-item-02 {
    background: #ffffff;
    box-shadow: 0px 43px 100px 0px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 40px 45px 45px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
  }
  
  .techwix-service-section-02 .service-item-02 .service-img {
    position: relative;
    z-index: 1;
  }
  
  .techwix-service-section-02 .service-item-02 .service-img img {
    height: 55px;
    position: relative;
    left: 15px;
  }
  .techwix-service-section-02 .service-item-02 .service-img  i{
   color:#fff;    height: 55px;
   position: relative;
   left: 28px;
   font-size:66px;

  }
  
  .techwix-service-section-02 .service-item-02 .service-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: -18%;
    background: #ff5538;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition: all 0.3s linear;
    z-index: -1;
  }
  
  .techwix-service-section-02 .service-item-02 .next-icon {
    position: absolute;
    right: 15%;
    top: 15%;
  }
  
  .techwix-service-section-02 .service-item-02.service-2, .techwix-service-section-02 .service-item-02.service-4 {
    margin-top: 55px;
  }
  
  .techwix-service-section-02 .service-item-02 .service-content {
    position: relative;
    z-index: 5;
    font-size:15px;
  }
  
  .techwix-service-section-02 .service-item-02 .service-content .title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
  }
  
  .techwix-service-section-02 .service-item-02 .service-content p {
    margin-top: 15px;
    transition: all 0.3s linear;
  }
  
  .techwix-service-section-02 .service-item-02:hover .service-content .title a {
    color: #ff5538;
  }
  
  .techwix-service-section-02 .more-service-content {
    margin-top: 30px;
  }
  
  .techwix-service-section-02 .more-service-content p {
    font-size: 16px;
    line-height: 30px;
  }
  
  .techwix-service-section-02 .more-service-content p a {
    font-weight: 600;
    color: #ff5538;
  }
  
  .techwix-service-section-02 .more-service-content p a i {
    position: relative;
    top: 1px;
  }
  
  @media only screen and (max-width: 1199px) {
    .techwix-service-section-02 .service-item-02.service-2, .techwix-service-section-02 .service-item-02.service-4 {
      margin-top: 30px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .techwix-service-section-02 .service-item-02 {
      padding: 40px 40px 45px;
    }
  }
  
  .techwix-service-section-03 {
    background: #010f31;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 110px;
  }
  
  .techwix-service-section-03 .service-wrap-03 {
    position: relative;
    z-index: 5;
    margin-top: -140px;
  }
  
  .techwix-service-section-03 .service-item-03 {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 45px 35px;
    margin-top: 30px;
    position: relative;
  }
  
  .techwix-service-section-03 .service-item-03 .service-content .title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
  }
  
  .techwix-service-section-03 .service-item-03 .service-content p {
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px;
  }
  
  .techwix-service-section-03 .service-item-03 .service-content .read-more {
    margin-top: 20px;
  }
  
  .techwix-service-section-03 .service-item-03 .service-content .read-more a {
    font-size: 14px;
    color: #333333;
  }
  
  .techwix-service-section-03 .service-item-03 .service-content .read-more a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    color: #086ad8;
    margin-right: 5px;
    transition: all 0.3s linear;
  }
  
  .techwix-service-section-03 .service-item-03:hover .service-content .read-more a {
    color: #086ad8;
  }
  
  .techwix-service-section-03 .service-item-03:hover .service-content .read-more a i {
    transform: rotate(90deg);
  }
  
  .techwix-service-section-04 .service-top .experience-wrap {
    position: relative;
  }
  
  .techwix-service-section-04 .service-top .experience-wrap .shape-1 {
    position: absolute;
    left: 0;
    top: -35px;
    z-index: -1;
  }
  
  .techwix-service-section-04 .service-top .experience-wrap .experience {
    width: 370px;
    height: 370px;
    background: #ffffff;
    border-radius: 50%;
    padding: 140px 0;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  
  .techwix-service-section-04 .service-top .experience-wrap .experience .number {
    font-size: 200px;
    line-height: 54px;
    font-weight: 600;
    color: #086ad8;
  }
  
  .techwix-service-section-04 .service-top .experience-wrap .experience span {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 80px;
  }
  
  .techwix-service-section-04 .service-top .service-content {
    padding-right: 205px;
    padding-top: 45px;
  }
  
  .techwix-service-section-04 .service-top .service-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
  }
  
  .techwix-service-section-04 .service-bottom {
    padding-top: 190px;
  }
  
  .techwix-service-section-04 .service-bottom .service-item-03 {
    margin-top: 30px;
  }
  
  .techwix-service-section-04 .service-bottom .service-item-03 .service-img {
    overflow: hidden;
    border-radius: 10px;
  }
  
  .techwix-service-section-04 .service-bottom .service-item-03 .service-img a {
    display: block;
  }
  
  .techwix-service-section-04 .service-bottom .service-item-03 .service-img a img {
    transition: all 0.3s linear;
  }
  
  .techwix-service-section-04 .service-bottom .service-item-03 .service-text {
    background: #ffffff;
    padding: 25px;
    padding-left: 20px;
    position: relative;
    margin-top: -85px;
    width: 300px;
    transition: all 0.3s linear;
    z-index: 1;
  }
  
  .techwix-service-section-04 .service-bottom .service-item-03 .service-text .title {
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
    position: relative;
  }
  
  .techwix-service-section-04 .service-bottom .service-item-03 .service-text .title::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    background: linear-gradient(-160deg, #43baff 0%, #7141b1 100%);
    width: 3px;
    height: 50px;
    transform: translateY(-50%);
  }
  
  .techwix-service-section-04 .service-bottom .service-item-03:hover .service-img a img {
    transform: scale(1.1);
  }
  
  .techwix-service-section-04 .service-bottom .more-service-content {
    margin-top: 50px;
  }
  
  .techwix-service-section-04 .service-bottom .more-service-content p {
    font-size: 16px;
    line-height: 30px;
  }
  
  .techwix-service-section-04 .service-bottom .more-service-content p a {
    font-weight: 600;
    color: #086ad8;
  }
  
  .techwix-service-section-04 .service-bottom .more-service-content p a i {
    position: relative;
    top: 1px;
    transition: all 0.3s linear;
  }
  
  .techwix-service-section-04 .service-bottom .more-service-content p a:hover i {
    margin-left: 5px;
  }
  
  @media only screen and (max-width: 1199px) {
    .techwix-service-section-04 .service-top .service-content {
      padding-right: 0px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .techwix-service-section-04 {
      padding-top: 100px;
    }
    .techwix-service-section-04 .service-top .experience-wrap .shape-1 {
      left: 50%;
      top: -35px;
      transform: translateX(-45%);
    }
    .techwix-service-section-04 .service-top .experience-wrap .experience {
      position: relative;
      margin: auto;
    }
    .techwix-service-section-04 .service-top .service-content {
      padding-top: 130px;
    }
    .techwix-service-section-04 .service-bottom {
      padding-top: 70px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .techwix-service-section-04 .service-top .experience-wrap .shape-1 {
      width: 370px;
    }
    .techwix-service-section-04 .service-top .experience-wrap .experience {
      width: 325px;
      height: 325px;
      padding: 110px 0;
    }
    .techwix-service-section-04 .service-top .experience-wrap .experience .number {
      font-size: 160px;
    }
    .techwix-service-section-04 .service-top .experience-wrap .experience span {
      font-size: 22px;
      margin-top: 70px;
    }
    .techwix-service-section-04 .service-bottom {
      padding-top: 30px;
    }
  }
  
  @media only screen and (max-width: 449px) {
    .techwix-service-section-04 .service-top .experience-wrap .shape-1 {
      width: 320px;
      transform: translateX(-50%);
    }
    .techwix-service-section-04 .service-top .experience-wrap .experience {
      width: 290px;
      height: 290px;
      padding: 90px 0;
      left: 0;
      top: 0;
    }
    .techwix-service-section-04 .service-top .experience-wrap .experience .number {
      font-size: 140px;
    }
    .techwix-service-section-04 .service-top .experience-wrap .experience span {
      font-size: 20px;
      margin-top: 50px;
    }
    .techwix-service-section-04 .service-top .service-content {
      padding-top: 100px;
    }
  }
  
  .techwix-service-section-05 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 160px;
    z-index: 1;
  }
  
  @media only screen and (max-width: 1199px) {
    .techwix-service-section-05 {
      padding-bottom: 120px;
    }
  }
  
  .techwix-service-section-05::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/bg/service-bg4.jpg);
    width: 100%;
    height: 75%;
    z-index: -1;
  }
  
  .techwix-service-section-05 .service-wrap {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding-left: 105px;
    padding-right: 105px;
    padding-bottom: 90px;
  }
  
  .techwix-service-section-05 .section-title {
    max-width: 560px;
    margin: 0 auto;
  }
  
  .techwix-service-section-05 .service-content-wrap {
    padding-top: 60px;
  }
  
  .techwix-service-section-05 .service-item-04 {
    margin-top: 30px;
  }
  
  .techwix-service-section-05 .service-item-04 .service-img img {
    transition: all 0.3s linear;
  }
  
  .techwix-service-section-05 .service-item-04 .service-content .title {
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
    margin-top: 30px;
    padding-right: 70px;
  }
  
  .techwix-service-section-05 .service-item-04 .service-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  
  .techwix-service-section-05 .service-item-04:hover .service-img img {
    transform: scale(1.1);
  }
  
  @media only screen and (max-width: 1399px) {
    .techwix-service-section-05 .service-item-04 .service-content .title {
      padding-right: 30px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .techwix-service-section-05 {
      padding-bottom: 100px;
    }
    .techwix-service-section-05 .service-wrap {
      padding-left: 70px;
      padding-right: 70px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .techwix-service-section-05 .service-wrap {
      padding-left: 40px;
      padding-right: 40px;
    }
    .techwix-service-section-05 .service-item-04 .service-content .title {
      padding-right: 0px;
    }
  }
  
  .techwix-service-section-06 {
    background: #eaf3f9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  
  .techwix-service-section-06 .section-title {
    max-width: 650px;
    margin: 0 auto;
  }
  
  .techwix-service-section-06 .service-content-wrap {
    padding-top: 30px;
  }
  
  .service-item-05 {
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 51px 45px;
    margin-top: 30px;
  }
  
  @media only screen and (max-width: 1399px) {
    .service-item-05 {
      padding: 40px 35px 45px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .service-item-05 {
      padding: 40px 30px 45px;
    }
  }
  
  .service-item-05 .service-img img {
    transition: all 0.3s linear;
  }
  
  .service-item-05 .service-content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 25px;
  }
  
  .service-item-05 .service-content .title:hover a {
    color: #11ddf5;
  }
  
  .service-item-05 .service-content p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
  }
  
  .service-item-05:hover .service-img img {
    transform: scale(1.1);
  }
  
  .techwix-service-section-07 {
    padding-bottom: 280px;
  }
  
  .techwix-service-section-07 .section-title {
    max-width: 810px;
    margin: 0 auto;
  }
  
  .techwix-service-section-07 .service-content-wrap {
    padding-top: 80px;
  }
  
  .techwix-service-section-07 .experience-wrap {
    position: relative;
  }
  
  .techwix-service-section-07 .experience-wrap .shape-1 {
    position: absolute;
    left: 102px;
    top: -28px;
    -webkit-animation: round-01 5s linear infinite;
            animation: round-01 5s linear infinite;
    z-index: -1;
  }
  
  .techwix-service-section-07 .experience-wrap .experience {
    width: 370px;
    height: 370px;
    background: linear-gradient(90deg, #693eaa 0%, #01ebf2 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    padding: 130px 90px;
    position: absolute;
    left: 150px;
    top: 20px;
  }
  
  .techwix-service-section-07 .experience-wrap .experience .number {
    font-size: 170px;
    line-height: 54px;
    font-weight: 600;
    color: #ffffff;
  }
  
  .techwix-service-section-07 .experience-wrap .experience span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    margin-top: 60px;
    padding-left: 10px;
  }
  
  .techwix-service-section-07 .service-content {
    padding-right: 225px;
  }
  
  .techwix-service-section-07 .service-content .text {
    font-size: 18px;
    line-height: 30px;
  }
  
  .techwix-service-section-07 .service-content .service-list {
    padding-top: 15px;
  }
  
  .techwix-service-section-07 .service-content .service-list ul li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
  }
  
  .techwix-service-section-07 .service-content .service-list ul li .service-icon {
    color: #11ddf5;
    margin-right: 8px;
  }
  
  @media only screen and (max-width: 1399px) {
    .techwix-service-section-07 .service-content {
      padding-right: 0px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .techwix-service-section-07 .experience-wrap .shape-1 {
      left: 0px;
      top: -28px;
    }
    .techwix-service-section-07 .experience-wrap .experience {
      padding: 130px 90px;
      left: 45px;
      top: 15px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .techwix-service-section-07 {
      padding-bottom: 100px;
    }
    .techwix-service-section-07 .experience-wrap .shape-1 {
      left: 115px;
      transform: translateX(-50%);
    }
    .techwix-service-section-07 .experience-wrap .experience {
      left: 0;
      position: relative;
      margin: 0 auto;
    }
    .techwix-service-section-07 .service-content {
      margin-top: 110px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .techwix-service-section-07 {
      padding-bottom: 80px;
    }
    .techwix-service-section-07 .experience-wrap .shape-1 {
      left: 30px;
      top: -50px;
    }
    .techwix-service-section-07 .experience-wrap .experience {
      width: 325px;
      height: 325px;
      padding: 105px 70px;
    }
    .techwix-service-section-07 .experience-wrap .experience .number {
      font-size: 150px;
    }
    .techwix-service-section-07 .experience-wrap .experience span {
      font-size: 16px;
      margin-top: 50px;
    }
    .techwix-service-section-07 .service-content {
      margin-top: 120px;
    }
  }
  
  @media only screen and (max-width: 449px) {
    .techwix-service-section-07 .experience-wrap .shape-1 {
      width: 350px;
      left: 0;
      top: -25px;
    }
    .techwix-service-section-07 .experience-wrap .experience {
      width: 290px;
      height: 290px;
      padding: 80px 65px;
      left: 0;
      top: 0;
    }
    .techwix-service-section-07 .experience-wrap .experience .number {
      font-size: 140px;
    }
    .techwix-service-section-07 .experience-wrap .experience span {
      font-size: 16px;
    }
    .techwix-service-section-07 .service-content {
      margin-top: 85px;
    }
  }
  .section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-title .sub-title.color-2 {
    color: #ff5538;
}
.section-title .sub-title {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.section-title .title {
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
    color: #0e0e0e;
}
/* Mobile */
@media (max-width: 767px) {
  .section-title .title {
      font-size: 26px;
      line-height: 29px;
  }
}

/*
=========================
======== author seccion========
=========================
*/
.w-100px {
  width: 100px !important;
}
.w-150px {
  width: 150px !important;
}
.w-200px {
  width: 200px !important;
}
.h-100px {
  height: 100px !important;
}
.h-150px {
  height: 150px !important;
}
.h-200px {
  height: 200px !important;
}
.hcf-author-1 .hcf-author-img,
.hcf-author-1 .hcf-author-meta {
  transition: transform 450ms cubic-bezier(0.16, 0.32, 0.21, 0.93);
}
.hcf-author-1:hover .hcf-author-img {
  transform: translateX(12px);
}
.hcf-author-1:hover .hcf-author-meta {
  transform: translateX(-8px);
}
.autor-enlaces { margin: 20px; }
.autor-enlaces li { margin: 0; font-weight: 900;}
.autor-enlaces a { color:#666;font-weight: 300;margin-bottom: 6px;}

.autor-enlaces { margin: 0; padding: 0; }
.autor-enlaces li { margin: 0 10px 0 0; display: inline-block; }

.highlight-meta-details {
    font-size: 14px;
    opacity: .75;
}

.highlight-author-avatar img {
    display: block;
    width: 36px; /* ajustable */
    height: 36px; /* ajustable */
    object-fit: cover;
    border-radius: 50%;
    margin: 0; 
}

.highlight-author-avatar {
    display: flex;
    align-items: center;
}
.highlight-author-name {
    font-size: 15px;
    color: #fff;
}

.highlight-author-name small {
    font-size: 12px;
    opacity: .5;
}

.highlight-year {
    font-size: 16px;
    opacity: .75;
}

/* Resto de estilos del diseño */
.blog-highlights {
    color: #fff;
}

.highlight-item {
    gap: 20px;
}
.blog-highlights .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #495a46 !important;
}
.highlight-item:hover {
    background: rgba(255, 255, 255, 0.03);
    transition: .2s;
}

.highlight-number {
    width: 60px;
    height: 60px;
    min-width: 60px;   /* Previene que flex lo achique */
    min-height: 60px;
    border-radius: 50%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #e1e1e1;
    flex-shrink: 0;    /* Evita que el círculo se deforme */
    overflow: hidden;  /* Evita desborde si crece el texto */
}


.bg-lime { background: #3a7041; }
.bg-dark-grey { background: #111; color: #aaa !important; }

.highlight-title , .highlight-title a{
    font-size: 22px;
    font-weight: 600;
    color:#fff;
    line-height: 27px;
}

.highlight-excerpt {
    opacity: .55;
    font-size: 15px;
    margin: 0;
}

.highlight-open {
    font-size: 38px;
    background: none;
    border: none;
    color: #c9ff2f;
    padding-left: 20px;
    cursor: pointer;
}
.highlight-open:hover {
    transform: rotate(90deg);
    transition: .3s;
    color: #c9ff2f;
}
/* TITULO DE LA SECCIÓN BLOG */
.blog-highlights .section-title {
    font-size: 2.4rem;
    font-weight: 600;
     letter-spacing: -1px;
    color: #f1f1f1;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    line-height: 1.1;
}

 .blog-highlights .section-title span {
    color: #445d46; /* tono lima del estilo */
}

.blog-highlights .section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 70px;
    height: 4px;
    background-color: #445d46;
    border-radius: 2px;
}

/* Ajuste mobile */
@media (max-width: 576px) {
    .section-title {
        font-size: 1.9rem;
    }

    .section-title::after {
        width: 55px;
    }
}


/*
=========================
========autores ========
=========================
*/
.autor-descripcion {
    color: #333;
    font-weight: 400;
    padding: 0 15px;
    font-size: 11px;
}
.colautor small{
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	}
.avatar {  width: 130px;
height: 130px;
overflow: hidden;
display: block;
align-content: center;
position: relative;margin:auto;
border-radius: 100%;
margin-bottom: 15px;
background-color: #fff;

}
.avatar img{  display:block;
margin:auto;

}.navbar-light .navbar-toggler {
	color: #fff;
	border-color: #fff;
}
.colautor {

border-radius: 2px;
padding: 30px 30px 30px 30px;
	 font: 300 14px/18px "poppins";
	 text-align: center;
	 padding-left: 10px;
	 width: 100%;
	 border-bottom:1px solid #ccc;
	 margin-bottom: 50px;
}
.autor-biografia h3 { display: inline-block; margin: 0 0 10px; font-weight: bold; font-size: 15px;

}.autor-biografia h3 a{  color: #000;

 }
.autor-enlaces { margin: 20px; }
.autor-enlaces li { margin: 0; font-weight: 900;}
.autor-enlaces a { color:#666;font-weight: 300;margin-bottom: 6px;}

.autor-enlaces { margin: 0; padding: 0; }
.autor-enlaces li { margin: 0 10px 0 0; display: inline-block; }
.widget-title h4 ,  .wp-block-heading h4,   .wp-block-heading h3 ,  .wp-block-heading h2 ,  .wp-block-heading h1{
    display: inline-block;
		font-family: 'Roboto';
    font-weight: 700;
    font-size: 1.1em !important;
    text-transform: uppercase;
    padding: 0 5px 0 0;  margin-bottom: 0rem;
}.widget-title {
    position: relative;
    margin: 0 0 20px 0;
    background: url("images/title_mod_line.png") bottom left no-repeat;
    padding: 0 0 10px 0;
    font-size: 0.9em !important;
    color: #000;
    text-transform: uppercase;
}


	 /*! Footer */
	/* ================================
   FOOTER (versión limpia)
================================ */

.footer {
    background-color: #2a3a2e;
    color: #fff;
    padding-top: 70px;
    font-size: 14px;
}
.footer .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) #4b5b4f !important;
}

/* ----- Layout general ----- */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 60px;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1;
    min-width: 260px;
}

/* ----- LEFT ----- */
.footer-left .logo-footer {
    margin-bottom: 20px;
}

.footer-left .text {
    margin-bottom: 20px;
    color: #e6e6e6;
}

.footer-left .contact-footer p {
    margin-bottom: 4px;
    color: #a2cfa3;
}

.footer-left a {
    color: #fff;
}

/* ----- CENTER (listas) ----- */
.footer-content .label {
    color: #a2cfa3;
    font-weight: 600;
    margin-bottom: 12px;
}

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

.footer-content li {
    margin-bottom: 10px;
}

.footer-content a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.footer-content a:hover {
    color: #a2cfa3;
}
/* Títulos */
.footer-content .label {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a2cfa3;
    font-weight: 600;
    margin-bottom: 20px;
}

/* UL en 2 columnas */
.footer-content .tf-collapse-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;             /* 🔥 divide en 2 columnas */
    column-gap: 40px;       /* espacio entre columnas */
}

.footer-content li {
    break-inside: avoid;    /* evita cortes extraños */
    margin-bottom: 10px;
}

/* Links */
.footer-content a {
    color: #e4e6ea;
    text-decoration: none;
    display: inline-block;
    transition: 0.25s ease;
}

.footer-content a:hover {
    color: #a2cfa3;
    transform: translateX(3px);
}

/* Móvil — 1 columna */
@media (max-width: 576px) {
    .footer-content .tf-collapse-content ul {
        columns: 1;        /* 📱 una sola columna en móviles */
    }
}

 
/* ----- Redes ----- */

.footer-social .title-footer {
    margin-bottom: 12px;
    color: #a2cfa3;
}

.footer-social ul {
    display: flex;
    gap: 10px;
    padding: 0;
}

.footer-social .item a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #4b5b4e;
    border-radius: 50%;
    color: #fff;
}

.footer-social .item a:hover {
    background-color: #8DC63F;
    border-color: #8DC63F;
}

/* ----- Bottom ----- */
.footer-bottom {
    border-top: 1px solid #4b5b4e;
    padding: 15px 0;
    margin-top: 20px;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom .right ul {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
}

.footer-bottom .right a {
    color: #dcdcdc;
    text-decoration: none;
}

.footer-bottom .right a:hover {
    color: #8DC63F;
}

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

@media (max-width: 768px) {
    .footer-top {
        text-align: center;
        gap: 45px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-social ul {
        justify-content: center;
    }

    .footer-subscribe fieldset {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-subscribe button {
        position: static;
        transform: none;
        width: 100%;
        height: 40px;
        border-radius: 50px;
    }
}/* =========================
   ABOUT – ESTILO MINIMAL
   ========================= */

.about-minimal {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Bloques */
.about-minimal .about-block {
  width: 100%;
}

.about-minimal .about-block-soft {
  background: #f1f1f1;
}

.about-minimal .about-block-white {
  background: #ffffff;
}

.about-minimal .about-block-accent {
  background: #e9ecef;
}

/* Títulos */
.about-minimal .about-title {
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.about-minimal .about-subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

/* Texto */
.about-minimal .about-content,
.about-minimal .about-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  max-width: 720px;
}

.about-minimal .about-highlight {
  font-size: 1.1rem;
  color: #111;
  margin-bottom: 1rem;
}

/* Perfil */
.about-minimal .about-profile {
  background: #fff;
  padding: 2rem;
  border: 1px solid #ddd;
}

.about-minimal .about-photo {
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}

.about-minimal .about-name {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.about-minimal .about-role {
  font-size: 0.85rem;
  color: #777;
}

.about-minimal .about-bio {
  font-size: 0.9rem;
  color: #555;
  margin: 1rem 0;
}

.about-minimal .about-links a {
  display: block;
  font-size: 0.9rem;
  color: #111;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

/* Servicios */
.about-minimal .about-service {
  background: #fff;
  padding: 1.25rem 1.5rem;
  font-size: 0.95rem;
  border-left: 3px solid #999;
}

/* Valor */
.about-minimal .about-value {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

  