@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,800&display=swap');

body {
	margin: 0px;
	font-family: "Raleway",sans-serif;
}

.main-header {
	display: flex;
	align-items: center;
	color: #fff;
	background-image: linear-gradient(
	90deg,#429da2,#6eb355);
	opacity: 1;
	width: 100%;
	z-index: 9;
	position: fixed;
	top:0px;
	padding: 5px 0px;
	justify-content: space-between;
}


.header-logo-img {
	width: 100px;
	margin-left: 15px;
}

.header-nav-container {
	display: none;
	justify-content: flex-start;
	width: 100%;
	position: absolute;
	top: 100%;
	z-index: 9;
	flex-direction: column;
	height: 100vh;
	padding: 30px 0px;
	background-color: #2b9259f2;
	align-items: center;
}

.header-nav {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.header-nav-button {
	background-color: transparent;
	border: none;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	cursor: pointer;
	padding: 0px 15px;
	width: 100%;
	margin: 15px auto;
	/* border: 1px white solid; */
}


.header-nav-button:hover {
	opacity: .5;
}

.header-login-link-container {
	display: flex;
}

.header-login-link {
	padding: 2px 20px;
	background-color: #429da2;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	margin-top: 40px;
}

.header-login-link:hover {
	opacity: .5;
}

.header-nav-hr {
	height: 0px;
	display: inline-block;
	border: 1px solid #fff;
	width: 100%;
}



  
.hamburger{
	display: block;
  background-color:transparent;
	height:30px;
	width:30px;
	padding: 10px 0px 5px;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	z-index:1002;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	margin-right: 15px;
}
.hamburger.is-active{
  background-color:none;
}
._layer{
	background:#fff;
	margin-bottom:4px;
	border-radius:2px;
	width:32px;
	height:4px;
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.hamburger:hover .-top{
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}
.hamburger:hover .-bottom{
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
	}
.hamburger.is-active .-top{
	-webkit-transform:translateY(200%) rotate(45deg) !important;
	-ms-transform:translateY(200%) rotate(45deg) !important;
	transform:translateY(200%) rotate(45deg) !important;
}
.hamburger.is-active .-mid{
	opacity:0;
}
.hamburger.is-active .-bottom{
	-webkit-transform:translateY(-200%) rotate(135deg) !important;
	-ms-transform:translateY(-200%) rotate(135deg) !important;
	transform:translateY(-200%) rotate(135deg) !important;
}

.header-nav-container.show
{
  display: flex;
}


@media(min-width:600px) {
	.main-header {
		align-items: center;
		padding: 5px 0px;
	
	}

	.header-logo-img {
		width: 100px;
		margin-left: 15px;
	}

	.header-nav-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 70%;
		min-width: 400px;
		position: relative;
		flex-direction: row;
		height: auto;
		padding: 0px;
		background-color: transparent;
		margin-right: 15px;
	}	

	.header-nav {
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	.header-nav-button {
		font-size: 13px;
		padding: 0px 15px;
		width: auto;
		margin: 0px auto;
	}

	.header-nav-hr {
		width: 0px;
		height: 20px;
		display: inline-block;
		border: 1px solid #fff;
	}

	.header-login-link {
		font-size: 13px;
		margin-top: 0px;
	}

	.hamburger{
		display: none;
	}
}

@media (min-width: 800px) {
	.header-nav-container {
		min-width: 615px;
	}	
}

@media (min-width: 1000px) {
	.main-header {
		padding: 5px 0px;
	}

	.header-nav-container {
		width: 70%;
		min-width: 775px;
		margin-right: 30px;
	}

	.header-logo-img {
		width: 120px;
		margin-left: 30px;
	}

	.header-nav-button {
		padding: 0px 25px;
	}	
	
	.header-nav-button {
		font-size: 15px;
	}

	.header-login-link {
		font-size: 15px;
	}
}



.slider-container-section {
	margin-top: 55px;
}

.slider-item {
	padding: 30px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider-item-text-container {
	  /* background-color: #6eb355; */
    /* mix-blend-mode: multiply; */
    background-color: #23630c9e;
    width: 100%;
    padding: 25px 10px;
		display: flex;
		flex-direction: column;
		align-items: center;

}

.slider-item-title {
	color: #fff;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

.slider-item-p {
	display: none;
	color: #fff;
	font-size: 13px;
	text-align: center;
	max-width: 380px;
}


.slider-container {
	width: 100%;
}

.slider-container .slider-item{
	width: 100vw;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-container .slider-item img{
	width: 100%;
	border-radius: 10px;
	height: auto;

}

.slick-dots{
	list-style-type: none;
	display: flex;
	justify-content: center;

}

.slick-dots li {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	margin: auto 5px;
	cursor: pointer;
}

.slick-dots li.slick-active {
	width: 12px;
	height: 12px;
	background: #00b121;
}

ul.slick-dots {
	padding-left: 0px;
	margin-top: 25px;
	position: absolute;
	bottom: -7px;
	right: 20px;
}

.slick-dots li button {
	display: none;
}

@media(min-width:600px) {
.slider-container .slider-item{
		height: 200px;
	}

	.slider-item-p {
		display: block;
	}
}

@media(min-width:800px) {
	.slider-container .slider-item{
		width: 100vw;
		height: 200px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.slider-item-text-container {
		width: 50%;
		padding: 25px 40px 10px 40px;
		align-items: flex-start;
	
	}

	.slider-item-title {
		font-size: 32px;
		margin-top: 10px;
		margin-bottom: 25px;
		text-align: start;
	}

	.slider-item-p {
		font-size: 14px;
		text-align: start;
		max-width: 400px;
	}

	.slider-item {
		padding: 25px 0px 125px;
	}

	ul.slick-dots {
		padding-left: 0px;
		margin-top: 25px;
		bottom: 40px;
		right: auto;
		left: 200px;
	}
}

@media(min-width:1000px) {
	.slider-container-section {
		margin-top: 60px;
	}
}

.main-contacto-section {
	background-color: #6EB355;
	padding: 20px 10px;
}

.main-contacto-text-container {
	display: flex;
	justify-content: center;
}

.main-contacto-text-p {
	color: #fff;
	text-align: center;
	margin-top: 0;
	font-weight: 600;
	font-size: 14px;
	width: 80%;
}


.main-contacto-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	
}

.main-contacto-form-input {
	border: #fff solid 1PX;
    border-radius: 5px;
    margin: 5px;
    width: 80%;
    font-size: 15px;
    max-width: 300px;
    padding: 5px;
}

.main-contacto-form-button {
	padding: 7px 5px;
    background-color: #429da2;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 80%;
    cursor: pointer;
    max-width: 300px;
    margin-top: 15px;
}

@media(min-width:600px) {
	.main-contacto-text-p {
		width: auto;
	}
	.main-contacto-form {
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
		max-width: 725px;
	}
	.main-contacto-form-input {
		width: 150px;
	}
	
	.main-contacto-form-button {
		width: 230px;
		margin-top:15px;
	}
}

@media(min-width:800px) {
	.main-contacto-form {
		max-width: none;
	}
	.main-contacto-form-button {
		margin-top:0px;
	}
}

.home-view-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.home-services-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
	width: 100%;
}

.home-services-logo {
	width: 150px;
}

.home-services-title {
	font-size: 24px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: solid 3px #6eb355;
	max-width: 90%;
}

.home-services-cards-container {
	display: flex;
	flex-direction: column;
	width: 90%;
	align-items: center;
}

.home-services-card {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	/* height: 550px; */
	color: #727372;
	border: #6eb355 solid 3px;
	margin: 10px 0px;
	max-width: 500px;
}

.home-services-card-title {
	font-size: 24px;
	text-align: center;
	width: 95%;
}

.home-services-card-p {
	font-size: 13px;
	text-align: center;
	width: 95%;
}

.home-services-card-link {
	padding: 10px 40px;
  text-align: center;
  background-color: #6eb355;
  border: 0;
	color: #fff;
	text-decoration: none;
	margin: 15px;
	font-weight: 600;
	max-width: 130px;
	cursor: pointer;
}

.home-services-card-link:hover {
	opacity: .5;
}

.home-services-card-title-with-logo {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.home-services-card-title-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 95%;
}

.home-services-card-text-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}


@media(min-width:800px) {

	.home-services-section {
		margin-top: 50px;
	}
	.home-services-logo {
		width: 200px;
	}
	.home-services-title {
		font-size: 32px;
	}

	.home-services-cards-container {
		flex-direction: row;
		justify-content: space-around;
		min-width: 750px;
	}
	.home-services-card {
		width: 30%;
    margin: 10px 0px;
    max-width: 500px;
    height: 197px;
    position: relative;
    padding-bottom: 90px;
    padding-top: 150px;
    min-width: 240px;
    justify-content: flex-start;
	}

	.home-services-card-p {
		font-size: 15px;
		font-weight: 600;
	}

	.home-services-card-link {
		position: absolute;
    bottom: 15px;
		max-width: 100px;
    font-size: 12px;
	}

	.home-services-card-title-container {
		position: absolute;
		top: 20px;
	}
}


.home-about-ata-section {
	display: flex;
	flex-direction: column;
  align-items: center;
	padding-bottom: 50px;
	width: 100%;
}

.home-about-ata-title {
	font-size: 24px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: solid 3px #6eb355;
	max-width: 90%;
}

.home-about-ata-content {
	display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: center;
	width: 90%;
}

.home-about-ata-img-container {
	width: 100%;
}

.home-about-ata-img {
	width: 100%;
	height: auto;
}

.home-about-ata-text-container{
	width: 100%;
	display: flex;
	flex-direction: column;
  align-items: center;
}

.home-about-ata-text-p {
	width: 100%;
	text-align: justify;
	font-weight: 500;
}

.home-ata-location-section {
	display: flex;
	flex-direction: column;
  align-items: center;
	background-color: #6eb355;
	padding-bottom: 50px;
	width: 100%;  margin-top: 50px;
}
.ancla-menu{
	opacity: 0;
}
.home-ata-location-title {
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: solid 3px #fff;
	max-width: 90%;

}

.home-ata-location-content {
	display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: center;
	width: 90%;
}

.home-ata-location-map-container{
	width: 100%;
}

.home-ata-location-map {
	width: 100% !important;
	height: 300px !important;
}

.home-ata-location-img-container {
	display: none;
	width: 100%;
	max-width: 300px;
}

.home-ata-location-img {
	width: 100%;
}


@media(min-width:800px) {
	.home-about-ata-title {
		font-size: 32px;
	}
	.home-about-ata-content {
		flex-direction: row;
		justify-content: center;
		
	}

	.home-about-ata-img-container{
		width: 50%;
		min-width: 350px;
	} 
	.home-about-ata-text-container {
		width: 50%;
		min-width: 400px;
	}

	.home-about-ata-text-p {
		width: 95%;
    font-size: 13px;
    margin: 0px 0px 10px 0px;
	}
	
	.home-ata-location-title {
		font-size: 32px;
	}

	.home-ata-location-content {
		flex-direction: row;
		height: 400px;
	}
	
	.home-ata-location-map-container{
		width: 55%;
		height: 100%;
	}
	
	.home-ata-location-map {
		width: 100% !important;
		height: 100% !important;
	}
	
	.home-ata-location-img-container {
		width: 50%;
		display: flex;
		justify-content: center;
		height: 100%;
		margin-left: 20px;
	}
}

@media(min-width:1000px) {
	.home-about-ata-text-p {
    font-size: 16px;
	}

	.home-ata-location-content {
		height: 450px;
	}

	.home-ata-location-map-container{
		width: 70%;
		height: 100%;
	}

	.home-ata-location-img-container {
		max-width: 380px;
	}
}

@media(min-width:1200px) {
	.home-about-ata-text-container {
		width: 45%;
	}
	.home-about-ata-text-p {
		font-size: 18px;
    margin: 10px;
	}
}



.nuestra-historia-view-section {
	display: none;
	flex-direction: column;
	align-items: center;
	background-image: url('../img/fondo-nuestra-historia.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 25px 0px;
}

.nuestra-historia-timeline-img {
	width: 110px;
	height: auto;
}

.nuestra-historia-title {
	font-size: 24px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: solid 3px #6eb355;
	max-width: 680px;
  width: 80%;
}

.nuestra-historia-timeline-container {
	display: flex;
	justify-content: center;
	width: 90%;
	position: relative;
	max-width: 385px;
}

.nuestra-historia-timeline-text {
	position: absolute;
	width: 38%;
	max-width: 275px;
	font-size: 13px;
}


.timeline-text-1, .timeline-text-3, .timeline-text-5 {
	text-align: end;
	right: 61%;
}

.timeline-text-2, .timeline-text-4 {
	text-align: start;
	left: 60%;
}

.timeline-text-1 {
	top: 150px;
}

.timeline-text-2 {
	top: 210px;
}

.timeline-text-3 {
	top: 262px;
}

.timeline-text-4 {
	top: 330px;
}

.timeline-text-5 {
	top: 379px;
}

@media(max-width:450px) {
	.nuestra-historia-timeline-container {
		max-width: 310px;
		width: 95%;
	}

	.nuestra-historia-timeline-text {
		width: 38%;
    max-width: 275px;
    font-size: 13px;
	}

	.timeline-text-1, .timeline-text-3, .timeline-text-5 {
		right: auto;
		left: 0px;
	}
	
	.timeline-text-2, .timeline-text-4 {
		left: auto;
		right: 0px;
	}

}

@media(min-width:600px) {
	.nuestra-historia-timeline-container {
		max-width: 550px;
	}

	.nuestra-historia-timeline-img {
		width: auto;
		height: auto;
	}
	.nuestra-historia-timeline-text {
		font-size: 16px;
		min-width: 210px;
	}

	.timeline-text-1, .timeline-text-3, .timeline-text-5 {
		right: 60%;
	}
	
	.timeline-text-2, .timeline-text-4 {
		left: 59%;
	}

	.timeline-text-1 {
		top: 220px;
	}
	
	.timeline-text-2 {
		top: 304px;
	}
	
	.timeline-text-3 {
		top: 375px;
	}
	
	.timeline-text-4 {
		top: 474px;
	}
	
	.timeline-text-5 {
		top: 542px;
	}
}


@media(min-width:800px) {
	.nuestra-historia-view-section {
		padding: 35px 0px;
	}
	.nuestra-historia-title {
		font-size: 32px;
	}
	.nuestra-historia-timeline-container {
		max-width: 700px;
	}
	.nuestra-historia-timeline-text {
		font-size: 18px;
		max-width: 310px;
		width: 45%;
	}

	.timeline-text-1, .timeline-text-3, .timeline-text-5 {
		right: 59%;
	}
	
	.timeline-text-2, .timeline-text-4 {
		left: 58%;
	}
}

.quienes-somos-view-section {
	display: none;
	flex-direction: column;
	align-items: center;
}

.quienes-somos-title{
	color: #727372;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 32px;

}

.quienes-somos-text {
	color: #727372;
	text-align: center;
	width: 80%;
	letter-spacing: 3px;
	font-size: 16px;
}

.quienes-somos-text-logo-container {
	display: flex; 
	flex-direction: column;
	align-items: center;
	justify-content: center; 
	width: 100%;
}

.qs-mision-cards-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 15px 0px;
}

.qs-mision-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;

	background-image: url('../img/imagen_fondo_mision_vision.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 550px;
}

.qs-mision-card-title{
	text-align: center;
	color: #6eb355;
	text-decoration: underline;
  letter-spacing: 2px;
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: 600;
}

.qs-mision-card-p{
	font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  line-height: 25px;
	max-width: 345px;
	width: 90%;
	
}

.qs-mision-cards-divisor {

}

@media(min-width:800px) {

	.quienes-somos-view-section {
		padding: 35px 0px 0px;
	}
	.qs-mision-cards-container {
		background-image: url('../img/imagen_fondo_mision_vision.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-around;
	}
	
	.qs-mision-card {
		width: 30%;
		margin-top: 10px;
		background: transparent;
		max-width: none;
	}

	.qs-mision-cards-divisor {
		height: 200px;
    margin-right: 2px;
    margin-left: 2px;
    border-left: 1px solid #6eb355;
	}

	.quienes-somos-text-logo-container { 
		flex-direction: row;
	}

	.quienes-somos-title img {
		width: 110px!important;
	}
}

.servicios-ata-view-section {
	display: none;
	flex-direction: column;
  align-items: center;
  
}

.servicios-icons-section {
	display: flex;
	flex-direction: column;
  align-items: center;
	width: 100%;
	background-image: url(../img/fondo-nuestros-servicios.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 30px;
}

.servicios-icons-title {
	font-size: 24px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: solid 3px #6eb355;
	max-width: 680px;
  width: 80%;
}

.servicios-icons-p {
	text-align: center;
	margin-top: 0px;
	width: 90%;
}

.servicios-icons-items-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.servicios-icons-item {
	width: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 15px;
}

.servicios-icons-img {
	width: 100px;
	height: auto;
}

.servicios-icons-text{
	text-align: center;
	font-size: 14px;
}

@media(min-width:600px) {
	.servicios-icons-item {
		width: 165px;
		margin: 10px 20px;

	}
	
	.servicios-icons-text{
		font-size: 17px;
	}
}

@media(min-width:800px) {
	.servicios-icons-title {
		font-size: 32px;
	}
	.servicios-icons-item {
		margin: 10px 40px;
	}
	.servicios-icons-img {
		width: 120px;
		height: auto;
	}
}

@media(min-width:1000px) {
	.servicios-icons-item {
		margin: 20px 60px;
	}

	.servicios-icons-img {
		width: 138px;
		height: auto;
	}
}

.proceso-ata-section {
	background-color: #6eb355;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.proceso-ata-info-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 90%;
	padding: 25px 0px;
}

.proceso-ata-info-logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.proceso-ata-logo {
	width: 110px;
}

.proceso-ata-info-table {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0px 10px;
}

.proceso-ata-table-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0px;
	max-width: 380px;
}

.proceso-ata-table-item-p {
	width: 95%;
	text-align: justify;
}

/* .proceso-ata-table-divisor {
	height: 0px;
	width: 40px;
	border: #429da2 1px solid;
} */

.proceso-ata-table-item-container {
	display: flex;
	justify-content: center;
	width: 50px;
}

@media(min-width:600px) {
	.proceso-ata-table-item {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
	}

	.proceso-ata-logo {
		margin-top: 20px;
		width: 130px;
	}

	.proceso-ata-table-item-container {
		margin-right: 15px;
	}

	.proceso-ata-table-item-p {
		width: 85%;
		text-align: justify;
	}

	.proceso-ata-table-divisor {
		height: 40px;
		width: 0px;
		border: #429da2 1px solid;
		margin-right: 15px;
    margin-left: 0px;
	}
}


@media(min-width:800px) {
	.proceso-ata-info-container {
		flex-direction: row;
		justify-content: space-around;
		
	}

	.proceso-ata-info-table {
		width: 70%;
	}
}

@media(min-width:1000px) {
	.proceso-ata-logo {
		width: auto;
		margin-top: 0px;
	}

	.proceso-ata-info-table {
		width: 75%;
	}

	.proceso-ata-table-item-p {
		width: 85%;
	}
}


.pasos-servicio-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 50px 0px 0px;
}

.pasos-servicio-main-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
}

.pasos-servicio-img-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 475px;
}

.pasos-servicio-img {
	width: 100%;
}

.pasos-servicio-info-container {
	display: flex;
	flex-direction: column;
  align-items: flex-start;
	width: 100%;
	margin: 25px 0px 10px;
  max-width: 475px;
}

.pasos-servicio-info-item {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 10px 0px;
}

.pasos-servicio-info-item-p {
	color: #429da2;
	margin: 0px 0px 0px 15px;
	font-size: 16px;
  font-weight: 600;
}
.pasos-servicio-info-item-img{
	width: 150px;
}


@media(max-width:400px) {
	.pasos-servicio-info-item-p {
		font-size: 13px;

	}
	.pasos-servicio-info-item-img{
		width: 125px;
	}
}


@media(min-width:800px) {
	.pasos-servicio-main-container {
		flex-direction: row;
		justify-content: center;
	}

	.pasos-servicio-info-container {
		margin: 0px 0px 0px 25px;
	}
}

@media(min-width:1000px) {
	.pasos-servicio-img-container {
		width: 50%;
		max-width: 518px;
	}
	
	.pasos-servicio-info-container {
		width: 50%;
		max-width: 600px;
	}
	
	.pasos-servicio-info-item {
		margin: 15px 0px;
	}
	
	.pasos-servicio-info-item-p {
		font-size: 18px;
	}
	.pasos-servicio-info-item-img{
		width: 200px;
	}
}





.contact-us {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
  color: #727372;
  text-align: center; 
}

.contact-us__title {
  color: #6eb355;
  font-size: 13pt;
  font-weight: bold;
	width: 90%;
	text-align: center;
	max-width: 370px;
}

.contact-us__body {
  font-size: 13pt;
  font-weight: bold;
  line-height: 25px; 
	margin: 0px 0px 10px;
	width: 90%;
	text-align: center;
	max-width: 370px;

}

.contact-us__body--margin-top-small {
  margin-top: 15px; 
}

/*footer*/
.main-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0 0;
}

.main-footer__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-direction: row;
}

.main-footer__body-image {
  height: fit-content;
  width: 125px;
  vertical-align: middle;
  align-self: center;
}

.main-footer__body-line {
  height: 80px;
  margin-left: 15px;
  margin-right: 15px;
  border-left: 4px solid #6eb355;
}

.main-footer__body-social {

  display: flex;
  flex-direction: column;
  width: 150px;
  align-items: start;
  font-size: 8pt;
}

.main-footer__body-social-link {
  color:#6eb355;
	display: flex;
}

.link--yellow-color:hover {
  color: #429da2;
}

.main-footer__body-social-image {
  height: 15px;
  margin-bottom: 3px;
  margin-right: 10px;

}

.main-footer__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-direction: row;
  height: 30px;
  width: 100%;
  color: white;
  background-color: #6eb355;
}

.main-footer__footer-text {
  font-size: 12pt;
}

@media (min-width: 800px) {
  .contact-us {
		margin-top: 50px; 
	}
}

@media (max-width: 1200px) {
  .main-footer__body {
    width: 95%;
  }
}