/*
Theme Name: Proalsa Theme
Theme URI: http://underscores.me/
Author: Drilo
Author URI: http://www.drilo.cl
Description: Plantilla corporativa para Proalsa
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: proalsa
Tags: Proalsa

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@charset "UTF-8";
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* Proalsa CSS */
a, button, .ease, .pro-logo svg{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	outline: none!important;
	text-decoration: none;	
}
body, html{
	font-family: 'Roboto', sans-serif;
}
.bg-dark{
	background: rgba(0,0,0,.2);
}
[class*="col-"] {
    float: left;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.row::after {
    content: "";
    clear: both;
    display: table;
}
.center{
	text-align: center!important;
}
.center video{
	-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
#loader {
    position: fixed;
    background: #222;
    width: 100%;
    height: 100vh;
    z-index: 9999;
}
#loader .spinner{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #333;
  border-radius: 50%;
  border-top: 16px solid #00833f;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.w-1170{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto!important;
}
/* Pro Footer */
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: -70px;
    width: 50px;
    height: 50px;
    background: #0a8340;
    text-align: center;
   -webkit-box-shadow: 0 6px 10px 1px rgba(0,0,0,.2);
    box-shadow: 0 4px 8px -2px rgba(0,0,0,.5);
	z-index: 9;
}
.back-to-top.active{
	bottom: 20px;
}
.back-to-top:hover {
    background: #0f5128;
}
.back-to-top > a{
	color: #fff;
	display: block;
	padding: 12px;
}
.footer-menu-wrap{
	background: #00833f;
}
#footer-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-menu::after {
    content: "";
    clear: both;
    display: table;
}
#footer-menu > li{
	float: left;
}
#footer-menu > li > a{
	color: #fff;
	font-size: 14px;
	padding: 1em 2em;
	display: block;
}
#footer-menu > li > a:hover{
	background: #002411;
}
#footer-menu > li > a > span{
	margin-right: 5px;
}

.footer-brand-wrap{
	background: #002411;
	color: #fff;
}
.footer-logo{
	padding: 20px 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.footer-contact{
	overflow: hidden;
	position: relative;
}
.footer-logo-ojo {
    position: absolute;
    right: 170px;
    max-width: 75px;
    top: 35px;
}
.footer-info{
	display: inline-block;
	vertical-align: middle;
}
.footer-info ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-info ul > li{
	font-size: 12px;
	font-weight: 300;
}
.footer-logo > a {
	display: block;	
}
.footer-logo svg{
	width: 150px;
	height: auto;
}
.footer-drilo{
	border-top: solid 1px #08331b;
}
.footer-somos-proalsa {
    display: block;
    float: right;
    text-align: right;
    padding: 2em 0;
}
.footer-somos-proalsa img{
	max-width: 130px;
	height: auto;
}
.footer-drilo p{
	margin: 0;
	font-size: 11px;
	font-weight: 300;
	padding: 20px 0;
	color: #b2bdb6;
}
.footer-drilo p > a{
	display: inline-block;
	vertical-align: middle;
	opacity: .7;
}
.footer-drilo p > a svg{
	max-width: 35px;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.footer-drilo p > a:hover{	
	opacity: 1;
}


/* Pro Header */
#primary-menu{}
#primary-menu::after {
    content: "";
    clear: both;
    display: table;
}
#primary-menu > li {
    display: table-cell;
    width: 1%;
    float: none;
}
#primary-menu > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 2em .5em;
    display: block;
    text-align: center;
    position: relative;
}
#primary-menu > li > a::after{
	width: 0%;
	content: "";
}
.small-header #primary-menu > li > a::after{
	display: none;
}
#primary-menu > li.current-menu-item > a::after, #primary-menu > li > a:hover::after {
    width: 60%;
    background: #208340;
    height: 5px;
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    margin: auto;
    right: 0;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
