@charset "UTF-8";


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

@import url('https://fonts.googleapis.com/css2?family=Plus Jakarta Sans');

:root {
  --primary-color: #3d5d76;
  --secondary-color: #e7884f;
  --terciary-color: #263d50;
}


/*Front page*/
.language{
	height: 20px;
	width: 20px;
}


header{
	margin-top: -1% !important;
}

.signUp{
	border: 1px solid white;
	border-radius: 24px;
	padding: 10px 24px;
	font-family: Plus Jakarta Sans;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;

}

#travel{
	font-family: "Manrope";
    font-size: 42px;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: left;
}

.pink{
	color: #F4C3B5;
}

.text{
	font-family: "Plus Jakarta Sans";
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
}

.title{
	font-family: Manrope;
	font-size: 82px;
	font-weight: 700;
	line-height: 111px;
	letter-spacing: 0em;
	text-align: center;

}

.titleMain{
	font-family: Manrope;
	font-size: 45px;
	font-weight: 700;
	line-height: 61px;
	letter-spacing: 0em;
	text-align: left;
}

.subTitle{
	font-family: Manrope;
	font-size: 23px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: center;
}

.mt-7{
    margin-top: 7rem!important;
}

.btn-outline-grey {
    border-color: #BDC1C6;
	border-radius: 8px;
}

.arrow{
	height: 36px;
	width: 36px;
}

.disabled{
	color: #BDC1C6;
}

#titleExplore{
	height: fit-content;
}

.imgExplore{
    border-radius: 24px 24px 0 0;
}

.divExplore{
	border: 1px solid gray;
    border-radius: 24px;
    height: fit-content;
	position: relative;
}

.start{
	background: white;
    position: absolute;
    left: 76%;
    width: 20%;
    height: 36px;
    border-radius: 24px;
    top: 23px;
}

.activity{
	font-family: Manrope;
    font-size: 29px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
}

.location{
	gap: 5px;
}

.textLocation{
	font-family: Manrope;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.person{
	font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.price{
	font-family: Plus Jakarta Sans;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.btn-book{
	padding: 10px 24px;
	border-radius: 24px;
	gap: 10px;
	background-color: #30488F;
	color: white;
}

.centrado{
	display: flex;
	justify-content: center;
	justify-items: center;
}

.text{
	font-family: Manrope;
    font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

.number{
	font-family: Manrope;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: 0em;
	text-align: left;
	color: #30488F;
}

.numberText{
	font-family: Manrope;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;
}

#serviceImages{
	position: relative;
}

#sand {
    position: absolute;
    left: -50%;
    top: 43%;
}

.contentText{
	border: 1px solid gray;
	border-radius: 24px;
} 

.subTitleContent{
	font-family: Manrope;
	font-size: 24px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
}

#headerItinerary{
	border: solid 1px #BDC1C6;
	border-radius: 24px;
	height: 83px;
}

.oscure{
	background: #F6F6F6;
}

#stops{
	text-align: center;
}

.imgLine{
	border: none;
	border-top: 4px black solid;
	border-radius: 9px;
	margin: 0;
	margin-top: 2%;
}

.largeLine{
	border: none;
	border-radius: 1px;
	border-top: 1px solid #D9D9D9;
	margin: 0;
}

#line hr {
  display: inline-block;
}

#up img{

}

#principalItinerary{
	border: 1px solid #BDC1C6;
	border-radius: 24px;
}

.hour{
	font-family: Manrope;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: center;
}

.airport{
	font-family: Manrope;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: center;
}

.date{
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: center;
}

.add{
	padding: 1%;
}

.vertical{
	height:100%;
	border:none;
	border-left: 1px solid #C9C9C9;
	width: 0%;
	padding: 0;
}

.quote{
	padding: 0;
    position: absolute;
    top: 35%;
    left: -50%;
}

.col-02{
	position: relative;
	flex: 0 0 auto;
    width: 2%;
}

.name{
	font-family: Manrope;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
}

.place{
	font-family: Manrope;
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: center;
}

.opinionText{
	font-family: Manrope;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

#saveEmail{
	background-color: white;
	border-radius: 24px;
}

#saveEmail input{
	border: none;
}

footer span{
	font-family: Helvetica;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;

}

.footerTitle{
	font-family: Helvetica;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}

.ins{
	padding: 5%;
	background-color: #EAEAEA;
	border-radius: 15px;
}

.face{
	padding: 5% 8%;
	background-color: #EAEAEA;
	border-radius: 15px;
}

.tw{
	padding: 7%;
	background-color: #EAEAEA;
	border-radius: 15px;
}

