.texto-center{
	text-align: center;
}
.activo{
	opacity: 1 !important;
}
.margen-izq{
	margin-left: 1rem;
}
.margen-top{
	margin-top: 1.5rem;
}
.margen-top-1{
	margin-top: 1rem;
}
.margen-top-5{
	margin-top: 3rem;
}
.espacio{
	width: 100%;
	height: 100%;
	padding: 2rem;
}
.espacio-titulo{
	width: 100%;
	height: 100%;
	padding: 3rem;
}

.cont-nota > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.cont-nota > * {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* BLOG */
.cont-nota{
  	display: flex;
  	flex-wrap: wrap;
	margin: 0 !important;
	padding: 0rem 15rem;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.cont-nota .col-img{
	flex: 0 0 auto;
    width: 33.33333333%;
}
.cont-nota .col-img img{
	width: 100%;
	height: auto;
}
.cont-nota .col-texto{
	flex: 0 0 auto;
    width: 66.66666667%;
}
.cont-nota .col-texto h2{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-left: 0px;
  	line-height: 3rem;
  	margin: 0rem;
}
.cont-nota .col-texto p{
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 2rem;
    text-align: justify;
}
.cont-nota .col-texto a{
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 1.5rem;
    color:black;
    text-decoration: none;
    transition: .5s;
}
.cont-nota .col-texto a:hover .flecha-blog{
	margin-left: 1rem;
}
.cont-nota .col-texto .flecha-texto{
	display: flex;
	justify-content: start;
	align-items: center;
	font-weight: 600;
}
.cont-nota .col-texto .flecha-texto .flecha-blog{
	width: 30%;
	margin-right: 1rem;
	transition: .5s;
} 
.cont-nota .col-texto .cont-texto{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	text-align: start;
	padding:0rem 3rem;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.paginador{
	width: 100%;
	padding: 1rem 0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3rem;
}
.paginador .cont-paginador{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.paginador .cont-paginador .elemento-paginador{
	display: flex;
	list-style: none;
	font-family: 'Poppins', sans-serif;
}
.paginador .cont-paginador .elemento-paginador li{
	font-size: 1.5rem;
}
.paginador .cont-paginador .elemento-paginador li a{
	text-decoration: none;
	color:black;
	opacity: .5;
	transition: .5s;
}
.paginador .cont-paginador .elemento-paginador li a:hover{
	opacity: 1;
	transform: scale(1.1);
}
/* BLOG */

/* PLANTILLA NOTA */
.contenedor-nota{
	display: flex;
  	flex-wrap: wrap;
	margin:4rem 0rem 6rem 0rem;
	padding:0rem 4rem;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.contenedor-nota .nota{
	flex: 0 0 auto;
    width: 66.66666667%;
    padding-right: 4rem;
}
.contenedor-nota .nota .titulo{
	padding-bottom: 3rem;
}
.contenedor-nota .nota .titulo h2{
	font-size: 2.7rem;
  	font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.contenedor-nota .nota img{
	width: 100%;
	height: auto;
}
.contenedor-nota .nota .fuente,
.contenedor-nota .nota .texto-nota .fuente{
	font-size: .8rem;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.contenedor-nota .nota .texto-nota{
	margin-top: 3rem;
	/*text-align: justify;*/
}
.contenedor-nota .nota .texto-nota p{
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.contenedor-nota .nota .texto-nota p b{
	font-weight: 500;
	font-size: 1rem;
}
.contenedor-nota .nota .texto-nota h3{
	font-size: 2rem;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.contenedor-nota .nota .texto-nota .imagen{
	padding: 3rem;
}
.contenedor-nota .nota .texto-nota .imagen img{
	width: 100%;
	height: auto;
}
.contenedor-nota .nota .texto-nota .italica{
	padding: 0rem 3rem;
	font-style: italic;
}
.contenedor-nota .nota .texto-nota h5{
	font-size: 1.2rem;
	opacity: .5;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top:3rem;
}

.contenedor-nota .menu{
	flex: 0 0 auto;
    width: 33.33333333%;
}
.contenedor-nota .menu .cont-menu{
	background-color: black;
	padding: 3rem;
}
.contenedor-nota .menu .cont-menu{
	/*text-align: center;*/
}
.contenedor-nota .menu .cont-menu h2{
	color:white;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 2rem;
}
.contenedor-nota .menu .cont-menu form{
	width: 100%;
	text-align: center;
	margin-top:1rem;
}
.contenedor-nota .menu .cont-menu form .correo{
	width: 100%;
	height: 2rem;
}
.contenedor-nota .menu .cont-menu form .correo input{
	width: 100%;
	height: 100%;
	border-radius: .5rem;
	border:none;
	padding: 0rem 1rem;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1rem;
}
.contenedor-nota .menu .cont-menu form .correo input:focus{
	border:none;
	outline: none;
	
}
.contenedor-nota .menu .cont-menu form button{
	background-color: white;
	border:1px solid white;
	font-size: .9rem;
	padding:.3rem;
	border-radius: .5rem;
	margin-top:.8rem;
	width: 50%;
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.contenedor-nota .menu .cont-menu .sub-titulo{
	/*margin-top:3rem;*/
}
.contenedor-nota .menu .cont-menu .sub-titulo h3{
	font-size: 1.5rem;
	color:white;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.contenedor-nota .menu .cont-menu ul{
	padding: 0rem 1rem;
	text-align: start;
	margin-top:1rem;
}
.contenedor-nota .menu .cont-menu ul li{
	list-style: square;
	color:white;
}
.contenedor-nota .menu .cont-menu ul li a{
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color:white;
    text-decoration: none;
    text-align: justify;
}
/* PLANTILLA NOTA */

.link-texto{
	font-weight: 600;
	color:black;
	transition: .5s;
	text-decoration: none;
}
.link-texto:hover{
	opacity: .5;
}
.contenedor-nota .nota .texto-nota h4{
	font-size: 2rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.contenedor-nota .nota .texto-nota ul{
	margin-top: 1.5rem;
	padding: 0rem 1.5rem;
}
.contenedor-nota .nota .texto-nota ul li{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
.contenedor-nota .nota .texto-nota ul li b{
	font-weight: 500;
}
.contenedor-nota .nota .texto-nota ul li:not(:first-child){
	margin-top: 1rem;
}
.contenedor-nota .nota .texto-nota .enlace-nota{
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color:black;
	transition: 0.5s;
}
.contenedor-nota .nota .texto-nota .enlace-nota:hover{
	opacity: .5;
}
.cont-nota-main hr{
	opacity: 1;
	margin: 3rem 0rem;
}
.titulo-blog{
	font-size: 30px !important;
}


/* MOVIL */
@media (max-width:1220px){
	.cont-nota{
		padding: 0rem 5rem;
	}
	.contenedor__texto > h1{
		font-size: 45px;
		line-height: 80px;
	}
}
@media (max-width:885px){
	.cont-nota{
		padding: 0rem 1rem;
	}
	.cont-nota .col-texto .cont-texto{
		padding-right: 0rem;
	}
}
@media (max-width:825px){
	.cont-nota .col-img{
		width: 40%;
	}
	.cont-nota .col-texto{
		width: 60%;
	}
}
@media (max-width: 600px){
	.contenedor__texto > h1{
		line-height: 50px;
	}
	.cont-nota .col-texto h2{
		font-size: 2.5rem !important;
	}
	.cont-nota{
		padding: 0rem;
	}
	.cont-nota .col-img,
	.cont-nota .col-texto,
	.contenedor-nota .nota,
	.contenedor-nota .menu{
		width: 100%;
	}
	.cont-nota .col-texto .cont-texto{
		padding: 5rem 1rem;
	}
	.paginador{
		margin-top: 0rem;
	}
	.contenedor-nota{
		padding: 0rem;
	}
	.contenedor-nota .nota .titulo h2{
		font-size: 2rem;
	}
	.contenedor-nota .nota{
		padding-right: 0rem;
	}
	.contenedor-nota .nota .texto-nota .imagen{
		padding: 3rem 0rem;
	}
	.contenedor-nota .nota .texto-nota{
		margin-bottom: 4rem;
	}
}
@media (max-width:440px){
	.titulo-blog-main{
		margin-top: 5rem !important;
	}
	.cont-nota .col-texto .cont-texto{
		padding: 2rem 0rem;
	}
	.cont-nota .col-texto h2{
		font-size: 2rem !important;
	}
	.cont-nota-main{
		padding-bottom: 2rem !important;
	}
	.contenedor-nota .nota .texto-nota{
		text-align: start;
	}
}
/* MOVIL */