html {
	scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

p {
	font-size: 1.2em;
}

h1 {
	font-size: 3em !important;
	line-height: 1.2em !important;
	font-weight: 600 !important;
}

h2 {
	font-size: 2.1em;
	line-height: 1.2em;
	font-weight: 600 !important;

}

h3 {
	font-size: 1.4em !important;
	line-height: 1.2em !important;
	font-weight: 600 !important;
}

.center {
	text-align: center;
}

/* margenes */

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-6 {
	margin-top: 5rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.my-5 {
	margin-top: 5rem;
	margin-bottom: 5rem !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}
.pb-6 {
	padding-bottom: 5rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-6{
	padding-top: 2.5rem !important;
}
.pt-7{
	padding-top: 3.5rem !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-6 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

/* fin margenes */

.azul {
	color: #1F61F7;
}

.ff_text-end {
    text-align: right !important;
}

.ff_mt-auto {
    margin-top: auto !important;
}


.EpContainerGray {
	background-color: #f5f7fa;
}

.EpContainerInfoS4{
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    align-items: self-start;
    margin: 0 auto;
    flex-wrap: wrap;
}


/* menu */

.bg-light {
    background-color: #f5f7fa !important;
}

	.logo-img {
		max-width: 210px;
	}

	.navbar-expand-lg .navbar-collapse {
		justify-content: right !important;
	}

	.navbar-nav a{
		color: #58606e;
		text-decoration: none;
		font-size: 17px;
		cursor: pointer;
	}
	.navbar-nav li{
		margin: 0 15px;
		padding: 10px 0;
	}

	.navbar{
		padding: .5rem 4rem !important;
	}





@media (min-width: 992px) and (max-width: 1161px) {



	.navbar-nav a{
		font-size: 15px;
	}

	.navbar{
		padding: .5rem 1rem !important;
	}

}

.destacado {
	background-color: #82bb0e;
	padding: 10px 20px !important;
	border-radius: 25px;
	font-weight: 600;
}


.destacado a {
	color: #ffffff;
}

.destacado-pasos{
	background-color: #1F61F7 !important;
	padding: 15px 30px !important;
	border-radius: 30px;
	font-weight: 600;
	color: #ffffff !important;
	font-size: 1.3em;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	cursor: pointer;
}

.menu-toggle span {
	width: 25px;
	height: 3px;
	background: #747474;
	margin: 4px 0;
	transition: 0.4s;
}

.EpContainerInfo {
	display: flex;
	justify-content: space-between;
	 max-width: 1140px;
	align-items: center;
	margin: 0 auto;
	flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1161px) {
	.EpContainerInfo {
		max-width: 992px;
	}
	.img-promo-s2 {
		max-width: 392px !important;
	}
	.EpContainerInfoS4 {
		max-width: 992px;
	}
	.img-promo-s3 {
		max-width: 405px !important;
	}
	.EpContainerInfoContacto {
		max-width: 992px !important;
	}
}

.EpColInfo {
	width: 50%;
}

.EpColInfoS4{
    width: 45%;
    }
.EpColInfoS4-2{
    width: 55%;
    }

.card {
	width: 32%;
	background-color: #F5F7FA !important;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 30px;
	text-align: center;
	min-height: 295px;
}


.card-testimoniales {
	width: 32%;
	background-color: #F5F7FA;
	border-radius: .25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	text-align: center;
}

.EpContainerContacto{
    display: flex;
    justify-content: center;
	background-color: #f5f7fa;
}

.EpContainerInfoContacto{

    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1140px;
    width: 100%;
    border-radius: .25rem;
}

#contacto p{
    font-size: 1em;
    line-height: 1.35em;
}
#contacto h3{
    font-size: 1.25em !important;
}
#contacto a{
    font-size: 0.85em !important;
}

.ms-3{
    margin-left: 5px;
}

.card-contacto {
	background-color: #FFFFFF;
	border-radius: .25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	text-align: center;
}

.img-card {
	display: flex;
	height: 100px;
	align-items: end;

}

.img-card img {
	max-width: 80px;
}

/* seccion 1 */

.img-promo {
	max-width: 450px;
	;
	margin: 0 auto;
	display: block;
}


.img-promo-s2 {
	max-width: 500px !important;
}

.img-promo-s3{
    max-width: 450px;
    border-radius: 15px;
}


/* s4 */

.pasos{
    display: flex;
    align-items: center;
}


.pasos img{
    max-width: 55px !important;
    margin-right: 15px;
}

.pasos p{
    font-weight: 600;
    font-size: 1.2em;
	margin-bottom: 0px;
}
.pasos a{
    color: #58606e;
}

.pasos span{
    font-size: 18px;
    font-weight: 400;
}

.pasos li{
    font-size: 18px;
}

.pasos ul{
    padding-inline-start: 20px !important;
}

.pasos-ayuda {
    display: flex;
    align-items: center;
    max-width: 450px;
    padding: 15px 10px;
    background-color: #e1e1e1;
    border-radius: 5px;
}
.pasos-ayuda p{
    font-size: 12px;
    font-weight: 500;
	margin-bottom: 0px !important;
}
.pasos-ayuda img{
    width: 25px;
    margin-right: 9px;
}

.img-pasos{
   display: flex;
   align-items: baseline; 
   height: 110px;
}

.infoPaso3 span{
    font-size: 1em;
}

/* cards */

#testimoniales img {
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}


