/*
THEME NAME: JEA v1
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
*/

/* general */

@import "general.css";
@import "fontawesome/all.css";
@import "swiper/swiper.css";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


 
body {
	background: #fff;
  color: #333;
  font-size: 1em;
	overflow-x: hidden;
font-weight: 300;
  font-family: 'Titillium Web', sans-serif;
}

.linkweb {
   color: #ac8f4a;
  font-weight: 300;
   
}
/*
=========================
======== Embeber contenido ========
=========================
*/
/* Estilos generales para contenido incrustado */
.wp-block-embed__wrapper {
    background-color: #f6f6f6;
    border-radius: 7px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid transparent;
    text-align: center; /* Centrar el contenido */
}

.wp-block-embed-twitter iframe,
.wp-block-embed-twitter object,
.wp-block-embed-twitter embed,
.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;  text-align: center;
    height: 100%;
    border-radius: 7px; /* Agregar radio de borde */
}
.wp-block-embed__wrapper .twitter-tweet-rendered {
text-align: center;
    margin: 0 auto; /* Centrar el contenido */
}
/* Estilos de incrustación de Twitter */
.entry-content .wp-block-embed-twitter {
    max-width: 100%; /* Ajustar el ancho según sea necesario */
    border-radius: 7px;
		text-align: center;
    margin: 0 auto; /* Centrar el contenido */
}

/* Estilos de incrustación de Facebook */
.entry-content .wp-block-embed-facebook {
    max-width: 100% !important; /* Ajustar el ancho según sea necesario */
    border-radius: 7px;
    position: relative;
    margin: 0 auto; /* Centrar el contenido */
}

/* Estilos de leyenda de imagen */
figcaption {
    font-size: 11px;
    line-height: normal;
    font-family: 'tahoma';
    color: #9f9f9f;
    text-align: center; /* Centrar la leyenda */
}

.wp-caption {
    background: none;
    border: none;
    border-radius: 4px;
    padding-top: 5px;
    margin: 4px 10px;
    font-size: 12px;
    font-family: 'Titillium Web', sans-serif;
    color: #9f9f9f;
    text-align: center;
}

.wp-block-image figcaption strong,
.wp-block-image strong {
    background: none;
    border: none;
    border-radius: 4px;
    padding-top: 5px;
    margin: 4px 10px;
    font-size: 11px;
    color: #9f9f9f;
    text-align: center;
}

/* Imágenes responsivas */
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

/*
=========================
======== 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; }
/*
=========================
========header / MENU ========
=========================
*/

 
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}
.bg-azules {
    background: #04142d !important;
}
.bg-gris {
    background: #f0f4f6 !important;
}
.bg-verde {
  background:#009157 !important;
}
.bg-marron {
    --bs-bg-opacity: 1;
    background-color: #ac8e54 !important;
}
.consulta .text-white-50 {
    --bs-text-opacity: 0;
    color: #333 !important;
    font-weight: 500;
}
.text-marron {
    color: #ac8e54 !important;
}
/* ===================================
   MODERN EVENT NAV / CLEAN PREMIUM
=================================== */

.navbar-nav{
  gap: 6px;
}

/* LINK */
.nav-link{
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
text-decoration: none;
  padding: 14px 22px;

  border-radius: 999px;

  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;

  color: #202020;
  background: transparent;
  border: 1px solid transparent;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

/* hover moderno */
.nav-link:hover{
  color: #111;
  text-decoration: none;

  background: rgba(255,255,255,.75);

  border-color: rgba(0,0,0,.05);

  transform: translateY(-2px);

  box-shadow:
    0 8px 24px rgba(0,0,0,.06);
}

/* active */
.nav-link.active{
  color: #fff;

  background: linear-gradient(
    135deg,
    #957126 0%,
    #957126 100%
  );

  border-color: transparent;

  box-shadow:
    0 10px 30px rgba(31,94,255,.28);
}

/* icon */
.nav-link i{
  font-size: 10px;
  opacity: .65;

  transition:
    transform .25s ease,
    opacity .25s ease;
}

.nav-link:hover i{
  transform: translateX(2px);
  opacity: 1;
}

.nav-link.active i{
  opacity: 1;
}

/* ===================================
   DROPDOWN PREMIUM
=================================== */

.dropdown-menu{
  min-width: 250px;

  margin-top: 16px;
  padding: 10px;

  background: rgba(255,255,255,.82);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border: 1px solid rgba(255,255,255,.45);
  border-radius: 26px;

  box-shadow:
    0 20px 50px rgba(0,0,0,.10),
    0 2px 10px rgba(0,0,0,.04);

  overflow: hidden;
}

/* items */
.dropdown-item{
  display: flex;
  align-items: center;

  min-height: 50px;
  padding: 14px 18px;

  border-radius: 16px;

  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;

  color: #2e2e2e;

  transition:
    background .22s ease,
    color .22s ease,
    transform .22s ease;
}

/* hover item */
.dropdown-item:hover{
  background: rgba(31,94,255,.08);

  color: #17306f;

  transform: translateX(4px);
}

/* divider */
.dropdown-divider{
  margin: 8px 4px;

  border-top: 1px solid rgba(0,0,0,.06);

  opacity: 1;
}
/*
=========================
========Reset general========
=========================
*/
* {
	margin: 0;
	padding: 0;
}

a {
	color: #222;
	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: 'Titillium Web';
		font-size: 11px;
		padding:23px;
	color: #000;

}
.breadcrumb a{
  list-style: none;
  overflow: hidden;
	 font-weight: 600;color: #000;
  font-family: 'Titillium Web';
	font-size: 11px;

}
.breadcrumb .back{
   margin-left: 5px;
	    margin-right: 5px;

}
/*
=========================
========top categorias ========
=========================
*/
.titulo_categorias {
	background: #f8f6f6;
padding: 33px 0px 33px 0px;
height: 100%;
margin-bottom: 30px;
color: #333;
line-height: normal;
font-size: 15px;
	font-family: 'Titillium Web';
font-weight: 300;
}
.titulo_categorias strong{
color: #333;
font-weight: 600;
}
/*
=========================
======== PAGINADO ========
=========================
*/
.pagination .page-link  {
  color: #333;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #222;
		font-weight: 500;
    background-color: #f1f1f1;
    border-color: #ddd;
}
/*
=========================
======== attachment / SINGLE ADJUTNOS LINK ========
=========================
*/
.adjunto strong{
    font-weight: 600;
}
.adjunto .entry-meta a{
    font-weight: 600;
		color:#111;
}
.adjunto .bg-light {
    --bs-bg-opacity: 1;
    background-color: #f1f1f1 !important;
} 

/*
=========================
========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;
}


 /*------------------------------------*\
 	TITULO NOTAS SINGLE
 \*------------------------------------*/
 .entry-title   {
	color: #000;
	line-height: 30px;
    font-size: 27px;
	font-family: 'Titillium Web';font-weight: 700;
}
.entry-title a:hover {
	text-decoration: none;
}
.bajada   {
 color: #000;
text-align:left;
font-weight: 200;
line-height: 26px;
font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
}

/*------------------------------------*\
	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: #f1f4f7;
  /* border-radius: 50%; */
  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: #000; /* Agregado: Color del ícono */
}

/* =========================
======== Singles ========
=========================*/
.entry-content  ul li, .entry-content  ul ol {
	list-style-type: square;
}
.entry-content {
	margin-top: 15px;
  font-size: 1.1rem;
  line-height:1.6rem;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 10px;  color:#333;
}
.entry-content a
{
word-break: break-all;
font-weight: 400;
position: relative;
	text-decoration: none;
}
.entry-content a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-size: 4px 1px; /* Ancho y altura de los puntos */
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
.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: 600;
 }
 .entry-content ul li::before {
  color: #000;
	font-weight: 300;
	font-size: 1.1rem;
  line-height:1.6rem;
  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;
}

