/*
=========================================
	CUSTOM STYLES
=========================================
*/

/*=======================================
	IMPORTS
=======================================*/
@font-face {
	font-family: 'suisse_bp_intlregular';
	src: url('../fonts/suisse_bp_intl_regular-webfont.eot');
	src: url('../fonts/suisse_bp_intl_regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/suisse_bp_intl_regular-webfont.woff') format('woff'),
		url('../fonts/suisse_bp_intl_regular-webfont.ttf') format('truetype'),
		url('../fonts/suisse_bp_intl_regular-webfont.svg#suisse_bp_intlregular') format('svg');
}
@font-face {
	font-family: 'suisse_bp_intllight';
	src: url('../fonts/suisse_bp_intl_light-webfont.eot');
	src: url('../fonts/suisse_bp_intl_light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/suisse_bp_intl_light-webfont.woff') format('woff'),
		url('../fonts/suisse_bp_intl_light-webfont.ttf') format('truetype'),
		url('../fonts/suisse_bp_intl_light-webfont.svg#suisse_bp_intllight') format('svg');
}

/*=======================================
	RESETS
=======================================*/
body {
	font-family:'suisse_bp_intllight', sans-serif;
	color: #3A3E47;
	letter-spacing: 0.05em;

}
input {
	font-family:"suisse_bp_intllight", sans-serif;
	font-size: 1em;
	padding: .25em;
	letter-spacing: 0.05em;
}
input[type=button]:hover {
	text-decoration: underline;
}
body.grey,
.grey .fixed-menu {
	background: #EDEFF2;
}

p:first-of-type {
	margin-top: 0;
}
.readmore {text-decoration: none}
/*=======================================
	LAYOUT
=======================================*/
#content {
	opacity: 0;
	position: fixed;
	width: 100%;
	-webkit-transition: opacity 600ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	   -moz-transition: opacity 600ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	     -o-transition: opacity 600ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	        transition: opacity 600ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}
.overflow_this {
	height: 100%;
}
.side-padding {
	padding-left: 11em;
    width: 100%;
    box-sizing: border-box;
}
.side-margin {
	margin-left: 11em;
	position: absolute;
    width: 100%;
}
.small-font {
	letter-spacing: 0.05em;
	line-height: 16.8px;
	font-family: 'suisse_bp_intllight';
}
.grey-font {
	color: #99A5B7;
}
.data-output p:first-of-type {
 margin-top: 0;
}
input[type="button"] {
	width: 1.14em;
	height: 1.14em;
	text-indent: -999ex;
	display: inline-block;
	background: url(../images/general/slider_arrow.svg) no-repeat center;
	background-size: contain;
}
input[type="button"].small-font {
	margin-left: 1em;
}

.compartir ul {
	display: block;
	overflow: hidden;
	max-height: 0;
	height: 0;
}
.compartir.active ul {
	height: 100%;
	max-height: 5em;
}
/*=======================================
	HEADER & FOOTER
=======================================*/
.fixed-menu {
	padding-top: 3em;
    top: 0;
    width: 100%;
    background-color: #fff;
}
.grey .fixed-menu,
.grey .fixed-menu.is_open  {
	background-color: #EDEFF2; 
}

.menu {
	padding: 0 .5em;
}
.menu li {
	text-transform: uppercase;
	display: block;
}
.menu li a {
	display: block;
}
.menu li:not(:last-of-type) {
	padding-bottom: 0.65em;
}
.menu .nav__level2 li {
	padding-bottom: 0.4em;
}
.menu_link,
.menu .nav__level2 li a {
	text-decoration: none;
}
li .menu-item-small a {
	font-size: 1em;
	padding: 1.75em 0.5em;
}
ul :not(.nav__level2) li a {
	font-size: 0.85em;
}
:not(.active) .nav__level2 {
	display: none;
}
.nav__level2 li:not(.active) {
	color: #99A5B7;
	letter-spacing: 0.07em;
}
.nav__level2 li:hover {
	color: initial;
}
ul.nav__level2.open {
	max-height: 20em;
	border-bottom: 1px solid #9AA6B7;
}

