/*foreign-landing*/
/* ****************************************************** */	
html{position: absolute;width: 100%; height: 100%;padding: 0; margin: 0;}
body {
	background-color :#f1f2f2;
	scroll-behavior: smooth;
}
body, html,header,main,footer,section{
	margin: 0;
	padding: 0;
	font-family: "freight-sans-pro",sans-serif;
	font-style: normal;
}   
header,.header{
	top: 0;
	padding: 0;
	clear: both;
	width: 100%;
	display: block;
}
header{
	height: 100px;
	z-index: 20;
	position: fixed;
	margin: 0;
}
.header{
	/**/
	-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 0 0 rgba(0,0,0,.2);          
	box-shadow: 0 4px 0 0 rgba(0,0,0,.2);
	background-color: #fff;
	position: relative;     
	max-width: 1038px;
	padding: 0 15px;
	margin: 0 auto;
	height: 65px;
}
.header>div,
section>div,
footer>div.footer-content{
	max-width: 1069px;
	margin: 0 auto;
}
.logo, a>span{
	float: left;
	display: block;
	font-style: normal;
	font-family: "futura-pt-condensed",sans-serif;
}
.logo{
	position: relative;
	height: 42px;
	padding: 12px 0;
	/*padding-left: 10px;*/
}
.logo img {
	height: inherit;
}
.link-header{float: right;}
.link-header{
	/*float: left;*/
	color: #000;
	font-size: 22px;
	margin-top: 15px;
	line-height: 35px;
	text-decoration: none;
	padding-right: 10px;
}
/* flechita */
.right-arrow{
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	-webkit-box-shadow: 0 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 4px 0px rgba(0, 0, 0, 0.25);         
	box-shadow: 0 4px 0px rgba(0, 0, 0, 0.25);
	background-color: #000;
	border-radius: 100px;
	margin-left: 10px;
	margin-top: 3px;        
	line-height: 25px;
	text-indent: 5px;
	font-size: 24px;
	display: table;
	height: 25px;
	width: 25px;
	color: #fff;
}

/*menu toogle mobile */
	.menuToggle{
		width: 100%;
		z-index: 10;
		display: none;
		max-height: 70px;
		position: absolute;
		user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
	}
	.menu-burger{
		float: right;
		margin:20px 20px 0 0;
	}

	.menuToggle-list{
		top: 5px;
		z-index: -1;
		width: 100%;
		display: none;
		margin-top: 60px;
		position: relative;
		text-align: center;
		transform: translateY(-500px);
		transition: all .6s ease-in-out;
	}
	.menuToggle label{
		width: 100%;
		display: block;
		max-height: 70px;
		position: absolute;
	}
	.menuToggle input.open-menu-mobile{
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 5px;
		right: 7px;
		cursor: pointer;
		opacity: 0; /* hide this */
		z-index: 2; /* and place it over the hamburger */
		-webkit-touch-callout: none;
		-moz-touch-callout: none;
		-o-touch-callout: none;
	}
	/* * Just a quick hamburger */
	.menuToggle span{
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background: #000;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 4px 0px;
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
					background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
					opacity 0.55s ease;
	}
	.menuToggle input.open-menu-mobile:checked ~ .menuToggle-list{
		transform: none;
	}
	.menuToggle .menu-burger span:first-child{
		transform-origin: 0% 0%;
	}
	.menuToggle .menu-burger span:last-child{
		transform-origin: 0% 100%;
	}

	/*  * Transform all the slices of hamburger into a crossmark. */
	.menuToggle input.open-menu-mobile:checked ~ span{
		opacity: 1;
		background: #232323;
		transform: rotate(45deg) translate(-2px, -1px);
	}
	.menuToggle input.open-menu-mobile:checked ~ .menu-burger span:first-child{
		transform: rotate(45deg) translateY(-3px);
	} 
	.menuToggle input.open-menu-mobile:checked ~ .menu-burger span:last-child{
		transform: rotate(-45deg) translateY(2px);
	} 
	/* * But let's hide the middle one. */
	.menuToggle input.open-menu-mobile:checked ~ .menu-burger span:nth-child(2){
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}
	


/**/
.clear{clear:both; width:100%}      
/*********************************************************************/     
.bg-hero{
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 500px;
	margin-top: 0;
	background-image: url(/media/73/stripe-pattern.png);
	position: absolute;                 
}
/* banner hero */
#hero{
	margin: 0 auto;
	z-index: 0;     
	height: 430px;
	margin-top: 0;
	position: relative;
	max-width: 1440px;
	padding-top: 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
h1{
	-webkit-text-shadow: 0 3px 20px rgba(0,0,0,.8);
	-moz-text-shadow: 0 3px 20px rgba(0,0,0,.8);            
	text-shadow: 0 3px 20px rgba(0,0,0,.8);
	font-weight: 100;
	padding-left: 35px;
	font-size: 72px;
	color: #fff;
	margin: 0;
}

/* navigation*/
/*******************************************************************************/
		