/*------------------------------------*\
	LISTADO NOTAS
\*------------------------------------*/
/* Títulos de artículo */
h1, h2 , h3, h4, h5, h6  {
 font-family: 'Raleway', sans-serif;
	line-height: normal;
}
.article h2 , .article h2 a  {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #000;
  position: relative;
  font-size: 18px;
  list-style: none;
  margin-top: 2px;
	line-height: 20px;
/* Ajusta este valor según tus preferencias */
overflow: hidden;
text-overflow: ellipsis; /* Esto añadirá puntos suspensivos (...) al final del texto cortado */
 }
 .article-body   {
   max-width: 100%; /* Ajusta según sea necesario */
   overflow: hidden;
   text-overflow: ellipsis; /* Esto añadirá puntos suspensivos (...) al final del texto cortado */

 }
/* Metadatos del artículo */
.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;
}

 .top30menos{
   margin-top: -30px;
 }
/* Contacto*/

.contacto .bg-primary-light {
    background-color: #e4e8fe;
}
.contacto h3 {

		font-family: "Titillium Web", sans-serif;
    font-weight: 700 !important;
}.contacto .text-muted {

		font-size: 15px
}


.contacto  .icon-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: .5rem;
    line-height: 20px
}

.contacto  .icon-circle i {
    vertical-align: middle

}

.contacto  .icon-rounded {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    text-align: center;
    line-height: 4rem
}

.contacto  .icon-rounded i,.icon-rounded svg {
    vertical-align: middle;
			color:#4e66f8;
			font-size: 21px;
}

.contacto  .icon-rounded.icon-rounded-sm {
    width: 3rem;
    height: 3rem;
    line-height: 3rem
}

.contacto .icon-rounded.icon-rounded-lg {
    width: 5rem;
    height: 5rem;
    line-height: 5rem
}

.contacto .icon-rounded.icon-rounded-xl {
    width: 7rem;
    height: 7rem;
    line-height: 7rem
}


/* Estilos para la estructura de filas de artículo */
.article.row-article .article-img {
  width: 30%;
  float: left;
  margin-right: 30px;
  margin-bottom: 0px;
}
.article.row-article .article-img  img{
  width: 100%;
	height: auto;

}
/* Estilos para pantallas más pequeñas */
@media only screen and (max-width: 767px) {
  .article.row-article .article-img {
    width: 30%;
    float: left;
    margin-right: 15px; /* Espaciado entre la imagen y el título en la versión móvil */
    margin-bottom: 15px;
  }
  .article.row-article .article-body {
    width: 65%;
		float: left;
  }

 .article-body   p {
    display: none;
  }
	.article h2 , .article h2 a  {
	  font-family: 'Titillium Web', sans-serif;
			font-weight: 500;
	  font-size: 16px;
			line-height: 18px;
	 }
}

@media only screen and (max-width: 480px) {
  .article.row-article .article-img {
    width: 100%;
    float: left; /* Elimina el float para que la imagen ocupe todo el ancho */
    margin-right: 0; /* Elimina el margen derecho en la versión más pequeña */
    margin-bottom: 15px;
  }
 .article-body  p {
		display: none;
	}
	.article h2 , .article h2 a  {
	  font-family: 'Titillium Web', sans-serif;
		font-weight: 500;
		font-size: 15px;
		line-height: 17px;
	 }
}
/*------------------------------------*\
	Sidebar titulos
\*------------------------------------*/
.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;
}
  .wp-block-heading {
    position: relative;
    margin: 10px 0 10px 0;

    padding: 0 0 10px 0;
		  font-size: 1em !important;
			color:#000;
			text-transform: uppercase;
}

.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;
}
/*------------------------------------*\
	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;
}
/*------------------------------------*\
	WIDGET
\*------------------------------------*/
 .widget{
	    border-left-width: 0;
	    border-right-width: 0;
	    border-top-width: 0;padding-bottom: 20px;
    margin-bottom: 1px;
font-family: 'Titillium Web';
font-size: 13px; color:#666;

	}.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
 .widget ul li a{
    color: #000;
}
.widget ul li {
    margin: 0;	font-family: 'Titillium Web';
    padding: 0;  color:#666;
    list-style: none;
		position: relative;font-size: 14px;
border-bottom: 1px solid #e7e7e7;
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;}



/* =========================
======== metas single ========
=========================*/

 .metas small,.metas small a {
font-size: 12px;
color:#000;
 }
 .metas small strong  {
font-weight: 600;
 }

 /* =========================
 ======== post ========
 =========================*/

.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: 'Titillium Web', sans-serif;
  color:#333;
  text-align:center;
}
.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}
.entry-content,
.entry-summary,
.page-content{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-summary a,
.page-content 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{
	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;
}
.textwidget p {
	margin-bottom: 10px;
}
.textwidget a {
	text-decoration: underline;
}
.widget_tag_cloud a {
	text-transform: lowercase;
}

/*
=========================
======== EDITADO DE  BOOSTRAP ========
=========================
*/
.sin-borde{
 border:none;
 margin-bottom: 15px;
}
.card-text{
	margin-top:10px;
}
.card-header {
	clear: left;
        font-family: 'Titillium Web';
	   	background: transparent;
         color:#CBAA87;padding-bottom: -1px;
}
.card-header .btn-link {
    font-weight: 400;
    color: #000;
    background-color: transparent;
}
.bg-f1 {
    background-color: #f1f1f1;
}
.bg-f1 .list-group-item {
    background-color: transparent;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.7rem;
  font-size: 0.8rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: 12px;
  transition: var(--bs-accordion-btn-icon-transition);
}
.single-curso 
.border-end {
  border-right: 1px solid #dfe2e6 !important;
}
.single-curso .contenido ul  {
  padding-left: 2em;
  
}
.single-curso .contenido ul li {
	list-style-type: square;
  
}
.single-curso .contenido ul li::before {
  color: #000;
	font-weight: 300;
	font-size: 1.1rem;
  line-height:1.6rem;
  position: relative;
  top: 0em;
}
.text-warning {
  --bs-text-opacity: 1;
  color: #ac8f4a !important;
}


/*------------------------------------*\
	POST bordes
\*------------------------------------*/
.border-desktop {
  border-right: none;
}

/* Desde escritorio (LG ≥ 992px) */
@media (min-width: 992px) {
  .border-desktop {
      border-right: 1px solid #dee2e6; /* mismo estilo que Bootstrap */
  }
}

/*------------------------------------*\
	POST CARRUSEL
\*------------------------------------*/
.card-img-top   img {
width: 100% \9;
max-width: 100%;
height: auto;
}
/*------------------------------------*\
	PAGINAS
\*------------------------------------*/
.head-page-titulo {
  display: inline-block !important; /* evita que se estire al 100% */
  width: auto !important;           /* ignora cualquier width heredado */
  
  font-size: 31px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;

  padding: 14px 18px;
  background: #0a2652;

  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}



.head-page-text {
    color:#fff;    font-family: 'Titillium Web', sans-serif;

}
.subtitulos {
  font-size: 25px;
  line-height: 29px;
  color: #ccc;    font-family: 'Titillium Web', sans-serif;

  font-weight: 500;
  /* text-transform: uppercase; */
}
.bajada-page   {
 color: #fff;
text-align:left;
font-weight: 200;
line-height: 26px;
font-size: 19px;
 font-style:italic;
}
.list-group-item.active {
  background-color: #f0f4f6;
  border-color: #f0f4f6;
  color: #1d1d1d;
}

.list-group-item {
  border-radius: 0 !important;
  padding: 12px 16px;
}

/*------------------------------------*\
	ARCHIVOS
\*------------------------------------*/
.archivo .list-group {

    border-radius: 0px;
}
.archivo  .list-group-item {
border:0px;
border-bottom:1px solid #dee2e6;
}
.tiempo-archivo{
font-weight: 600;
}
/* =========================
======== NO RESULTADOS ========
=========================*/
.sin_resultados {
background-color: #e1e1e1;
padding:40px;
}
.sin_resultados .entry-title {
text-align: center;
}
.sin_resultados p{
align-content: center;
font-size: 14px;
text-align: center;
padding-left: 30px;
padding-right: 30px;
}
/* =========================
======== ESCONDER  ========
=========================*/

 .mobile_only{
 	 display:none !important;
  }
 @media screen and (max-width: 768px) {
 	.mobile_only{
 		display: inline-block !important;
 	}
	.featured-thirds-vertical img {
		object-fit: cover;
		margin: auto;
 padding-top: 20px;
	}
  .desktop_only    {
 		display: none !important;
 	}

	 	}


/* ==========================================================================
  22. FOOTER
  =========================================================================== */

  .footer {
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;

 
  }
  .footer:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/jea.jpg") no-repeat right 50% top 0px / 70px 70px;
    z-index: 5;
    pointer-events: none;
  }
  
  #footer-1 .footer-links {
    padding-left: 25%;
  }
  
  #footer-2 .footer-links {
    padding-left: 10%;
  }
  /* Vista móvil */