#pro-header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	background: -moz-linear-gradient(top, rgba(0,0,0,.2) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.2) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,.2) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=0 );
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#pro-header.small-header {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 5px 2px rgba(0,0,0,.3);
}
#pro-header.small-header #primary-menu > li > a{
	color: #333;
	padding: 2em 1em;
    font-size: 13px;
}
#pro-header.small-header #primary-menu > li > a:hover, #pro-header.small-header #primary-menu > li.current-menu-item > a{
	background: #00833f;
	color: #fff;
}
#pro-header.small-header #primary-menu > li.current-menu-item > a:after{
	display: none;
}
#pro-header.small-header .pro-logo{}
#pro-header.small-header .pro-logo svg{
	max-width: 100px;
}
body.home #pro-header{
	background: transparent;
}
body.home #pro-header.small-header{
	background: #fff;
}
body.home #pro-header .pro-menu{
	opacity: 0;
	visibility: hidden;
}
body.home #pro-header.small-header .pro-menu{
	opacity: 1;
	visibility: visible;
}
.pro-logo{
	padding-top: 5px;
}
.pro-logo a{
	display: block;
}
.pro-logo svg {
    max-width: 150px;
    height: auto;
    width: 100%;
}


/* Pro Home */
.scroll-float {
    position: absolute!important;
    bottom: -100%;
    left: 0;
    right: 0;
}
.link-ingresar a{
	color: #fff;
	position: relative;
	display: block;
	width: 90px;
	margin: auto;
}
.link-ingresar a > span{
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.link-ingresar a:hover > span.icon-scroll, .link-ingresar a:hover > span.pulse-icon, 
.t-p-box .pulse-icon {
	-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);	
}
.link-ingresar a:hover > span.icon-scroll{
	background: #005127;
}
@keyframes pulse{
	0%{
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	50%{
		-moz-transform: scale(.5);
		-webkit-transform: scale(.5);
		-o-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	100%{
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes pulse {
	0%{
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	50%{
		-moz-transform: scale(.5);
		-webkit-transform: scale(.5);
		-o-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	100%{
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.link-ingresar a > .pulse-icon, .link-ingresar a:hover > .pulse-icon, 
.t-p-box .pulse-icon{	
	border-radius:100%;
	border-image:initial;
	width:120px;
	height:120px;
	background:rgba(0,131,63,.3);
	position:absolute;
	left: -30%;
	right: 0;
	top: -27%;
	bottom: 0;
	margin: auto;
	-webkit-animation: pulse 1.25s infinite linear;
	-moz-animation: pulse 1.25s infinite linear;
	-ms-animation: pulse 1.25s infinite linear;
	animation: pulse 1.25s infinite linear;	
}
.link-ingresar a > span.icon-scroll {
    font-size: 45px;
    background: #0a833f;
    display: inline-block;
    border-radius: 100%;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 6px 10px 1px rgba(0,0,0,.2);
    box-shadow: 0 4px 8px -2px rgba(0,0,0,.5);
}
.link-ingresar a > span.ingresar {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 900;
    margin: 10px 0;
}
#proalsa, #sueno, #proalsa-bg, #bg-video, #caption > div > div.vc_column-inner, #sueno > div > div > div.vc_column-inner,
#sueno > div, #mapa-planta > div, #mapa-planta, #contenido > div{
	margin-left: 0;
	margin-right: 0;
}
#mapa-planta, #mapa-planta .vc_column-inner, #contenido{
	padding-left: 0;
	padding-right: 0;
}
#proalsa, .title-page-wrap{
	padding: 0;
	overflow: hidden;
	position: relative;
}
#proalsa .proalsa-caption, #sueno .proalsa-caption{
	width: 90%;
    margin: auto;
    text-align: center;
    max-width: 650px;
    -webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
#proalsa .proalsa-caption h3, #sueno .proalsa-caption h3,
#proalsa-bg .proalsa-caption h3 {
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    text-shadow: 0 1px 2px #000;
}
#proalsa .proalsa-caption h2, #sueno .proalsa-caption h2, 
#proalsa-bg .proalsa-caption h2{
	margin-top: 0;
	color: #fff;
	/*text-transform: uppercase;*/
	font-weight: 900;
	font-size: 36px;
	line-height: 1.2;
	text-shadow: 0 2px 4px #000;
	margin-bottom: 5px;
}
body.page-id-7 #proalsa-bg .proalsa-caption h2{
	text-shadow: 0 2px 4px #523c27;
}
#proalsa .proalsa-caption p, #sueno .proalsa-caption p{
	color: #fff;
	text-shadow: 0 1px 5px #000;
    font-size: 18px;
    margin-top: 0;
}
body.home #caption.vc_row.vc_row-o-full-height{
	max-height: 99vh;
}
#proalsa #caption .proalsa-caption, #proalsa-bg #caption .proalsa-caption{
	width: 90%;    
    text-align: center;
    max-width: 650px;
    text-transform: none;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;    
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}
#proalsa #caption.go .proalsa-caption, #proalsa-bg #caption.go .proalsa-caption{
	top: 30%;
	visibility: visible;
	opacity: 1;
}
#proalsa .proalsa-caption h3, #proalsa-bg .proalsa-caption h3 {
    color: #fff;    
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;    
}
#sueno, .bg-suenos{
	padding: 0!important;
}
.bg-suenos{}
.caption-suenos {
    text-align: center;
    color: #fff; 
    margin: 0!important;   
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	padding: 50px 0;
}
.caption-suenos h2{
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px;
}
.caption-suenos h2 strong{
	font-weight: 900;
}
.caption-suenos p{
	margin: 0;
	font-size: 18px;
}


