

.resort-type1-yellow {
background: #f9b523;
	padding: 20px;
	text-align: center;
	position: relative;
	margin-top: 0;

	}


.resort-type1-blue {
background: #0f2b3b;
	padding: 20px;
	text-align: center;
	position: relative;
	margin-top: 0;
	}

/*  	color: #0f2b3b !important
.resort-type1:before {
    content: "";
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% - 1px);
    top: -2px;
    left: -15px;
}*/

.resort-type2 {
    height: 20px;
	background: url(../../assets/img/simbolo1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 5px;
}


.resort-type2b {
    height: 20px;
	background: url(../../assets/img/simbolo1b.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 5px;
}

.resort-type3 {
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 11px;
   Font-weight: bold;
   color: #fff;
}
.resort-type3b {
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 11px;
   Font-weight: bold;
   color: #0f2b3b;
}

.resort-type4 {
height: 1px;
	background: white;
	margin: 0px 30px;
	opacity: 0.5;
}

.resort-type4b {
height: 1px;
	background-color:#0f2b3b;
	margin: 0px 30px;
	opacity: 0.5;
}

.resort-type5 {
text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.resort-type5b {
text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #0f2b3b;
}

.resort-type6 {
 height: 20px;
    background: url(../../assets/img/simbolo2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5px;
}

.resort-type6b {
 height: 20px;
    background: url(../../assets/img/simbolo2b.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5px;
}


	
	

	