@media (max-width: 576px) {
  #footer-2 .footer-links {
    padding-left: 0; /* o 1rem si querés dejar un pequeño margen */
  }
}
  #footer-3 .footer-links {
    padding-left: 5%;
  }
  .mb-40 {
    margin-bottom: 40px;
}
  /*------------------------------------------*/
  /*  FOOTER TYPOGRAPHY
  /*------------------------------------------*/
   
  .footer h5 {
    letter-spacing: 0;
    margin-bottom: 30px;
    font-weight: 700;

  }
  
  .footer-info p {
    margin-top: 25px;
  }
  
  .footer-box p {
    font-size: 1.05rem;
    margin-bottom: 4px;
  }
  
  .footer-contacts p {
    font-size: 1.05rem;
    margin-bottom: 1px;
  }
  
  .footer-contacts .btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  
  .bg-lightdark .footer-info p,
  .bg-lightdark .footer-links li a,
  .bg-lightdark .footer-copyright p,
  .bg-lightdark .bottom-footer-list a {
    color: #b3b8c3;
  }
  
  .bg-lightdark .footer-links li a:hover,
  .bg-lightdark .bottom-footer-list a:hover {
    color: #fff;
  }
  
  /*------------------------------------------*/
  /*  FOOTER LINKS
  /*------------------------------------------*/
  
  .footer-links li {
    width: auto !important;
    display: block !important;
    clear: none !important;
    font-size: 1.05rem;
    margin: 0 0 9px 0;
    padding: 0;
  }
  .footer-links  ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
  
  /*------------------------------------------*/
  /*  FOOTER SOCIAL LINKS
  /*------------------------------------------*/
  
  .foo-socials {
    display: inline-block; 
    padding-left: 0;
    margin: 10px auto 0;
  }
  .foo-socials ol, ul {
     padding-left: 0;  
}
  .bottom-footer .foo-socials {
    margin: 0;
  }
  
  .foo-socials li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0;
    padding: 0;
  }
  
  .foo-socials a {
    color: #ac8f4a;
    font-size: 1.2rem;
    line-height: 30px !important;
    margin-right: 22px;
    display: block;
}
  
  .foo-socials a.ico-facebook:hover { color: #3b5998; }
  .foo-socials a.ico-twitter:hover { color: #00a9ed; }
  .foo-socials a.ico-instagram:hover { color: #e44772; }
  .foo-socials a.ico-dribbble:hover { color: #d92d84; }
  .foo-socials a.ico-behance:hover { color: #2473f6; }
  .foo-socials a.ico-pinterest:hover { color: #ac281a; }
  .foo-socials a.ico-linkedin:hover { color: #015886; }
  .foo-socials a.ico-google-plus:hover { color: #cd1111; }
  .foo-socials a.ico-youtube:hover { color: #cd1b20; }
  .foo-socials a.ico-tumblr:hover { color: #3a5976; }
  .foo-socials a.ico-vk:hover { color: #3b5998; }
  
  /*------------------------------------------*/
  /*  FOOTER NEWSLETTER FORM
  /*------------------------------------------*/
  
  .footer-form .form-control {
    text-align: center;
    height: 48px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #757575;
    font-size: 15px;
    padding: 0 15px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
   
/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.bg-lightdark .footer-form .form-control::-moz-placeholder { color: #b3b8c3; } 
.bg-lightdark .footer-form .form-control:-ms-input-placeholder { color: #b3b8c3; }
.bg-lightdark .footer-form .form-control::-webkit-input-placeholder { color: #b3b8c3; }
 
/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.footer-form .input-group-btn { 
  display: block; 
  width: 100%!important; 
}

.footer-form .btn {
  display: block; 
  width: 100%!important;
  height: 48px;
  font-size: 15px;
  padding: 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
 

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.bottom-footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 35px;
}

.bg-lightdark .bottom-footer { 
  border-top: 1px solid #414e55;
}

.bottom-footer p {
  margin-bottom: 0;
}

.bottom-footer p.p-sm {
  display: inline-block;
  font-size: 0.925rem;
  line-height: 1;
  margin-left: 17px;
  margin-bottom: 0;
}

.bg-dark .bottom-footer p.p-sm { 
  color: #ddd;
}

/*------------------------------------------*/
/*  Bottom Footer List
/*------------------------------------------*/

.bottom-footer-list li {
  font-size: 1rem;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 9px 5px 0;
  padding: 0;
}

.bottom-footer-list li a {
  font-weight: 600;
}

.bottom-footer-list p:after { 
  content: "|"; 
  padding-left: 11px; 
  position: relative;
  top: -1px;
}

.bottom-footer-list p.last-li:after { 
  content: " "; 
  padding-left: 0; 
}
  
 /* =========================
 ========  header ========
 =========================*/
 
.header .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) #cecece !important;
}
.header  .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style)  #cecece !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgb(149 113 38 / 19%) !important;
}
.bg-danger {
  background-color: #6750A4!important;
}
.buscador-oferta-wrapper {
   padding:0;
 }
 .label-search {
  background: #858a8e !important;
  padding: 5px 15px 5px 15px;
  color: #fff;
}
.buscador-oferta-wrapper .form-control-lg,
.buscador-oferta-wrapper .form-select-lg {
  padding-left: 20px;   
  font-size: 14px;
  background: #efefef !important;
   box-shadow: inset 2px 2px 5px rgba(0,0,0,0.1), 
  inset -2px -2px 5px rgba(255,255,255,0.7);
}
.buscador-oferta-wrapper input {
font-size: 14px;
}
.buscador-oferta-wrapper .btn {
  font-size: 14px;
  }
.buscador-oferta-wrapper .input-inset {
  box-shadow: inset 2px 2px 5px rgba(0,0,0,0.1),
              inset -2px -2px 5px rgba(255,255,255,0.5);
  /* opcionales */
  transition: box-shadow 0.2s ease;
}
.buscador-oferta-wrapper .form-control-lg:focus,
.buscador-oferta-wrapper .form-select-lg:focus {
  box-shadow: none !important;
}
 

.start-in {
  display: inline-flex;
  background-color: rgb(6 48 99) ;
  color: #fff;
  font-weight: 300;
  padding: 5px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase
}

#timer {
  padding: 20px 0;
  font-size: 44px;
  font-weight: 600
}

#timer span {
  font-size: 14px;
  font-weight: 200;
  margin-right: 7px
}

@media (max-width: 736px) {
  #timer span {
      font-size:12px
  }
}
.mtvideo {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.header {
  position: relative;
  z-index: 2;
}
 .slider-text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgb(255 255 255 / 58%);
}
.hero-date-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
  padding: .75rem 1.2rem;
  border: 1px solid rgba(184,150,12,.4);
  border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .95rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--fog);
  text-align: center;
  line-height: 1.4;
  max-width: 100%;
  animation: fadeUp .9s .5s ease both;
}

.hero-date-bar .sep {
  width: 1px;
  height: 1rem;
  background: rgba(184,150,12,.5);
}

/* Mobile */
@media (max-width: 768px) {
  .hero-date-bar {
    gap: .5rem;
    padding: .7rem 1rem;
    font-size: .78rem;
    letter-spacing: .08em;
    width: 100%;
    max-width: 320px;
  }

  .hero-date-bar .sep {
    height: .8rem;
  }
}

/* Extra small */
@media (max-width: 480px) {
  .hero-date-bar {
    flex-direction: column;
    gap: .4rem;
    padding: .9rem 1rem;
  }

  .hero-date-bar .sep {
    width: 40px;
    height: 1px;
  }
}
 /* =========================
 ========  carrusel ========
 =========================*/

 .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/jea.jpg") no-repeat right 160px top 60px / 70px 70px;
  z-index: 5;
  pointer-events: none;
}
.carousel-item  .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) #2c3d50 !important;
}
.carousel-item {
    position: relative;
		font-family: 'Titillium Web', sans-serif;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:rgb(8 26 47 / 87%);

}
.carousel-caption h1 {
  font-family: "Playfair Display", serif;
  font-weight: 300;
}
.carousel-caption h6 {
  font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
text-transform: uppercase;
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;font-family: 'Titillium Web', sans-serif;
    margin: 0 auto 35px auto;
}
.carousel-bottom-controls {
  position: absolute;
  bottom: 40px;         /* ajuste de altura */
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;

  /* opcional: para que no se vayan tan abajo si la imagen es corta */
  width: auto;
}

.btn-bottom-prev,
.btn-bottom-next {
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 33px 40px;
  border-radius: 50%;
  font-size: 18px;
}


.carousel-control-next:hover {
    background: var(--bs-primary);
    transition: .8s;
}

 

#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: 500px;
        bottom: 5% !important;   /* bajalo (menos separacion desde arriba) */
         transform: translateX(-50%);
        text-align: center;
    }

    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }

		 .nav-link {
		    padding: 18px 2px;
			border-bottom: 1px solid #dadada;

		}
    .navbar .border-start {
      border-left: none !important;
  }
}
/*** secciones titulos ***/
.section-pag h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
		font-weight: 600;
		color: #222;

}
.section-pag h1 {
  position: relative;
  padding-left: 0; /* aseguramos que no agregue padding */
}

 
.section-pag h1::before,
.section-pag h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    background: #ac8f4a;
    bottom: -10px; /* separado del texto para no empujar */
    left: 0;  
}