.lang {
	position: fixed;
	max-height: 2.1428em;
	width: 100%;
	bottom: 1em;
	z-index: 11;
}
.lang a {
	max-width: 1em;
	position: relative;
	z-index: 999;
}

/*=======================================
	CUSTOM
=======================================*/
/*Aspect ratio 16:9*/
.main-image-wrapper {
	position: relative;
	width: 100%;
	background-color: red;
}
/*Trick to maintain proportion*/
.main-image-wrapper::before {
	content: "";
	display: block;
	padding-top: 38.666%;
}
.content-image-wrapper {
	position: relative;
	width: 100%;
}
.content-image-wrapper::before  {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.content-image-wrapper.news::before  {
	content: "";
	display: block;
	padding-top: 100%;
}
.hidden-content {
	display: none;
}
.show-hidden .hidden-content {
	display: block;
}
.content-item.header-item,
.content-item.show-btn,
.compartir div {
	cursor: pointer;
}
.inactive {
	color: #99A5B7;
}
.inactive:hover {
	color: inherit;
}
.arrow {
	position: absolute;
	top: .15em;
	right: 0;
	width: 1em;
	height: 1em;
	padding: .15rem;
	background: url(../images/general/arrow.svg) no-repeat center;
	background-size: contain;
	box-sizing: border-box;
}
.cv-labels .arrow {
	right: -1em;
}
.inactive .arrow {
	display: none;
}
/*.inactive:hover .arrow {
	display: block;
}*/
.header-item > div {
	border-bottom: 1px solid;
	padding-bottom: .6rem;
	margin-bottom: .7rem;
}
.header-item.collapsable > div {
	border-bottom: 0 solid;
}
.header-item.collapsable.inactive > div {
	border-color: #99A5B7;
}
.header-item h2 {
	padding-bottom: .3em;
}
.max-full > p {
	max-width: none;
}
.border-bottom.inactive {
	border-bottom: 0;
}
.video-still {
	padding-bottom: 56.25%
}
a:hover .video-still,
.video-still:hover,
.data-output a:hover > * { opacity: .8; }

.fields-wrapper > div {
	margin-top: 1em;
}
.cv-btn {
	cursor: pointer;
}
.cv-labels {
	height: 0;
	max-height: 0;
	overflow: hidden;
}
.cv-labels.open {
	height: 100%;
	max-height: 120em;
	padding-bottom: .2em;
	border-bottom: 1px solid #99A5B7;
	overflow: visible;
}
.cv-labels .content-item {
	margin-bottom: 0.58rem;
}
.showHiddenContent {
	cursor: pointer;
}
.home-image {
	height: 100%;
    overflow-x: scroll;
}
.contact p {
	margin: .4em 0;
}
a[href^="mailto:info@luisfelipeortega.com"]  {
	font-size: 1.14em;
}
.content-item {
	cursor: pointer;
}
.left-col-margin {
	margin-right: 120px;
}
.special-left-padding {
	padding-left: 135px;
}
.data p {
	margin-right: auto;
    margin-left: auto;
}
/*****************************************************
	SLIDER
*****************************************************/
.slider-wrapper {
	z-index: 99;
}
/* the slides */
.slick-slide {
    margin: 0 1em;
}
/* the parent */
.slick-list {
    margin: 0 -1em;
}
.slider{
	width: 100%;
	max-width: 45vw;
}
.slider-nav {
	margin-top: calc(40vh + 1em);
    margin-left: .5em;
    font-size: .85em;
}
.slider-image-wrapper {
	position: relative;
	width: 100%;
	height: 40vh;
}
.slider-image-wrapper::before  {
	content: "";
	display: block;
	padding-top: 100%;
}
.slider_arrow {
	cursor: pointer;
	width: 1.14em;
	height: 1.14em;
	background: url(../images/general/slider_arrow.svg) no-repeat center;
	background-size: contain;
}
.prev, .next {
	position: relative;
	z-index: 99;
}
.prev {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pagingInfo {
	padding: 0 1em;
	margin-right: auto;
}
.slick-list {
    overflow: visible !important;
}

.trigger-slider {
	cursor: url(../images/general/zoom.cur), auto;
}

/*****************************************************
	VIDEOS
*****************************************************/
.fluid-width-video-wrapper {
	/*padding-top: 75%;*/
    overflow: hidden;
}
.fluid-width-video-wrapper iframe {
    /*top: -32% !important;
    height: 162% !important;*/
}
/*****************************************************
	MODAL
*****************************************************/
/* Modal Base CSS */
.scotch-overlay
{
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: 1ms opacity ease;
       -moz-transition: 1ms opacity ease;
        -ms-transition: 1ms opacity ease;
         -o-transition: 1ms opacity ease;
            transition: 1ms opacity ease;

    background: rgba(10,10,10,.95);
}
.scotch-modal
{
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 50%;
    opacity: 0;
    width: 94%;
    padding: 24px 20px;

    -webkit-transition: 1ms opacity ease;
       -moz-transition: 1ms opacity ease;
        -ms-transition: 1ms opacity ease;
         -o-transition: 1ms opacity ease;
            transition: 1ms opacity ease;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    border-radius: 2px;
    background: #fff;
}
.scotch-modal.scotch-open.scotch-anchored {
    top: 20px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
.scotch-modal.scotch-open {
    opacity: 1;
}
.scotch-overlay.scotch-open {
    opacity: 1;
}

/* Close Button */
.scotch-close {
	font-family: 'suisse_bp_intllight', sans-serif;
	font-weight: lighter;
    font-size: 1.2em;
    line-height: 12px;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 7px 7px;
    cursor: pointer;
    color: #99A5B7;
    border: 0;
    outline: none;
}
.scotch-close:hover {
    color: white;
    border-color: transparent;
    background: transparent;
}

/* Default Animation */
.scotch-overlay.fade-and-drop {
    display: block;
    opacity: 0;
}
.scotch-modal.fade-and-drop {
    top: -300%;
    opacity: 1;
    display: block;
}
.scotch-modal.fade-and-drop.scotch-open {
    top: 50%;
    -webkit-transition: 500ms top 500ms ease;
       -moz-transition: 500ms top 500ms ease;
        -ms-transition: 500ms top 500ms ease;
         -o-transition: 500ms top 500ms ease;
            transition: 500ms top 500ms ease;
}
.scotch-modal.fade-and-drop.scotch-open.scotch-anchored {
    -webkit-transition: 500ms top 500ms ease;
       -moz-transition: 500ms top 500ms ease;
        -ms-transition: 500ms top 500ms ease;
         -o-transition: 500ms top 500ms ease;
            transition: 500ms top 500ms ease;
}
.scotch-overlay.fade-and-drop.scotch-open {
    top: 0;
    -webkit-transition: 500ms opacity ease;
       -moz-transition: 500ms opacity ease;
        -ms-transition: 500ms opacity ease;
         -o-transition: 500ms opacity ease;
            transition: 500ms opacity ease;
    opacity: 1;
}
.scotch-modal.fade-and-drop {
    -webkit-transition: 500ms top ease;
       -moz-transition: 500ms top ease;
        -ms-transition: 500ms top ease;
         -o-transition: 500ms top ease;
            transition: 500ms top ease;
}
.scotch-overlay.fade-and-drop {
    -webkit-transition: 500ms opacity 300ms ease;
       -moz-transition: 500ms opacity 300ms ease;
        -ms-transition: 500ms opacity 300ms ease;
         -o-transition: 500ms opacity 300ms ease;
            transition: 500ms opacity 300ms ease;
}
/* Modal Styles */
#modal_content {
    display: none;
}
.trigger-button {
    position: relative;
    display: block;
    margin: auto;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    outline: none;
}
.trigger-button:hover {
    background: lightgrey;
    box-shadow: 0;
}
.trigger-button::after {
    position: absolute;
    content: "";
    height:44px;
    width: 44px;
    background: url(../images/general/play.svg) no-repeat center;
    right: 0;
    left: 0;
	top:0;
	bottom:0;
    margin: auto;
}
.trigger-button:active {
}
.trigger-btn {
	cursor: pointer;
}
.modal-headline {
	color: #99A5B7;
}
.close_menu {
	position: absolute;
	height: 1em;
	width: 1em;
	background:  url(../images/general/cerrar.svg) no-repeat center;
	background-size: contain;
	top: 1em;
	right: 1em;
	text-indent: -999ex;
	display: none;
}
.modal-image {
	padding-bottom: 56.666%;
}
/*.set-height {
	height: calc(100vh - 198px);
}*/

#modal-info {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#modal-info #content {
	background-color: #FFF;
}

body.grey #modal-info #content {
	background: #EDEFF2;
}

