@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,900,900i');

html, body {
    width: 100%;
    height: 100%;
	background: #111026;
}
.embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}
.embed iframe, .embed object, .embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
main {
    width: 100%;
}
section {
    background-size: cover;
    background-position: center;
}
section .main {
    max-width: 1300px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}
section h1 {
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    font-size: 70px;
    color: #fff;
    text-align: center;
    letter-spacing: -2px;
        font-size: 3.375rem;
    line-height: 3.5rem;
    margin: 3rem 0 2rem;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #ccc;
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
    text-align: center;
}
article .main {
    max-width: 900px;
    padding: 40px 10px 25px 10px;
    margin: 0 auto 30px auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Lato', sans-serif;	
	font-size: 2.2em;
	color: #fff;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #a2a2a2;
}
article p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 600;	
	color: #fff;
    border-left: #4a4a4a 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #ccc;
}
/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #fd9800;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
        text-align: center;
    margin: 0 auto;
}
.arrow.down {
    background-image: url(../svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
#boxes {
	margin: 20px auto;
}
#boxes .og-grid {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#boxes .og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
}
#boxes .og-grid li > a,
#boxes .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
#boxes .og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}
#boxes .og-expander {
	position: absolute;
	background: #fd9800;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}
#boxes .og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}
#boxes .og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
#boxes .og-close::before,
#boxes .og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#boxes .og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#boxes .og-close:hover::before,
#boxes .og-close:hover::after {
	background: #333;
}
#boxes .og-fullimg,
#boxes .og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#boxes .og-details {
	padding: 0 30px 0 30px;
}
#boxes .og-fullimg {
	text-align: center;
}
#boxes .og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}
#boxes .og-details h3 {
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 20px;
}
#boxes .og-details p {
	color: #383838;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
#boxes .og-details a {
	height: 50px;
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
    border-radius: 4px;
	text-transform: uppercase;
	padding: 0 15px;
    background: #f06e00;
	display: inline-block;
	margin: 10px 0;
	outline: none;
	transition: background 1s ease;
}
#boxes .og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}
#boxes .og-details a:hover {
	background: #4b4b4b;
}
#boxes .og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}


/*botones*/
.actions {
    display: block;
    padding-left: 0;
}
.actions li {
    display: inline-block;
    padding-right: 1rem;
    text-align: center;
}
.actions li .button {
    color: #fd9800;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06);
    width: 185px;
}

:root .button {
    display: inline-block;
    position: relative;
    padding: .5em 1em .625em;
    background-color: rgba(253,152,0,0.05);
    border: 1px solid rgba(253,152,0,0.4);
    border-radius: .1875rem;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06);
    color: #f06e00;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button::before, .button::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 50%;
    margin-left: -.75rem;
    top: 50%;
    margin-top: -.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem 1.5rem;
    opacity: 0;
    transition: all .25s linear;
}

.actions li .button2 {
    color: #fd9800;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06);
}

:root .button2 {
    display: inline-block;
    position: relative;
    padding: .5em 1em .625em;
    background-color: rgba(253,152,0,0.05);
    border: 1px solid rgba(253,152,0,0.4);
    border-radius: .1875rem;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06);
    color: #f06e00;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.actions li .button2 {
    color: #fff;
    background-color: #fd9800;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06);
}


@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@media screen and (max-width: 830px) {

	#boxes .og-expander h3 { font-size: 25px; line-height: 20px; }
	#boxes .og-expander p { font-size: 11px; line-height: 12px; }
	#boxes .og-expander a { font-size: 12px; }

}
@media screen and (max-width: 650px) {
	#boxes .og-fullimg { display: none; }
	#boxes .og-details { float: none; width: 100%;}
    section h1 { font-size: 33px;letter-spacing: 0px;line-height: 35px; margin-top: 40px;}
	
}

@media screen and (max-width: 767px) {
    .actions .button {
    display: block;
    width: 100%;
    }
    .actions .button2 {
    display: block;
    width: 100%;
    }
    .actions li {
    display: block;
    padding-right: 0;
    margin-bottom: .5rem;
    }
}
/*OTROS*/