.section-pag h1::before {
    left: 0;
}
.section-pag h1::after {
    right: 0;
}
.section-pag.text-start h1::before {
    display: none;
}
/*** nosotros home caja ***/
.about  {
      margin: 0;
    }
.about-text {
      font-size: 16px;
    }
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
				border:0;
    }
    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}
@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}
@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}
.category-partners-y-asociaciones .infopost{
    display:none;
		}
		.category-partners-y-asociaciones .article-body {
    font-size:16px;
}
/*** sLogos cleintes  ***/
.seccion-logos h3 {
    color: #f0f0f0;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.swiper-logos img {
    transition: all 0.3s ease-in-out;
    -webkit-filter: grayscale(100);
    -moz-filter: grayscale(100);
    filter: grayscale(100);
}
.swiper-logos img:hover {
    filter: none;
    transform: scale(1.2);
    -webkit-filter: none;
}
 
        /* 04.14 Icon Box CSS */
.icon-box {
    position: relative;
    display: block;
    padding: 40px 40px 30px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 5px;
    z-index: 99;
  }
  .icon-box.icon-box-left {
    padding: 0;
  }
  .icon-box.icon-box-left:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .icon-box.h5-icon-box {
    padding: 0;
  }
  .icon-box.h5-icon-box .content .title {
    font-size: 20px;
    color: #333333;
  }
  .icon-box.h5-icon-box .content .link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 20px;
    min-height: 40px;
    background-color: transparent;
    border-radius: 5px;
    color: #8C89A2;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .icon-box.h5-icon-box .content .link i {
    font-size: 16px;
    line-height: 14px;
    margin-left: 14px;
  }
  .icon-box.h5-icon-box:hover {
    z-index: 1;
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .icon-box.h5-icon-box:hover .content .link {
    background-color: #f8f8f8;
    color: #20AD96;
  }
  .icon-box .icon {
    margin-bottom: 24px;
  }
  .icon-box .icon svg {
    width: 60px;
    height: 60px;
  }
  .icon-box .content .title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    color: #3F3A64;
  }
  .icon-box .content .title.fz-20 {
    font-size: 20px;
  }
  .icon-box .content .desc {
    margin-top: 10px;
  }
  .icon-box .content .desc p {
    line-height: 1.6;
    color: #696969;
  }
  .icon-box .content .link {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 34px;
    padding: 5px 0;
    color: #8C89A2;
  }
  .icon-box .content .link i {
    font-size: 16px;
    line-height: 14px;
    margin-left: 14px;
  }
  .icon-box:hover {
    z-index: 1;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
            box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  }
  .icon-box:hover .content .link {
    color: #20AD96;
  }
    
/*------------------------------------------*/
/*  HERO SECTION BOXES
/*------------------------------------------*/
.hero-boxes-section
{
    margin-bottom: 50px;
  }
#hboxes-1 .hero-boxes-holder,
#hboxes-2 .hero-boxes-holder {
  position: relative;
  background-color: #674e18;
  padding: 45px 40px 35px;
  border: 1px solid #674e18;
  margin-top: -130px;
  z-index: 999;
 
}

#hboxes-2 .hero-boxes-holder {
  margin: -80px 25px 0;
}

#hboxes-1 .c2-box-txt h5 {
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 6px;
}

#hboxes-1 .c2-box-txt p {
  line-height: 1;
  margin-bottom: 35px;
}

#hboxes-1 .owl-nav {
  display: none;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK DIGIT
/*------------------------------------------*/

h5.statistic-number {
    font-size: 3.5rem;
    line-height: 1; 
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 16px;
  }
  
  #hboxes-2 h5.statistic-number,
  #statistic-1 h5.statistic-number {
    float: left;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 12px;    
    color: #0c1b2e;

  }
  
  #hboxes-2 h5.statistic-number {
    font-size: 3rem;
  }
  
  #statistic-3 h5.statistic-number {
    font-size: 2rem;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
  
  .statistic-block p.p-md {
    font-family: 'Muli', sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 0;
  }
  
  .statistic-block p {
    font-family: 'Muli', sans-serif;
    line-height: 1;
    margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  STATISTIC BLOCK TEXT
  /*------------------------------------------*/
  
  .statistic-block-txt {
    overflow: hidden;
    padding-left: 25px;
    border-left: 1px solid rgb(134 111 62);

  }
  
  .white-color .statistic-block-txt {
    border-left: 1px solid rgba(245, 245, 245, .2);
  }
  
  #statistic-3 .statistic-block-txt {
    padding-left: 20px;
  }
  
  .statistic-block-txt h5 {
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 3px;
    line-height: 25px;
    color:#f1f1f1;
}
  
  .statistic-block a {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
  }
  
  span.s-icon {
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-top: 5px;
  }
  
  .statistic-block.icon-xs [class*="flaticon-"]:before,
  .statistic-block.icon-xs [class*="flaticon-"]:after {   
    font-size: 3.05rem;
  }
  /*------------------------------------------*/
