@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:200,300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css);
@import url(global-nav.css);
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
iframe[name="google_conversion_frame"] {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* #Site Styles
================================================== */

body {
    position: relative;
	font-size: 100%;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	width:auto; height:auto;
    min-width: 320px;
	padding: 0;
	margin: 0;
	color: #55606e;
	background: #fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
}

.fl-l { float: left !important; }
.fl-r { float: right !important; }
.mt20 { margin-top: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
img.alignleft { margin: 0 20px 20px 0; }
img.alignright { margin: 0 0 20px 20px; }
.full_width { clear: both; width: 100%; }
.spacer {  margin-top: 70px; }
p.empty {
    padding:0;
    margin:0;
    line-height:0;
}
p img.aligncenter { display: block; margin: 0 auto 20px; }
iframe { border: none; }
.hentry ul {
    list-style-type: disc;
    margin: 0 0 25px 35px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
h2 { font-size: 24px; }
h3 { font-size: 18px; }
ul { list-style: none; }
.alpha { padding-left: 0; }
.omega { padding-right: 0; }

.entry-content h3 { margin-bottom: 20px; }

/*#chatbox {
    height: 170px;
    width: 50px;
    overflow: visible;
    position: fixed;
    top: 120px;
    right: 0;
    z-index:9999;
}*/
#chatbox {
    position: relative;
    z-index: 9999;
}

#help-online, #call-vwo {
    z-index: 200;
    position: fixed;
    right: 25px;
    bottom: 0;
    background: #24ae5f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    overflow: hidden;

    -webkit-box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    -1px 0px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         -1px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
#help-online ul, #call-vwo ul { margin: 0; padding: 0; list-style: none; }
#help-online li a, #call-vwo li a {
    color: #fff;
    background: #24ae5f;
    display: block;
    width: 180px;
    height: 48px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
}

#call-vwo {
    overflow: hidden;
    display: none;
    right: auto;
    left: 25px;
}
@media only screen and (max-width: 480px) {
    #call-vwo { display: block; }
}

#toolbox {
    z-index: 200;
    position: fixed;
    right: 0;
    bottom:120px;
    background: #24ae5f;
    /*visibility: hidden;
    filter:alpha(opacity=0);
    opacity:0;
    -webkit-transition:visibility 0s linear,opacity 0.3s ease;
    -webkit-transition-delay:0.3s,0s;
    -webkit-transition:visibility 0s linear 0.3s,opacity 0.3s ease 0s;
    transition:visibility 0s linear 0.3s,opacity 0.3s ease 0s;*/

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    overflow: hidden;

    -webkit-box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    -1px 0px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         -1px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
#toolbox.active {
    visibility: visible;
    -webkit-transition-delay:0s;
    transition-delay:0s;filter:alpha(opacity=100);
    opacity:1
}
#toolbox ul { margin: 0; padding: 0; list-style: none; }
#toolbox li a {
    color: #fff;
    background: #24ae5f;
    display: block;
    width: 50px;
    height: 170px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
}
@media only screen and (max-width: 320px) {
    #toolbox { bottom: 50px; }
    #toolbox li a {
        width: 34px;
        height: 120px;
    }
    #help-online li a, #call-vwo li a {
        width: 130px;
        height: 35px;
    }
}

.flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}