/* Pro Pages */
.oficio-fotos {
    text-align: center;
}
.oficio-fotos a{
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 900;
	color: #0a8342;
}
.oficio-fotos a:hover{
	letter-spacing: 0;
	color: #002411;
}
.oficio-fotos a:hover span{
	background: #002411;
}
.oficio-fotos a span{
	display: block;
    font-size: 20px;
    background: #0a8342;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 14px;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.oficio-wrap{
	position: relative;
}	
.oficio-wrap .fotos-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.contenido-white-wrap h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}
.contenido-white-wrap h2 > strong{
	font-weight: 900;
	color: #00833f;
}
.contenido-white-wrap p{
	font-weight: 300;
	font-size: 16px;
	text-align: justify;
}
.contenido-white-wrap .vc_images_carousel ol.vc_carousel-indicators {
    bottom: -30px;
}
.contenido-white-wrap .vc_images_carousel .vc_carousel-indicators > li {
	border: 0!important;
	background: #bfbfbf!important;
}
.contenido-white-wrap .vc_images_carousel .vc_carousel-indicators .vc_active{
	background: #434343!important;	
}
.title-page-wrap {
    height: 100vh;
    width: 100%;
    position: absolute;
}
.t-p-box{
	position: absolute;
	bottom: -100%;
	left: 0;
	background: #00833f;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	-ms-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}
.t-p-box.go{
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
.t-p-title, .t-p-scroll{
	float: left;
}
.t-p-title{
	padding: 20px 40px;
}
.t-p-title .pro-crumbs{
	padding: 0;
	margin: 0;
	list-style: none;
}
.t-p-title .pro-crumbs::after, .t-p-box::after{
	content: "";
    clear: both;
    display: table;
}
.t-p-title .pro-crumbs > li{
	float: left;
	font-size: 11px;
	text-transform: uppercase;
}
.t-p-title ul.pro-crumbs > li > a {
    color: #fff;
}
.t-p-title ul.pro-crumbs > li.li-last > a{
	opacity: .5;
}
.t-p-title ul.pro-crumbs > li.li-first {
    position: relative;
    margin-right: 7px;
    padding-right: 7px;
}
.t-p-title ul.pro-crumbs > li.li-first::after{
	content: " / ";
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.t-p-title h1{
	margin: 0;
	font-weight: 300;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
}
.t-p-scroll > a {
    font-size: 50px;
    color: #fff;
    padding: 22px;
    display: block;
    background: #005127;
    width: 95px;
    text-align: center;
    line-height: 1;
    min-height: 96px;
}

/* Page Planta */
.row-concepts .wpb_single_image, .row-concepts .wpb_text_column,
.concept-row .wpb_single_image, .concept-row .wpb_text_column {
    margin-bottom: 0;
    overflow: hidden;
}
.concept-row h2 > a{
	display: block;
	text-align: center;
	color: #00833f;
	border: solid 1px #eee;
	font-size: 18px;
    padding: .5em;
}
.concept-row.row-6 h2 > a{
	min-height: 74px;
}
.concept-box{
	margin-bottom: 50px;
}
.concept-box:hover{
	cursor: pointer;
}
.concept-box img{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.concept-box:hover img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.concept-box:hover h2 > a{
	background: #00833f;
	color: #fff;
	border: solid 1px #00833f;
}

/* Page Productos */
.concept-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.concept-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    margin: 0!important;
    display: none;
}
.concept-col.open-modal .concept-modal{
	display: block;
}
.concept-modal .concept-box{
	width: 90%;
	max-width: 700px;
	margin: auto;
	position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;    
}
.concept-modal .concept-box > .vc_column-inner {
    padding: 0;
    background: #fff;
}
.concept-modal .concept-box .concept-img, .concept-modal .concept-box .concept-txt{
	display: inline-block;
	width: 49%;
	vertical-align: middle;
}
.concept-modal .concept-box .concept-img img {
    width: 180%;
    margin-left: -40%;
    max-width: 180%;
}
.concept-modal .concept-box:hover{
	cursor: inherit;
}
.concept-modal .concept-box:hover img{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.concept-modal .concept-box .concept-close{
	margin: 0!important;
}
.concept-modal .concept-box .concept-txt{
	padding: 2em;
}
.concept-modal .concept-box .concept-txt h2, .concept-modal .concept-box .concept-txt h3{
	color: #00833f;
	margin: 0!important;
	font-weight: 600;
}
.concept-modal .concept-box .concept-txt h2{
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1;
}
.concept-modal .concept-box .concept-txt h3{
	font-size: 16px;
}
.concept-modal .concept-box .concept-txt p{
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
}
.concept-modal .close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.concept-modal .close-modal span{
	display: inline-block;
	vertical-align: middle;
}
.concept-modal .close-modal .icon-close{
	margin-left: 5px;
	font-size: 16px;
}
.concept-modal .close-modal:hover{
	letter-spacing: 0;
	cursor: pointer;
	color: #000;
}

/* Page Clientes */
.clientes-tit {
    text-align: center;
    position: relative;
}
.clientes-tit:after {
    position: absolute;
    content: "";
    background: #ccc;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.clientes-tit h2{
	background: #fff;
	display: inline-block;
	padding: 10px 30px;
	margin: 0;
}
ul.slick-dots {
    display: none!important;
}

/* Page Planta */
body.page-id-13 .concept-trigger{
	cursor: auto;
}
body.page-id-13 .concept-box:hover img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
body.page-id-13 .concept-box:hover h2 > a{
	background: #fff;
	border: solid 1px #eee;
	color: #00833f;
}
.ubicacion-tit {
    text-align: center;
    position: relative;
}
.ubicacion-tit h2{
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
	width: auto;
	position: relative;
	background: #fff;
	padding: 0 30px;
	font-size: 30px;
}
.ubicacion-tit:after {
    position: absolute;
    width: 100%;
    top: 23px;
    margin: auto;
    content: "";
    height: 1px;
    background: #ddd;
    left: 0;
    z-index: -1;
    right: 0;
    max-width: 1170px;
}
.ubicacion-tit h2 strong{
	font-weight: 900;
	color: #208340
}
.ubicacion-tit p{
	font-size: 16px;
	font-weight: 300;
}

/* Page Contacto */
body.page-id-17 header#pro-header{
	background: #fff;
	box-shadow: none;
}
body.page-id-17 header#pro-header #primary-menu > li > a{
	color: #414141;
}
.contenido-white-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contenido-white-wrap ul li{
	font-weight: 300;
}
.contenido-white-wrap ul > li:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 10px;
    color: #0b8342;
}
div.wpcf7 {
    padding: 2em;
    border: solid 1px #ddd;
}
div.wpcf7 span.required {
    color: #208340;
}
div.wpcf7 .form-row{
	margin-bottom: 20px;
}
div.wpcf7 .form-row label{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	display: block;
}
div.wpcf7 .form-row br{
	display: none;
}
div.wpcf7 .form-row input, div.wpcf7 .form-row textarea{
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 0;
}
div.wpcf7 .form-row.form-action{
	text-align: center;
	margin-bottom: 0;
}
div.wpcf7 .form-row input[type="submit"]{
	display: inline-block;
	margin: auto;
	padding: 2em 3em;
	border-radius: 0;
	background: #00833f;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	outline: none!important;
	width: auto;
	border: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
div.wpcf7 .form-row input[type="submit"]:hover {
    background: #035227;
}

/* Proalsa Responsive */
button.menu-toggle {
    background: transparent;
    padding: 0;
    border: 0;
}
/* Hamburger icon */
.mds-hamburger {
	display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 65px;
    height: 65px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    background: #20833f;
    padding: 40px;
    position: fixed;
    z-index: 999;
    right: 0;
}
.mds-hamburger span {
	transition: background 0s 0.3s;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 5px;
	background: #fff;
	margin: auto;
}
.mds-hamburger span::before,
.mds-hamburger span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
	content: "";
}
.mds-hamburger span::before {
	-webkit-transition-property: top,-webkit-transform;
	transition-property: top,transform;
	top: -12px;
}
.mds-hamburger span::after {
	-webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform;
    bottom: -12px;
}
/* active state, i.e. menu open */
.mds-hamburger.is-active {
  background-color: #005127;
}
.mds-hamburger.is-active span {
  background: none;
}
.mds-hamburger.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.mds-hamburger.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mds-hamburger.is-active span::before,
.mds-hamburger.is-active span::after {
  transition-delay: 0s, 0.3s;
}
#video-wrap {
    position: relative;
}
#video-trigger {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    font-size: 55px;
    color: #fff;
    max-width: 50px;
    max-height: 50px;
    line-height: 1;
    padding-left: 10px;
}
#video-mobile video {
    max-width: 100%;
    width: 100%;
}
.video-mobile {
    background-image: url(http://proalsa.drilo.cl/wp-content/uploads/2017/10/productos-main.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: 100vh;
    position: absolute;
    background-size: cover;
    background-position: center;
    display: none;
}
.video-mobile.v-home{
	background-image: url(http://proalsa.drilo.cl/wp-content/uploads/2017/10/oficio-equipo.jpg);
}
.video-mobile.v-productos{
	background-image: url(http://proalsa.drilo.cl/wp-content/uploads/2017/10/clientes-main.jpg);
}
video::-webkit-media-controls-overlay-enclosure, video::-webkit-media-controls-enclosure, video::-webkit-media-controls, 
video::media-controls-overlay-enclosure, video::media-controls-enclosure, video::media-controls {
    display:none!important;
}

#caption-mobile {
    background: #208340;
    padding: 10% 10%;
    color: #fff;
    text-align: center;
    margin-top: -6px;
}
#caption-mobile h2 {
    line-height: 1.4;
    margin: 0;
    font-weight: 300;
}
#caption-mobile h2 > b{
	font-weight: 500;
}
div#caption-mobile h3, div#caption-mobile h2{
	margin: 0;
}
#caption-mobile .vc_column-inner {
    padding: 0;
}