/* MOBILE ONLY - mantiene diseño original
/*------------------------------------------*/

@media (max-width: 768px) {

  .hero-boxes-section {
    margin-bottom: 35px;
  }

  #hboxes-1 .hero-boxes-holder,
  #hboxes-2 .hero-boxes-holder {
    padding: 32px 24px 24px;
    margin-top: -70px;
  }

  #hboxes-2 .hero-boxes-holder {
    margin: -50px 12px 0;
  }

  h5.statistic-number {
    font-size: 2.5rem;
    margin-bottom: 12px;
  }

  #hboxes-2 h5.statistic-number,
  #statistic-1 h5.statistic-number {
    margin-right: 18px;
    margin-bottom: 10px;
  }

  .statistic-block-txt {
    padding-left: 18px;
  }

  .statistic-block-txt h5 {
    font-size: 22px;
    line-height: 22px;
  }

  .statistic-block p.p-md {
    font-size: 1rem;
  }

  .statistic-block p {
    line-height: 1.3;
  }

  span.s-icon {
    margin-right: 15px;
  }

  .statistic-block.icon-xs [class*="flaticon-"]:before,
  .statistic-block.icon-xs [class*="flaticon-"]:after {
    font-size: 2.5rem;
  }

}

/* celulares chicos */

@media (max-width: 480px) {

  #hboxes-1 .hero-boxes-holder,
  #hboxes-2 .hero-boxes-holder {
    padding: 26px 18px 20px;
    margin-top: -45px;
  }

  #hboxes-2 .hero-boxes-holder {
    margin-left: 0;
    margin-right: 0;
  }

  h5.statistic-number {
    font-size: 2.1rem;
  }

  #hboxes-2 h5.statistic-number,
  #statistic-1 h5.statistic-number {
    margin-right: 14px;
  }

  .statistic-block-txt {
    padding-left: 14px;
  }

  .statistic-block-txt h5 {
    font-size: 18px;
    line-height: 20px;
  }

  .statistic-block p.p-md,
  .statistic-block p {
    font-size: .92rem;
  }
}

/*------------------------------------------*/
/* ALIGN TEXTS
/*------------------------------------------*/

.statistic-block {
  display: flex;
  align-items: center;
}

h5.statistic-number {
  margin-bottom: 0;
  min-width: 75px;
  line-height: 1;
}

.statistic-block-txt {
  display: flex;
  align-items: center;
  padding-left: 18px;
  border-left: 1px solid rgb(134 111 62);

  min-height: 70px;
}

.statistic-block-txt h5 {
  margin: 0;
  line-height: 1.05;
}
  /*------------------------------------------*/
/*  HERO SEARCH FORM
/*------------------------------------------*/

#hero-1 .hero-form {
    margin: 40px 15% 0 0;
  }
  
  #hero-3 .hero-form {
    margin: 0 8%;
  }
  
  #hero-6 .hero-form {
    margin: 35px 10% 0 0;
  }
  
  /*------------------------------------------*/
  /*  HERO SEARCH FORM INPUT
  /*------------------------------------------*/
  
  .hero-form .form-control {
    height: 60px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
    color: #333;
    font-size: 1.125rem;
    padding: 0 20px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
  }.hero-form .btn {
    height: 60px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: none;
    font-size: 1.45rem;
    line-height: 1!important;
    padding: 0 20px;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}.hero-form .btn i {
    color: #ec5252;
    font-size: 1.125rem;
    line-height: 1;
}

.hero-oferta h1 {
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

 

@media (max-width: 768px){
  .hero-oferta {
    padding: 90px 0;
    text-align:center;
  }
  .hero-oferta h1 {
    font-size:2rem;
  }
}

/*------------------------------------------*/
  /*  bursos listado
  /*------------------------------------------*/
/* ====== ESTILOS PERSONALIZADOS – TARJETAS DE FORMACIÓN ====== */

.formaciones-title {
  text-align: center;
  margin-top: 40px;
}
.formaciones-title h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
.formaciones-title p {
  margin-top: -6px;
  color: #0073ff;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Card */
.oe-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: .25s ease;  position: relative;
}
.oe-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 26px rgba(0,0,0,0.12);
}

/* Imagen */
.oe-card img {
  height: 190px;
  object-fit: cover;
}
/* Contenedor relativo para la imagen + badge */
/* Contenedor relativo para la imagen + badge */
.oe-card-image {
  position: relative;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  /* overflow: hidden;  <-- quitar o comentar */
}
.oe-badge {
  position: absolute;
  top: 0;
  right: -13px;
  background-color: #ffffff;
  color: #ac8f4a;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 10px 35px;
  border-radius: 0 14px 0 15px;
  z-index: 10;
}
.fondo-search {
background-color: #6c757d;
opacity: 0.8;
background-image:  linear-gradient(#8f9498 1px, transparent 1px), linear-gradient(to right, #8f9498 1px, #6c757d 1px);
background-size: 20px 20px;
}
.fondo-single {
  background-color: #c5c5c5;
  opacity: 0.8;
  background-size: 20px 20px;
  }
.educa strong {
font-weight: 700;}
 
.educa .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) #ebebeb !important;
}
 

/* Contenido */
.oe-body {
  padding: 18px 20px;
}
.oe-body h4 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
}
.oe-meta {
  font-size: .9rem;
  color: #555;
  margin-top: 6px;
}

/* Footer */
.oe-footer {
  padding: 14px 20px;
  border-top: 1px solid #eee;
}
.oe-btn {
  background: #0d6efd;
  color: white !important;
  padding: 8px 20px;
  font-size: .9rem;
  border-radius: 50px;
}
.oe-btn:hover {
  background: #0b5ed7;
}

/* Estado */
.chip {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: .75rem;
  font-weight: 600;
  margin-top: 8px;
}
.chip-activo { background: #d1f5d4; color:#0a7a3e; }
.chip-fin { background: #eee; color:#666; }
.chip-indef { background: #eae3ff; color:#6143ff; }
.oe-cat-label {
  display: inline-block;
  /* background: #0d6efd; */
  color: #712a67;
  /* padding: 4px 12px; */
  /* border-radius: 30px; */
  /* font-size: .75rem; */
  font-weight: 700;
}

.course-txt h3 {
  font-weight: 800;
  padding-right: 10%;
  margin-bottom: 20px;
}

/* titulo section cursos */
 
.mb-60 {
  margin-bottom: 60px;
}.section-title h3 {
  margin-bottom: 12px;
}.title-btn {
  position: absolute;
  right: 15px;
  bottom: 5px;
}h3.h3-sm {
  font-size: 2.5rem;
  color: #283034;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}
p.p-md {
  font-size: 1.125rem;
}.section-title p {
  color: #888;
  margin-bottom: 0;
}
.btn-tra-grey {
  color: #333;
  background-color: transparent;
  border: 2px solid #e3e3e3;
  background-color: transparent;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  padding: 13px 26px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;

}
.btn-tra-grey:hover {
  color: #333;
  background-color: transparent;
  border: 2px solid #333;
  text-decoration: none;

}  

/*-----------------------------------------------------------------------------------*/
/*	01. modulo fotos + texto
/*-----------------------------------------------------------------------------------*/

.probootstrap-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.probootstrap-half .display-4 {
  font-size: 1.2rem;
  font-weight: 300;
}
 

.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: 90px;
  padding-bottom: 170px;
    padding-right: 80px;
      padding-left: 80px;
     background-color: #ededed;
color:#333;
         font-size: 1rem;
        line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .probootstrap-half .text {
    width: 100%;
    padding: 50px 35px;
    float: left;
  }
}

.probootstrap-half .text .subtitle {
  color: #000;
  font-size: 10px;
  letter-spacing: 2pt;
  font-family: 'Roboto';
}

.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-style: normal;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  text-transform: none;
  color: #063063;
}
.eyebrow{
font-size: 15px;
margin-top: 20px;
	}
.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: 12px;
  letter-spacing: 1pt;
  font-style: normal;
  color: #7a7a7a;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 11px;

}

@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: 13px;
    line-height: 13px;
  }
 
}

