/*
THEME NAME: CENTEC 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=Titillium+Web:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

 
body {
	background: #fff;
  color: #333;
  font-size: 1em;
	overflow-x: hidden;
font-weight: 300;
  font-family: 'Titillium Web', sans-serif;
}
/*
=========================
======== 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 {
  background:#e3e3e3 !important;
}
.bg-azules {
    background: #04142d !important;
}
.bg-gris {
    background: #f6f6f6 !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;
}
 .nav-link {
    color: #353535;
    display: block;
    font-size: 15px;
    padding: 23px 15px;
    position: relative;
    z-index: 99;
    font-family: Titillium Web, sans-serif;
    font-weight: 700;
    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;
    --bs-dropdown-border-width: 6px;
    --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;
}
/*
=========================
========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: #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 */
}

/* =========================
======== 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;
 color:#000;
}
 .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;

  padding: 14px 18px;
  background: #ac8f4a;

  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}



.head-page-text {
    color:#fff;
}
.subtitulos {
  font-size: 25px;
  line-height: 29px;
  color: #ccc;
  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: #000;
  border-color: #000;
  color: #fff;
}

.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;
    background-color: rgb(248, 248, 248);

  }
  
  #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: #888;
    font-size: 1rem;
    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-top:4px solid #ac8e54;
}
.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: #aa9045 !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;
}

 /* =========================
 ========  carrusel ========
 =========================*/

.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: rgba(0, 0, 0, .7);
}

.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;
}
.carousel-caption h6 {
 	font-family: 'Titillium Web', sans-serif;
}
 
 

#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: 11px 2px;
			border-bottom: 1px solid #dadada;

		}
}
/*** 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: #fff;
  padding: 45px 40px 35px;
  border: 1px solid #f5f5f5;
  margin-top: -130px;
  z-index: 999;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#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;
  }
  
  #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 rgba(10, 10, 10, .2);
  }
  
  .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: 26px;
    margin-bottom: 3px;
    line-height: 25px;
}
  
  .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;
  }
  
  /*------------------------------------------*/
/*  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;
}


.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 */
.section-title {
  position: relative;
  padding-right: 48%;
}
.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.4rem;
  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: 110px;
  padding-bottom: 110px;
    padding-right: 80px;
      padding-left: 80px;
     background-color: #f1f0eb;
color:#333;
         font-size: 1rem;
        line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .probootstrap-half .text {
    width: 100%;
    padding: 30px 15px;
    float: left;
  }
}

.probootstrap-half .text .subtitle {
  color: #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-weight: 700;
  text-transform: none;
color: #222;
}
.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: 11px;
      letter-spacing: 2pt;
        font-style: normal;
      color: #7a7a7a;
      text-transform: none;
      font-weight: normal;
      margin-bottom: 18px;

}

@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;
}