h1 {    line-height: 150%;    font-size: 22px;    margin-bottom: 10%;}h1 span {	color: #85bf3f;}h2 {    margin-bottom: 15px;}h3 {    line-height: 160%;    font-weight: lighter;    font-size: 18px;    margin-bottom: 30px;}h1, h2, h3{	text-align: center;}p {	font-size: 16px;	margin: 2% 0;	line-height: 180%;}#content {    padding: 0 !important;}.opciones {    text-align: center;    margin: 30px 0;}.opciones > div {    margin: 15px 0 30px;}.opciones img {	max-width: 130px;	margin: 0 auto 15px;}section {    padding: 30px;}section ul {    margin: 20px 0 0 20px;}section li {    list-style: url(../imgs/palomita.png);    padding: 0 0 15px 10px;    margin-left: 10px;}#minu, #whynot, #fiar {	background: #efefef;}#whynot {	margin-bottom: 0;}.flexed {	display: flex;}#fiar .flexed div {	width: 50%;}#fiar .flexed {	text-align: center;	margin: 30px 0;}#fiar .flexed > div:last-child {	border-left: 2px solid #5fbf27;}#fiar .flexed > div:last-child > p:first-child {	padding-top: 10px;}.loguito {	text-align: center;	margin-bottom: 20px;}#minu, #fiar, #whynot {	display: none;}.opciones .flexed {    flex-direction: column;}.opciones .flexed div {    margin: 20px 0;}.loguito img {	max-width: 150px;}.enlace {	color: #5fbf27 !important;}.servicios p span {	font-size: 18px;	font-weight: bolder;}	.swiper-container {    width: 100%;    height: 100%;  }  .swiper-slide {    text-align: center;    font-size: 18px;    background: #fff;    /* Center slide text vertically */    display: -webkit-box;    display: -ms-flexbox;    display: -webkit-flex;    display: flex;    -webkit-box-pack: center;    -ms-flex-pack: center;    -webkit-justify-content: center;    justify-content: center;    -webkit-box-align: center;    -ms-flex-align: center;    -webkit-align-items: center;    align-items: center;  }  .swiper-pagination{    color: #ffffff;    z-index: 200;  }  .swiper-pagination-fraction{    bottom: -5px;    left: 0;    width: 100%;    position: absolute;    color: #ffffff !important;  }  .swiper-wrapper{    padding-bottom: 30px;  }  .swiper-button-next{    background-image: url(./../img/recursos/arrow-next.svg);    background-size: 15px 20px;    top: 40%;  }  .swiper-button-prev{    background-image: url(./../img/recursos/arrow-prev.svg);    background-size: 15px 20px;    top: 40%;  }  .slider__conten{    width: 100%;    display: flex;    overflow: hidden;}.slider__item{    display: block;    width: 100%;    position: relative;    transition: 5s;}@media screen and (min-width: 560px) {	.opciones .flexed div {	    width: 33.3%;	    padding: 0 3%;	    box-sizing: border-box;	}	.opciones .flexed {    	flex-direction: row;	}	.opciones img {		width: 100%;	}	.opciones > div {    	margin: 30px 0;	}	section {    	padding: 50px;	}	.loguito {		text-align: center;	}}@media screen and (min-width: 801px) {	section {    	padding: 80px;	}	h1 {	    font-size: 26px;	    margin-bottom: 5%;	}	h3 {	    font-size: 20px;	    width: 85%;    	margin: auto;	}	p {    	font-size: 18px;	}	.servicios p span {	    font-size: 24px;	}	.opciones .flexed div {	    padding: 0 5%;	    cursor: pointer;	    -webkit-transition: all 0.2s ease-in;	    -moz-transition: all 0.2s ease-in;	    -ms-transition: all 0.2s ease-in;	    transition: all 0.2s ease-in;	}	.opciones .flexed div:hover {    	transform: scale(1.05);	}}