.probootstrap-half .text p {
  color: #666;
  line-height: 1.5;
  font-weight: 300;

}
.text-secondary {
  color: #666!important;


}

.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 small, .probootstrap-half  .small {
	 font-size: 66%;
	 font-weight: 400;
   color: #4a5d72;

}
.probootstrap-half .btn {
    background: #fff;
    padding: 1rem 4rem;
    color: #333;
    margin-top: 10px;
    /* font-family: 'Recoleta600'; */
    border: 0px solid #ccc;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.probootstrap-half .btn:hover {
    background: #fff;
    padding: 1rem 4rem;
    color: #222;

   text-decoration: none;

    cursor: pointer;
}
.probootstrap-half a.bold {
    font-weight: 700;
    font-style: normal;
  }
    
b, strong {
  font-weight: 600;
}
.btn-warning {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #aa9145;
  --bs-btn-border-color: #aa9145;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #aaaaaa;
  --bs-btn-hover-border-color: #aaaaaa;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* ============
   CONTENEDOR CONTACTO
   ============ */

   .contacto .heading {
    font-size: 1.7rem;
    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%);
  }

  
/* =========================
========  Notas CARD ========
=========================*/
.badge {

  font-family: "Roboto Condensed", sans-serif;
  font-size: 9px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: .2px;
  text-transform: uppercase;
  }
.notas-grid .card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: transparent;
  border: 0 solid rgba(0,0,0,.125);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.notas-grid  .card-title {
  margin-bottom: .75rem;
   color:#000;
font-weight: 700;
line-height: 1.2;
font-size: 19px;
margin-bottom: 0.5rem;
margin-top: 0;
}


.notas-grid .card {
  border-bottom: 1px solid rgba(0,0,0,.1);

}
.notas-grid .card-meta {
color: #111;
display: inline-flex;
font-family: "Roboto Condensed", sans-serif;
font-size: 10.5px;
font-weight: 400;
letter-spacing: .2px;
text-transform: uppercase;
}
.notas-grid .card-meta a {
  font-weight: 800;
  color: #ac8f4a !important;
}

.notas-grid .card-header {
  background-color: #fff;
  border-bottom: 0 solid rgba(0,0,0,.125);
  margin-bottom: 0;

}
.notas-grid .card-header time {
  display: inline-block;
  margin-bottom: .5rem;
  color:#666;
}
.notas-grid .card a:not(.btn) {
  color: inherit;
  text-decoration: none;
}
.notas-grid .card-title {
  margin-bottom: .75rem;
}
.notas-grid .card-img {
   border-radius: 0!important;

}
.notas-grid .card-img, .card-img-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}.notas-grid.card-img, .notas-grid .card-img-bottom, .notas-grid .card-img-top {
  width: 100%;
}
.notas-grid .card-body {
  flex: 1 1 auto;
  padding: 0.5rem;

}
/* =========================
========  Metas NOtas ========
=========================*/

.post-meta {
color: #111;
display: inline-flex;
font-family: "Roboto Condensed", sans-serif;
font-size: 10px;
font-weight: 400;
letter-spacing: .2px;
text-transform: uppercase;
}
.post-meta a {
  font-weight: 800;
  color: #ac8f4a;
}
.post-meta .post-periodista {
  color: #000000;
  font-weight: 700;
}
.post-meta  .post-fecha {
  color: #777777;

}
.post-meta  .post-categoria {
  font-size: 11px;
}

  /* Categorias secciones*/

  .block-title {
    padding-bottom: 1rem;
}
.block-title {
    border-bottom: 4px solid  #f0f0f0;
    font-family: "Roboto Condensed";
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    letter-spacing: .4px;
}
  .block-title span {
    border-bottom: 4px solid #ac8f4a;
    display: inline-block;
    margin: 0 0 -30px;
    padding-bottom: 16px;
}



.faq-section .title {
  font-size: 1.625rem
}

.faq-section .intro-inner {
  font-size: 0.875rem;
  background: #f0f4f6
}

.faq-section .intro-inner .title {
  font-size: 1.125rem
}

.faqs-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e6e7ea !important;
  border-radius: 0
}

.faqs-accordion .accordion-header {
  background: none;
  border: none;
  padding: 0
}
.faqs-accordion .accordion-button i {
  font-size: 1.5rem;
  font-family: inherit;
  color: #194562;
  text-decoration: none;
  margin-bottom: 0;
  font-weight: 600;
  margin-right:20px;
  font-family: inherit;
  background: none;
  box-shadow: none;
}
.faqs-accordion .accordion-button {
  font-size: 1.5rem;
  font-family: inherit;
  color: #3d4047;
  font-family: "Playfair Display", serif;

  text-decoration: none;
  margin-bottom: 0;
  font-weight: 300;
   background: none;
  box-shadow: none
}

.faqs-accordion .accordion-button:after {
  display: none
}

.faqs-accordion .accordion-body {
   padding-top: 0
}

a.btn-cta-primary, .btn-cta-primary {
  background: #28A5A8;
  border: 2px solid #28A5A8;
  color: #fff;
}
.faq-section .intro-inner {
  font-size: 0.875rem;
  background: #f0f4f6;
}

/* Estilos personalizados para la sección de ficha técnica */
.ficha-tecnica {
  background-color: #f8f9fa; /* Fondo claro */
  padding: 60px 0; /* Espaciado superior e inferior */
}


.section-title-ficha {
  font-size: 14px !important;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #0e374d;
  letter-spacing: 1px;
}

.info-box {
  background-color: #f9f9f9;
  padding: 1.5rem;

}


.info-box p,
.info-box ul {
  margin: 0;
  padding: 0;
  color: #555;
}

.info-box ul {
  list-style: none;
}

.info-box ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
 list-style:  circle;

}

.info-box ul li:last-child {
  border-bottom: none;
}

.info-box strong {
  color: #2c3e50;
  font-weight: 600;
}

    /* ─── CONVOCATORIA ───────────────────────────────────────── */
  /************************************/
/***      OUR BENEFITS CSS       ***/
/************************************/

.our-benefits{
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.our-benefits .our-benefits-content{
	margin-right: 15px;
}

.our-benefits .section-title{
	margin-bottom: 40px;
}

.our-benefits .section-title h3{
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #c6a032;
	padding-left: 15px;
	margin-bottom: 20px;
}

.our-benefits .section-title h3::before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:6px;
	height:6px;
	border-radius:50%;
	background:#c6a032;
}