.blog-img-wrap {
	position: relative;
	overflow: hidden;
}

figure {
	margin: 0 0 .5rem;
}

#testimoniales .blog-img-wrap {
	position: relative;
	overflow: hidden;
}

#testimoniales .blog-img-wrap-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

#testimoniales .blog-img-wrap i {
	color: #fff;
	font-size: 20px;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 25px;
	right: 35px;
}

#testimoniales .blog-img-wrap:hover img,
.blog .blog-img-wrap:focus img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#testimoniales .blog-img-wrap:hover .overlay,
.blog .blog-img-wrap:focus .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
	z-index: 9;
}

.ekko-lightbox .modal-body {
	padding: 1rem !important;
}

.ekko-lightbox .modal-dialog {
	max-width: 900px !important;
}

.embed-responsive {
	position: relative;
	display: contents !important;
}

.ekko-lightbox-container {
	position: relative;
	min-height: 450px;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0rem 1rem 2rem;
}

.btn-primary {
	border-radius: 25px !important;
	padding: 10px 25px !important;
}

.bullet{
	display: none;
}

/* Responsive Styles */
@media (max-width: 991px) {
	.nav-menu {
		display: none;
		flex-direction: column;
		width: 100%;
		text-align: center;
	}

	.nav-menu.active {
		display: flex;
	}

	.nav-menu ul {
		flex-direction: column;
		width: 100%;
	}

	.nav-menu li {
		margin: 10px 0;
	}

	.menu-toggle {
		display: flex;
	}
	.head_container {
		display: block;
	}

	.EpContainerInfo {
		display: block;
		max-width: 100%;
		padding: 0 30px;
	}

	.EpColInfo {
		width: 100%;
	}
	.destacado-pasos{
		margin-top: 2rem;
	}
	.logo {
		width: 70% !important;
	}
	.mt-6 {
		margin-top: 3rem !important;
	}
	.mt-5{
		margin-top: 2rem !important;
	}
	h2 {
		font-size: 1.7rem !important;
		line-height: 1.15em !important;
	}
	.img-promo  {
		max-width: 100%;
	}
	.img-promo-s2  {
		max-width: 100% !important;
	}
	.center {
		text-align: left;
		padding-left: 30px;
	}
	.card {
		width: 100%;
		min-height: inherit;
	}
	h1{font-size: 2.1em !important;line-height: 1.1em !important;}
	.pasos span {
		font-weight: 500;
	}
	.img-promo-s3 {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.pasos ul {
		text-align: left;
	}
	.EpContainerInfoS4 {
		display: block;
		max-width: 100%;
		padding: 0 30px;
	}
	.EpColInfoS4 {
		width: 100%;
	}
	.EpColInfoS4-2 {
		width: 100%;
		margin-top: 2rem;
	}
	.pasos{
		display: block;
		text-align: center;
		margin-bottom: 1rem;
	}
	.pasos img {
		margin-bottom: 0.5rem;
	}
	.pasos p {
		margin-top: 0.5rem;
		line-height: 1.3em;
	}
	.img-pasos {
		display: block;
		height: inherit;
	}
	.card-testimoniales {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.EpContainerInfoContacto {
		display: block;
		padding: 0 30px;
	}
	.EpContainerContacto{
		display: block;
	}
	.card-contacto {
		margin-bottom: 1.5rem;
	}

	.navbar{
	
		padding: .5rem 1rem !important;
	}
}