@charset "utf-8";
/* CSS Document */

/******************************

[Colores]
verde-->
rgba(4, 226, 44, 0.9)
rgba(4, 226, 44, 0.8)
rgba(4, 226, 44, 0.5)
rgba(4, 226, 44, 0.3)
#04e22c

azul claro-->
rgba(28, 131, 190, 0.3)
rgba(28, 131, 190, 0.5)
rgba(28, 131, 190, 0.9)
#1C83BE

azulfuerte-->
rgba(0, 36, 60, 0.9)
rgba(0, 36, 60, 0.8)
rgba(0, 36, 60, 0.5)
#00243C

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
4. Header
	4.1 Logo
	4.2 Navigation
	4.3 Search
	4.4 Hamburger
5. Menu
	5.1 Menu Social
	5.2 Menu copyright
6. Find
7. Top Destinations
8. Last Minute Offer
9. Video
10. Popular
11. Special Offers
12. Newsletter
13. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	/*background: #6c757d;*/
	/*background: url(../img/palm.jpeg);*/
	color: #00243C;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2.14;
	font-weight: 400;
	color: #00243C;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #04e22c;
}
p a:hover
{
	color: #FFFFFF;
	background: #04e22c;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(28, 131, 190, 0.9);
	color: #FFFFFF;
}
p::selection
{

}
h1{font-size: 48px;}
h2{font-size: 40px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
.form-control
{
	color: #000;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.nopadding
{
	padding: 0px !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}

/*********************************
3. Home
*********************************/

.home
{
	width: 100%;
	height: 100vh;
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_content
{
	position: absolute;
	top: 35%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70%;
	text-align: center;
}
.home_text_large
{
	/*font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;*/
	font-size: 150px;
	font-weight: 800;
	color: #04e22c;
	text-shadow: 0px 11px 31px rgba(28, 131, 190,0.55);
	opacity: 0.75;
	text-transform: uppercase;
	line-height: 0.75;
}

.home_text_large1
{
	/*font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;*/
	font-size: 120px;
	font-weight: 700;
	color: #04e22c;
	text-shadow: 0px 11px 31px rgba(28, 131, 190,0.55);
	opacity: 0.75;
	text-transform: uppercase;
	line-height: 0.75;
}


.home_text_small
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 72px;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 0px 11px 51px rgba(0,0,0,0.35);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .2;
    background: #1C83BE;
    background: -moz-linear-gradient(left, #1C83BE 0%, #04e22c 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #1C83BE), color-stop(100%, #04e22c));
    background: -webkit-linear-gradient(left, #1C83BE 0%, #04e22c 100%);
    background: -o-linear-gradient(left, #1C83BE 0%, #04e22c 100%);
    background: -ms-linear-gradient(left, #1C83BE 0%, #04e22c 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1C83BE), to(#04e22c));
    background: linear-gradient(to right, #1C83BE 0%, #04e22c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C83BE', endColorstr='#04e22c', GradientType=1 );
}

.text-unete {
	font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
	font-size: 72px;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 0px 8px 31px rgba(28, 131, 190,0.95);
}

/*********************************
4. Header
*********************************/

.header
{
	display: block;
	position: fixed;
	top: 46px;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled
{
	top: 15px;
}
.header_container
{
	width: 100%;
	height: 80px;
	background: rgba(0, 36, 60, 0.9)/*#00243C*/;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .header_container
{
	height: 60px;
}

/*********************************
4.1 Logo
*********************************/

.logo_container
{
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	-ms-transform: translateY(8px);
	-o-transform: translateY(8px);
	transform: translateY(8px);
}
.logo
{
	height: 100%;
	padding-left: 150px;
}
.logo div
{
	color: #FFFFFF;
	text-transform: uppercase;
}
.logo div:first-of-type
{
	font-size: 24px;
	font-weight: 500;
	line-height: 0.75;
}
.logo div:nth-child(2)
{
	font-size: 10px;
	font-weight: 500;
	color: #929292;
	letter-spacing: 0.13em;
	margin-top: 2px;
	padding-left: 2px;
}
.logo_image
{
	position: absolute;
	top: -34px;
	left: 41px;
	width: 100%;
	/*height: 41px;*/
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .logo_image
{
	width: 90%;
	top: -34px;
	left: 36px;
}
.logo_image img
{
	max-width: 100%;
}

/*********************************
4.2 Navigation
*********************************/

.main_nav
{
	/*height: 100%;*/
	padding-right: 173px;
}
.main_nav_list
{
	height: 100%;
}
.main_nav_item
{
	display: inline-block;
	position: relative;
	/*padding-left: 22px;
	padding-right: 22px;*/
	margin-right: -4px;
	padding-top: 2px;
}

.main_nav_item a
{
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 121px;
	padding-left: 22px;
	padding-right: 22px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled .main_nav_item a
{
	line-height: 90px;
}

.main_nav_item.active a
{
	color: #04e22c;
	font-size: 25px;
	font-weight: 450;
}
.main_nav_item.active:hover a
{
	color: #fff;
}
.main_nav_item:hover a
{
	color: #04e22c;
}

/*********************************
4.3 Search
*********************************/

.search
{
	position: absolute;
	top: 0;
	right: 0;
	width: 121px;
	height: 100%;
	background: #04e22c;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search.active
{
	width: 300px;
}
.search:hover
{
	background: #eb334a;
}
.search_form
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.search_input
{
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 25px;
	height: 36px;
	background: transparent;
	border: solid 2px rgba(255, 255, 255, 0.5);
	color: #FFFFFF;
	outline: none;
	padding-left: 10px;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.search.active .search_input
{
	display: inline-block;
}
.search_button
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 49px;
	width: 24px;
	height: 26px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	pointer-events: none;
}
.search_button img
{
	pointer-events: none;
}
.search_button:focus
{
	outline: none;
}
.search.active .search_button
{
	pointer-events: auto;
}
.search_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5) !important;
}
.search_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5) !important;
}
.search_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5) !important;
}
.search_input:-ms-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5) !important;
}
.search_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5) !important;
}

/*********************************
4.4 Hamburger
*********************************/

.hamburger
{
	display: none;
	font-size: 24px;
	padding: 10px;
	color: #3a3a3a;
	margin-right: 20px;
	cursor: pointer;
}
.hamburger i
{
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i
{
	color: #04e22c;
}

/*********************************
5. Menu
*********************************/

.menu_container
{
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 1000;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
}
.menu_container.active
{
	visibility: visible;
	opacity: 1;
	right: 0;
}
.menu
{
	position: absolute;
	width: 100%;
	top:150px;
	left: 0;
	padding-left: 15%;
	padding-right: 79px;
}
.menu_list
{
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 1000ms 600ms ease;
	opacity: 0;
	margin-top: 30px;
}
.menu_container.active .menu_list
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item
{
	margin-bottom: 9px;
}
.menu_item a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 29px;
	font-weight: 700;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #04e22c;
}
.menu_close_container
{
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #04e22c;
}
.menu_search_form
{
	position: relative;
}
.menu_search_input
{
	width: 100%;
	height: 50px;
	border: solid 2px rgba(0, 36, 60, 0.5);
	outline: none;
	padding-left: 15px;
}
.menu_search_submit
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	right: 0px;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}
.menu_search_submit img
{
	max-width: 100%;
}

/*********************************
5.1 Menu Social
*********************************/

.menu_social_container
{
	margin-top: 10%;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1000ms ease;
	-moz-transition: all 1000ms 1000ms ease;
	-ms-transition: all 1000ms 1000ms ease;
	-o-transition: all 1000ms 1000ms ease;
	transition: all 1000ms 1000ms ease;
	opacity: 0;
	padding-left: 4px;
}
.menu_social_item
{
	display: inline-block;
	margin-right: 10px;
}
.menu_social_item a i
{
	color: #3a3a3a;
}
.menu_social_item a i:hover
{
	color: #04e22c;
}
.menu_container.active .menu_social_container
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

/*********************************
5.2 Menu copyright
*********************************/

.menu_copyright
{
	margin-top: 60px;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1200ms ease;
	-moz-transition: all 1000ms 1200ms ease;
	-ms-transition: all 1000ms 1200ms ease;
	-o-transition: all 1000ms 1200ms ease;
	transition: all 1000ms 1200ms ease;
	opacity: 0;
	padding-left: 3px;
}
.menu_container.active .menu_copyright
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

/*********************************
6. Find
*********************************/

.find
{
	width: 100%;
	padding-top: 35px;
	padding-bottom: 65px;
	z-index: 0;
}
.find_fondo
{
	background: #00243C;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.find_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.find_form_container
{
	width: 90%;
	margin-top: 10px;
}
.find_title
{
	width: 100%;
	font-size: 30px;
	font-weight: 290;
	color: #FFFFFF;
}
.find_form
{
	width: 100%;
	height: 100%;
}
.find_input
{
	width: 100%;
	height: 56px;
	border: none;
	outline: none;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 52px;
	color: #FFFFFF;
	border: solid 2px rgba(255,255,255,0.5);
	background: transparent;
}
.find_item:first-child
{
	width: 31.413%;
}
.find_item:nth-child(2)
{
	width: 12%;
}
.find_item:nth-child(3)
{
	width: 12%;
}
.find_item:nth-child(4)
{
	width: 12%;
}
.find_item div
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 7px;
}
.dropdown_item_select
{
	-webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(../images/down.png);
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #939393 !important;
}
.dropdown_item_select::-ms-expand
{
    display: none;
}
.find_input:hover
{
	border: solid 2px rgba(253, 95, 0, 0.5);
}
.find_input:focus
{
	outline-color: rgba(253, 95, 0, 0.5);
	border: solid 2px rgba(253, 95, 0, 0.5);
}
.find_button
{
	width: 14.048%;
	height: 56px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 52px;
	padding-left: 46px;
	padding-right: 46px;
	background: #04e22c !important;
	-webkit-transform: translateY(14px);
	-moz-transform: translateY(14px);
	-ms-transform: translateY(14px);
	-o-transform: translateY(14px);
	transform: translateY(14px);
	border: none;
	outline: none;
	cursor: pointer;
}
.find_button:hover
{
	opacity: 0.8;
}




.find_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #939393 !important;
}
.find_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #939393 !important;
}
.find_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #939393 !important;
}
.find_input:-ms-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #939393 !important;
}
.find_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #939393 !important;
}

