@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;700;800&display=swap');
 
 /* Ocultar visibilidad del Scroll para Embed
 ::-webkit-scrollbar {
     display: none;
}  
*/

/*
@font-face {
    font-family: 'Red Hat Display';
    src: url('fonts/RedHatDisplay-Regular.woff2') format('woff2'),
        url('fonts/RedHatDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('fonts/RedHatDisplay-Medium.woff2') format('woff2'),
        url('fonts/RedHatDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('fonts/RedHatDisplay-Bold.woff2') format('woff2'),
        url('fonts/RedHatDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/

body, html {
  overflow-x: hidden;
}

body{
  position: relative;
  background-image: url("../assets/img/fondo-papel.png");
  background-repeat: repeat;
}

p {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  font-size: 18.5px;
  font-weight: 400;
  color: #4A4A49;
}
a {
    color: #16804A;
	font-size: 18.5px;
    text-decoration: underline;
}
a:hover {
    color: #333333;
}

li{
	line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
    color: #4A4A49;
	text-align: left;
	margin-bottom: 15px;
}
hr{
	background-color: #ccc;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	color: #63AFE2;
}

#mainNav{
    padding-top: 1rem;
    padding-bottom: 0rem;
}

.header-color{
	background-color: #3B3D6F !important;
}

header.masthead {
    text-align: left;
}

#mainNav .navbar-brand img {
    height: 50%;
}

#intro{ padding: 0; }

.col5-custom{ /* 5 columnas */
  width: 19.66666667%;;
}

.link-redes{ margin-left: 1em; }
.link-redes i{ color:#F7A817; font-size: 25px; margin-right: 10px; }
.link-redes a, .link-redes p{
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
	text-align: left;
	text-indent: -1em;
}

.fondo-azul{ background-color: #82C9D7; }
.fondo-azul h3, .fondo-azul p{ color: #3F3D70; }


/* Botones */
.btn-descargar {
	padding: 13px 80px 13px 20px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.125rem;
    font-weight: 700;
    color: #3B3D6F;
    background-color: #63B0E3;
    border: none;
    border-radius: 10px;
    text-align: left;
	margin-right: 40px !important;
}

.btn-descargar:hover{ background-color: #3B3D6F; }
.btn-descargar img{ 
	position: absolute;
    transform: translate(15px, -28px);
    width: auto;
}

.btn-libro {
  padding: 10px 20px 10px 20px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  color: #FFFFFF;
  width: 100%;
  background-color: #3B3D6F;
  border: none;
  border-radius: 0;
  width: 100%;
  text-align: center;
}
.btn-libro:hover{ background-color: #151628; }

.btn-footer {
	display: flex;
    flex-direction: column;
    justify-content: center;
	background-image: url(../assets/img/icono-descargar-3.png);
    background-position: right -3px center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px 80px 10px 20px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 25px;
    text-align: left;
    color: #FFFFFF;
    background-color: #3F3D70;
    border: 2px solid #63B0E3;
    border-radius: 10px;
    width: 100%;
    min-height: 80px;
}
.btn-footer:hover{ background-color: #151628; border: 2px solid #63B0E3;}



.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}


#iconos-home{
	background-color: #F6F6F6;
	padding: 3rem 0;
}

#detalles-home{
	background-color: #E9EDF1;
	padding: 0;
}

#detalles-home .padding-espacio{ padding: 50px; }

#detalles-home b{ color: #2E3D87;}

#portfolio{
	background-color: #ecf2f6;
    padding: 6rem 0;
}

#informes{
	margin-top: 80px;
	padding: 3rem 0;
}

#informes .col-md-6{
	padding: 50px;
}

#informes .col-md-6:nth-child(1){
	background-color: #E9EDF1;
}

#informes .col-md-6:nth-child(2){
	 border-bottom: 1px solid #CCC;
}

#video{
	background-color: #212836;
	padding: 3rem 0;
}

