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

body {
	margin: 0;
	padding: 0;
	font-family: "Lora", serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}


.banner-area {
	background-color: #48a6bc;
	padding: 0px 0 0px 145px;
	display: flex;
	justify-content: space-between;
	position: relative;
	min-height: 100vh;
    max-height: 90vh;
}

.bnr-txt {
	/* background-color: #48a6bc; */
   background: rgba(138,181,177,0.9);
	padding: 65px 65px 45px;
	width: 30%;
    max-width: 36%;
	position: relative;
	z-index: 1;
	margin: 100px 0;
	box-shadow: 1px 1px 20px #494949;
}

.bnr-txt h1 {
	font-size: 34px;
	line-height: 1.3;
	color: #ffffff;
	font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.bnr-txt h4 {
    font-size: 18px;
    text-align: center;
    margin: 0px;
}


a.bnr-btn {
	padding: 16px 30px;
	border-radius: 10px;
	background-color: #ffba34;
	font-size: 25px;
	color: #3f3e3e;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	margin: 0px;
}

a.bnr-btn:hover {
	background-color: #026875;
	color: #ffba34;
}


.bnr-txt a {
  text-align: center;
  display: block;
}

.bnr-txt a img {
	max-width: 220px;
}

.bnr-img {
	width: 70%;
	margin-left: auto;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.bnr-img img {
	width: 100%;
	height: 100%;
}



/*quieres-area*/

.quieres-area {
	padding: 100px 0;
	background-color: #ECECEC;
	text-align: center;
}

section h3 {
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px
}

.quieres-area p {
	max-width: 950px;
	font-size: 28px;
	font-weight: 400;
	margin: 20px auto;
}


/*beneficios-area*/

.beneficios-area {
	background: #fff;
	padding: 50px 0;
}


.benefit img {
	margin-bottom: 50px;
}

.benefit p {
	font-size: 28px;
	font-weight: 400;
}



/*flag-area*/

.flag-area {	
	background: #fff;
	padding: 50px 0;
	text-align: center;
}

.flags {
	display: flex;
	justify-content: center;
    margin-bottom: 60px;
}

.flags img {
	width: 20%;
}

.flag-area a.bnr-btn {
	padding: 16px 50px;
}



/*que-area*/

.que-box {
	background: #D9D9D9;
	padding: 20px 20px 200px;
	border-radius: 0 0 100px 0;
	min-height: 620px;
	position: relative;
	transition: all 0.3 ease-in-out;
}

.que-box:hover {
	box-shadow: 0px 0px 10px #989898;
}

.que-box p {
	font-size: 24px;
	color: #3F3E3E;
	margin-bottom: 50px;
}


.que-box .bio {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 92%;
	bottom: 20px;
	align-items: center;
}

.que-box .bio1 {
	width: 60%;
}

.que-box .bio1 h4 {
	font-size: 29px;
	color: #48A6BC;
}

.que-box .bio1 p {
	font-size: 15px;
	color: #48A6BC;
	margin: 8px 0;
}

.que-box .bio1 h5 {
	font-size: 29px;
	color: #48A6BC;
	font-weight: 700;
}

.que-box .bio2 {
	width: 40%;
}

.que-box .bio2 img {
	width: 100%;
}



/*ahora-area*/

.ahora-area {
	padding: 180px 0;
	background: #48A6BC;
	text-align: center;
}


.ahora-area a {
  padding: 16px 100px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 25px;
  line-height: 1.5;
  color: #3F3E3E;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin: 85px 0 55px;
}


.ahora-area a:hover {
  background-color: #3F3E3E;
  color: #fff;
}



/*footer-area*/

.footer-area {
	background: #3F3E3E;
	padding: 20px 0;
}


.footer-area img {
	max-width: 260px;
}

.foot-right {
	text-align: right;
}

.foot-right p {
	font-size: 20px;
	line-height: 1.2;
	text-align: right;
	color: #fff;
	margin: 0;
}