/* main, left column and content column */  
main{
	max-width: 1000px;
	margin: 0 auto;
	margin-top: -30px;
	z-index: 1;
	width: 100%;
	/*display: block;*/
	display: flex;          
	position: relative;
}       
.content, .left-column{ 
	width: 100%;
	float: left;                
}
.content{
	display: block;
	max-width: 746px;
	/*margin-top: 16px;*/
}
/* Left column */
.left-column{
	top: 80px;
	position: sticky; 
	position: -moz-sticky;
	position: -webkit-sticky;
	display: inline-table;
	margin: 0 20px 0 0;
	max-width: 238px;
}
.box{
	-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 0 0 rgba(0,0,0,.2);
	box-shadow: 0 4px 0 0 rgba(0,0,0,.2);
	background-color: #fff;
	margin: 0 0 20px;
	max-width: 100%;
	padding: 10px;
	clear: both;
}
.left-column h5{
	width: auto;
	float: left;
	display: block;
}

/* menu */
.side-menu{
	top: 80px;	
	/*margin: 16px;*/
	padding: 10px 15px 20px;
	background-color: #fff;     
}
.side-menu-title{
	border-bottom: 1px solid #b1b1b1;  
	padding-bottom: 11px;     
	min-height: 20px;
	font-size: 14px;
	color: #4d4d4d;
	display: block;
	width: 100%;
	clear: both;
}

.side-menu ul{
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none;
	line-height: 25px;
	margin-top: 10px;
}
.side-menu a{
	color: #4d4d4d;
}

/* skype button */
.skype-button{
	text-align: center;
	padding: 15px 19px;
	/*margin: 0 auto;*/
}
.skype-button a{
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid #145875;
	background-color: #00adf2;
	border-radius: 5px;
	/*min-height: 15px;*/
	max-width: 100%;
	margin: 0 auto;
	display: block;
	float: inherit;
	padding: 5px;
	color: #fff;
}
.skype-button i{
	font-size: 28px;
	line-height: 20px;
	float: right;
}
span.plus-circle {
	transition: all .9s ease-in-out;
	background-color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	margin: 0 auto;
	border-radius: 50%;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
}
span.plus-circle:before{
	color: #fff;
	margin: 0 auto;
	font-size: 20px;
	content: "\002B";
}
/* form settings */
.title-form {min-height: 35px; }
.crm-form label{display: none;}
.crm-form input{width: 93%;}
.crm-form select,.crm-form textarea{width: 100%;}
.crm-form textarea{
	width: 94%;
	height: 100px;
}
.crm-form input, .crm-form select, .crm-form textarea{
	background-color: #f0f0f0;
	border-radius: 5px;
	max-width: 100%;
	margin: 5px 0;
	padding: 7px;
	border: none;
}
.crm-form .form-submit{
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
	background-color: #be0525;
	width: 100%;
	color: #fff;
}

.side-form{
	position: relative;
}
.content-form{position: relative;}
/* input para abrir el menú */
input.expand-form {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
	left: -4px;
	opacity: 0;
	cursor: pointer;
}
input.expand-form:checked ~ span.plus-circle{
	background-color: #be0525;
	transform: rotate(225deg);
	color: #fff;
}
input.expand-form:checked {
	left: inherit;
	height: 32px;
	width: 32px;
	right: 0px;
	top: 0px;
 }
.legalnoticescontainer{
	opacity: 1;
	height: auto;
	margin-top: 30px;
	/*transform: scaleY(1.0);*/
}
.form-row.form-row-Email{
	opacity: 1;
	height: 40px;
	/*transform: scaleY(1.0);*/
}
.form-row.form-row-Comments{
	opacity: 1;
	height: 100px;
	/*transform: scaleY(1.0);*/
}
/* ocultamos todo hasta que hacemos click (menos comments y email)*/
.form-row{
	height: 0px;
	opacity: 0;
	transition: all .5s ease-in-out;
	/*transform: scaleY(0.0);*/
}
input.expand-form:checked ~ form div.legalnoticescontainer{
	opacity: 1;
	height: auto;
	transition: all .5s ease-in-out;
}
 