/* */
.image-content {
	display: none;
}

.back-button {
	width: 1.14em;
    height: 1.14em;
    text-indent: -999ex;
    display: inline-block;
    background: url(../images/general/slider_arrow.svg) no-repeat center;
    background-size: contain;
}

a.arrow-back {
	width: 1.14em;
    height: 1.14em;
    text-indent: -999ex;
    display: inline-block;
    background: url(../images/general/slider_arrow.svg) no-repeat center;
    background-size: contain;
    margin-left: 1em;
}

/*****************************************************
	MEDIA QUERIES
*****************************************************/
@media only screen and (min-width: 2560px) {
	.fixed-menu {
		padding-top: 12em;
	    top: 0;
	    width: 100%;
	}
}
@media only screen and (min-width: 769px) {
	.inactive:hover .arrow {
		display: block;
	}
}
@media (max-width: 768px){
	.fixed-menu {
	    padding-top: 1em;
	}
	.fixed-menu.is_open {
		position: fixed;
		height: 100vh;
		background-color:white;
		z-index: 11;
	}
	.cv-labels .showHiddenContent {
	    padding-bottom: 0.65em;
	}
	#content {
		position: static;
		margin-top: 5em;
	}
	.grey #content .cover-item {
		margin-top: 2em;
	}
	#content .cover-item{
		top: 7em;
	}
	.active .nav__level2 {
		display: block;
		border-bottom: 1px solid #9AA6B7;
	}
	.has-children:not(:last-child) .nav__level2 {
		border-bottom: 1px solid #9AA6B7;
	}
	.menu li:not(:last-of-type) {
	    padding-bottom: 0;
	}
	
	.left-col-margin {
		margin-right: 0;
	}
	.special-left-margin {
		margin-left: 0;
	}
	.close_menu {
		margin-bottom: 2em;
		cursor: pointer;
	}
	.hidden-content.bottom-margi-2 {
		margin-bottom: 1em;
	}
	.side-padding {
		padding-left: 0;
	}
	.flex-2 {
		flex: none;
    	width: 100%;
	}

	.is_open ~ .lang {
		display: block;
	}
	.lang {
		top: 12em;
		width: auto;
		display: none;
	}
	.lang .padding-half {
		padding: 0 0.5em 0 1em;
	}
	.lang a {
		font-size: .85em;
	}
	.set-height {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.overflow_this:first-of-type.column-trigger-768 {
		height: auto;
	}
	.slider-wrapper {
	    z-index: 1;
	}
	.show-hidden .arrow {
		display: none;
	}
	input[type="button"].small-font {
		margin-left: 0;
	}
	.compartir .top-margin-6 {
		margin-top: 2em;
	}
}

@media (max-width: 414px){
	.menu {
		padding: 0 1em;
	}
	.slider {
	    max-width: 100%;
	}
	.fields-wrapper > div {
	    margin-top: 0;
	}
	.main-image-wrapper {
		padding-top: 1em;
	}
	.content-image-wrapper {
		margin-top: 1em;
	}
}