@media (max-width: 767px){	
	body.home #pro-header.small-header{
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	body.home #pro-header .pro-menu{
		opacity: 1;
		visibility: visible;
	}
	#caption-b {
	    opacity: 1!important;
	    visibility: visible!important;
	}
	.footer-contact {
	    padding: 0 10%;
	}
	.footer-logo-ojo {
	    top: unset;
	    bottom: 40px;
	    right: unset;
	    left: 250px;
	}
	.footer-somos-proalsa {
	    float: none;
	    text-align: left;
	}
	.footer-drilo{
		padding: 10px 10%;
	}
	.entry-content{
		overflow: hidden;
	}
	.menu-toggle{
		display: block;
	}
	.video-bg{}
	.video-mobile{
		display: none;		
	}
	.pro-menu {
	    position: fixed;
	    left: 0;
	    top: -150%;
	    background: #208340;
	    height: 100vh;
	    width: 100%;
	    -webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;
	}
	#slide-mobile {
	    display: block!important;	    
	    background: #208342;
	    padding-top: 0!important;
	}
	#slide-mobile .title-page-wrap{
		height: auto;
	    width: 100%;
	    bottom: 0;
	}
	#slide-mobile .t-p-box.go{
		position: relative;
	}
	#slide-mobile .t-p-scroll{
		float: right;
	}
	.title-page-wrap{
		display: none;
	}
	.toggled .pro-menu {
	    top: 0;
	}
	#pro-header .col-3{
		width: 40%
	}
	#pro-header .col-9{
		width: 114px;
   		float: right;
	}
	#primary-menu > li {
	    display: block;
	    width: 100%;
	}
	#primary-menu > li > a {
	    text-align: left;
	    padding: 2em 1.5em!important;
	    border-bottom: solid 1px rgba(256,256,256,.2);
	    color: #fff!important;
	    font-size: 14px!important;
	    display: block;
	}
	.pro-logo {
	    padding: 10px;
	}
	#proalsa .proalsa-caption h1, #sueno .proalsa-caption h1, 
	#proalsa-bg .proalsa-caption h1{
		font-size: 24px;
	}
	#proalsa .proalsa-caption h2, #sueno .proalsa-caption h2, 
	#proalsa-bg .proalsa-caption h12{
		font-size: 18px;
	}
	#pro-header.small-header {
	    background: transparent;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.t-p-title {
	    padding: 20px;
	}
	.t-p-title h1{
		font-size: 26px;
	}
	#slide-mobile{
		display: block!important;
	}
	.slide-desktop{
		display: none!important;
	}
}




