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

@font-face {
    font-family: 'Gotham-Light';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Gotham-Light.eot);
    src: url(../fonts/Gotham-Light.woff2) format("woff2"),
         url(../fonts/Gotham-Light.woff) format("woff"),
         url(../fonts/Gotham-Light.ttf) format("truetype"),
         url(../fonts/Gotham-Light.svg#GothamPro) format("svg"),
         url(../fonts/Gotham-Light.eot?#iefix) format("embedded-opentype");
}

@font-face {
    font-family: 'Gotham-Book';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Gotham-Book.eot);
    src: url(../fonts/Gotham-Book.woff2) format("woff2"),
         url(../fonts/Gotham-Book.woff) format("woff"),
         url(../fonts/Gotham-Book.ttf) format("truetype"),
         url(../fonts/Gotham-Book.svg#GothamPro) format("svg"),
         url(../fonts/Gotham-Book.eot?#iefix) format("embedded-opentype");
}

@font-face {
    font-family: 'Gotham-Bold';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Gotham-Bold.eot);
    src: url(../fonts/Gotham-Bold.woff2) format("woff2"),
         url(../fonts/Gotham-Bold.woff) format("woff"),
         url(../fonts/Gotham-Bold.ttf) format("truetype"),
         url(../fonts/Gotham-Bold.svg#GothamPro) format("svg"),
         url(../fonts/Gotham-Bold.eot?#iefix) format("embedded-opentype");
}

.menu {
    width: 100%;
	height: 100px;
	background-color: #414141;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.menu-cont {
	width: 90%;
	max-width: 1200px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.menu ul {
	list-style-type: none;
	display: inline-flex;
}

#logo-rh {
	background: url(../img/royal-holiday.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin: 10px;
	width: 180px;
	height: 60px;
	text-indent: -9999px;
}

.menu ul li a {
	text-decoration: none;
	font-family: 'Gotham-Light';
	color: #ffffff;
	font-size: 16px;
	margin: 0px 10px;
    padding: 10px;
}

.link span{
    color: #ffffff;
	font-size: 16px;
}

.link:hover span{
    font-family: 'Gotham-Bold';
}

.link:hover {
    text-decoration: underline;
}

.activelink {
	font-family: 'Gotham-Bold' !important;
	color: #7f7e80 !important;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.icon-list {
	width: 100%;
	height: auto;
	background-color: #464647;
	display: flex;
	justify-content: center;
}

.icon-list ul {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.icon-list ul li {
	width: 280px;
	font-size: 25px;
	margin: 10px auto;
	padding: 100px 10px 10px;
	list-style-type: none;
	font-family: 'Gotham-Light';
	color: #ffffff;
	text-align: center;
}

.icon-list ul li:nth-child(1) {
	background: url(../img/icono-1.svg);
	background-size: 100px 110px;
	background-repeat: no-repeat;
	background-position: top center;
}

.icon-list ul li:nth-child(2) {
	background: url(../img/icono-2.svg);
	background-size: 100px 110px;
	background-repeat: no-repeat;
	background-position: top center;
}

.icon-list ul li:nth-child(3) {
	background: url(../img/icono-3.svg);
	background-size: 100px 110px;
	background-repeat: no-repeat;
	background-position: top center;
}

.icon-list ul li:nth-child(4) {
	background: url(../img/icono-4.svg);
	background-size: 100px 110px;
	background-repeat: no-repeat;
	background-position: top center;
}

.icon-list-color-1 {
	font-family: 'Gotham-Book';
	color: #3bd4ae;	
}

.icon-list-color-2 {
	font-family: 'Gotham-Book';
	color: #d1d143;	
}

.icon-list-color-3 {
	font-family: 'Gotham-Book';
	color: #f88d2a;	
}

.icon-list-color-4 {
	font-family: 'Gotham-Book';
	color: #e53e51;	
}

.colorful {
	width: 100%;
	height: 100px;
	background: url(../img/colorful.svg);
	background-size: 100%;
	background-repeat: repeat-y;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.colorful-cont {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.colorful-cont span {
	font-family: 'Gotham-Light';
	color: #ffffff;
	text-align: center;
	font-size: 25px;
}

.white-space {
	width: 100%;
	height: auto;
	background-color: #ffffff;
}

.white-space-cont {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
}

.white-space-cont p {
	font-family: 'Gotham-Light';
	color: #464647;
	text-align: center;
}

.white-space-cont p:nth-child(1) {
	font-size: 35px;
	text-transform: uppercase;
	margin: 50px auto 0px; 
}

.white-space-cont p:nth-child(2) {
	font-size: 25px;
	margin: 50px auto;
}

.destinos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	margin: 0px auto 50px;
}

.destinos li {
	list-style-type: none;
	font-family: 'Gotham-Light';
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	width: 200px;
	height: 200px;
	margin: 10px;
	padding: 150px 10px 10px;
	text-shadow: 2px 2px 8px #0000002b;
}

.destinos li:nth-child(1) {
	background: url(../img/destino-1-Mexico.jpg);
	border-radius: 100px;
	background-size: 200px 200px;
	background-repeat: no-repeat;
	background-position: center center;
}

.destinos li:nth-child(2) {
	background: url(../img/destino-2-Norte-America.jpg);
	border-radius: 100px;
	background-size: 200px 200px;
	background-repeat: no-repeat;
	background-position: center center;
}

.destinos li:nth-child(3) {
	background: url(../img/destino-3-Centro-America.jpg);
	border-radius: 100px;
	background-size: 200px 200px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 130px 10px 10px;
}

.destinos li:nth-child(4) {
	background: url(../img/destino-4-Europa.jpg);
	border-radius: 100px;
	background-size: 200px 200px;
	background-repeat: no-repeat;
	background-position: center center;
}

.destinos li:nth-child(5) {
	background: url(../img/destino-5-Africa.jpg);
	border-radius: 100px;
	background-size: 200px 200px;
	background-repeat: no-repeat;
	background-position: center center;
}

.destinos li:nth-child(6) {
	background: url(../img/destino-6-Asia.jpg);
	border-radius: 100px;
	background-size: 200px 200px;
	background-repeat: no-repeat;
	background-position: center center;
}

footer {
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
}

.logos-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	margin: 0px auto;	
}

.logos-footer li {
	list-style-type: none;
	width: 100px;
	height: 100px;
	margin: 10px;
	text-indent: -9999px;
}

.logos-footer li:nth-child(1) {
	background: url(../img/lf-1-Royal-Holiday.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.logos-footer li:nth-child(2) {
	background: url(../img/lf-2-Royal-Travel.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.logos-footer li:nth-child(3) {
	background: url(../img/lf-3-Royal-at-Sea.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.logos-footer li:nth-child(4) {
	background: url(../img/lf-4-Royal-Holiday-Rewards.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.logos-footer li:nth-child(5) {
	background: url(../img/lf-5-Safe-Guest-Program.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.logos-footer li:nth-child(6) {
	background: url(../img/lf-6-Safe-Travels.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.logos-footer li:nth-child(7) {
	background: url(../img/lf-7-ESR.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.tyc {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	font-family: 'Gotham-Light';
	text-align: justify;
	color: #7f7e80;
	font-size: 12px;
	padding: 20px 0px;
}

.tyc span {
	font-family: 'Gotham-Bold';
	text-align: left;
	color: #7f7e80;
	text-transform: uppercase;	
}

.footer-text {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	font-family: 'Gotham-Light';
	text-align: center;
	color: #7f7e80;
	font-size: 16px;
	padding: 20px 0px;	
}

@media screen and (max-width: 400px) {
	#logo-rh {
		width: 160px;
	}
}

@media screen and (max-width: 365px) {
	#logo-rh {
		width: 140px;
	}
	.menu ul li a {
		font-size: 14px;
	}
	.link span{
		font-size: 14px;
	}
}

@media screen and (max-width: 330px) {
	#logo-rh {
		width: 120px;
	}
}