input.expand-form:checked ~ form div.form-row{
	height: 40px;
	opacity: 1;
	transition: all .5s ease-in-out;
	/*transform: scaleY(1.0);*/
}
input.expand-form:checked ~ form div.form-row.form-row-Comments{
	height: 100px;
	min-height: 100px;
	transition: min-height .5s ease-in-out;
}
.mobile-form{display: none}
/* main content */
/* Section */
.section-content{
	-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 0 0 rgba(0,0,0,.2);	
	box-shadow: 0 4px 0 0 rgba(0,0,0,.2);	
	margin: 20px auto;
	background-color: #fff;
	position: relative;
	display: block;	
	clear: both;    
	/*  z-index: 10;    */
	width: 100%;    
	-webkit-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.section-content:first-child,.section-content:last-child{	
	background-image: url(/media/43/color-bar.png);
	background-position: bottom;
	background-repeat: no-repeat;
			margin-top: 0;
}	
.section-image{
	width: 100%;
	padding: 0;
	background-image: url(/media/43/color-bar.png);
	background-position: bottom;
	background-repeat: no-repeat;                       
}
.section-image img{width:100%}                      
.section-intro, .content-child-section{
	padding: 20px 54px; 
}
.section-title{
	/*width: 100%;*/
	margin-bottom: 0px;
}
.text-intro{
	line-height: 25px;
	font-size: 16px;
}   
.section-intro .text-intro{
	padding: 40px 0;    
	border-bottom: 1px solid #e5e5e5;               
}                   
/*******************************************************************************/
.content-child:last-child, .content-child.little-icon{
	border: none;       
}       
		
.content-child{
	border-bottom: 1px solid #e5e5e5;
	display:inline-block;
	padding: 20px 0;
}
.item-image {
	float: left;
	width: 30%;     
	background-image: url(/media/73/stripe-pattern.png);
}   
.item-image img{
	width: 100%;        
	display: block;
	margin: 20px auto 0;
					
}       
.item-text {
	font-sie: 15px;
	float: right;
	width: 65%;
	/*margin-bottom: 30px;*/
}       
.little-icon .item-text {
	width: 85%;
}
.little-icon .item-image {
	width: 10%;
	background-image: none;         
}       
/*******************************************************************************/       
/* footer */
footer{
	background-color: #000;     
	padding: 15px 0;
	float: left;            
	width: 100%;            
}       
.footer-content{
	border: 2px dotted #fff;    
	border-right: none;
	border-left: none;
	height: 50px;
	clear: both;            
}
.footer-background{
	background-image: url(/media/73/stripe-pattern.png);
	background-position: bottom;
	width: 100%;

}
.copyright, .terms-privacy{
	magin-top: 14px;
	display: block;
	color: #fff;
}
.copyright{
	float: left;            
}
.terms-privacy{
	float: right;           
}   
.terms-privacy a{color: #fff;} 
	

/*******************************************************************************/
/* responsive settings */		
.display-desktop, .display-tablet, .display-mobile{display: none;}
@media all and (min-width: 1024px){
	.display-desktop, 
	.display-desktop.display-tablet,
	.display-desktop.display-mobile,
	.display-desktop.display-tablet.display-mobile {display: block;}
}
@media all and (max-width: 1023px) and (min-width: 600px){
	.display-tablet, 
	.display-tablet.display-mobile,
	.display-desktop.display-tablet,
	.display-desktop.display-tablet.display-mobile{display: block;}
}

/* with menor de 1200px */
@media all and (max-width: 1100px){
	section>div,
	footer>div{padding:0 20px;}
	.logo{padding-left: 15px}
	.link-header{padding-right: 2%}
	.header{width: 100%; max-width: 100%; padding: 0;min-width: inherit;}

}
@media all and (max-width: 1024px){
	.section-intro, .content-child-section{padding: 10px;}
	.left-column{max-width: 200px;}
	.content-child{padding: 10px 0}

}
@media all and (max-width: 780px){
	#hero{height: 300px;}
	main{
		max-width: inherit;
		margin-top: inherit;
		flex-wrap: wrap-reverse;
	}
	.link-header,
	.left-column .side-menu,
	.left-column .skype-button{display: none}
	.menuToggle,.menuToggle-list{display: block;}
	.skype-button.box{ margin: 0;}
	.side-menu.box{box-shadow: none;margin: 0;}
	.left-column{
		max-width: inherit;
		margin: 20px auto;
		width: 95%;
	}
	.content{
		max-width: inherit;
		margin: -20px auto;
		float: inherit;
		width: 95%;
	}
	/* form settings */
	.mobile-form{display: block;}
	input.expand-form:checked{
		top: -10px;
		right: -10px;
		width: 40px;
		height: 40px;
	}
	.crm-form input, .crm-form textarea{
		width: 98%;
	}
	/* footer settings */
	.footer-content{
		height: 100px;
	}
	.copyright, .terms-privacy{
		text-align: center;
		float: inherit;
		width: 100%;

	}
}
@media all and (max-width: 600px){
	.display-mobile, 
	.display-tablet.display-mobile,
	.display-desktop.display-mobile,
	.display-desktop.display-tablet.display-mobile{display: block;}
	/* text settings */
	.hero-content h1{
		font-size: 45px;
		padding-left: 0; 
		/*margin-top: 100px;*/
	}

@media all and (max-width: 375px) {
    /* text settings */
    .hero-content h1 {
        font-size: 40px;
    }

        .section-title {
            text-align: center;
            width: 100%
        }

            .section-title h2 {
                font-size: 30px;
            }

        .item-image, .item-text, .little-icon .item-image, .little-icon .item-text {
            width: 100%;
            float: inherit;
        }

        .content-child .item-image {
            max-width: 80%;
            margin: 10px auto;
        }

        .item-image img {
            width: auto;
            margin: 10px auto;
        }
    }


@media all and (max-width: 380px){
	.footer-content{height: 140px;}
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