/*********************************
7. Top Destinations
*********************************/

.top
{
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 106px;
}
.section_title
{
	padding-top: 5px;
	line-height: 1.1;
}
.section_title h2
{
	font-weight: 400;
	color: #00243C;
}
.section_title div
{
	font-size: 20px;
	font-weight: 500;
	color: white;
	background: rgba(0, 36, 60, 0.9);
	text-transform: uppercase;
	margin-top: 19px;
}
.top_content
{
	margin-top: 82px;
}
.top_item
{
	width: 100%;
}
.top_item a
{
	display: block;
}
.top_item_image img
{
	max-width: 100%;
}
.top_item_content
{
	position: absolute;
	left: 33px;
	bottom: 29px;
}
.top_item_price
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.top_item_text
{
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 2px;
}

/*********************************
8. Last Minute Offer
*********************************/

.last
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.last_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.last_item
{
	padding-right: 20px;
}
.last_col:last-child .last_item
{
	padding-left: 10px;
	padding-right: 10px;
}
.last_item_content
{
	background: #00243C;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}




.last_item_content1
{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
}

.last_item_content2
{
	background: rgba(4, 226, 44, 0.5);
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.last_item_content3
{
	border-radius: 10px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	background: rgba(28, 131, 190, 0.9);
    background: -moz-linear-gradient(left, rgba(28, 131, 190, 0.9) 0%, rgba(4, 226, 44, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28, 131, 190, 0.9)), color-stop(100%, rgba(4, 226, 44, 0.5)));
    background: -webkit-linear-gradient(left, rgba(28, 131, 190, 0.9) 0%, rgba(4, 226, 44, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(28, 131, 190, 0.9) 0%, rgba(4, 226, 44, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(28, 131, 190, 0.9) 0%, rgba(4, 226, 44, 0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(28, 131, 190, 0.9)), to(rgba(4, 226, 44, 0.5)));
    background: linear-gradient(to right, rgba(28, 131, 190, 0.9) 0%, rgba(4, 226, 44, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(28, 131, 190, 0.9)', endColorstr='rgba(4, 226, 44, 0.5)', GradientType=1 );
}

.last_item_content4
{
	border-radius: 10px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	background: rgba(4, 226, 44, 0.5);
    background: -moz-linear-gradient(left, rgba(4, 226, 44, 0.5) 0%, rgba(28, 131, 190, 0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4, 226, 44, 0.5)), color-stop(100%, rgba(28, 131, 190, 0.9)));
    background: -webkit-linear-gradient(left, rgba(4, 226, 44, 0.5) 0%, rgba(28, 131, 190, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(4, 226, 44, 0.5) 0%, rgba(28, 131, 190, 0.9) 100%);
    background: -ms-linear-gradient(left, rgba(4, 226, 44, 0.5) 0%, rgba(28, 131, 190, 0.9) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(4, 226, 44, 0.5)), to(rgba(28, 131, 190, 0.9)));
    background: linear-gradient(to right, rgba(4, 226, 44, 0.5) 0%, rgba(28, 131, 190, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(4, 226, 44, 0.5)', endColorstr='rgba(28, 131, 190, 0.9)', GradientType=1 );
}

.last_subtitle
{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	/*background: #04e22c;*/
	color: #00243C;
	border-radius: 10px;
	margin-bottom: 10px;

}


.last_subtitle1
{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #00243C;
	border-radius: 10px;
	margin-bottom: 10px;
	background: rgba(4, 226, 44, 0.8);

}

.last_subtitle2
{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: black;
	border-radius: 10px;
	margin-bottom: 10px;
	background: rgba(28, 131, 190, 0.9);
    background: -moz-linear-gradient(left, rgba(28, 131, 190, 0.9) 0%, rgba(4, 226, 44, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28, 131, 190, 0.9)), color-stop(100%, rgba(4, 226, 44, 0.5)));
    background: -webkit-linear-gradient(left, rgba(28, 131, 190, 0.9) 0%, rgba(4, 226, 44, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(28, 131, 190, 0.9) 0%, rgba(4, 226, 44, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(28, 131, 190, 0.9) 0%, rgba(4, 226, 44, 0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(28, 131, 190, 0.9)), to(rgba(4, 226, 44, 0.5)));
    background: linear-gradient(to right, rgba(28, 131, 190, 0.9) 0%, rgba(4, 226, 44, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(28, 131, 190, 0.9)', endColorstr='rgba(4, 226, 44, 0.5)', GradientType=1 );


}

.last_subtitle3
{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: black;
	border-radius: 10px;
	margin-bottom: 10px;
	background: rgba(4, 226, 44, 0.5);
    background: -moz-linear-gradient(left, rgba(4, 226, 44, 0.5) 0%, rgba(28, 131, 190, 0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4, 226, 44, 0.5)), color-stop(100%, rgba(28, 131, 190, 0.9)));
    background: -webkit-linear-gradient(left, rgba(4, 226, 44, 0.5) 0%, rgba(28, 131, 190, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(4, 226, 44, 0.5) 0%, rgba(28, 131, 190, 0.9) 100%);
    background: -ms-linear-gradient(left, rgba(4, 226, 44, 0.5) 0%, rgba(28, 131, 190, 0.9) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(4, 226, 44, 0.5)), to(rgba(28, 131, 190, 0.9)));
    background: linear-gradient(to right, rgba(4, 226, 44, 0.5) 0%, rgba(28, 131, 190, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(4, 226, 44, 0.5)', endColorstr='rgba(28, 131, 190, 0.9)', GradientType=1 );

}

.last_subtitle4
{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	/*background: #04e22c;*/
	color: black;
	border-radius: 10px;
	margin-bottom: 10px;

}




.last_percent
{
	font-size: 160px;
	font-weight: 100;
	line-height: 0.75;
	margin-top: 14px;
	text-align: left;
}
.last_title
{
	font-size: 40px;
	font-weight: 300;
	text-align: left;
	margin-top: 7px;
	line-height: 1.1;
}

.last_img
{
	width: 95%;
	border-radius: 5px;
}
.last_text
{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 2.14;
	margin-top: 15px;
}

.last_text p{
	text-align: left;
	color: black;
	font-size: 16px;
	font-weight: 450;
}

.button
{
	display: inline-block;
	width: 161px;
	height: 56px;
	background: #00243C;
	border-radius: 5px;
}

.button:hover
{
	background: white;
	border-radius: 10px;
}

.button a
{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 56px;
}

.button a:hover
{
	color: #00243C;
}



.button1
{
	display: inline-block;
	width: 140px;
	height: 36px;
	background: #00243C;
	border-radius: 10px;
}


.button1 h3
{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 36px;
}

.buttona
{
	display: inline-block;
	width: 141px;
	height: 42px;
	background: rgba(0, 36, 60, 0.8);
	border-radius: 5px;
}

.buttona:hover
{
	background: rgba(4, 226, 44, 0.9);
	border-radius: 10px;
}

.buttona a
{
	display: block;
	font-size: 16px;
	color: white;
	font-weight: 500;
	line-height: 46px;
}

.buttona a:hover
{
	color: #00243C;
}

.buttonanclaje
{
	display: inline-block;
	width: 140px;
	height: 36px;
	background: #00243C;
	border-radius: 10px;
}

.buttonanclaje:hover
{
	background: rgba(4, 226, 44, 0.9);
	border-radius: 5px;
}

.buttonanclaje h3
{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 36px;
}

.buttonanclaje h3:hover
{
	color: #00243C;
}

.buttonanclaje1
{
	display: inline-block;
	width: 140px;
	height: 36px;
	background: rgba(4, 226, 44, 0.9);
	border-radius: 10px;
}

.buttonanclaje1:hover
{
	background: #00243C;
	border-radius: 5px;
}

.buttonanclaje1 h3
{
	display: block;
	font-size: 16px;
	color: #00243C;
	font-weight: 500;
	line-height: 36px;
}

.buttonanclaje1 h3:hover
{
	color: #FFFFFF;
}

.buttonanclaje2
{
	display: inline-block;
	width: 180px;
	height: 40px;
	background: #00243C;
	text-shadow: 0px 11px 31px rgba(28, 131, 190,0.55);
	border-radius: 10px;
}

.buttonanclaje2:hover
{
	background: rgba(4, 226, 44, 0.9);
	border-radius: 5px;
}

.buttonanclaje2 h3
{
	display: block;
	/*font-size: 16px;*/
	color: #FFFFFF;
	font-weight: 500;
	line-height: 36px;
}

.buttonanclaje2 h3:hover
{
	color: #00243C;
}

.buttonanclaje3
{
	display: inline-block;
	width: 180px;
	height: 40px;
	background: rgba(4, 226, 44, 0.9);
	text-shadow: 0px 11px 31px rgba(28, 131, 190,0.55);
	border-radius: 10px;
}

.buttonanclaje3:hover
{
	background: #FFFFFF;
	border-radius: 5px;
}

.buttonanclaje3 h3
{
	display: block;
	/*font-size: 16px;*/
	color: #00243C;
	font-weight: 500;
	line-height: 36px;
}

.buttonanclaje3 h3:hover
{
	color: #00243C;
}

.last_button
{
	margin-top: 10px;
}
.last_logo
{
	position: absolute;
	top: -51px;
    left: -70px;
	z-index: 10;
	width: 156px;
	height: 151px;
}
.last_logo img
{
	max-width: 100%;
}

/*********************************
9. Video
*********************************/

.video_section
{
	padding-top: 144px;
	padding-bottom: 198px;
}
.video_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_content
{
	width: auto;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.video_title
{
	font-size: 30px;
	font-weight: 300;
	color: #FFFFFF;
}
.video_subtitle
{
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 3px;
}
.video_play
{
	margin: 0 auto;
	margin-top: 43px;
}
.video
{
	outline: none;
}
.play_button
{
	cursor: pointer;
}
.play_circle
{
	fill: rgba(255, 255, 255, 0);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.play_button:hover .play_circle
{
	fill: rgba(255, 255, 255, 0.15);
}

/*********************************
10. Popular
*********************************/

.popular
{
	width: 100%;
	background: #FFFFFF;
}
.popular_content
{
	width: 100%;
	margin-top: 82px;
}
.popular_item
{
	width: calc((100% - 90px) / 4);
	margin-bottom: 26px;
}
.popular_item:nth-last-child(-n+4)
{
	margin-bottom: 0px;
}
.popular_item a
{
	display: block;
}
.popular_item img
{
	max-width: 100%;
}
.popular_item_content
{
	position: absolute;
	left: 28px;
	bottom: 27px;
	z-index: 10;
}
.popular_item_price
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.popular_item_title
{
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
}

/*********************************
11. Special Offers
*********************************/

.special
{
	padding-bottom: 6px;
}
.special_content
{
	margin-top: 26px;
}
.special_item_content
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}
.special_category
{
	font-size: 24px;
	font-weight: 300;
	color: #00243C;
}
.special_title a
{
	font-size: 36px;
	font-weight: 300;
	color: #FFFFFF;
}
.special_title
{
	font-size: 36px;
	font-weight: 300;
	color: #00243C;
}
.special_item_background
{
	width: 100%;
}
.special .owl-item .special_item_background::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(253, 95, 0, 0);
	content: '';
	z-index: 0;
	-webkit-transition: all 500ms 100ms ease;
	-moz-transition: all 500ms 100ms ease;
	-ms-transition: all 500ms 100ms ease;
	-o-transition: all 500ms 100ms ease;
	transition: all 500ms 100ms ease;
}
.special .owl-item.center .special_item_background::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(4, 226, 44, 0.3);
	content: '';
	z-index: 0;
	-webkit-transition: all 500ms 100ms ease;
	-moz-transition: all 500ms 100ms ease;
	-ms-transition: all 500ms 100ms ease;
	-o-transition: all 500ms 100ms ease;
	transition: all 500ms 100ms ease;
}
.special_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	width: 80px;
	height: 80px;
	background: #04e22c;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	z-index: 10;
}
.special_slider_nav:hover
{
	opacity: 0.8;
}


.special_slider_nav1
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	width: 90px;
	height: 90px;
	background: #fe3c52;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	z-index: 10;
}
.special_slider_nav1:hover
{
	opacity: 0.8;
}

/*********************************
12. Newsletter
*********************************/

.newsletter
{
	padding-top: 108px;
	padding-bottom: 113px;
}
.newsletter_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.newsletter_title
{
	font-size: 40px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.1;
}
.newsletter_form_container
{
	margin-top: 53px;
}
.newsletter_input
{
	width: calc(100% - 180px);
	height: 56px;
	border: solid 2px rgba(255,255,255,0.5);
	outline: none;
	background: transparent;
	padding-left: 31px;
	color: #FFFFFF;
}
.newsletter_button
{
	width: 161px;
	height: 56px;
	vertical-align: top;
	cursor: pointer;
	border: none;
	outline: none;
	background: #fe364a;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.newsletter_button:hover
{
	opacity: 0.8;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input:-ms-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.newsletter_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}

/*********************************
13. Footer
*********************************/

.footer
{
	width: 100%;
	background: #00243C;
	padding-top: 59px;
	padding-bottom: 59px;
}
.footer_about
{
	width: 100%;
}
.footer .logo
{
	padding-left: 32px;
}
.footer .logo_image
{
	left: 0;
}
.footer_about_text
{
	font-size: 12px;
	font-weight: 300;
	line-height: 2.5;
	color: white;
	margin-top: 35px;
}
.copyright
{
	font-size: 12px;
	font-weight: 300;
	line-height: 2.5;
	color: #7d8293;
	margin-top: 39px;
}
.footer_latest
{
	width: 100%;
}
.footer_title
{
	font-size: 24px;
	font-weight: 300;
	color: #FFFFFF;
}
.footer_latest_item
{
	margin-bottom: 27px;
}
.footer_latest_item:last-child
{
	margin-bottom: 0;
}
.footer_latest_content
{
	margin-top: 33px;
}
.footer_latest_image
{
	display: inline-block;
	width: 78px;
	height: 78px;
}
.footer_latest_image img
{
	max-width: 100%;
}
.footer_latest_item_content
{
	display: inline-block;
	vertical-align: top;
	margin-top: -4px;
	padding-left: 19px;
}
.footer_latest_item_title a
{
	font-size: 16px;
	font-weight: 300;
	color: #7d8293;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_latest_item_title a:hover
{
	color: #fe3c52;
}
.footer_latest_item_date
{
	font-size: 12px;
	font-weight: 300;
	color: #fe3c52;
	margin-top: 10px;
}
.tags_content
{
	margin-top: 32px;
}
.tag
{
	height: 36px;
	background: rgba(253, 95, 0, 1);
	margin-right: 6px;
	margin-bottom: 6px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tag a
{
	display: block;
	font-size: 12px;
	font-weight: 300;
	padding-left: 27px;
	padding-right: 27px;
	line-height: 36px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tag:hover
{
	background: rgba(253, 95, 0, 0.8);
}


.top-bar {
    width: 100%;
   background: #04e22c;
    display: block;
    height: 10%;
}

.top-bar-info {
    padding-top: 5px;
    color:#00243C;
    font-size: 110%;
}

.icon-top {
    padding-left: 3%;
    color: #00243C;
}

.icon-top:hover{
	color: white;
}

.icon-top1 {
    color: #04e22c;
}

.icon-top1:hover{
	color: #00243C;
}

.icon-2 {
    padding-left: 3%;
    color: #00243C;
}

.icon-2:hover{
	color: #04e22c;
}

.icon-3 {
    padding-left: 3%;
    color: #04e22c;
}

.icon-3:hover{
	color: white;
}

.to-top1{
	position: fixed;
	bottom: 20px;
	right: 10px;
	background: rgba(4, 226, 44, 0.9);
	color: #fff;
	padding: 2px;
	border-radius: 5px;
	z-index: 11;
}
.to-top1:hover{
	background: rgba(0, 36, 60, 0.8);
	color: #fff;
	border-radius: 5px;
}



/*donde va el video*/
/*Para que se esconda la barra solo cuando es tamaño celular*/

/*#eporn-logo2 {
  text-align: center;
  width: 100%;
  margin: 0 0 0 0;
  padding-bottom: 5px;
  position: absolute;
  z-index: 9998;

}*/

@media screen and (max-width: 980px) {
  #eporn-logo2 {
    width: 0px;
    height: 0px;
    padding-bottom: 0px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
  }

}




/*Menu social footer*/


.menu_social_container1
{
	margin-top: 10%;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1000ms ease;
	-moz-transition: all 1000ms 1000ms ease;
	-ms-transition: all 1000ms 1000ms ease;
	-o-transition: all 1000ms 1000ms ease;
	transition: all 1000ms 1000ms ease;
	opacity: 0;
	padding-left: 4px;
}
.menu_social_item1
{
	display: inline-block;
	margin-right: 10px;
}
.menu_social_item1 a i
{
	color: #04e22c;
}
.menu_social_item1 a i:hover
{
	color: white;
}
.menu_container1.active .menu_social_container1
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.condiciones{
	text-align: center;
	color: #04e22c;
}

.condiciones:hover{
	color: white;
}



.colorform{
	color: white;
}





.button2
{
	display: inline-block;
	width: 161px;
	height: 56px;
	background: #00243C;
	border-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 56px;
}

.button2:hover
{
	background: white;
	border-radius: 10px;
	color: #00243C;
}




/*Carrito*/

.carttotal{
	border-top: 1px solid #369;
	border-bottom: 3px double #369;
	margin-top:5px;
	margin-bottom:5px;
}

/*Lista de precio y lenguaje en el topbar*/
.idiomaprecio ul {
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

.idiomaprecio li {
   display:inline;
}

.idiomaprecio li a {
    display:inline-block;
    padding:5px;
    color: #00243C;
}

/*Lista de precio y lenguaje en menu responsivo*/
.respiodmaprecio{
	background: rgba(0, 36, 60, 0.8);
}


.respiodmaprecio li a {
    color: white;
}

.topbaridiomaprecio{
	background: rgba(0, 36, 60, 0.5);
}


.centrotodo{
	text-align: center;
}

.carritotipocambio{
	margin-top: 5px;
	background: white;
	font-size: 20px;
	font-weight: 500;
	border-radius: 6px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


.colorcontacto{
	background: rgba(4, 226, 44, 0.9);
	border-radius: 10px;
}


.pays {
    background: rgba(4, 226, 44, 0.9);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: none;
}


.buttondown{
	background: rgba(28, 131, 190, 0.9);
}

.buttondown:hover{
	background: rgba(0, 36, 60, 0.9);
}

.background1{
	background: rgba(28, 131, 190, 0.3);
	border-radius: 10px;
	padding-top: 10px;
}