#video p, #video h3{
	color: #FFFFFF;
}

#detalles-capitulo{  padding: 6rem 0 2rem 0; }
#detalles-capitulo .padding-espacio{ padding-left: 50px; }
#cifras{  padding: 2rem 0; }

#parrafos{  padding: 2rem 0; }

#resultados{ background-color: #EFF0F7; }

#creditos p{ 
	text-align: left;
	margin-bottom: 0px; 
}


/* Alinear contenido verticalmente */
.centrar-row{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-box p{ font-weight: 600; margin-bottom: 0rem; }
.feature-box {
    display: flex;
	margin-bottom: 15px;
}
.feature-box .feature-box-icon {
    flex: 0 0 auto; /* La imagen no se expandirá */
	margin-right: 20px;
}

.feature-box.secundary .feature-box-info {
	display: flex;
	align-items: center;
}

.feature-box.secundary .feature-box-info2 {
	display: flex;
	align-items: flex-end;
}

.feature-box.secundary .feature-box-info2 p{
	text-align: left;
}

/* Bordes */
.borde1{ border-right: 2px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; }
.borde2{ border-left: 0px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; }
.borde3{ border-right: 2px solid #FFFFFF;}
.borde4{ border-top: 2px solid #FFFFFF; margin-top: -2px;}

.borde-libro{ border: 2px solid #3B3D6F; }

/* Colores */

.color-azul{ color: #2E3D87; }
.color-blanco{ color: #FFFFFF; }

.tx-verde{ color: #16804A; }
.tx-verde2{ color: #70B844; }
.tx-verde3{ color: #50AC8E; }
.tx-amarillo{ color: #FDC400; }
.tx-naranja{ color: #F07F00; }

.tx-verdexl{ 
	color: #6EB844; 
	font-size: 60px;
	margin-bottom: 0.2em;
}

.lista-amarilla b{ 
	color: #FDC400; 
	width: 1em;
	margin-right: 10px; 
	display: inline-block; 
}
.lista-amarilla p,
.lista-naranja p{ text-align: left; margin-bottom: 0px; }

.lista-naranja b{ 
	color: #F07F00; 
	width: 1em;
	margin-right: 10px; 
	display: inline-block; 
}

.borde-destacado{
	border: 1px solid #5BBE9A;
    padding: 10px 40px;
    width: fit-content;
	margin: 0 auto;
}
.borde-destacado p{ margin-bottom: 0; }
.borde-verde3{ 
	border: 1px solid #5BBE9A;
	padding: 2em;
}

.borde-verde3 p{ text-align: center; }

/* Cajas Inferiores de Download */
.borde-verde1{
	border-top: 2px solid #16804A;
	border-left: 2px solid #16804A;
	border-bottom: 2px solid #16804A;
	padding: 2em;
}
.borde-verde2{
	border-top: 2px solid #16804A;
	border-right: 2px solid #16804A;
	border-bottom: 2px solid #16804A;
	padding: 2em;
}
.borde-am1{
	border-top: 2px solid #FABB20;
	border-left: 2px solid #FABB20;
	border-bottom: 2px solid #FABB20;
	padding: 2em;
}
.borde-am2{
	border-top: 2px solid #FABB20;
	border-right: 2px solid #FABB20;
	border-bottom: 2px solid #FABB20;
	padding: 2em;
}


.borde-amarillo{
	border: 1px solid #FABB20;
	padding: 2em;
}

.estado-avanzado{
	background-color: #16804A;
    border-radius: 40px;
    padding: 5px 15px;
    color: #FFF;
    font-weight: 600;
}

.estado-muyavanzado{
	background-color: #73B129;
    border-radius: 40px;
    padding: 5px 15px;
    color: #FFF;
    font-weight: 600;
}

.estado-progreso{
	background-color: #EF7F00;
    border-radius: 40px;
    padding: 5px 15px;
    color: #FFF;
    font-weight: 600;
}

.table td:first-child {
	background-color: #F4F7F3;
}
.table td:nth-child(2) {
	font-weight: 500;
	text-align: center;
}
.table tr{
    border-color: #424446;
    border-style: solid;
    border-width: 0;
}

.table2 .fd-blanco{ 
	background-color: #FFFFFF !important; 
	color: #16804A;
	text-align: center;
	vertical-align: middle;	
}
.table2 td:first-child {
	background-color: transparent;
}
.table2{ border-top: 1px solid #000000; border-bottom: 1px solid #000000; }
.table2 td:nth-child(2) {
    font-weight: 400;
    text-align: left;
}



/* INTRO */
.fondo-gris{ background-color: #F2F2F2;  padding: 3rem 0;}
.fondo-verde1{ background-color: #3BA198;}
.fondo-verde1 h2, .fondo-verde1 p{ color: #FFFFFF; }


.fondo-verde2{ background-color: #D2E49C; padding: 3rem 0;}
.fondo-verde2 h2, 
.fondo-verde2 h4,
.fondo-verde2 h5,
.fondo-verde2 a,
.fondo-verde2 p{ color: #000000;}

.subtitulo{
	color: #4A4A49;
}
.subtitulo span{ color: #FABB20; }

.flechas-colores div a{
    display: block;
    width: 100%;
    height: 100%;
}
.flechas-colores div:hover{
    background-color: #333333;
}

.flechas-colores div{
	width: 35%;
    height: 17%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 6%;
	background-image: url("../assets/img/flecha.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}

.fcolor1{ background-color: #16804A; }
.fcolor2{ background-color: #FABB20; }
.fcolor3{ background-color: #1D644F; }
.fcolor4{ background-color: #73B129; }

.banner-principal{
	background-image: url("../assets/img/home-banner.jpg");
	background-size: cover; 
	background-position: center; 
	padding: 340px 0;
	overflow: hidden;
}

.banner-principal h1{
	color: #FFFFFF;
}
.banner-principal p{
	color: #FFFFFF;
}
.banner-principal h4{
	color: #FFFFFF;
	line-height: 1.5;
	font-weight: 600;
}

.libro-banner{
	background-image: url("../assets/img/libro-banner.jpg");
	background-size: cover; 
	background-position: center; 
	padding: 320px 0;
	overflow: hidden;
}

.video-banner{
	background-image: url("../assets/img/video-banner.jpg");
	background-size: cover; 
	background-position: center; 
	padding: 320px 0;
	overflow: hidden;
}
.video-banner h2{
	color: #FFFFFF;
	font-weight: 600;
}



#creditos{ padding: 3rem 0; }
#creditos h4{ font-size: 1rem; }
#creditos p{ font-size: 15px; }

.img-banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-banner img {
    width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.godown{
	background-color: #000000;
    border: 2px solid #FFF;
    padding: 2px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    color: #FFF;
    left: 50%;
	transform: translateX(-50%);
    text-align: center;
    font-size: 30px;
    margin-top: -25px;
}


.grid-link{ text-decoration: none; }

.caja1{
	position: relative;
	background-image: url("../assets/img/home-inicio.jpg");
	background-size: cover; 
	background-position: center; 
	padding: 25px;
	width: 100%;
	height: 100%;
    margin-bottom: 0;
}

.caja2{
	position: relative;
	background-image: url("../assets/img/home-atlas.jpg");
	background-size: cover; 
	background-position: center; 
	padding: 25px;
	height: auto;
    margin-bottom: 30px;
}

.caja3{
	position: relative;
	background-image: url("../assets/img/home-cuentos.jpg");
	background-size: cover; 
	background-position: center; 
	padding: 25px;
	height: auto;
}

.caja4{
	position: relative;
	background-image: url("../assets/img/home-videos.jpg");
	background-size: cover; 
	background-position: center; 
	padding: 25px;
	height: auto;
}

.caja5{
	position: relative;
	background-image: url("../assets/img/home-creditos.jpg");
	background-size: cover; 
	background-position: center; 
	padding: 25px;
	height: auto;
}

.grid-textos{
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 200px;
}

.grid-textos h2{ 
	color: #FFFFFF;
	font-size: 50px;
	font-weight: 200;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.6); 
}
.grid-textos h3, .grid-textos p{ 
	color: #FFFFFF;
	text-align: left;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.6); 
}

.overlay {
  z-index: 1;
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0); 
  transition: all 0.3s ease; /* Transición suave */
}

.grid-home:hover .overlay {
	background-color: rgba(44, 100, 110, 0.8); /* Cambia el fondo al pasar el mouse */
	color: #FFFFFF;
}


/* Acordion */
.accordion-item{ 
	margin-bottom: 20px; 
	border: 1px solid #cccccc !important; 
}

.destacado .accordion-item{ 
	margin-bottom: 20px; 
	border: 1px solid #FABB20 !important; 
}
.accordion-button{ 
	color: #4A4A49; 
	font-weight: 700; 
	font-size: 19px; 
}
.accordion-button:not(.collapsed) {
    color: #16804A;
    background-color: #FABB20;
    box-shadow: none;
}
.accordion-button::after {
	fill: #FABB20;
    flex-shrink: 0;
    width: 1.55rem;
    height: 1.55rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z' fill='%23FABB20'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.50rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    transform: rotate(-180deg);
}

.tx-short{
	font-size: 15px;
	margin-bottom: 0;
}



/* Grid */
.grid-home2 .col-md-3 a{
    display: block; /* Convierte el enlace en un bloque para que llene todo el espacio del div */
    width: 100%; /* Ocupa todo el ancho del div */
    height: 100%; 
    text-decoration: none; 
	display: flex;
	flex-direction: column;
}
.grid-home2 p{ color: #FFFFFF; text-align: center; }
.grid-home2 h5{ font-size: 20px; color: #FFFFFF; text-align: center; }
.grid-home2 p:first-child{ margin-bottom: 0; }
.grid-home2 .col-md-3 a:hover{ background: #1F7855; border: 3px solid #FFFFFF; }
.grid-home2 hr{ background-color: #FFFFFF; }
.grid-color1{ background-color: #F48930; padding:25px; }
.grid-color2{ background-color: #F9A62A; padding:25px;}
.grid-color3{ background-color: #5BBE9A; padding:25px;}
.grid-color4{ background-color: #669451; padding:25px;}



.fondo-01{
	background-image: url("../assets/img/fondo-01.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	background-size: cover;
}

.fondo-02{
	background-image: url("../assets/img/fondo-02.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	background-size: cover;
}

.fondo-03{
	background-image: url("../assets/img/capitulos/capitulo1-img8.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
	background-size: cover;
}

.fondo-04{
	background-image: url("../assets/img/capitulos/capitulo1-img10.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
	background-size: cover;
}

.fondo-05{
	background-image: url("../assets/img/capitulos/capitulo3-img4.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
	background-size: cover;
}

.fondo-06{
	background-image: url("../assets/img/capitulos/capitulo4-img7.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
	background-size: cover;
}

.fondo-07{
	background-image: url("../assets/img/capitulos/capitulo5-img16.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
	background-size: cover;
	padding-top: 0;
}

.fondo-08{
	background-image: url("../assets/img/capitulos/capitulo5-img22.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
	background-size: cover;
	padding-top: 0;
}

.fondo-09{
	background-image: url("../assets/img/capitulos/capitulo6-img6.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
	background-size: cover;
}



.bt-zoom {
	display: inline-block;
	transition: all .5s; /* Animation */
}

.bt-zoom:hover {
  -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.8); /* Safari 3-8 */
  transform: scale(0.9);
  opacity: 0.8;
}

/* CAPITULOS */ 
#portfolio .portfolio-item {
	max-width: 26rem;
	margin-left: auto;
	margin-right: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px;
    border-radius: 10px;
    background-color: #FFFFFF;
	margin-bottom: 30px;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(61, 82, 180, 0.8);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	font-size: 0.8rem;
    color: #FFFFFF;
    background-color: #FF8402;
    border-radius: 100px;
    width: 60px;
    padding: 10px;
    text-align: center;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
  color: #FF8402;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-item img{ border-radius: 10px 10px 0 0; }

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2, .portfolio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

/* INTERNA CAPITULOS */

.seccion-central h2{ text-align: center; margin-bottom: 10px !important; }
.seccion-central h3{ text-align: center; font-weight: 400; }

.list-circlenum p{ margin-left: 50px; margin-bottom: 40px; }
.circlenum{
    background: #2E3D87;
	 border-radius: 2em;
	 -moz-border-radius: 2em;
	 -webkit-border-radius: 2em;
	 color: #fff;
	 display: inline-block;
	 font-weight: bold;
	 line-height: 2em;
	 margin-right: 10px;
	 text-align: center;
	 width: 2em;
	 margin-bottom: 15px;
	 float: left;
}

/* Cajas con Bordes */

.icono-float{
	float: left;
    margin: 10px 10px;
}


.border-box1{
	display: flex;
    margin-bottom: 15px;
	border: 2px solid #FDC400;	
}
.border-box1 .cuadroiz{
	flex: 0 0 auto;
	background-color: #FFEFCE;
    width: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
}

.border-box1 .box-info { 
	width: 100%;
}

.border-box1 .box-info p{ 
	padding: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
}

.border-box1 .cuadroiz i{ 
	color: #FBC203;
	font-size: 20px;
}

.border-box2{
	display: flex;
    margin-bottom: 15px;
	border: 2px solid #73B129;	
}

.border-box2 .cuadroiz{
	flex: 0 0 auto;
	background-color: #E5F0E1;
    width: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
}

.border-box2 .box-info { 
	width: 100%;
}

.border-box2 .box-info p{ 
	padding: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
}

.border-box2 .cuadroiz i{ 
	color:  #73B129;
	font-size: 20px;
}


.border-box3{
	display: flex;
    margin-bottom: 15px;
	border: 2px solid #E94F2D;	
}

.border-box3 .cuadroiz{
	flex: 0 0 auto;
	background-color: #FCD9C8;
    width: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
}

.border-box3 .box-info { 
	width: 100%;
}

.border-box3 .box-info p{ 
	padding: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
}

.border-box3 .cuadroiz i{ 
	color:  #E94F2D;
	font-size: 20px;
}




@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
.equal > [class*='col-']{ margin-bottom: 40px; }

.box{
	padding: 40px;
	text-align: center;
	margin-bottom: 30px;
}

.box h3{ text-align: center; margin-bottom: 30px; padding: 10px 0; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}
.box p{ text-align: justify; }
.box b{ font-weight: 600; color: #2E3D87;}


.box2{
	border-top: 1px solid #FF8402; border-bottom: 1px solid#FF8402;
	padding: 30px;
	text-align: center;
	margin-bottom: 0px;
}

.box2 h3{ color: #FFFFFF; text-align: center; margin-bottom: 30px; padding: 10px 0;}
.box2 p{ color: #FFFFFF; font-weight: 600; text-align: center; }

.fondo-header{
	background-image: url("../assets/img/fondo-header.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	background-size: cover;
	text-align: center;
	text-transform: uppercase;
	padding: 80px 0;
}

.fondo-header2{
	background-image: url("../assets/img/fondo-header2.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	background-size: cover;
	padding: 80px 0;
}

.fondo-header2 .divcenter{ display: inline-block; margin-top:20px; padding: 0 20px; }
.fondo-header2 h2{ text-transform: uppercase; }
.fondo-header2 p{ text-align: center; color: #FFFFFF; max-width: 700px; }


.tableft .nav-pills .nav-link {
    border-radius: 0.25rem;
    text-align: left;
	padding: 10px;
}
.tableft .nav-link{ color: #2E3D87; width: 250px; }
.tableft .nav-pills .nav-link.active{
	background-color: #2E3D87;
}
.tableft h3, .tableft hr{ color: #FF8402; }

.lista-li{list-style: none}
.lista-li li{ margin-bottom: 0px;}
.lista-li li::before{
	content: "•"; 
	color: #FF8402;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
	font-size: 28px;
}

.lista-border{list-style: none; padding-left: 0;}
.lista-border li:first-child{ border-top: 1px solid #AAAAAA; }
.lista-border li{ 
	text-align: center; 
	margin-bottom: 0px;
	padding: 5px;
	border-bottom: 1px solid #AAAAAA;
}



/* Carrusel Post Slider 2023 */
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #ccc;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    /* background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%); */
    background: linear-gradient(-45deg, rgba(118,107,107,0.75) 0%, rgba(0,0,0,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background: #fff;
    padding: 2px 10px 10px;
    border-radius: 0px;
}

.post-slide .post-title{ 
	padding-top: 15px;
    margin-bottom: 15px;
    min-height: 100px;
	margin-left: 0px;
	text-transform: none;
}


.post-slide .post-title a{
    font-family: "Zilla Slab", "Montserrat", Arial;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #58535C;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}

.subtitle{ margin-left: 15px; text-align: left;}

 
.owl-nav, .owl-dots{ text-align: center; }
 
.owl-nav button.owl-prev, .owl-nav button.owl-next {
	color: #ffffff !important;
    background-color: #FF8402 !important;
    margin-right: 5px;
	margin-bottom: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    transition: background 0.5s ease 0s;
}

.owl-nav button:hover {
    background-color: #cccccc !important;
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #FF8402;
}

.owl-nav .owl-prev:after,
.owl-nav .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 25px;
}
.owl-nav .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

 .cap1-slider .post-slide {
    background: transparent;
    margin: 20px 15px 20px;
    border-radius: 15px;
	border: 2px solid #FF8402;
	box-shadow: none;
}
 
 .cap1-slider .post-slide .post-content{
    background: transparent;
    padding: 40px;
}

.cap1-slider .post-slide .post-title{ 
	min-height: auto; 
	text-align: left; 
}

 .cap1-slider img{
    border-radius: 0px 15px 15px 0;
	transform: none !important;
    transition: none !important;
}

.cap1-slider .post-slide .post-img{
	min-width: 30%;
}

 .cap1-slider .post-slide .post-description{
    color: #FFFFFF;
	margin-top: 40px;
}

 .cap1-slider .img-fit{
	width: auto !important;
}

 .sellos-slider .post-slide {
    background: transparent;
    margin: 20px 15px 20px;
    border-radius: 15px;
	box-shadow: none;
}
 
 .sellos-slider .post-slide .post-content{
    background: transparent;
    padding: 20px;
}

.sellos-slider .post-slide .post-title{ 
	min-height: auto; 
	text-align: left; 
}

 .sellos-slider img{
    border-radius: 0px 15px 15px 0;
	transform: none !important;
    transition: none !important;
}

.sellos-slider .post-slide .post-img{
	min-width: 20%;
	display: flex; /* Centrar imagen en columna */
    justify-content: center;
    align-items: flex-start;
}

 .sellos-slider .post-slide .post-description{
	margin-top: 40px;
}

 .sellos-slider .img-fit{
	width: auto !important;
}

.sellos-slider .owl-item img {
    display: initial;
}

.img-vrcenter{
	display: flex; /* Centrar imagen en columna */
    justify-content: center;
    align-items: center;
}

.img-vrend{
	display: flex; /* Centrar imagen en columna */
    justify-content: center;
    align-items: end;
}



/* Imagen: se adapta al div */
.img-fluid {
  width: 100%;
  height: auto;
}

/* Imagen: se adapta a la imagen */
.img-fit{
  max-width: 100%;
  max-height: 100%;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}


.footer {
  font-size: 0.9rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #3F3D70;
}
.footer .borderight{ border-right: 2px solid #FFFFFF; }
.footer p{ color: #FFFFFF; }
.footer span{ margin-left: 20px; color: #EB7D17;}

.footer .social{
	padding: 0;
}

.footer .social li{
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
	text-align: center;
}
.footer .social li a{ 
	border-radius: 20px;
    height: 35px;
    width: 35px;
    font-size: 1.3em;
    color: #FFFFFF;
    background-color: #63B0E3;
    display: inline-block;
    box-sizing: content-box;
    line-height: 1.5;
	transition: all .5s;
	margin-right: 10px;
}
.footer .social li a:hover{ background-color: #000000; }
.footer .spaceleft{ padding-left: 40px; }


/* Iframe Video Responsive */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.fa-2x {
    font-size: 1.8em;
	margin-bottom: 20px;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 50px;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.color-alt{ color: #FF8402 !important;}

/* HORIZONTAL SCROLL */
.scroll-container{
  overflow: auto;
  white-space: nowrap;
  padding: 5px 0px 25px 0px;
  background: transparent;
  height: 100%;
}

.gridscroll{
  display:inline-block;
}

.gridscroll img {
  margin-right:0px;
}
.only-deskt{ display: inline; }
.only-movil{ display: none; }



/* RESPONSIVE DEKSTOP */
@media(min-width: 992px){
	#mainNav.navbar-shrink .navbar-brand img { height: auto !important; }
	#mainNav.navbar-shrink {
		padding-top: 1rem;
		padding-bottom: 0rem;
		background-color: #3B3D6F;
	}
	#mainNav .navbar-nav .nav-item {
        margin-right: 0.8rem;
    }

	
	.caja1 .grid-textos {
		height: 100%; 
	}
	
	.deskt-gutter {
		padding-right: 0 !important;
		margin-right: 0 !important;
	}
	
}

/* RESPONSIVE MOVIL */
@media (max-width: 992px) {
	#mainNav{ background-color: #3B3D6F; }
	.navbar-brand img { height: 50px !important; }
	.only-deskt{ display: none; }
	.only-movil{ display: inline; }
	.col5-custom{ width: 100%; }
	.banner-principal{ padding: 150px 0;}
	.libro-banner{ padding: 150px 0;}
	.video-banner{ padding: 150px 0; }
  
	.page-section { padding: 3rem 0;}
	.nav-item{ margin-bottom: 5px;}
	.nav-link{ padding: 0.5rem;  padding-left: 10px !important;}
	.fondo-header{ padding: 40px 0; }
  
	
  
	.grid-link .caja1{ margin-bottom: 20px; }
 
	.feature-box {
		display: flex;
		margin-bottom: 15px;
		flex-direction: column;
	}
  
	.flechas-colores div{ width: 50%; }
	.borde-verde1, .borde-verde2,
	.borde-am1, .borde-am2{ border: none; padding: 1em; }

  
	.tableft{ display: block !important; }
	.tableft .me-4{ margin-right: 0rem !important; margin-bottom: 30px; }
	.tableft .nav-link{ width: auto; }
  
	.footer .spaceleft{ padding-left: 24px; }
	.footer .btn-footer{ padding: 10px 100px 10px 20px; font-size: 16px; }
	
	.box-completa .col-md-6:nth-child(1){ border-right: none; }
	.intro-iconos .col-4{ padding: 0; }
	.equal > [class*='col-']{ margin-bottom: 40px; }
  
	.icono-float{
		float: none;
		margin: 10px 20px;
	}
  
  
	.cap1-slider .post-slide .post-img{ display: none; }
	.sellos-slider .flex-row-reverse{ flex-direction: column !important; }
	.sellos-slider .flex-row{ flex-direction: column !important; }

}