.our-benefits .section-title h2{
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1em;
	color: #072754;
	letter-spacing: -0.02em;
}

.our-benefits .benefits-item-list{
	border-top: 1px solid rgba(7,39,84,.1);
	padding-top: 40px;
}

 
.our-benefits .benefits-item{
  display:flex;
  align-items:flex-start;
  gap:20px;
  margin-bottom:40px;
  flex-wrap:nowrap;
}

.our-benefits .benefits-item .icon-box{
  width: 60px;
  height: 60px;
  min-width: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #d9d9d9;
  border-radius: 12px;

  padding: 0;
  overflow: hidden;
  flex-shrink: 0;
}

.our-benefits .benefits-item .icon-box img,
.our-benefits .benefits-item .icon-box svg{
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  object-fit: contain;

  position: relative;
  top: 0;
}

.our-benefits .benefits-item-content{
  flex:1;
  width:auto;
}

.our-benefits .benefits-item-content h3{
  margin-bottom:12px;
  line-height:1.3em;
}

.our-benefits .benefits-item-content p{
  margin:0;
  line-height:1.8em;
}
.our-benefits .benefits-item-content h3{
	font-size:22px;
	font-weight:700;
	line-height:1.3em;
	color:#072754;
	margin-bottom:10px;
}

.our-benefits .benefits-item-content p{
	font-size:17px;
	line-height:1.8em;
	color:#5c6678;
	margin:0;
}

.our-benefits .our-benefits-footer{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:30px;
	border-top:1px solid rgba(7,39,84,.1);
	padding-top:40px;
	margin-top:40px;
}

.our-benefits .btn-default {
  position: relative;
  display: inline-block;
  background: #063063;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  color: #e1e1e1;
  padding: 17px 24px;
  border: none;
  outline: none;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.our-benefits .btn-default:hover{
	background:#072754;
	color:#fff;
}
.our-benefits .about-contact-box{
  display:flex;
  align-items:center;
  gap:14px;
}

.our-benefits .about-contact-box .icon-box{
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:12px;
  background:#d9d9d9;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}

.our-benefits .about-contact-box .icon-box img{
  width:27px;
  height:27px;
  max-width:27px;
  object-fit:contain;
  display:block;
}

.our-benefits .about-contact-box-content h3{
  font-size:18px;
  line-height:1.2em;
  margin-bottom:4px;
  font-weight: 700;
}

.our-benefits .about-contact-box-content p{
  margin:0;
  line-height:1.3em;
}

 

.our-benefits .about-contact-box-content p a{
	color:inherit;
	text-decoration:none;
}

.our-benefits .our-benefits-images{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	margin-left:15px;
}

 

.our-benefits .our-benefits-img{
	position:relative;
	z-index:1;
}

.our-benefits .our-benefits-img.image-1{
	width:64%;
	padding-bottom:180px;
}

.our-benefits .our-benefits .our-benefits-img.image-2{
	width:36%;
}

.our-benefits-img.image-2 figure{
	margin-left:-180px;
}

.our-benefits .our-benefits-img figure{
	display:block;
	border-radius:24px;
	overflow:hidden;
	box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.our-benefits .our-benefits-img figure img{
	width:100%;
	aspect-ratio:1 / .9;
	object-fit:cover;
	border-radius:24px;
	transition:transform .5s ease;
}

.our-benefits .our-benefits-img:hover img{
	transform:scale(1.05);
}

.our-benefits .our-benefits-images{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	margin-left: 15px;
}

.our-benefits .our-benefits-images::before,
.our-benefits .our-benefits-images::after{
	content: '';
	position: absolute;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.our-benefits .our-benefits-images::before{
	top: 30px;
	right: 40px;
	background-image: url('images/lina2.svg');
 }

.our-benefits .our-benefits-images::after{
	left: 100px;
	bottom: 50px;
	background-image: url('images/lineas.png');
}

.our-benefits .our-benefits-img.image-1{
	width: 64%;
	padding-bottom: 200px;
}

.our-benefits .our-benefits-img.image-2{
	position: relative;
	width: 36%;
	z-index: 1;
}

.our-benefits .our-benefits-img.image-2 figure{
	margin-left: -195px;
}

.our-benefits .our-benefits-img figure{
	display: block;
	border-radius: 20px;
}

 
/************************************/
/***         RESPONSIVE          ***/
/************************************/

@media (max-width: 1199px){

	.section-title h2{
		font-size:48px;
	}

	.our-benefits-content{
		margin-right:0;
		margin-bottom:60px;
	}

	.our-benefits-images{
		margin-left:0;
	}

	.our-benefits-img.image-2 figure{
		margin-left:-120px;
	}
}

@media (max-width: 991px){

	.our-benefits{
		padding:80px 0;
	}

	.section-title h2{
		font-size:42px;
	}

	.benefits-item-content h3{
		font-size:20px;
	}

	.benefits-item-content p{
		font-size:16px;
	}

	.our-benefits-img.image-1{
		padding-bottom:120px;
	}
}

@media (max-width: 767px){

	.our-benefits{
		padding:70px 0;
	}

	.section-title{
		margin-bottom:30px;
	}

	.section-title h2{
		font-size:34px;
		line-height:1.15em;
	}

	.benefits-item{
		gap:16px;
		margin-bottom:30px;
	}

	.benefits-item .icon-box{
		width:52px;
		height:52px;
	}

	.benefits-item .icon-box img{
		max-width:24px;
	}

	.benefits-item-content{
		width:calc(100% - 68px);
	}

	.benefits-item-content h3{
		font-size:18px;
	}

	.benefits-item-content p{
		font-size:15px;
		line-height:1.7em;
	}

	.our-benefits-footer{
		flex-direction:column;
		align-items:flex-start;
		gap:25px;
	}

	.our-benefits-images{
		display:block;
	}

	.our-benefits-img.image-1,
	.our-benefits-img.image-2{
		width:100%;
		padding-bottom:0;
	}

	.our-benefits-img.image-2{
		margin-top:25px;
	}

	.our-benefits-img.image-2 figure{
		margin-left:0;
	}

	.our-benefits-img figure img{
		aspect-ratio:1 / .8;
	}
}

@media (max-width: 575px){

	.section-title h2{
		font-size:28px;
	}

	.btn-default{
		width:100%;
		text-align:center;
		padding:15px 20px;
	}

	.about-contact-box{
		width:100%;
	}

	.about-contact-box-content h3{
		font-size:16px;
	}
}

/*------------------------------------------------------------------------------
/ 16. CTA Section 02
------------------------------------------------------------------------------*/
.cta_section_2{
  position: relative;
  background: #304160;
}
.cta_section_2 .sub_title {
  position: relative;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  color: #b6b6b4;
  line-height: .8;
  font-weight: 400;
  margin: 0 0 7px;
}
.cta_content{
  position: relative;
  padding: 121px 0 100px 65px;
}.cta_content a{
color:#fff;
font-family: 'Titillium Web', sans-serif;
}
.cta_content .sub_title{
  margin: 0 0 8px;
}
.cta_content .sec_title{
  margin: 0 0 24px;
}
.cta_content p{
  margin: 0 0 29px;
  color:#e1e1e1;
  font-size: 14px;
}
.cta_section_2 .sec_title.lights {
  color: #fff;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}
.cta_section_2  .sec_title {
  font-size: 38px;
  line-height: 45px;
  margin: 0;
  padding-bottom: 20px;
}
.cta_section_2  .dvd_bar {
  position: relative;
  height: 4px;
  margin: 0 0 36px;
}
.cta_section_2  .dvd_bar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 44PX;
  height: 4px;
  border-top: 1px solid #b6b6b4;
  border-bottom: 1px solid #b6b6b4;
}

/*------------------------------------------------------------------------------
/ 15. CTA Section 02
------------------------------------------------------------------------------*/
.cta_images{
  overflow: hidden;
  float: right;

}
.cta_images img{
  width: auto;
  max-width: 100%;
  height: auto;
}
.free_calls{
  position: relative;
  font-size: 22px;
  line-height: 30px;
  position: relative;
  color: #fff;
  
text-transform: uppercase;
font-weight: 700;
  margin: 0;
  padding-left: 46px;
}
.free_calls i{
  font-size: 22px;
  line-height: 30px;
  color: #769fe1;
  line-height: .8;
  position: absolute;
  left: -1px;
  top: 7px;
}
.free_calls span{
  color: #e8993a;
}
/*------------------------------------------------------------------------------------
/ 1. Responsive
/--------------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1600px){
  .cta_images{
      height: 100%;
  }
  .cta_images img{
      height: 100%;
      width: auto;
      max-width: inherit;
  }
}

/*------------------------------------------------------------------------------------
/ 1. propuesta
/--------------------------------------------------------------------------------------*/
.propuesta-section{
  position: relative;
  padding: 110px 0;
  background: #f5f6f8;
  overflow: hidden;
}

.propuesta-section::before{
  content:'';
  position:absolute;
  top:-120px;
  right:-120px;
  width:320px;
  height:320px;
  background: rgba(13, 51, 107, 0.05);
  border-radius:50%;
}

.propuesta-box{
  position: relative;
  background:#fff;
  border-radius:28px;
  padding:70px;
  box-shadow:0 20px 60px rgba(0,0,0,0.06);
  border:1px solid rgba(0,0,0,0.04);
}

.propuesta-tag{
  display:inline-flex;
  align-items:center;
  gap:10px;

  padding:10px 18px;

  background:#eef3fb;
  border-radius:100px;

  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#0d336b;

  margin-bottom:25px;
}

.propuesta-title{
  font-size:clamp(2.4rem,4vw,4.5rem);
  line-height:1;
  font-weight:800;
  color:#0b2346;

  margin-bottom:30px;
}

.propuesta-text{
  font-size:1.1rem;
  line-height:1.9;
  color:#5b6678;

  margin-bottom:20px;
}

.propuesta-link{
  display:inline-flex;
  align-items:center;
  gap:12px;

  margin-top:20px;

  color:#0d336b;
  font-weight:700;
  text-decoration:none;

  transition:.3s ease;
}

.propuesta-link:hover{
  gap:18px;
  color:#0a58ca;
}

.propuesta-decoration{
  position:absolute;
  bottom:40px;
  right:40px;

  width:90px;
  height:90px;

  opacity:.08;
}

@media(max-width:991px){

  .propuesta-box{
      padding:45px 30px;
  }

  .propuesta-title{
      line-height:1.1;
  }

}


.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .8rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #674e17;
  margin-bottom: 1rem;
}.section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.contact-email {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.2rem, 4vw, 1.5rem);
  color: #674e17;
  text-decoration: none;
  transition: color .2s;
}
.section-body {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(62, 63, 63, 0.8);
}
.btn-jea {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .85rem 2.6rem;
  background: #674e17;
  color: #f1f1f1;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
}
.btn-jea:hover{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .85rem 2.6rem;
  background: #796d54;
  color: #f1f1f1;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
}
/* ===================================
   CONTACTO EVENTO
=================================== */

.contacto{
    background:
    linear-gradient(
        180deg,
        #f7fbff 0%,
        #ffffff 100%
    );
}


/* cards */

.contact-card,
.form-contact-card{
    position:relative;

    padding:55px;

    border-radius:34px;

    background:
    rgba(255,255,255,.92);

    border:1px solid rgba(0,119,182,.08);

    overflow:hidden;

    box-shadow:
    0 20px 60px rgba(15,40,70,.08);
}


/* glow */

.contact-card::before,
.form-contact-card::before{
    content:'';

    position:absolute;
    top:-140px;
    right:-140px;

    width:320px;
    height:320px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(0,180,216,.12) 0%,
        transparent 72%
    );
}


/* tag */

.contact-tag{
    display:inline-flex;

    margin-bottom:20px;
    padding:10px 18px;

    border-radius:999px;

    background:rgba(0,119,182,.08);

    color:#0077b6;

    font-size:11px;
    font-weight:700;
    letter-spacing:.16em;
    text-transform:uppercase;
}


/* titles */

.contact-title,
.form-title{
    margin-bottom:18px;

    font-size:clamp(1.4rem,1.2vw,1rem);
    font-weight:700;
    line-height:1.05;

    color:#102a43;

    letter-spacing:-0.04em;
}


/* text */

.contact-text,
.form-text{
    margin-bottom:40px;

    font-size:1rem;
    line-height:1.8;

    color:#667085;
}


/* item */

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:22px;

    padding:28px 0;
}