/* Proalsa Videos */
.callout {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}
.video-bg,
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.video-overlay {
    background: rgba(0,0,0,0.0);
    pointer-events: none; /* Allows right clicking on the video to pause etc */
}
.video-bg{
    background: url(/wp-content/themes/proalsa/videos/bg-video-01.jpg) center center no-repeat;
    background-size: cover!important; 
}
.video-bg video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-bg.v-planta{
	background: url(/wp-content/themes/proalsa/videos/bg-video-02.jpg) center center no-repeat;
}
.video-bg.v-productos{
	background: url(/wp-content/themes/proalsa/videos/bg-video-03.jpg) center center no-repeat;
}
.video-bg.v-historia{
	background: url(/wp-content/themes/proalsa/videos/bg-video-04.jpg) center center no-repeat;
}
.fade-in-video {
    opacity: 0;
    /*transition: opacity .8s linear;*/
}
.fade-in-video.is-playing {
    opacity: 1;  
}
.callout-content {
    position: relative;
    text-align: center;
    margin: 50px 0; /* This adds some space around the video */
    color: #FFF;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

#caption{
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;    
    opacity: 0;
    visibility: hidden;    
}
#caption-b {
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 0;
    visibility: hidden; 
}
#caption.go, #caption-b.go{
	opacity: 1;
	visibility: visible;	
}
.scroll-float{
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;    
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}
.scroll-float.go{
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
#bg-video video, #sueno .vc_parallax-inner, #proalsa .vc_parallax-inner, 
#proalsa-bg .vc_parallax-inner{	
    filter: blur(0px); 
	-webkit-filter: blur(0px); 
	-moz-filter: blur(0px); 
	-o-filter: blur(0px); 
	-ms-filter: blur(0px); 
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); /* IE lte 9 */
}
#bg-video video.blur, #sueno.blur .vc_parallax-inner, #proalsa.blur .vc_parallax-inner,
#proalsa-bg.blur .vc_parallax-inner{
	filter: blur(5px); 
	-webkit-filter: blur(5px); 
	-moz-filter: blur(5px); 
	-o-filter: blur(5px); 
	-ms-filter: blur(5px); 
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5'); /* IE lte 9 */
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