/* #Global Buttons and Inputs
================================================== */
button, .button {
    -webkit-appearance:none;
    appearance:none;
    background-color:#1E52B0;
    border:none;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:18px;
    margin-top:10px;
    padding:15px 30px;
    text-decoration:none;
    -moz-transition:background-color .1s linear;
    -o-transition:background-color .1s linear;
    -webkit-transition:background-color .1s linear;
    transition:background-color .1s linear;
    font-family:"Open Sans"
}
button:hover,
.button:hover,
.button:focus { background-color:#194493; outline:none }
a.to_rent_page_button:hover { color: #fff; }
button:active,
.button:active {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity:.3;
    outline:none
}
.button.button-small {
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 600 !important;
}
.button-secondary { background-color: #4fba6f; }
.button-secondary:hover { background-color: #24ae5f; }

input, textarea, select {
    -webkit-appearance:none;
    appearance:none;
    -webkit-box-shadow: none;
    box-shadow: none;
	font-size: 14px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type="text"] { margin-right:20px; }
input[type="text"],
input[type="email"],
textarea {
	/*font-size: 12px;*/
	/*background: #fff;*/
    box-shadow: none;
	border: 1px solid #ccc;
	padding: 8px 15px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    border-color: #1e52b0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input[type="email"].email,
input[type="text"].name {
	margin: 0;
	float: left;
    max-width: 300px;
	padding: 12px 15px;
    margin-right: 20px;
}
input.wpcf7-text {
	height: 46px;
	padding: 10px 16px;
	line-height: 1.33;
}
select.wpcf7-select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 46px;
	padding: 10px 16px;
    margin-bottom: 20px !important;
}
textarea { height: auto; }
input[type="hidden"] { display: none; }
input[type="submit"] {
	margin:0;
	background: #1e52b0;
	float:left;
	display:block;
	border:0;
	color:#fff;
	cursor:pointer;
	padding:12px 20px;
}
input[type="submit"]:hover { background: #174290; }
#mc_embed_signup input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    background: #1e52b0;
    font-size: 14px;
}
#mc_embed_signup input[type="submit"]:hover { background: #174290; }
label {
	display: inline-block;
	margin-bottom: 10px;
}
.form-group { margin-bottom: 15px; }
.wpcf7-form-control { width: 100%; margin: 0; }
.wpcf7-submit { width: auto; padding: 12px 30px !important; }

#searchform { margin: 0; }
#s {
    display: block;
    width: 84%;
    outline: none;
    margin: 0;
}
#searchsubmit {
    display: block;
    float: right;
    padding: 10px;
    border: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
}

/*input[type="radio"] {
    float:left;
    display:block;
    width:auto;
    height:auto;
    padding:0;
    margin:.4em .6em 0;
    margin-top:0;
    line-height:normal;
    cursor:pointer;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border:0
}

input[type=checkbox], input[type=radio] {
    background: #fff;
    vertical-align: bottom;
    padding: 0 7px;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 20px;
    width: 20px;
}
input[type=checkbox]:hover, input[type=radio]:hover {
    background: #fafafa;
}
input[type=checkbox]:checked, input[type=radio]:checked {
    background: #fafafa url('../images/tick_small.png') center center no-repeat;
}*/

/* --------------------------------------------------------------
   Global Header & Footer
-------------------------------------------------------------- */

header[role=banner] {
	background: #fff;
	color: #333745;
	position: relative;
	width: 100%;
	-webkit-box-shadow: inset 0 -1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0 -1px 0px rgba(0,0,0,0.1);
}

header[role=banner]:before,
header[role=banner]:after {
    content: " ";
    display: table;
}
header[role=banner]:after { clear: both; }
header[role=banner] { *zoom: 1; }

footer[role=main] {
	/*float: left;*/
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #002A5C;
}

.footer-top, .footer-bottom {
	position: relative;
	margin: 0;
	padding: 40px 0;
}
.footer-top .cta { text-align: center; }
.footer_social-links {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
}
@media only screen and (max-width: 640px) {
    .footer_social-links {
        margin-top: 20px;
        float: none !important;
        display:block;
        text-align: center
    }
}
.footer_social-links li {
    display: inline-block;
    margin-left: 1.5rem;
}
.footer_social-links li:first-child { margin-left: 0; }
.footer_social-links .social-link {
    display: inline-block;
    color: #5a8be5;
    line-height: 1;
}
.footer_social-links .social-link-icon {
    width: 20px;
    height: 20px;
    fill: #8fc2ff;
    vertical-align: middle;
    overflow: hidden;
}
.footer_social-links .social-link:hover { color: #fff; }
.footer_social-links .social-link:hover .social-link-icon { fill: #fff; }
.footer_social-links .social-link-text { margin-left: 5px; }
@media only screen and (max-width: 979px) {
    .footer_social-links .social-link-text { display: none; }
}

.footer-col {
    padding-right: 50px;
    float: left;
    margin-bottom: 30px;
}
@media only screen and (min-width: 64.0625em) {
    .footer-col { margin-bottom: 0; }
}
.footer-col.no-pad {
    padding-right: 0;
}
.footer-row { margin-bottom: 30px; }
.footer-row:last-child { margin-bottom: 0; }
.footer-row .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.footer-row .detail {
    font-size: 14px;
    line-height: 1.42857143;
    margin-top: 10px;
    color: rgba(255,255,255,.5);
}
.footer-row a.cta {
    font-weight: 600;
    margin-top: 20px;
}
.footer-row a.link { color: #a0d468; }
.footer-row a.link:hover { color: #fff; }
.footer-row a i {
    margin-left: 10px;
    font-size: 18px;
    line-height: 20px;
}
.footer-row .social { overflow: hidden; }
.footer-row .social-link {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 32px;
}

.topbanner {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 180px;
}
.topbanner.azul { background-color: #1e52b0; }
.topbanner.gris { background-color: #828c97; }
.topbanner img {
    width: 100%;
}

.innovacion {
    position: relative;
    margin-top: 20px;
}

.innovacion img {
    margin-right: 10px;
    width: 48px;
}
.innovacion a {
    display: block;
    color: #fff;
    line-height: 70px;
    height: 70px;
}
.innovacion a:hover { color: #5a8be5 }

.social-button {
    line-height: 70px;
    height: 70px;
    display: block;
}

/* Call To Actions */
.cta h4 { margin-bottom: 10px; font-size: 16px; color: #fff; text-transform: none; }
.cta p { color: #5a8be5; font-size: 14px; line-height: 1.2; }
.chat {
    position: relative;
    float: left;
    margin: 0 20px 25px 0;
    display: inline-block;
}
#subscribe {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
}
/*#subscribe { border-left: 1px #33557D solid; text-align: left; }*/
#subscribe input {
    float: none;
    display: inline-block;
}
#subscribe h4 { color: #fff; font-weight: 400; margin-bottom: 25px; }
@media (max-width: 1024px) {
    .cta { margin-bottom: 20px; text-align: center; }
    .chat { float: none; margin: 0 auto 20px; display: block; }
    #subscribe { border-left: 0; text-align: center; }
    #subscribe input[type="email"].email,
    #subscribe input[type="submit"] { display: block; float: none; margin: 0 auto 20px; }
}
@media (max-width: 480px) {
    #subscribe input[type="email"].email,
    #subscribe input[type="submit"] { width: 100%; }
}

#extra-menu a { display: block; line-height: 69px; position: relative; color: #fff; }
#extra-menu a span:after {
	content: url(../images/arrow.png);
	right: 0;
	top: 0;
	display: inline-block;
	position: absolute;
}
@media (max-width: 1024px) {
    #extra-menu { margin-bottom: 30px; }
    #extra-menu a { width: 50%; margin: 0 auto 20px; }
}
@media (max-width: 480px) {
    #extra-menu a { width: 100%; }
    #extra-menu a span:after { display: none; }
}
/* Social Icons */
#social-icons { display: block; position: relative; border-left: 1px #33557D solid; }
#social-icons h4 { margin-bottom: 10px; font-size: 16px; color: #fff; text-transform: none; }
#social-icons ul { list-style: none; float: left; margin: 0; }
#social-icons li { float:left; display: inline-block; margin-right: 15px; }
@media (max-width: 1024px) {
    #social-icons { text-align: center; border-left: none; }
    #social-icons ul, #social-icons li { float: none; }
}
.ctaicon {	text-align: center;  }
.ctaicon h2 {
	margin-top: 10px;
	color: #fff;
	text-transform: none;
	line-height: 1.2;
	font-weight: 400;
}

.footer-bottom {
	padding: 20px 0;
	background: #00224B;
	color: #fff;
}
.footer-bottom ul, .footer-menu { margin: 0; padding: 0; }
.footer-menu li {
    float: left;
    display: inline-block;
    padding: 0 5px;
    margin-right: 10px;
    position: relative;
}
.footer-menu li a { color: #5a8be5; font-size: 12px; line-height: 1; }
.footer-menu li a:hover { color: #fff; }
.footer-menu li:after {
	content: "\2022";
	color: #124c91;
	right: -8px;
	top: 2px;
	position: absolute;
}
.footer-menu li:last-child:after { content: ""; }
.copy {
	color: #124c91;
	text-align: right;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 2;
}
.large-centered .copy { text-align: center; }
@media (max-width: 1024px) {
    .footer-menu, .footer-menu li { float: none !important; }
    .footer-menu, .copy { text-align: center; }
}

/* --------------------------------------------------------------
   Global Navigation
-------------------------------------------------------------- */
.visible-mb,
.call-us { display: none; }
.call-us p:first-child { margin-bottom: 0; }
.call-us .numero { font-size: 28px; line-height: 1; font-weight: 700; }
.call-us i.fa {
    margin-right: 5px;
}
@media (max-width: 480px) {
    .call-us {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 40px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
}

.mobile-ctas {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: none;
}
@media (max-width: 480px) {
    .mobile-ctas { display: block; }
}
.mobile-ctas > div {
    margin: 0;
    position:relative;
    float: left;
    width: 100%;
    display: block;
}
.mobile-ctas i.fa {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -7px;
}
.mobile-ctas > div a {
    color: #fff;
    margin: 0;
    padding-left: 50px;
    float: left;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:700;
}
/*.mobile-ctas > div a:after {
    content: "\f061";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
}*/
.mobile-ctas > div:nth-child(1) {background-color: #1e52b0;}
.mobile-ctas > div:nth-child(2) {background-color: #194493;}
.mobile-ctas > div:nth-child(3) {background-color: #143776;}
/*.brand {
    float: left;
    display: inline-block;
    position: relative;
    width: 40%;
    overflow: hidden;
}*/
/*.cp, .cp-sg {
	display: block;
	float: left;
	padding: 15px 0;
}
.cp-sg { padding: 15px 0 0; }
.mobile .cp,
.mobile .cp-sg { margin-bottom: 20px }*/
.mobile .x {
    background: url('../images/logo-white.png') no-repeat;
    width: 220px; /* Width of new image */
    height: 24px; /* Height of new image */
    padding-left: 220px; /* Equal to width of new image */
}
/*@media (max-width: 1023px) {
    .cp { float: none; text-align: center; }
    nav[role=mobile] .cp,
    nav[role=mobile] .cp-sg {
        float: left;
        display: inline-block;
        margin-left: 20px;
    }
}*/
nav[role=desktop] { position: relative; }
nav[role=mobile] { display: none; }
nav[role=mobile] .mb-icon {
    display: inline-block;
    float: right;
    padding: 15px 0;
    font-size: 24px;
    margin-right: 25px;
}
nav a { color: #7a8391; text-transform: uppercase; }
@media (max-width: 1023px) {
    nav[role=mobile] { display: block; }
    .mobile .brand {
        display: block;
        margin: 0;
        width: 100%;
        float: left;
    }
    .mobile .button {
        font-size: 14px;
        display: block;
        margin: 10px auto;
        padding: 10px 15px;
    }
    nav[role=desktop] { display: none; }
}
nav[role=desktop] .menu {
    float: right;
    margin: 0;
    width: 100%;
}
nav[role=desktop] ul {
    list-style: none;
    line-height: 2;
    position: relative;
}
nav[role=desktop] ul li { float: left; }
nav[role=desktop] ul.menuright > li { float: right; }
nav[role=desktop] .menu > li {
    margin: 0 0 0 1px;
    line-height: 64px;
}
/* nth level link */
nav[role=desktop] .menu li > a { float: left; }

/* top level links */
nav[role=desktop] .menu > li > a {
    color: #7a8391;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1;
    padding: 25px 15px;
    margin: 0;
}

@media (max-width: 768px) {
    nav[role=desktop] .menu > li > a { font-size: 12px; padding: 25px 10px; }
}

/* blips for parent menus */
nav[role=desktop] .menu li > a:after {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 0.9;
    content: "\25BE";
    margin-left: 10px;
}

nav[role=desktop] .menu li li > a:after { display: none; }
nav[role=desktop] .menu li > a:only-child:after { display: none; }

nav[role=desktop] .menu > li:hover > a { color: #fff; }
/*nav[role=desktop] .menu > .current-menu-parent > a,
nav[role=desktop] .menu > .current-menu-ancestor > a*/
nav[role=desktop] .menu > .current-menu-item > a { color: #1E52B0; }
nav[role=desktop] .menu > li:hover { background: #1e52b0; }

nav[role=desktop] .menu .button {
    font-size: 14px;
    font-weight: 600 !important;
    padding: 10px 15px;
    margin-left: 20px;
    margin-bottom: 0;
    float: right;
}
/*nav[role=desktop] .menu .button:hover { background-color: #c03a2b }*/

header[role=banner] .socials {
    display: none;
    padding-left: 1.5em;
    padding-right: 22px;
}
header[role=banner] .socials::after {
    clear: both;
    content: "";
    display: table;
}
header[role=banner] .socials > span {
    display: inline-block;
    float: left;
}
header[role=banner] .socials > span:nth-of-type(2) a { background-position: -64px 0; }
header[role=banner] .socials > span:nth-of-type(2) a:hover { background-position: -64px -32px; }
header[role=banner] .socials a {
    display: block;
    height: 32px;
    width: 32px;
    background: url('../images/icons.svg') no-repeat -32px 0;
}
header[role=banner] .socials a:hover { background-position: -32px -32px; }
@media only screen and (min-width: 400px) and (max-width: 1023px) {
    header[role=banner] .socials {
        display: inline-block;
        padding-right: 0;
        position: absolute;
        top: 15px;
        right: 65px;
    }
}
@media only screen and (min-width: 1170px) {
    header[role=banner] .socials {
        padding-left: 0;
        /*margin-top: 15px;*/
        display: inline-block;
        /*float: left;*/
        top: 15px;
        position: absolute;
        right: 0;
    }
}

/* nested menus */
    .custom-sub {
        height: 90px;
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
        position: absolute;
        overflow: hidden;
        display: none;
        opacity: 0;
        background: #1e52b0;
        z-index: 100;
    }

    .custom-sub .inner {
        width: 100%;
        max-width: 62.5em;
    }

    nav[role=desktop] li:hover .custom-sub {
        visibility: visible;
        opacity: 1;
        display: block;
        /* z-index increase on hover - prevent transitions making menu re-appear on random hover */
        z-index: 1000;
    }

    /* 1st level */
    nav[role=desktop] .sub-menu {
        height: 60px;
        display: block;
        margin: 15px 10px 0;
        -moz-column-gap: 10px;
        -moz-column-count: 5;
        -webkit-column-count: 5;
        -webkit-column-gap: 10px;
        column-count: 5;
        column-gap: 10px;
    }

    nav[role=desktop] .sub-menu li {
        width: 100%;
        line-height: 1.5;
        margin-left: 20px;
        font-size: 13px;
    }

    nav[role=desktop] .sub-menu li a, nav[role=desktop] .sub-menu li a:visited {
        color: #90b3f3;
        font-weight: 600;
        text-transform: none;
    }
    nav[role=desktop] .sub-menu li a:hover, nav[role=desktop] .sub-menu li a:focus { color: #fff; }

/* Drawer Right */
.snap-content { background: #fff; }
.snap-drawers { background: #323949; }
.snap-drawer { background: #323949; color: #eee; }

.snap-drawer h4 {
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
}

.snap-drawer ul {
    padding: 0 20px;
    margin: 0 0 20px;
    list-style-type: none;
}

.snap-drawer li > a {
  display: block;
  padding: 10px 0;
  text-transform: none;
  color: #fff;
}

.snap-drawer li > .sub-menu {
    margin: 10px 0 0;
    padding: 0 0 0 10px;
    border-top: 1px solid rgba(255,255,255, 0.2);
    border-bottom: 1px solid rgba(255,255,255, 0.2);
}

.snap-drawer li > .sub-menu li { border-bottom: 1px solid rgba(255,255,255, 0.1) }
.snap-drawer li > .sub-menu li:last-child { border-bottom: none; }
.snap-drawer li > .sub-menu a { font-size: 14px; text-indent: 10px; }

.scrollable {
    overflow: auto;
    -webkit-transition-property: top, bottom;
    transition-property: top, bottom;
    -webkit-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -webkit-transition-timing-function: linear, linear;
    transition-timing-function: linear, linear;
    -webkit-overflow-scrolling: touch;
}

.sub-header {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    background-color: #1e52b0;
}
.sub-header.gris { background-color: #828c97; }
.sub-header ul { margin: 0; }
.sub-header ul > li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
}
.sub-header ul > li a {
    padding: 0 10px;
}
.sub-header span {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.sub-header span.active:after,
.sub-header ul > li.current-cat:after {
    bottom: -16px;
    border: 8px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position:absolute;
    pointer-events:none;
    border-bottom-color: #fff;
    left:50%;
    margin-left: -8px
}
.sub-header span a,
.sub-header ul > li a { color: #fff; }
.sub-header span a:hover,
.sub-header ul > li a:hover { color: #eee; }



/* --------------------------------------------------------------
   Content
-------------------------------------------------------------- */
.cd-main-content {
    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
    min-height: 100%;
    position: relative;
    background-color: #fff;
    z-index: 2;
    /*padding-top: 50px;*/
    /* Force Hardware Acceleration in WebKit */
    /*-webkit-transform: translateZ(0);*/
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}
@media only screen and (min-width: 768px) {
    /*.cd-main-content { padding-top: 70px; }*/
}
body.cph_disabled .cd-main-content { padding-top: 0 !important; }

main {
    background: #fff;
	position: relative;
	display: block;
	width: 100%;
	min-height:490px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.page-content:before,
.page-content:after,
.content:before,
.content:after,
article:before,
article:after {
    content: "";
    display: block;
    clear: both;
}
.content, article, .page-content { *zoom: 1; } /* For IE 6/7 Only */

.section {
	position: relative;
	padding: 50px 0;
	border-bottom: 1px solid rgba(85,96,110,0.2);
}
.section:last-child { border-bottom: none; }

header[role='section-title'] {
    padding-bottom: 0.825rem;
    margin-bottom: 1rem;
}
header[role='section-title'] h2 { font-size: 2.125rem; }
header[role='section-title'] h2:after {
    content: '';
    display: block;
    margin-top: 10px;
    background: #1E52B0;
    width: 50px;
    height: 1px;
}

/*.page-content, .single-content { margin-top: 50px; }
.single-content { margin-bottom: 50px; }*/

.page-content, .single-content {
    padding: 60px 0;
}
.home .page-content,
.landing .page-content,
.home-vwo .page-content,
.home-vwo-2 .page-content  {
    padding-bottom: 0;
}

.rsc-logo {
    float: right;
	width: 94px;
	height: 43px;
	display: block;
	background: url('../images/rsc_home.png') no-repeat;
    margin: 0 0 20px 20px;
	text-indent: -9999px;
}
.cp100-logo {
	float: right;
	margin: 0 0 40px 20px;
	background: url('../images/cp_100.png') no-repeat;
	width: 190px;
	height: 93px;
	text-indent: -9999px;
}
.customer-service {
    float: right;
    margin: 0 0 40px 20px;
    background: url('../images/cservice.png') no-repeat;
    /*background-size: 100% 100%;*/
    width: 190px;
    height: 190px;
    text-indent: -9999px;
}

.inside {
	clear: both;
	float: left;
	width: 100%;
	padding: 70px 0 0;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inside article p { font-size: 14px; line-height: 1.5; }
.inside article a img {
	max-width: 100%;
	display: block;
	margin: 0;
}
.inside article h3 {
	font-size: 18px;
	margin-bottom: 8px;
	text-transform: none;
	font-weight: 600;
}
.inside article h3 > a { color: #5f8e3d; }
.inside article h3 > a:hover { color: #84c754; }
.inside article .meta {
	font-size: 12px;
	color: #bdc3c7;
	display: block;
	margin-bottom: 10px;
}
.inside article .meta a, .inside article .meta a:visited { color: #5e8f40; }

.block {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.pagination {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.pagination a, .pagination a:visited {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 14px;
	background: #f6f8fa;
	color: #828c97;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}
.pagination a.first, .pagination a.last {
	background: #c0c5cb;
	color: #fff;
	padding: 14px 20px;
}
.pagination a:hover, .pagination a.active {
	background: #757e8a;
	color: #fff;
}

/* Pagination */
.numeric-pages {
    clear:both;
    position:relative;
    font-size: 14px; /* Pagination text size */
    font-weight: 600;
    line-height: 1em;
    float: right; /* Pagination float direction */
}

.numeric-pages span, .numeric-pages a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color: #7a8391; /* Pagination text color */
    background: #f2f2f2; /* Pagination non-active background color */
    -webkit-border-radius: 0.202em;
    border-radius: 0.202em;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.numeric-pages span.page-data {
    background-color: #f9f9f9;
    margin-right: 10px;
}
.numeric-pages a:hover {
    color: #fff;
    background: #1E52B0; /* Pagination background on hover */
}

.numeric-pages .active {
    padding: 6px 9px 5px 9px;
    background: #1E52B0; /* Current page background */
    color: #fff;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

.the-blog {
    position: relative;
    padding: 50px 0;
}

/*////////////////////////////////////////////////////////////////////
//  Ouibounce Modal
////////////////////////////////////////////////////////////////////*/

#ouibounce-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
#ouibounce-modal .modal {
    width: 600px;
    max-height: 430px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}
#ouibounce-modal .modal-title {
    font-size: 18px;
    background: #1e52b0;
    color: #fff;
    /*color: #e75d68;*/
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
}
#ouibounce-modal h3 {
    color: #e75d68;
    margin-top: 1em;
}
#ouibounce-modal .modal-body {
    overflow: hidden;
    padding: 20px 35px;
    /*font-size: 0.9em;*/
}
#ouibounce-modal p {
    color: #373738;
    font-size: 16px;
    line-height: 1.5;
}
#ouibounce-modal .mc-field-group {
    overflow: hidden;
    margin-bottom: 20px;
}
#ouibounce-modal form {
    text-align: center;
    margin-top: 15px;
}
#ouibounce-modal form p {
    text-align: left;
    margin-left: 35px;
    opacity: 0.8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: 0.9em;
}
#ouibounce-modal input[type="email"].email { width: 100%; max-width: 100%; }
#ouibounce-modal input[type="text"].name,
#ouibounce-modal input[type="text"].lastname { width: 48%; max-width: 100%; margin-right: 2%; }
#ouibounce-modal input[type="text"].lastname { margin-right: 0; width: 50%; }
#ouibounce-modal .modal-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
#ouibounce-modal input[type="text"]:focus,
#ouibounce-modal input[type="email"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#ouibounce-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #373738;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.reveal-modal { padding: 0 !important; }
.modal-header, .modal-content { padding: 1rem; }

/* --------------------------------------------------------------
   Custom Content
-------------------------------------------------------------- */

#content {
    position: relative;
    width: 100%;
}

#home-slider, #home-img {
    position: relative;
    display: block;
    overflow: hidden;
    /*height: 540px;*/
    width: 100%;
    background-color: #f6f8fa;
    margin-bottom: 30px;
}
.page-landing #home-slider,
.page-landing-vwo #home-slider,
.page-home #home-slider { margin-bottom: 2px; }
#home-img { height: auto; text-align: center;}
#home-img img { width: 100%; }
@media (max-width: 1024px) { #home-slider, #home-img { height: auto; } }
@media (max-width: 479px) { #home-slider, #home-img {display: none;} }
.rev_slider_wrapper { max-height: 400px !important; }
/* Home Welcome */
.welcome, .rsc { color: #4b515a; position: relative; float: left; padding-right: 2em; }
.welcome { width: 66.66667%; border-right: 1px solid rgba(0,0,0,0.2); }
.rsc { width: 33.33333%; float: right; padding-right: 0; padding-left: 0.9875em; }
@media (max-width: 767px) { .welcome, .rsc { width: 50%; } }
@media (max-width: 480px) {
    .welcome, .rsc { width: 100%; }
    .welcome { border-right: none; }
    .rsc { padding: 0; }
    .cp100-logo, .rsc-logo { display: none; }
}
.welcome h2, .rsc h2 { text-transform: none; margin-bottom: 20px; }
.welcome .button {
    padding: 12px 20px;
    font-size: 16px;
    margin: 0;
}

.seal102 {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 10;
}

#headline {
    position: relative;
    display: block;
    text-align: center;
}
#headline h2 {
    text-transform: none;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
}
#headline .txt {
    padding: 40px 0 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#headline .txt p { font-size: 18px; }

.talleres-block {
    position: relative;
    float: left;
    margin: 60px 0 80px;
    display: block;
    width: 100%;
}
.talleres-block .taller { margin-bottom: 30px; }
.talleres-block a {
    display: block;
    text-align: center;
}
@media (max-width: 767px) {
    .talleres-block a { margin-bottom: 30px; }
}
.talleres-block a img { margin-bottom: 20px; }
.talleres-block a h3 { color: #1e52b0; }
.talleres-block a:hover h3 { color: #1a4797; }

/* Foundation Tabs */
.tabs.vertical {
    margin-bottom: 2.5em !important;
    /*border-right: 1px solid #1e52b1;*/
}
/*.tabs dd.active {
    z-index: 10;
    border-top: 1px solid #1e52b1;
    border-left: 2px solid #1e52b1;
    border-bottom: 1px solid #1e52b1;
    border-right: 1px solid #fff;
}*/
.tabs dd > a {
    font-size: 13px !important;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    /*border-bottom: 1px solid #fff;*/
    border-right: 1px solid #1e52b1;
}
.tabs.vertical dd[class^="icon-"] > a {
    padding-left: 3rem;
    background-repeat: no-repeat;
    background-position: 15px center;
}
.tabs.vertical dd > a {
    border-top: 1px solid #efefef;
    border-left: 2px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #fff;
}
.tabs.vertical dd > a:hover {
    border-top: 1px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #fff;
}
.tabs dd.active a, .tabs dd.active a:hover {
    color: #1e52b1;
    border-top: 1px solid #1e52b1;
    border-left: 2px solid #1e52b1;
    border-bottom: 1px solid #1e52b1;
    border-right: 1px solid #fff;
}
.tabs dd.icon-mpp a { background-image: url('../images/iconos/mpp.png'); }
.tabs dd.icon-mrs a { background-image: url('../images/iconos/mrs.png'); }
.tabs dd.icon-servnoct a { background-image: url('../images/iconos/mnocturno.png'); }
.tabs dd.icon-mexpress a { background-image: url('../images/iconos/mexpress.png'); }
.tabs dd.icon-tmovil a { background-image: url('../images/iconos/tmovil.png'); }
.tabs dd.icon-genrep a { background-image: url('../images/iconos/genrep.png'); }
.tabs dd.icon-acc a { background-image: url('../images/iconos/acc.png'); }
.tabs dd.icon-tcasa a { background-image: url('../images/iconos/tcasa.2b.png'); }
.tabs dd.icon-24 a { background-image: url('../images/iconos/24hrs.png'); }
.tabs dd.icon-contrato a { background-image: url('../images/iconos/contrato.png'); }
.tabs dd.icon-extgarantia a { background-image: url('../images/iconos/garantia.png'); }
.tabs dd.icon-inspflota a { background-image: url('../images/iconos/inspeccion.png'); }
.tabs dd.icon-cmecon a { background-image: url('../images/iconos/capacitacion.png'); }
.tabs-content.vertical > .content {
    padding: 1em 2em;
}
@media only screen and (min-width: 40.063em) {
    .tabs.vertical { width: 25%; }
    .tabs-content.vertical { width: 75%; }
}

.lineas {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    background: #000;
    z-index: 10;
}
.lineas ul { margin:  0; padding: 0; list-style: none; }
.lineas li, .linea-widget {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
}
/*.lineas li { min-height: 300px; }*/

.linea-widget { width: 24.1%; }
.linea-widget:first-child { margin-left: 1.8%; }
.linea-widget:last-child { margin-right: 1.8%; }

.lineas li img, .linea-widget img {
    width: 100%;
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lineas li:hover .home-linea-label,
.lineas li:focus .home-linea-label {
    height: 60px;
    background: #27348A;
}
/*.lineas li:hover img,
.lineas li:focus img,*/
.linea-widget:hover img,
.linea-widget:focus img {
    opacity: 0.5;
}

@media (max-width: 40em) {
    .lineas li,
    .linea-widget { width: 50%; }
    .linea-widget:first-child { margin-left: 0; }
    .linea-widget:last-child { margin-right: 0; }
}
@media (max-width: 20em) {
    .lineas li,
    .linea-widget { width: 100%; }
}

/* Lineas Labels */
.home-linea-label {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #1e52b0;
    z-index: 20;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.home-linea-logo { width: 100%; height: 100%; }
.home-linea-arrow { width: 0; height: 0; border-left: 16px solid transparent; border-right: 16px solid transparent; border-bottom: 11px solid #1e52b0; position: absolute; top: -10px; left: 50%; margin-left: -8px; z-index: 999;}
.lineas li:hover .home-linea-arrow { border-bottom-color:#27348A; }
.home-linea-link { text-decoration:none !important; }
.home-linea-link:hover .home-linea-label {
    height: 55px;
    margin-top: -14px;
    background-color:#27348A;
    text-decoration:none;
}
.home-linea-link:hover .home-linea-arrow {
    border-bottom-color:#27348A;
    text-decoration:none;
}
.home-linea-text {
    height: auto;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 10px;
}
.home-linea-text:hover { text-decoration:none !important; }

/* --------------------------------------------------------------
   New CP Lines Grid
-------------------------------------------------------------- */

.cpln-gallery-wrapper {
    position: relative;
    background: #000;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}
/*@media screen and (min-width: 37.5em) {
    .cpln-gallery-wrapper { max-height: 1510px; }
}*/
@media screen and (min-width: 48em) {
    .cpln-gallery-wrapper { max-height: none; }
}
.cpln-gallery-grid {
    background-color: #000;
    width: 100.3%;
}
.cpln-gallery-thumb,
.owl-carousel .cpln-gallery-thumb {
    float: left;
    position: relative;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding-top: 50%;
    width: 50%;
}
/*.cpln-gallery-thumb:after {
    box-shadow: -13px -90px 91px -4px rgba(0,0,0,0.6) inset;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 6;
}*/
@media screen and (min-width: 30em) {
    .cpln-gallery-thumb {
        padding-top: 50%;
        width: 50%;
    }
}
@media screen and (min-width: 48em) {
    .cpln-gallery-thumb {
        padding-top: 24.93%;
        width: 24.93%;
    }
}
.owl-carousel .cpln-gallery-thumb {
    padding-top: 100%;
    width: 100%;
}
.cpln-gallery-thumb > header {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
    color: #fff;
    padding: 1rem;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.35s;
    transition: opacity 0.25s, transform 0.35s;
}
.cpln-gallery-thumb > header h6 {
    color: #fff;
    text-transform: none;
    font-weight: 400;
}
.cpln-gallery-thumb > header .fa {
    color: #cf000f;
    margin-right: 5px;
}
@media only screen and (max-width: 48em) {
    .cpln-gallery-thumb > header { display: none; }
}
.cpln-gallery-thumb-img {
    position: absolute;
    z-index: 5;
    top: -3.335%;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    bottom: -3.335%;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    background: #000;
}
.cpln-gallery-thumb-img:after {
    box-shadow: -13px -90px 91px -4px rgba(0,0,0,0.6) inset;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    /*z-index: 6;*/
}
.cpln-gallery-thumb-img > img {
    height: 100%;
    max-height: 100%;
    width: auto;
}
.cpln-gallery-thumb span {
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    z-index: 10;
    top: 45%;
    left: 10%;
    right: 10%;
    padding-bottom: 1%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    font-size: 15px;
}
@media screen and (max-width: 37.4375em) {
    .cpln-gallery-thumb span { font-size:12px }
}
@media screen and (min-width: 37.5em) {
    .cpln-gallery-thumb span { font-size:16px }
}
@media screen and (min-width: 48em) {
    .cpln-gallery-thumb span {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s
    }
    .no-touch .cpln-gallery-thumb span {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@media screen and (min-width: 64em) {
    .cpln-gallery-thumb span {
        font-size:20px
    }
}

.cpln-gallery-thumb span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4%;
    width: 8%;
    height: 1px;
    background: #cf000f;
}

.cpln-gallery-thumb-img > img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    transition-property: transform,opacity;
    -webkit-transition-duration: 0.2s,0.2s;
    -moz-transition-duration: 0.2s,0.2s;
    transition-duration: 0.2s,0.2s;
    -webkit-transition-timing-function: ease-out,ease-out;
    -moz-transition-timing-function: ease-out,ease-out;
    transition-timing-function: ease-out,ease-out;
    -webkit-transition-delay: 0s,0s;
    -moz-transition-delay: 0s,0s;
    transition-delay: 0s,0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (min-width: 48em) {
    .cpln-gallery-thumb-img > img {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.no-touch .cpln-gallery-thumb:hover .cpln-gallery-thumb-img > img {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    transition-property: transform,opacity;
    -webkit-transition-duration: 0.3s,0.3s;
    -moz-transition-duration: 0.3s,0.3s;
    transition-duration: 0.3s,0.3s;
    -webkit-transition-timing-function: ease,ease-out;
    -moz-transition-timing-function: ease,ease-out;
    transition-timing-function: ease,ease-out;
    -webkit-transition-delay: 0s,0.15s;
    -moz-transition-delay: 0s,0.15s;
    transition-delay: 0s,0.15s
}
.no-touch .cpln-gallery-thumb:hover span {
    /*display: block;*/
    opacity: 1;
    filter: alpha(opacity=100);
}
.no-touch .cpln-gallery-thumb:hover header {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

/* CTA Bar */
.cp-cta-bar, .rsc-area {
    background-color: #1e52b0;
    color: #fff;
    position: relative;
    padding: 30px 0;
    text-align: center;
}
@media only screen and (max-width: 480px) {
    .cp-cta-bar { background-color: #123067; }
}
.cp-cta-bar h2, .rsc-area h2 {
    color: #fff;
    text-transform: none;
    margin-bottom: 5px;
    font-size: 1.25rem;
    line-height: 1;
}
.cp-cta-bar p, .rsc-area p {
    font-size: 0.9375rem;
}
.cp-cta-bar .button {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 13px 25px;
    margin: 0;
    letter-spacing: 1;
    font-size: 0.9375rem;
    font-weight: bold;
    text-transform: uppercase;
}
.cp-cta-bar .button:hover {
    background-color: #fff;
    color: #1e52b0;
}
@media only screen and (min-width: 37.5em) {
    .cp-cta-bar, .rsc-area {
        padding: 35px 0;
        text-align: left;
    }
    .cp-cta-bar h2,
    .rsc-area h2 { font-size: 1.75rem; }
    .cp-cta-bar p,
    .rsc-area p {
        font-size: 1rem;
        margin: 0;
    }
}
@media only screen and (min-width: 64em) {
    .cp-cta-bar, .rsc-area { padding: 40px 0; }
}

/* RSC Area */
.rsc-area {
    color: #55606e;
    background-color: #f2f2f2;
    text-align: center;
}
.rsc-area img { margin-bottom: 35px; }
.rsc-area h2 {
    color: #55606e;
    font-weight: 400;
    margin-bottom: 10px;
}
.rsc-area .button {
    letter-spacing: 5;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 600 !important;
    margin-top: 25px;
    padding: 5px 25px;
    background-color: transparent;
    color: #95969a;
    border: 2px solid #c7c8c8;
}
.rsc-area .button:hover {
    background-color: #1e52b0;
    border-color: #1e52b0;
    color: #fff;
}

/* Block Banners */
.block-banner {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    display: block;
    position: relative;
}
.block-banner:before, .block-banner:after { content: ''; display: table; }
.block-banner:after { clear: both; }
.block-banner:before {
    background: url('../images/shadow.png') no-repeat center top;
    background-size: 100% 100%;
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.block-banner.mision { background: #1e52b0; }
.block-banner.vision { background: #828c97; }
.block-banner h2 { color: #fff; }
.block-banner h2 span { display: block; text-transform: none; font-weight: 300; }
.block-banner.mision h2 span { font-size: 36px; }

.valores, .who, .extras {
    position: relative;
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.extras { padding-bottom: 50px; }
@media (max-width: 768px) {
    .extras .ctabox {
        margin-bottom: 20px;
        text-align: center;
    }
}
.valores h2 { margin-bottom: 30px; }
.valores ul { list-style: none; margin: 0; }
.valores li {
    text-align: center;
    float: left;
    display: inline-block;
    width: 14.21%;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    margin: 20px 0;
    /* for ie7 */
    zoom: 1;
    *display: inline;
}
@media (max-width: 768px) { .valores li { width: 33%; } }
@media (max-width: 480px) { .valores li { width: 50%; } }
@media (max-width: 320px) { .valores li { width: 100%; } }
.valores h4 { text-transform: none; font-size: 14px; margin: 20px 0; }
.valores li:last-child h4 { margin-bottom: 0; }
.valores p { font-size: 14px; }

/* About */
.who h2 { margin-bottom: 20px; }
@media (max-width: 768px) {
    .about-text { text-align: center; }
}

/* Sucursales */
.block-par {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.post-container {
    float: left;
    position: relative;
    width: 50%;
    padding: 0 0.9375em;
}
.post-container .sucursal {
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) { .post-container { width: 100%; } }
.sucursal {
    position: relative;
    border: 1px solid #bdc3c7;
    border-top: 3px solid #1e52b1;
}
.sucursal .inner { padding: 20px; }
.sucursal .post-thumb { height: 120px; margin: 0; }
.sucursal .post-thumb img { margin-top: -10%; }
.sucursal ul { margin: 20px 0 0; }
.sucursal li { font-size: 13px; margin-bottom: 10px; }
.sucursal li i { font-size: 18px; margin-right: 15px; }
.sucursal h2 { margin: 20px 0; }
.detalle-sucursal,
.sucursal_galeria,
.product_galeria { position: relative; overflow: hidden; }
.sucursal_mapa {
    width: 100%;
    height: 120px;
    background: #ccc;
    margin-bottom: 20px;
}
.sucursal_galeria {
    width: 100%;
    margin-bottom: 30px;
}
.sucursal_galeria .ml-gallery,
.product_galeria .ml-gallery {
    width: 100%;
    margin: 0 auto 20px;
}
.ml-gallery {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}
.ml-gallery:after, #product-gal:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ml-gallery img {
    width: auto !important;
    vertical-align: middle;
    border: 0;
}
.gnav {
    display: block;
    clear: both;
    /*float: left;*/
    text-align: center;
}
.gnav img {
    border-radius: 0;
    border: 1px solid #ccc;
    width: 73px;
    margin: 0 9px 9px 0;
    cursor: pointer;
    padding: 4px;
    background: #fff;
}
.gnav img.activeSlide,
.gnav img.activeSlide:hover { border-color: #F27054; }
.gnav img:hover { opacity: 0.9; border-color: #7B91BB; }
.gnav img.last_row { margin-right: 0; }

/* Nextgen Gallery Override */
.ngg-album-compact { padding: 0 30px 15px 0 !important; }
.ngg-album-compact:nth-child(4n+4)  { padding-right: 0 !important; }
.ngg-gallery-thumbnail-box {
    margin-right: 24px !important;
    margin-bottom: 20px;
}
.ngg-gallery-thumbnail-box:nth-child(4n+4) { margin-right: 0 !important; }

/* Linea Slider */
/* slide cp */

.slide-widget-cp-container {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    width: 100%;
}
.slide-widget-cp-nav {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    z-index: 100;
}
.slide-widget-cp-nav a {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: url('../images/slide-nav.png') no-repeat center center;
    margin: 0 5px;
    font-size: 0;
}
.slide-widget-cp-nav a.activeSlide { background-image: url('../images/slide-nav-current.png'); }

@media only screen and (max-width: 320px) {
    .layerslider_widget { display: none; }
}

/* Contactenos */
.hidden-form {
    height: 240px;
    border: 1px dashed #aaa;
    background: #f6f6f6 url('../images/hidden-form-message.png') center center no-repeat;
    cursor: pointer;
}
.hidden-form, .real-form { margin-bottom: 40px; }
/* Contact Form 7 */
span.wpcf7-not-valid-tip, .wpcf7-form br { display: none; }
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
    clear: both;
    float: left;
    width: 100%;
    font-size: 14px;
    font-family:Arial;
    text-align: center;
    margin: 2em 0;
    padding: 1.3em;
    color: #656565;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.wpcf7-validation-errors { background: #FFDEC8; }
div.wpcf7-mail-sent-ok { background:  #D4EBB2; }
div.wpcf7 .watermark { color: #c5c5cb; }
span.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
div.sub_8 span.wpcf7-form-control-wrap { display: inline; }
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: #f00;
    background-image: url('../images/error.png');
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
    transition: none;
    -webkit-transition: none;
}
input.wpcf7-not-valid { background-position:  right 10px top 50%; }
/*textarea.wpcf7-not-valid { background-position:  95% 5px; }*/

.wpcf7-submit {
    margin-top: 20px !important;
}
.cotizacion .wpcf7-submit { margin-top: 20px !important; }

/* Widgets del Contact Page */
.wgt-fb, .wgt-tw {
    width: 100%;
    height: 70px;
    position: relative;
}
.wgt-fb { background: #3e4c9f url('../images/wgt-fb.png') no-repeat bottom left; }
.wgt-tw { background: #2da2e3 url('../images/wgt-tw.png') no-repeat bottom left; }
.fb-button, .twitter-follow-button {
    width: 25%;
    top: 20px;
    right: 15px;
    position: absolute !important;
}
.fb-button {
    padding: 5px 5px 2px;
    background-color: #fff;
    top: 20px;
    width: 20%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* --------------------------------------------------------------
   Post/Article
-------------------------------------------------------------- */

header[role="page-title"] {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.type-post {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.type-post:last-of-type { border-bottom: 0; }
.type-post .post-content p {
    font-size: 14px;
    line-height: normal;
}

.post-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.post-thumb a img {
    margin: 0;
    -webkit-transform-origin: 20% 80% 50%;
    -moz-transform-origin: 20% 80% 50%;
    -ms-transform-origin: 20% 80% 50%;
    -o-transform-origin: 20% 80% 50%;
    transform-origin: 20% 80% 50%;
    -webkit-transition: -webkit-transform 300ms linear;
    -moz-transition: -moz-transform 300ms linear;
    -o-transition: -o-transform 300ms linear;
    transition: transform 300ms linear;
}
.post-thumb a img:hover {
    -webkit-transform: scale(1.05) rotate(0.1deg);
    -moz-transform: scale(1.05) rotate(0.1deg);
    -ms-transform: scale(1.05) rotate(0.1deg);
    -o-transform: scale(1.05) rotate(0.1deg);
    transform: scale(1.05) rotate(0.1deg);
}

.post-meta {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #828c97;
}
.post-meta a, .post-meta a:visited { color: #5e8f40; }
.post-meta a:hover { color: #84c754; }

.post-title {
    font-weight: 400;
    font-size: 20px;
    text-transform: none;
}
.post-title a { color: #1e52b0; }
.single-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: none;
}
/*.post-content { margin-bottom: 50px; }*/
.back2blog {
    margin-bottom: 15px;
    font-size: 14px;
}

.post-list { margin-left: 0; margin-top: 20px; }
.post-list li {
	line-height: 1.5;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(85,96,110,0.1);
	margin-bottom: 10px;
}
.post-list li a, .post-list li a:visited { color: #828c97; }
.post-list li a:hover, .post-list li a:focus { color: #55606e; }

/* Aside */
.widget {
	position: relative;
	margin-bottom: 30px;
}

.widget img { width: 100%; max-width: 100%; }
.sidebar_widget {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.widgettitle, .widget-title { margin-bottom: 20px; }
.wdgttitle {
    color: #fff;
    text-transform: none;
    font-weight: 4  00;
    font-size: 16px;
}
.widget-title {
    position: relative;
    padding: 6px 10px;
    background-color: #1E52B0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    text-transform: none;
}
.widget-title:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    border: 15px solid #1E52B0;
    right: -15px;
    border-left-width: 2px;
    border-right-color: transparent;
}
.textwidget p, .textwidget ul { font-size: 14px; }
.textwidget ul { list-style: disc; }

ul#tweets li {
    font-size: 13px;
}

.instagram-pics li {
    display: inline-block;
    width: 48%;
    margin: 1%;
}

/* --------------------------------------------------------------
   Comments
-------------------------------------------------------------- */

#comment-system { margin: 50px 0; }

ol.commentslist {
	padding: 0px;
	margin: 0;
	list-style: none;
}

.comment-body {
	margin: 20px 0;
	padding-left: 83px;
	position: relative;
}

.comment-content .message {
	color: #dd624d;
}

img.avatar {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position: absolute;
	top: 0; left: 0;
}

.fn, .fn a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.comment_date { margin-left: 3px; }

.comment_date, .comment-edit-link {
	color: #C0C0B5;
	font-style: italic;
	font-size: 12px;
}

.comment-content { padding-top: 2px; }

a#cancel-comment-reply-link { color: #dd624d; }

#commentform {
	display: block;
	padding: 20px 0 20px;
	margin-bottom: 20px;
}
#commentform:before, #commentform:after {display: block; content: ''; clear: both; }

#comment, #email, #author {
	width: 100%;
	padding: 10px;
}
#email, #author { width: 50%; float: left; }

p.form-submit { margin-bottom: 0; }

.children {
	padding-left: 83px;
	margin: 0;
	background: url(../images/comment-bg.png) 25px 0px no-repeat;
}

.reply-container { text-align: right; }

#reply-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	padding-top: 0;
}

#reply-title span {
	display: block;
	font-size: 12px;
	letter-spacing: 0;
}

a.more, .comment-reply-link {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.tag-list {
	display: block;
	margin-bottom: 20px;
}
.tag-list a {
	height: 36px;
	padding: 10px 15px;
	background-color: #f6f8fa;
	color: #828c97;
	font-size: 14px;
	margin: 0 4px 4px 0;
	display: inline-block;
}
.tag-list a:hover { background-color: #ebf0f4; }

.subscription {
	background-color: #f6f8fa;
	padding: 20px 0;
	border-bottom: 1px solid rgba(85,96,110,0.1);
}
.subscription p {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	color: #828c97;
	margin-bottom: 15px;
	text-align: center;
}
#mc_embed_signup {
	width: 100%;
	float: left;
	position: relative;
}

/* --------------------------------------------------------------
   Dollar Reservation Page
-------------------------------------------------------------- */

.mlrac_phase {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mlrac_phase:last-child { border-bottom: none; }
.mlrac_phase h3 {
    color: #1e52b0;
    margin-bottom: 20px;
}
.mlrac_slide {
    margin: 0 0 40px;
    width: 100%;
}
.mlrac_slide .el_cwrapper {
    width: 100%;
    margin: 0;
}
div.time-picker li { height: auto !important; }

/* --------------------------------------------------------------
-- Calculated Form Fields
-------------------------------------------------------------- */

#fbuilder .fields,
#fbuilder .fform {
    padding: 0 0.9375em !important;
}

#fbuilder .fields.cta-calc {
    position: relative;
    margin-top: 35px;
    margin-left: 0.9375em;
    margin-right: 0.9375em;
    clear: both;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    padding: 0.9375em !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#fbuilder .fields.cta-calc:before {
    content: "";
    position: absolute;
    margin: -10px 0 0 0;
    top: 0;
    left: 2em;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgba(0,0,0,0.1);
}
#fbuilder .fields.cta-calc:after {
    content: "";
    position: absolute;
    margin: -9px 1px 0 0;
    left: 2em;
    top: 0;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

#fbuilder .fform h1 { font-size: 20px; }
#fbuilder .fform span { font-size: 14px; color: #ccc; }

#fbuilder fieldset {
    background: #fafafa;
    padding: 1em;
    margin: 0;
}
#fbuilder legend {
    color: #1e52b0;
    text-transform: uppercase;
    font-size: 18px;
}
.fields label { font-weight: 600; margin-bottom: 5px;  }
.fields label .r { display: none; color: #ccc; margin-left: 3px; }
.fields.section_breaks label {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #1e52b0;
    text-transform: uppercase;
}
.fields.section_breaks {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 20px 0;
}
#fbuilder .section_break { border-top: 0 !important; }

.fields.comment_area .uh {
    line-height: 1.5;
    font-style: italic;
}

.dfield input[type="text"],
.dfield input[type="textarea"] {
    padding: 8px !important;
}
.dfield input[readonly],
.dfield input[readonly]:focus {
    font-weight: 600;
    font-size: 18px;
    background-color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
}
.green .dfield input[readonly],
.green .dfield input[readonly]:focus {
    background-color: #dbf9bb;
}

#fbuilder div.cpefb_error {
    padding: 8px;
    font-size: 12px;
}

.cta-calc input[type="button"] {
    width: auto;
    padding: .83333333em 1.5em;
    background: #fff;
    outline: none;
    border: 2px solid #194494;
    color: #194494;
}
.cta-calc input[type="button"]:hover {
    background: #194494;
    color: #fff;
}

/* --------------------------------------------------------------
-- 404
-------------------------------------------------------------- */

.error-404, .soon {
    position: relative;
    padding: 5rem;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    background: #1e5799; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMWU1Nzk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODIlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(45deg,  #1e5799 0%, #2989d8 82%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#1e5799), color-stop(82%,#2989d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #1e5799 0%,#2989d8 82%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #1e5799 0%,#2989d8 82%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #1e5799 0%,#2989d8 82%); /* IE10+ */
    background: linear-gradient(45deg,  #1e5799 0%,#2989d8 82%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.error-404 p,
.soon p {
    font-size: 1.6rem;
    margin-bottom: 0;
}
.error-404 span,
.soon span {
    font-size: 75%;
    line-height: inherit;
}
.error-404 .ribbon {
    position: absolute;
    top: 30px;
    left: 0;
    background: url('../images/404.png') no-repeat;
    height: 34px;
    width: 73px;
    overflow: hidden;
}


/* --------------------------------------------------------------
-- FAQ
-------------------------------------------------------------- */

.faq .entry-title {
    text-transform: none;
    font-size: 1rem;
}
.faq .faq-close span,
.faq .faq-open span {
    background-color: #b4bab9 !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 2px;
}
.faq .faq-close:hover span,
.faq .faq-open:hover span { background-color: #444 !important; }
/*.faq-content {
    padding: 15px 0 15px 43px !important;
}*/

/* --------------------------------------------------------------
-- Owl Carousel
-------------------------------------------------------------- */
.owl-carousel .owl-item {
    padding: 0;
    background-color: #fff;
}
@media only screen and (min-width: 48em){
    .owl-carousel .owl-item {
        padding-top: 2px;
        padding-right: 2px;
    }
}
.owl-controls .owl-buttons div {
    top: 45%;
    position: absolute;
    padding: 15px 20px;
    /*width: 40px;
    height: 40px;
    line-height: 38px;*/
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    /*border-radius: 50%;*/
    background: rgba(0,0,0,0.75);
    /*background-color: #1E88E5;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    transition: box-shadow .15s linear;*/
    z-index: 9999;
}
@media only screen and (max-width: 480px) {
    .owl-controls .owl-buttons div {
        width: 34px;
        height: 34px;
        line-height: normal;
        /*line-height: 32px;*/
        font-size: 18px;
        padding: 4px 10px;
    }
}
.owl-controls.clickable .owl-buttons div:hover{
    background-color: rgba(0,0,0,1);
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
    text-decoration: none;*/
}
.owl-controls .owl-buttons .owl-prev { left: 1%; }
.owl-controls .owl-buttons .owl-next { right: 1%; }
.owl-controls .owl-pagination { display: none; }

/* --------------------------------------------------------------
-- WPML Language Switcher
-------------------------------------------------------------- */

.wpml-dropdown {
    display: block;
    position: absolute;
    z-index: 99999;
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
    min-width: 10em;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
    opacity: 0.97;
    background-color: #fff;
    padding: 9px 20px;
    line-height: 1.5;
}
.wpml-item { width: 100%; }
.wpml-dropdown a {
    text-align: left !important;
    width: 100% !important;
    padding: 4px 0;
    display: block;
}

/*////////////////////////////////////////////////////////////////////
//  New About
////////////////////////////////////////////////////////////////////*/

.section-title {
    color: #222;
    text-transform: uppercase;
    font: 22px/32px 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}
.section-title:after {
    content: '';
    display: block;
    margin: 20px 0;
    background: none repeat scroll 0 0 #20addf;
    width: 40px;
    height: 3px;
}
.section-title span {
    display: block;
    font-weight: 700;
    font-size: 32px;
}

.about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 250px;
}
.about-img img { width: 100%; }

.people {
    position: relative;
    padding: 80px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mision-vision {
    position: relative;
    background: #249bd6;
    background: -webkit-linear-gradient(bottom right,#1faddf,#249bd6 50%,#0159b4);
    background: -moz-linear-gradient(bottom right,#1faddf,#249bd6 50%,#0159b4);
    background: -o-linear-gradient(bottom right,#1faddf,#249bd6 50%,#0159b4);
    background: -ms-linear-gradient(bottom right,#1faddf,#249bd6 50%,#0159b4);
    background: linear-gradient(to top left,#1faddf,#249bd6 50%,#0159b4);
    background-blend-mode: soft-light;
    padding-top: 60px;
    padding-bottom: 60px;
    /*color: #b5deff;*/
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2)
}
.mision-vision .section-title {
    color: #fff;
    margin-bottom: 24px;
}
.mision-vision .section-title:after { display: none; }
.mision-vision .m p { font-size: 32px; }
.mision-vision .v p { font-size: 22px; line-height: 32px; }

@media screen and (max-width: 479px) {
    .mision-vision {
        padding-top:50px;
        padding-bottom: 50px;
        background: -webkit-linear-gradient(bottom right,#52d1d7,#28a4e4 50%,#1163a8);
        background: -moz-linear-gradient(bottom right,#52d1d7,#28a4e4 50%,#1163a8);
        background: -o-linear-gradient(bottom right,#52d1d7,#28a4e4 50%,#1163a8);
        background: -ms-linear-gradient(bottom right,#52d1d7,#28a4e4 50%,#1163a8);
        background: linear-gradient(to top left,#52d1d7,#28a4e4 50%,#1163a8)
    }
}

.values {
    position: relative;
    padding: 80px 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.values:after {
    content: '';
    display: block;
    clear: both;
}
.values .value-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}
.values .value-item {
    -webkit-flex: 1 0 25%;
    -moz-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 40px 30px;
    margin: 0 0.9375em 1.875em;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.05);
}
.values .value-item .name {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e9ed;
    font: 15px/22px 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #0667bc;
}
.values .value-item p {
    font: 16px/24px 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #434a54;
    margin-bottom: 0;
}
.values .value-item.main-head {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.awards {
    position: relative;
    padding: 80px 0 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

/*////////////////////////////////////////////////////////////////////
//  Escuela de Maneja
////////////////////////////////////////////////////////////////////*/

header.escuela {
    position: relative;
    padding: 40px 0;
}

.menu-escuela {
    float: right;
    position: static;
    display: inline-block;
    margin: 10px 0;
}
.menu-escuela a {
    padding: 0 15px;
    opacity: 1;
    font-family: 'OpenSans', sans-serif;
    color: #4a90e2;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .escuela .logo {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .menu-escuela {
        float: none;
        width: 100%;
        text-align: center;
    }
}

.headline-left,
.headline-center,
.headline-right {
    margin-bottom: 30px;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: #505050;
    font-size: 38px;
    line-height: 1.2;
    /*text-align: left;*/
}
.headline-center { text-align: center; }
.headline-right { text-align: right; }

.cntn-blck {
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid #e9e9e9;
}
.cntn-blck.odd { background-color: #f9fbfe; }
.cntn-txt .button {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 14px;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    .curso-prop-column {
        margin-bottom: 30px;
    }
}

.curso-prop-frame {
    min-height: 300px;
    padding: 30px 20px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    background-color: #fff;
}
.curso-prop-title {
    color: #3b3b3b;
    font-weight: 600;
    text-transform: uppercase;
}
.curso-prop-text {
    padding-top: 30px;
    color: #5e5e5e;
}
.curso-prop-text p {
    font-size: 14px;
    line-height: 19px;
}

.bullet-number {
    margin-right: 5px;
    padding: 2px 7px;
    border-radius: 30px;
    background-color: #4a90e2;
    color: #fff;
    font-size: 12px;
}

.req-block {
    position: relative;
    margin-top: 40px;
}
.req-extras {
    min-height: 150px;
    padding: 10px 0;
}
.req-extras-title {
    margin: 20px 0 25px;
    font-weight: 600;
    /*text-align: center;*/
    text-transform: uppercase;
    color: #3b3b3b;
}
.req-extras-text { padding: 0 10px; }
.req-extras-text p, .req-extras-text ul {
    color: #7d7d7d;
    font-size: 14px;
}
.req-extras-text ul { list-style: disc; }