.contact-item + .contact-item{
    border-top:1px solid rgba(16,42,67,.08);
}


/* icon */

.contact-icon{
    width:62px;
    height:62px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

    border-radius:22px;

    background:
    linear-gradient(
        135deg,
        #0096c7,
        #00b4d8
    );

    color:#fff;

    font-size:22px;

    box-shadow:
    0 12px 30px rgba(0,180,216,.22);
}

.contact-icon.secondary{
    background:
    linear-gradient(
        135deg,
        #023e8a,
        #0077b6
    );
}


/* org */

.contact-org{
    margin-bottom:10px;

    font-size:1.2rem;
    font-weight:700;

    color:#102a43;
}


/* data */

.contact-data{
    font-size:1rem;
    line-height:1.7;

    color:#5f6c7b;
}


/* links */

.contact-link,
.contact-mail{
    text-decoration:none;
    transition:.25s ease;
}

.contact-link{
    font-size:1.05rem;
    font-weight:700;

    color:#0077b6;
}

.contact-mail{
    display:inline-block;
    margin-top:6px;

    font-size:1rem;
    font-weight:600;

    color:#102a43;
}

.contact-link:hover,
.contact-mail:hover{
    color:#00b4d8;
}


/* form */

.form-label{
    margin-bottom:10px;

    font-size:.92rem;
    font-weight:600;

    color:#102a43;
}


.form-control,
.form-select{
    min-height:58px;

    border-radius:18px;
    border:1px solid rgba(16,42,67,.08);

    background:#fff;

    padding:14px 18px;

    box-shadow:none;

    transition:.25s ease;
}

textarea.form-control{
    min-height:150px;
    resize:none;
}


.form-control:focus,
.form-select:focus{
    border-color:#00b4d8;

    box-shadow:
    0 0 0 4px rgba(0,180,216,.12);
}


/* button */

.btn-contact{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:58px;

    padding:0 34px;

    border:none;
    border-radius:18px;

    background:
    linear-gradient(
        135deg,
        #0096c7,
        #0077b6
    );

    color:#fff;

    font-size:.95rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;

    transition:.3s ease;

    box-shadow:
    0 14px 30px rgba(0,119,182,.22);
}

.btn-contact:hover{
    transform:translateY(-2px);

    box-shadow:
    0 18px 36px rgba(0,119,182,.28);
}


/* mobile */

@media(max-width:991px){

.contact-card,
.form-contact-card{
    padding:36px;
}

}

@media(max-width:768px){

.contact-title,
.form-title{
    font-size:2rem;
}

.contact-card,
.form-contact-card{
    border-radius:24px;
}

.contact-icon{
    width:54px;
    height:54px;

    border-radius:18px;

    font-size:18px;
}

}