.row-5 .vc_col-sm-2{
	float: none!important;
	display: inline-block;
	vertical-align: top;
}
.row-5 .vc_col-sm-2 h3, .row-oficio .vc_col-sm-2 h3{
	font-weight: 400;
	text-align: left;
}
.row-5 .vc_col-sm-2 h3 strong, .row-oficio .vc_col-sm-2 h3 strong{
	color: #208340;
	font-weight: 600;
}
.row-5 .vc_col-sm-2 p, .row-oficio .vc_col-sm-2 p{
	text-align: left;
}

/* Proalsa Keyframes */

.none{display: none!important;}






.scroll-arrows span
{
  display: block;
  width: 7px;
  height: 7px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 0 6px;
}

.unu
{
  margin-top: 6px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}


/* Mouse BG */
@keyframes mouse-bg{
	0%{background: #005127;}
	50%{background: #0a8e45;}
	100%{background: #005127;}
}
@-webkit-keyframes mouse-bg{
	0%{background: #005127;}
	50%{background: #0a8e45;}
	100%{background: #005127;}
}
.t-p-scroll > a
{
  -webkit-animation: mouse-wheel 4s infinite;
  -moz-animation: mouse-wheel 4s infinite;
  animation: mouse-bg 4s infinite;
}


/* Mouse Scroll */

.mouse-page{
	height: 30px;
    width: 20px;
    border-radius: 10px;
    transform: none;
    border: 2px solid white;
    top: 170px;
    margin: auto;
}

.mouse-page .wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
}

.mouse-page .wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.scroll-arrows {
    margin: auto;
    text-align: center;
    width: 20px;
    margin-top: 5px;
}

#youtube-video .ytp-icon.ytp-icon-watermark{
	display: none!important;
}





/* OFICIO */
.oficio-caption {
    text-align: center!important;
}
.oficio-caption h2, .tp-caption{
	text-shadow: 0 2px 4px #000;
	font-size: 36px!important;
	line-height: 1.2!important;
	font-weight: 900!important;
	font-family: 'Roboto', sans-serif!important;
}