/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@media only screen and (max-width: 580px){

#loader, #bigAssDot, .wrapper, .pie, .spinner, .filler, .mask, .notLoaded, .transitionSlow, .idiomas, .mouse, .mouseblanco, #animaciones, #backgroundmain, .clientesredes{
display: none !important;
}

}

a:hover{
text-decoration: none !important;
}

/*******************
ANIMACION
*******************/

.wrapper {
position: absolute;
background: #222222;
z-index: 1200;
left: 50%;
top: 50%;
width: 38px;
height: 38px;
}

.wrapper, .wrapper * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.wrapper .pie {
width: 50%;
height: 100%;
transform-origin: 100% 50%;
position: absolute;
background: #EE4237;
}

.wrapper .spinner {
border-radius: 100% 0 0 100% / 50% 0 0 50%;
z-index: 200;
border-right: none;
animation: rota 1s linear infinite;
}

.wrapper:hover .spinner,
.wrapper:hover .filler,
.wrapper:hover .mask {
animation-play-state: running;
}

.wrapper .filler {
border-radius: 0 100% 100% 0 / 0 50% 50% 0;
left: 50%;
opacity: 0;
z-index: 100;
animation: opa 1s steps(1, end) infinite reverse;
border-left: none;
}

.wrapper .mask {
width: 50%;
height: 100%;
position: absolute;
background: inherit;
opacity: 1;
z-index: 300;
animation: opa 1s steps(1, end) infinite;
}



#loader{
background-color: #EEEEEE;
border-radius: 50%;
width: 35px;
height: 35px;
z-index: 1100;
position: fixed;
left: calc(50% - 569px);
top: 52px;
animation: esquinar 2s;
}

.agrandar{
transform: scale(1.4);
}

@keyframes rota {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes opa {
0% {
opacity: 1;
}
50%, 100% {
opacity: 0;
}
}


@keyframes esquinar {
0%{
	left: 50%;
	top: 50%;
	opacity: 0;
}

50%{
left: 50%;
	top: 50%;
	opacity: 1;
}

100%{
transform: scale(1);
background-color: #ffffff;
opacity: 1;
}
}

#backgroundmain{
width: 8000px;
height: 8000px;
position: fixed;
z-index: 2000;
background: #222222;
}

#bigAssDot {
display: block;
position: fixed;
z-index: 100;
left: calc(50% - 650px);
top: -10px;
width: 200px;
height: 200px;
background: #222222;
border-radius: 1000px;
}

#bigAssDot.notLoaded {
width: 8000px;
height: 8000px;
top: 0;
left: 0;
margin-left: -2500px;
margin-top: -3000px;
-webkit-transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
-moz-transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
-ms-transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: all 600ms cubic-bezier(0.2, 0.055, 0.2, 0.19);
}


/* transitions ------------ */
.transitionSlow {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.7s ease-in-out;
}

.transitionSlowA {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}



/** GENERAL **/

html{
font-family: 'Open Sans', sans-serif;

}

body{
font-family: 'Open Sans', sans-serif;
}



/***********
HEADER
***********/

#masthead{
padding-top: 50px;
}

/*** MENU **/

.contenedorheader{

}

.idiomasmovil{
display: none;
}

#contenedorheader{
position: fixed;
top: 0;
z-index: 100;
}

header{
width: 100%;
}

.menuicon{
float: left;
color: #ffffff;
font-size: 25px;
}

.menulogo{
width: 100%;
}

#menunegro{
background-color: #222222;
width: 100%;
height: 100%;
left: 0;
right: 0;
bottom: 0;
top: 0;
position: fixed;
z-index: 100;
padding: 50px;
}

.menulista{
margin-top: 20vh;
}

.menulista div ul{
padding-left: 0;
}

@media only screen and (max-width: 1280px){
.menulista{
margin-top: 20vh;
}
}

.menulista div ul li a{
list-style: none;
color: #ffffff;
font-size: 38px;
font-weight: 800;
}

.menulista div ul li {
list-style: none;
color: #ffffff;
font-size: 38px;
font-weight: 800;
}

.menulista div ul li a:hover{
list-style: none;
color: #EE4237;
font-size: 38px;
font-weight: 800;
text-decoration: none;
}

.infomenu{
color: #ffffff;
}

.containermenunegro{
width: 100%;
}

.textonaranja{
color: #EE4237;
}

.idiomamenu{
color: #ffffff;
text-decoration: none;
}

.idiomamenu:hover{
color: #ffffff;
text-decoration: none;
}

.textonaranja a{
color: #EE4237;
text-decoration: none;
}

.textonaranja a:hover{
color: #EE4237;
text-decoration: none;
}

.textoblanco{
color: #ffffff;
}

.trabajanosotros a:hover{
color: #ffffff;
text-decoration: none;
}

.trabajanosotros{
margin-top: 18px;
margin-left: 45%;
font-weight: bold;
}

.inputbuscar{
background-color: #222222;
border: 0;
border-radius: inherit;
border-bottom: 2px solid #ffffff;
margin-right: 50px;
color: #ffffff;
width: 400px;
}

.inputbuscar::placeholder{
color: #ffffff;
}

.buscaricon {
float: left;
color: #ffffff;
font-size: 25px;
z-index: 20;
position: absolute;
margin-left: 360px;
}

.navbar-brand{
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
}

.navbar-brand-menu{
margin-bottom: auto;
margin-top: auto;
}

.logoprincipal{
width: 316px;
}

.clientesheader img{
width: 500px;
margin-top: 10px;
}

.redesheader{
padding-top: 10px;
}

/**************
 HOME
**************/

#main{
margin: 0;
}

.fondonaranja{
background-color: #EE4237;
}

.fondogris{
background-color: #EEEEEE;
}

.fondogrisclaro{
background-color: #F7F7F7;
}

.fondoblanco{
background-color: #F7F7F7;
}

.fblanco{
background-color: #ffffff;
}

.fondonegro{
background-color: #222222;
}

.fondorojo{
background-color: #EE4237;
}

.titulohome{
color: #EE4237;
font-size: 35px;
font-weight: 300;
margin-bottom: 50px;
}

.titulohomeblanco{
color: #ffffff;
font-size: 35px;
margin-top: 10px;
font-weight: 300;
}

.tituloshome{
width: 100%;
}

.pantallacompleta{
height: 100vh;
}

.enlaces{
font-weight: 700;
}

.paddings{
  padding:50px 0 !important;
}

/**************
HEADER
**************/

.fraseheader{
padding-bottom: 50px;
height: 100%;
}

@media only screen and (min-width: 1440px){
.fraseheader{
padding-top: 40%;
}
}

.fraseheader p{
font-size: 50px;
font-weight: bolder;
color: #ffffff;
font-family: 'Open Sans', sans-serif;
font-style: normal;
}

.btnheader:hover{
color: #ffffff;
text-decoration: none;
opacity:.6;
}

.btnheader{
border: solid 2px #ffffff;
background-color: #EE4237;
color: #ffffff;
margin-top: 10vh;
font-weight: bold;
}

.fraseclientes{
color: #ffffff;
margin-right: 20px;
font-weight: bold;
font-size: 15px;
}

.headerprincipal{
height: 100vh;
width: 100%;
}

@media only screen and (max-width: 1440px){
.fraseheader{
padding-top: 20% !important;
}

.fraseheader p{
font-size: 35px !important;
}

.mouse {
margin-top: -20vh !important;
}

.fraseheader {
	padding-bottom: 30px;
}
}

.idiomas p a{
color: #ffffff;
margin-bottom: 0;
font-weight: bold;
}

.idiomas p a:hover{
color: #ffffff;
margin-bottom: 0;
font-weight: bold;
text-decoration: none;
}

.idiomas{
width: 35px;
height: 80px;
position: relative;
overflow: hidden;
margin-top: -60vh;
margin-left: 1095px;
}

.idiomasuperior{
padding-bottom: 5px;
margin-bottom: 5px;
}

.mouse {
width: 26px;
height: 40px;
border-radius: 15px;
border: 2px solid #000;
position: relative;
overflow: hidden;
margin-top: -15vh;
margin-left: 1100px;
}

.mouse .roll {
position: absolute;
top: 8px;
left: 50%;
width: 4px;
margin-left: -2px;
height: 4px;
border-radius: 4px;
background: #000;
-webkit-animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
z-index: 2;
}

.mouse .rollshadow {
position: absolute;
top: 8px;
left: 50%;
width: 4px;
margin-left: -2px;
height: 4px;
background: #000;
border-radius: 4px;
-webkit-animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
-webkit-animation-delay: 80ms;
animation-delay: 80ms;
z-index: 1;
}

.barraidiomas{
width: 50px;
margin-top: -10px;
margin-bottom: 0;
}

.barraclientesredes{
width: 1136px;
margin-top: -25px;
margin-bottom: 10px;
position: absolute;
}

.barrahorizontal{
border-bottom: 2px solid #ffffff;
}

@-webkit-keyframes mouseScroll{
0%{
-webkit-transform:translateY(0);
transform:translateY(0)
}
100%{
-webkit-transform:translateY(14px);
transform:translateY(14px)
}
}
@keyframes mouseScroll{
0%{
-webkit-transform:translateY(0);
transform:translateY(0)
}
100%{
-webkit-transform:translateY(14px);
transform:translateY(14px)
}
}

/**************
SERVICIOS
**************/

.botonesservicios a{
color: #222222;
font-weight: 700;
}

.flechahover{
font-size: 20px;
color: #EE4237;
vertical-align: super;
visibility: hidden;
position: relative;
top: 6px;
}

.clientesredes{
width: 100%;
height: 80px;
}

.servicioshome, .ebookshome{
padding-bottom: 50px;
padding-top: 50px;
}

.imgebook{
width: 250px;
}

.enlaceservicio{
font-size: 25px;
}

@media only screen and (max-width: 580px){

.headerprincipal{

}

.pantallacompleta {
	height: auto !important;
}

.menulista {
margin-top: 0 !important;
}

.menulista div ul li a, .menulista div ul li{
font-size: 28px !important;
}

.menulista div ul{
padding-left: 20px;
}

.infomenu {
	display: none !important;
}

.enlaceservicio{
font-size: 18px !important;
}

.titulohome {
font-size: 25px !important;
}

.containerebook div{
padding-left: 0 !important;
	margin: auto !important;
}

.textoebook {
	height: auto !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.bloghome div {
	width: 100% !important;
}

.enlacemapa {
font-size: 18px !important;
}

.mapas{
width: auto !important;
margin: auto !important;
}

.titulohomeblanco {
font-size: 25px !important;
}

.inputhome{
width: auto !important;
margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-right: 0 !important;
}

.reconomientoshome {
	width: auto !important;
	margin: auto !important;
}

.reconomientoshome img{
width: 50% !important;
margin: auto !important;
padding-bottom: 20px !important;
}

.barraparrafo{
width: auto !important;
}

.contentPR{
font-size: 18px !important;
}

.planes div p a{
font-size: 20px !important;
}

.tituloshome {
	width: auto !important;
}

.nombretestimonio{
padding-left: 10px !important;
	padding-top: 10px;
}

.frasetestimonio {
	padding-left: 0 !important;
	padding-top: 40px !important;
	width: 100% !important;
}

.frasetestimonio p {
width: 45% !important;
font-size: 13px;
}

.flechastestimonios {
	text-align: center !important;
}

.contenidofooter div div ul li {
	float: none !important;
	margin-left: 0 !important;
}

.menufooter div p {
margin-left: 0 !important;
}

.clientesredes{
visibility: hidden !important;
}

#contenedorheader{
position: relative !important;
}

#masthead {
	padding-top: 0 !important;
}

.trabajanosotros{
display: none;
}

.navbar-brand img{
width: 150px !important;
}

.navbar-brand-menu{
display: none;
}
.testimonios {
	padding-bottom: 80px;
}

.owl-carousel .owl-item img{
width: inherit !important;
}

/*
#hsForm_b52de389-a75f-4e8a-9b3e-03acc8ca7659 fieldset{
max-width: 500px !important;
padding-top: 40px;
}

#hsForm_b52de389-a75f-4e8a-9b3e-03acc8ca7659{
display: block !important;
}

.hs-form-field {
	width: 200px !important;
}

.input{
width: 500px !important;
}
*/

.owl-nav {
	margin-top: -125px !important;
	margin-right: 130px !important;
}

#carouselTestimonial{

}

#firstname-b52de389-a75f-4e8a-9b3e-03acc8ca7659, #email-b52de389-a75f-4e8a-9b3e-03acc8ca7659, #firstname-dd6dc9a8-a67f-4f17-af22-97ccd49a2f5f, #email-dd6dc9a8-a67f-4f17-af22-97ccd49a2f5f, #website-dd6dc9a8-a67f-4f17-af22-97ccd49a2f5f, .hs-input{

}

.testimonioshome{
height: 810px !important;
}

.newsletterhome{
display: none;
}

.titulosrp {
	height: 100px !important;
}

.owl-carousel .owl-stage-outer{
height: 800px !important;
}

.textoblog{
height: auto !important;
}

.idiomamenu{
color: #EE4236 !important;
}

.separadorvertical, .contenairlogotestimonio{
display: none;
}

.imgebook {
width: 100%;
}

.mapacontacto{
display: none;
}

.testimonioshome {
	padding-bottom: 0px !important;
	padding-top: 10px !important;
}

}

.enlaceservicio:hover{
color: #EE4237;
text-decoration: none;
}

.enlaceservicio:hover .flechahover{
visibility: visible;
}

.contenidoPR, .contenidoBC, .contenidoMD, .contenidoEV {
display: none;
}

.contenidoPR, .contenidoBC, .contenidoMD, .contenidoEV {
padding-left: 50px;
font-size: 22px;
width: 700px;
}

.contenidoPR p, .contenidoBC p, .contenidoMD p, .contenidoEV  p{
margin-bottom: 0;
}

.barraparrafo{
width: 150px;
height: 10px;
border-top: solid 2px #000000;
float: left;
margin-bottom: 5px;
}

/***************
 PLANES
***************/

.btnblanco{
border: solid 2px #EE4237;
background-color: #F7F7F7;
color: #EE4237;
font-weight: 700;
}

.planes{
padding-bottom: 50px;
padding-top: 35px;
}

.planes div p a{
font-size: 25px;
color: #222222;
font-weight: 700;
}

.planes div p a:hover{
color: #EE4237;
text-decoration: none;
}

.planes div p a:hover .flechahover{
visibility: visible;
}

.gridplanes{
width: 100%;
padding-bottom: 50px;
}

.gridplanes div p{
margin-bottom: 0;
}


/****************
TESTIMONIOS
****************/

.nombretestimonio{
padding-left: 40px;
width: 800px;
}

.frasetestimonio{
padding-left: 40px;
padding-top: 50px;
width: 1600px;
}

.testimonioshome{
padding-bottom: 25px;
padding-top: 50px;
}

.nombretestimoniohome{
font-weight: 600;
margin-bottom: 0;
font-size: 20px;
}

.datostestimonio{
margin-bottom: 0;
font-size: 14px;
}

.fototestimonio img{
width: 250px !important;
}

.owl-nav{
position: relative;
float: right;
margin-top: -60px;
margin-right: 20px;
}

.contenairlogotestimonio{
height: 80px;
}

.logotestimonio{
height: auto;
width: 100px !important;
margin-left: -3px;
}

.flechanegra:hover{
color: #EE4237;
font-size: 40px;
}

.flechanegra:focus, .owl-next:focus, .owl-prev:focus{
outline: none;
}


.flechanegra{
color: #222222;
font-size: 40px;
}

.flechastestimonios{
text-align: right;
}

.separadorv{
height: 80%;
width: 2px;
background-color: #222222;
border-radius: 2px;
display: block;
margin-top: 20px;
margin-left: 20px;
}

.testimonios{
padding-right: 30px;
background-color: #EEEEEE;
}

/***************
AGENDA CITA
***************/

.botoncita{
margin-top: 50px;
margin-bottom: 0px;
vertical-align: middle;
width: 100%;
}

.botoncita div button{
border: solid 2px #ffffff;
background-color: #EE4237;
color: #ffffff;
font-weight: bold;
font-size: 22px;
}

.botoncita:hover{
text-decoration: none;
color: #ffffff;
}

.botoncita div button:focus, .btn:focus, button:focus{
outline: none;
}

.agendacita{
padding-left: 0;
padding-right: 0;
}

/******************
 E BOOKS
******************/

.containerebook{
background-color: #EEEEEE;
padding: 20px 20px 0px 20px;
}


.containerebook div p a{
color: #EE4237;
}

.textoebook{
height: 240px;
padding-top: 20px;
padding-left: 20px;
}

.enlaceebook{
margin-top: 40px;
margin-left: 20px;
}

/*****************
BLOG
*****************/

.bloghomemain{
padding-bottom: 50px;
}

.bloghome{

}

.bloghome div{
width: 50%;
}

.bloghome div div p a{
color: #EE4237;
}

.bloghome div div p{
padding-left: 20px;
}

.textoblog{
height: 185px;
padding-top: 20px;
padding-right: 25px;
}

.imgblog{
width: 100%;
}

/****************
MAPAS
****************/

.mapashome{
padding-bottom: 20px;
padding-top: 35px;
}

.mapa{
text-align: center;
}

.enlacemapa{
color: #231F20;
font-weight: 700;
font-size: 27px;
}

.enlacemapa:hover, .mapa:hover .enlacemapa{
color: #EE4237;
text-decoration: none;
}

.enlacemapa:hover .flechahover, .mapa:hover .flechahover{
visibility: visible;
}

.mapas{
width: 100%;
padding-bottom: 20px;
}

/*****************
NEWSLETTER
*****************/

.newsletterhome{
padding-top: 35px;
}

.formularionewsletter{
width: 100%;
}

.formularionewsletter form{
width: 100%;
}

.formularionewsletter .inputhome, .hs-input{
background-color: #EE4237;
border-radius: 0;
border-bottom: 2px solid #ffffff !important;
margin-right: 50px;
color: #ffffff;
box-shadow: none !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
border-radius: none !important;
}

.formularionewsletter .inputhome[type=text]:focus, .inputhome[type=email]:focus, .hs-input[type=text]:focus, .hs-input[type=email]:focus{
background-color: #EEEEEE;
color: #000000;
border-radius: 0;
}

.formularionewsletter .inputhome[type=text]:focus::placeholder, .inputhome[type=email]:focus::placeholder, .hs-input[type=text]:focus::placeholder, .hs-input[type=email]:focus::placeholder{
color: #000000 !important;
border-radius: 0;
}

.formularionewsletter .inputhome::placeholder, .hs-input::placeholder{
color: #ffffff !important;
font-size: 20px;
border-radius: 0;
}

.formularionewsletter .hs-button:hover{
box-shadow: none !important;
}

.formularionewsletter .hs_firstname label, .hs_email label{
/*display: none !important;*/
}

.formularionewsletter #hsForm_b52de389-a75f-4e8a-9b3e-03acc8ca7659{
display: flex;
}

.formularionewsletter #hsForm_b52de389-a75f-4e8a-9b3e-03acc8ca7659 fieldset{
max-width: 1000px !important;
padding-top: 40px;
border-radius: 0;
color: #000000;
}

.formularionewsletter .hs-form-field {
width: 500px !important;
border-radius: 0;
}

.formularionewsletter .form-control:focus {
color: #ffffff;
font-family: 'Open Sans', sans-serif;
background-color: #EE4237;
border-color: inherit;
outline: 0;
box-shadow: inherit;
}

.formularionewsletter .hbspt-form .hs-fieldtype-checkbox label span,
.formularionewsletter .hbspt-form .hs-fieldtype-select label span,
.formularionewsletter .hbspt-form .hs_pa_s_dropdown label span{
font-family: 'Open Sans', sans-serif;
font-weight: normal;
border-radius: 0;
}
.formularionewsletter .hbspt-form .hs-fieldtype-select select,
.formularionewsletter .hbspt-form .hs_pa_s_dropdown select{
border-radius: 0;
color: #000000;
font-family: 'Open Sans', sans-serif;
}

.formularionewsletter .hbspt-form input,
.formularionewsletter .hbspt-form textarea{
border-radius: 0;
color: white;
margin: 0;
}

.formularionewsletter .forms-hbs .form-columns-2 div, fieldset.form-columns-2 .hs-form-field {
width: inherit;
}

.btnnaranja, .hs-button{
border: solid 2px #ffffff !important;
background-color: #EE4237 !important;
color: #ffffff !important;
background-image: none !important;
text-shadow: none !important;
}

#hsForm_b52de389-a75f-4e8a-9b3e-03acc8ca7659 .hs-button{
font-size: 1rem !important;
font-weight: 400 !important;
}

#lastname-b329494d-76be-492e-abd5-8243f89b56f9{
margin-top: 5px;
}

#email-b329494d-76be-492e-abd5-8243f89b56f9{
margin-top: 15px;
}

/*****************
RECONOMIENTOS
*****************/

.reconomientoshome{
width: 100%;
margin-bottom: 50px;
}

.reconomientoshomemain{
padding-top: 50px;
}

/*****************
SEPARADOR
****************/

.separadornegro{
background-color: #000000;
height: 10px;
}


/***** FOOTER ****/

.contenidofooter{
width: 100%;
padding-bottom: 20px;
padding-top: 20px;
}

.contenidofooter div{
float: left;
color: #ffffff;
}

.contenidofooter div div ul{
list-style: none;
font-size: 12px;
padding-bottom: 10px;
margin-top: 10px;
padding-left: 0;
}

.contenidofooter div div ul li{
float: left;
margin-left: 20px;
}

.contenidofooter div div ul li a{
text-decoration: none;
color: #ffffff;
}


.menufooter div p{
text-decoration: none;
color: #ffffff;
font-size: 12px;
margin-left: 20px;
margin-bottom: inherit;
}

.legalesfooter{
margin-top: 0;
}

.legalesfooter div p{
color: #ffffff;
font-size: 12px;
padding-bottom: 10px;
margin-bottom: 0;
padding-top: 10px;
}

.enlace a{
text-decoration: none;
color: #ffffff;
}

.enlace a:hover{
text-decoration: none;
color: #ffffff;
}

.enlace{
font-weight: bolder;
}

.avisoprivacidad p a{
text-decoration: none;
color: #ffffff;
}

.avisoprivacidad p a:hover{
text-decoration: none;
color: #ffffff;
}

.logojandr{

}

.logojr{
width: 200px;
}

/*******************
NOSOTROS
******************/

.tituloheadernos{
font-size: 50px;
font-weight: bolder;
color: #EE4237;
font-family: 'Open Sans', sans-serif;
font-style: normal;
margin-top: 40%;
width: 70%;
}

@media only screen and (max-width: 1440px){
.tituloheadernos{
margin-top: 20% !important;
font-size: 35px !important;
}
}

.subtituloheadernos{
font-size: 22px;
font-weight: normal;
color: #ffffff;
font-family: 'Open Sans', sans-serif;
font-style: normal;
margin-bottom: 50px;
width: 70%;
margin-top: 50px;
}

.nosotrosdescripcion{
margin-top: 50px;
margin-bottom: 50px;
}

.containernosotros{
padding-left: 40px;
}

.containernosotros p{
margin-top: 50px;
}

.parrafosomosanother{
margin-top: 50px;
margin-bottom: 0;
}

.parrafonosotros{
margin-top: -20px;
}

.textosnaranja{
color: #EE4237;
}

.parrafosnosotros{
font-size: 30px;
font-weight: normal;
color: #ffffff;
}

.quehacemos{
width: 100%;
padding-bottom: 30px;
margin-top: -20px;
}

.quehacemos div p{
color: #222222;
font-size: 27px;
text-decoration: none;
margin-top: 0;
}


.quehacemos div p a:hover{
color: #EE4237;
text-decoration: none;
}

.quehacemos div p a:hover .flechahover{
visibility: visible;
}

.quehacemosexpertos p{
font-size: 18px;
}

.comolohacemoscontent p{
font-size: 22px;
}

.comolohacemos{
padding-top: 50px;
padding-bottom: 50px;
}

.clientes{
padding-top: 50px;
padding-bottom: 50px;
}

.logoclientes{
margin-top: -50px;
margin-bottom: -50px;
}

.logoclientes img{
width: 170px;
margin-top: 15px;
margin-bottom: 15px;
}

.leadership{
padding-top: 50px;
}

.directorind{
width: 50%;
padding: 10px;
}

.directorind h3{
color: #EE4237;
font-weight: bolder;
font-size: 35px;
position: absolute;
margin-left: -30px;
margin-top: 5px;
}

.directorind h4{
color: #EE4237;
font-size: 27px;
position: absolute;
margin-left: -30px;
margin-top: 50px;
}

.directorind p{
margin-top: 90px;
}

.directorind img{

height: 300px;
}

.gridsubdirectores{
padding-top: 50px;
padding-bottom: 50px;
}

.subdirectorind{
margin-left: 10px;
margin-right: 10px;
}

.subdirectorind img{
width: 212px;
}

.subdirectorind h4{
color: #EE4237;
font-size: 17px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

.subdirectorind p{
font-size: 13px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

.titulosubdirecto{
background-color: #EE4237;
color: #ffffff;
font-size: 16px;
position: absolute;
margin-top: 150px;
width: 180px;
margin-left: 15px;
text-align: center;
font-weight: 400;
padding-bottom: 10px;
padding-top: 10px;
}

.mouseblanco {
width: 26px;
height: 40px;
border-radius: 15px;
border: 2px solid #ffffff;
position: relative;
overflow: hidden;
margin-top: -10vh;
margin-left: 1100px;
}

.mouseblanco .rollblanco {
position: absolute;
top: 8px;
left: 50%;
width: 4px;
margin-left: -2px;
height: 4px;
border-radius: 4px;
background: #ffffff;
-webkit-animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
z-index: 2;
}

.mouseblanco .rollshadowblanco {
position: absolute;
top: 8px;
left: 50%;
width: 4px;
margin-left: -2px;
height: 4px;
background: #ffffff;
border-radius: 4px;
-webkit-animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
animation: mouseScroll .8s cubic-bezier(.7,0,.3,1) infinite alternate;
-webkit-animation-delay: 80ms;
animation-delay: 80ms;
z-index: 1;
}


@media only screen and (max-width: 580px){

.nosotrosdescripcion div img{
width: 100% !important;
}

.parrafosnosotros{
font-size: 20px !important;
}

.quehacemos div p a{
font-size: 22px !important;
}

.comolohacemoscontent p {
	font-size: 18px !important;
}

.directorind{
width: 100% !important;
}

.directorind h3{
margin-left: inherit;
font-size: 30px !important;
}

.directorind h4{
margin-left: inherit !important;
font-size: 22px !important;
}

.directorind img{
width: 100% !important;
}

.titulosubdirecto{
margin-top: -50px !important;
margin-left: 50px !important;
position: relative;
}

.subdirectorind img{
width: 100%;
}

.logoclientes{
text-align: center;
}

.active{
display: table !important;
}

.directorind img{
width: 100%;
height: auto;
}

}

/**************
RELACIONES PUBLICAS
**************/

.titulorpblanco{
color: #ffffff;
}

.titulorprojo{
color: #EE4237;
}

.titulosrp{
height: 182px;
}

.contenidorp{
padding-top: 50px;
padding-bottom: 50px;
padding-right: 30px;
padding-left: 30px;
}

.titulosrp{
padding-top: 50px;
padding-right: 30px;
padding-left: 30px;
}

.containerpr{
width: 50%;
height: 450px;
}

.containerbr{
width: 50%;
height: 370px;
}

.containerdg{
width: 50%;
height: 500px;
}

.containerev{
width: 50%;
height: 580px;
}

.guion{
display: none;
border-top: 2px solid #000000;
width: 40px;
float: left;
margin: 0;
}

.letrasblancas{
color: #ffffff;
font-size: 22px;
padding-top: 200px !important;
}

.relacionespublicasmain{
padding-top: 50px;
padding-bottom: 50px;
}

.imagenesmovil{
display: none;
}

@media only screen and (max-width: 580px){

.idiomasmovil{
display: block;
}

.imagenesdesktop{
display: none !important;
}

.imagenesmovil{
display: block !important;
}

.contenidospr div{
padding: 10px;
}

.titulorpblanco, .titulorprojo{
font-size: 20px;
}

.containerpr, .containerbr, .containerev, .containerdg{
width: 100% !important;
height: auto !important;
}

.titulosrp h2{
font-size: 20px !important;
}

.contenidorp p{
font-size: 18px !important;
}

.letrasblancas p{
font-size: 18px !important;
}

.letrasblancas{
padding-top: 50px !important;
}

.containernosotros {
 padding-left: 0;
 padding-top: 40px;
}
}

/******** CONTACTO ********/

.containerform{
width: 60%;
}

.formulariomapa{
padding-bottom: 50px;
}

.contactoformulario{
margin-top: 50px;
width: 100%;
}

.contactodescripcion{
margin-top: 50px;
margin-bottom: 50px;
width: 100%;
}

.parrafocontacto{
margin-top: 20px;
}


.btncontacto{
border: solid 2px #EE4237;
background-color: #F7F7F7;
color: #EE4237;
margin-top: 30px;
font-weight: bold;
}

.btncontacto:hover{
color: #EE4237;
text-decoration: none;
}

.mapacontacto img{
width: 400px;
}

.mapacontacto{

}

.containercontacto{
padding-left: 40px;
}

.imgcontacto{
width: 900px;
}

.siglaspais{
font-size: 200px;
font-weight: bolder;
color: #EE4237;
font-family: 'Open Sans', sans-serif;
font-style: normal;
margin-top: 30%;
padding-right: 20%;
}

.pantallacontacto{
height: 150px;
}

.parraprincipalfocontacto{
margin-top: 20px;
font-size: 22px;
}

@media only screen and (max-width: 580px){
.mapacontacto img{
width: 100%;
margin-left: 0;
}

.containercontacto{
padding-left: 0;
padding-top: 30px;
}

.imgcontacto{
width: 100%;
}

.containerform{
width: 100%;
}
}


.formcontacto  {
 width: 100%;
}
.formcontacto .forms-hbs{
padding-bottom: 10px;
}
.formcontacto .forms-hbs .hbspt-form .hs-form-field,
.formcontacto .forms-hbs .hbspt-form .hs_submit,
.formcontacto .forms-hbs .hbspt-form .hs_error_rollup{
/* width: auto !important;
max-width: 600px; */
margin-right: auto;
margin-left: auto;
}

#label-hs_persona-b329494d-76be-492e-abd5-8243f89b56f9, #label-eres_una_agencia-b329494d-76be-492e-abd5-8243f89b56f9, #label-estas_interesado_en_un_servicio_en_especifico_-b329494d-76be-492e-abd5-8243f89b56f9, #label-te_encuentres_en_busca_de_una_agencia-b329494d-76be-492e-abd5-8243f89b56f9, #label-hs_persona-7b5d863f-cfd0-432f-9a3d-36d0e6381b55, #label-eres_una_agencia-7b5d863f-cfd0-432f-9a3d-36d0e6381b55,#label-estas_interesado_en_un_servicio_en_especifico_-7b5d863f-cfd0-432f-9a3d-36d0e6381b55, #label-te_encuentres_en_busca_de_una_agencia-7b5d863f-cfd0-432f-9a3d-36d0e6381b55{
margin-top: 15px;
font-size: 13px;
}

.formcontacto .hbspt-form .hs-error-msgs label{
display: block !important;
font-weight: 100;
font-style: italic;
position: absolute;
color: #EE4237;
margin-left: 0;
}
.formcontacto .forms-hbs .hbspt-form .hs-form-required{
display: none;
}

.formcontacto .forms-hbs .hbspt-form .hs-fieldtype-checkbox label span,
.formcontacto .forms-hbs .hbspt-form .hs-fieldtype-select label span,
.formcontacto .forms-hbs .hbspt-form .hs_pa_s_dropdown label span{
color: #222222;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}
.formcontacto .forms-hbs .hbspt-form .hs-fieldtype-select select,
.formcontacto .forms-hbs .hbspt-form .hs_pa_s_dropdown select{
border-radius: 0;
color:white;
}

.formcontacto .forms-hbs .hbspt-form .hs_pa_s_dropdown option:disabled,
.formcontacto .forms-hbs .hbspt-form .hs_pa_s_dropdown select[disabled] > option{
color: #222222;
}

.formcontacto .forms-hbs .hbspt-form input,
.formcontacto .forms-hbs .hbspt-form textarea{
border-radius: 2;
color: #222222;
margin: 0;
}
.formcontacto .forms-hbs .hbspt-form input[type=text]:focus, .forms-hbs .hbspt-form input[type=email]:focus, .forms-hbs .hbspt-form input[type=text]:focus, .forms-hbs .hbspt-form input[type=email]:focus{
background-color: transparent;
color: white;
}

.formcontacto .forms-hbs .hbspt-form .hs-input::placeholder{
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}
.formcontacto .forms-hbs .hbspt-form .hs-input::-webkit-input-placeholder{
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}
.formcontacto .forms-hbs .hbspt-form .hs-input::-moz-placeholder{
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}
.formcontacto .forms-hbs .hbspt-form .hs-input::-ms-input-placeholder{
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}

.formcontacto .inputhome, .formcontacto .hs-input{
background-color: #ffffff;
}

.formcontacto .inputhome[type=text]:focus, .formcontacto .inputhome[type=email]:focus, .formcontacto .hs-input[type=text]:focus, .formcontacto .hs-input[type=email]:focus{
background-color: #EEEEEE;
color: #222222;
}

.formcontacto .inputhome[type=text]:focus::placeholder, .formcontacto .inputhome[type=email]:focus::placeholder, .formcontacto .hs-input[type=text]:focus::placeholder, .formcontacto .hs-input[type=email]:focus::placeholder{
color: #222222 !important;
}

.formcontacto .inputhome::placeholder, .formcontacto .hs-input::placeholder{
color: #222222 !important;
font-size: 13px;
}


.formcontacto input.hs-input, .formcontacto textarea.hs-input, .formcontacto select.hs-input {
	width: 95% !important;
	height: 30px;
	padding: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

.formcontacto .hs-form-required{
display: none;
}

.formcontacto .hs_firstname label, .formcontacto .hs_email label{
display: block !important;
}

.formcontacto .hs-error-msgs{
list-style: none;
margin-bottom: 0;
}

.formcontacto input[type=submit]{
border: solid 2px #EE4237 !important;
background-color: #EEEEEE !important;
color: #EE4237 !important;
margin-top: 30px;
font-weight: bold;
}

.formcontacto  .hs-form-field {
 width: 100% !important;
 float: none;
}


@media only screen and (max-width: 580px){
.formcontact .input {
	 width: 100% !important;
}
}

.download-brief	{
		padding-top: 0;
    padding-bottom: 0;
    margin-top: 40px;
    margin-bottom: 40px;
	}
.download-brief .col-l{
	padding: 20px 0;
}


/**/

.header-container.container-fluid,
.body-container.container-fluid{
  margin:0;
  padding:0;
}

.fintech-descargable #masthead,
.chile-pr #masthead{
  padding-top: 10px !important;
  height: auto !important;
}
.chile-pr .navbar-brand{
  padding-top: 0px !important;
}

.fintech-descargable #contenedorheader,
.chile-pr #contenedorheader{
	height:60px;
}
.fintech-descargable .title{
	font-size: 32px;
  font-weight: bolder;
  color: #EE4237;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}

.fintech-descargable .hs-form .form-columns-2 div, .fintech-descargable .hs-form fieldset.form-columns-2 .hs-form-field{
    width: 100% !important;
}
.forms-hbs{
  padding-bottom: 10px;
  max-width: 500px;
  margin: auto;
}
.fintech-descargable .hs-form .hs-custom-form .hs-form-field,
.fintech-descargable .hs-form .hs-custom-form .hs_submit,
.fintech-descargable .hs-form .hs-custom-form .hs_error_rollup{
  /* width: auto !important;
  max-width: 600px; */
  margin-right: auto;
  margin-left: auto;
}
.fintech-descargable .hs-form .hs-custom-form .hs_submit{
  width: 500px;
  text-align: center;
}
.fintech-descargable .hs-form .hs-custom-form .hs-error-msgs label{
  display: block !important;
  font-weight: 100;
  color: white;
  font-style: italic;
  margin-top: 5px;
  position: absolute;
  color: #000000;
}
.fintech-descargable .hs-form .hs-custom-form .hs-form-required{
  display: none;
}
.fintech-descargable .hs-form .hs-custom-form .hs-fieldtype-checkbox label span,
.fintech-descargable .hs-form .hs-custom-form .hs-fieldtype-select label span,
.fintech-descargable .hs-form .hs-custom-form .hs_pa_s_dropdown label span{
  color: white;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  border-radius: 0;
  margin-left: 7px;
}

.fintech-descargable .hs-form .hs-custom-form .hs-fieldtype-text label,
.fintech-descargable .hs-form .hs-custom-form .hs-fieldtype-textarea label {
  display:none;
}
.fintech-descargable .hs-form .hs-custom-form .hs-fieldtype-select select,
.fintech-descargable .hs-form .hs-custom-form .hs_pa_s_dropdown select{
  border-radius: 0;
  color:white;
  font-size:12px;
}

.fintech-descargable .hs-form .hs-custom-form .hs_pa_s_dropdown option:disabled,
.fintech-descargable .hs-form .hs-custom-form .hs_pa_s_dropdown select[disabled] > option{
  color: white;
  border-radius: 0;
}

.fintech-descargable .hs-form .hs-custom-form input,
.fintech-descargable .hs-form .hs-custom-form textarea{
  border-radius: 0;
  color: white;
  margin: 10px 0 20px 0;
  font-size: 12px;
}
.fintech-descargable .hs-form .hs-custom-form input[type=text]:focus, .fintech-descargable .hs-form .hs-custom-form input[type=email]:focus, .fintech-descargable .hs-form .hs-custom-form input[type=text]:focus, .fintech-descargable .hs-form .hs-custom-form input[type=email]:focus{
  background-color: transparent;
  color: white;
}

.fintech-descargable .hs-form .hs-custom-form .hs-input::placeholder{
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.fintech-descargable .hs-form .hs-custom-form .hs-input::-webkit-input-placeholder{
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.fintech-descargable .hs-form .hs-custom-form .hs-input::-moz-placeholder{
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.fintech-descargable .hs-form .hs-custom-form .hs-input::-ms-input-placeholder{
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.fintech-descargable .hs-form .hs-custom-form ul{
  padding-left: 5px;
  list-style: none;
}
.fintech-descargable .hs-form .hs-custom-form .hs-error-msgs li label{
  font-size:12px;
}
.fintech-descargable .hs-form .hs-form-required{
  display:none;
}

.fintech-descargable input.hs-input, .fintech-descargable textarea.hs-input, .fintech-descargable select.hs-input{
  font-size:13px;
}
.fintech-descargable .hs-form .hs-input::-webkit-input-placeholder {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.fintech-descargable .hs-form .hs-fieldtype-checkbox label span, 
.fintech-descargable .hs-form .hs-fieldtype-select label span, 
.fintech-descargable .hs-form .hs_pa_s_dropdown label span {
    color: white;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border-radius: 0;
    margin-left: 7px;
}

.fintech-descargable .hs-form .hs-fieldtype-text,
.fintech-descargable .hs-form .hs-fieldtype-select{
    margin-bottom: 18px;
}

.fintech-descargable .hs-form .hs-fieldtype-checkbox ul{
    padding: 0 0 0 5px;
}
.fintech-descargable .hs-form .hs-fieldtype-checkbox ul li{
    list-style:none;
}
.fintech-descargable .hs-form .hs-fieldtype-checkbox ul li input{
    margin-right:0;
}
.fintech-descargable .hs-form .hs-submit{
    text-align:center;
}
.fintech-descargable .hs-form .hs-button{
    font-size:13px;
}
.fintech-descargable .hs-form .hs-error-msgs{
	position:relative;
  padding: 0 0 0 5px;
  margin: 0;
}
.fintech-descargable .hs-form .hs-error-msgs li{
	list-style:none;
}
.fintech-descargable .hs-form .hs-error-msgs label {
  display: block !important;
  font-weight: 100;
  color: white;
  font-style: italic;
  margin-top: 5px;
  position: absolute;
  color: #000000;
  font-size:13px;
  top:0;
  font-weight:400;
}
.fintech-descargable .hs-form .hs-fieldtype-checkbox .hs-error-msgs label{
	position:relative;
}
.fintech-descargable .hs-form .hs_error_rollup .hs-error-msgs label{
	position:relative;
}

/**/
.chile-pr .cover-chile{
	background-image: url(https://cdn2.hubspot.net/hubfs/2089525/inbound_MKT/Landing%20Pages/Chile%20-%20PR/EMAIL%201%20PR%20CHILE/back-chile-s.png);
  background-size: cover;
  position:relative;
}

.chile-pr .cover-chile h1{
	font-family: 'Open Sans', sans-serif;
  font-size: 33px;
  color: #ee4237;
  font-weight:900;
  margin-bottom:30px;
}
.chile-pr .cover-chile h3{
	font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #f8f8f6;
  font-weight:300;
  margin-bottom:20px;
}
.chile-pr .cover-chile .space-bar{
	height:200px;
}
.chile-pr #contenedorheader,
.chile-pr #masthead{
	background-color: white !important;
}
.chile-pr .btnwhite{
  border: solid 2px #EE4237;
  background-color: transparent;
  color: #EE4237;
  font-weight: bold;
  margin-top: 20px;
  border-radius:0;
}
.chile-pr .chile-form input:-webkit-autofill,
.chile-pr .chile-form input:-webkit-autofill:hover, 
.chile-pr .chile-form input:-webkit-autofill:focus
.chile-pr .chile-form textarea:-webkit-autofill,
.chile-pr .chile-form textarea:-webkit-autofill:hover
.chile-pr .chile-form textarea:-webkit-autofill:focus,
.chile-pr .chile-form select:-webkit-autofill,
.chile-pr .chile-form select:-webkit-autofill:hover,
.chile-pr .chile-form select:-webkit-autofill:focus{
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: white;
}
.chile-pr .chile-form input::placeholder, .chile-pr .chile-form .hs-input::placeholder{
	color:#ffffff !important;
}

.chile-pr .chile-form{
	margin-bottom:30px;
}
.chile-pr .chile-form .hs-input{
	background-color: transparent;
  font-size:13px;
  color:#ffffff;
  border-bottom: 1px solid #ffffff !important;
}
.chile-pr .chile-form select.hs-input{
	background-color:white;
  color:black;
  margin-top:10px;
}
.chile-pr .chile-form .hs-input::placeholder{
  font-size:13px;
}
.chile-pr .chile-form label,
.chile-pr .chile-form label .hs-form-required{
  display:none;
}
.chile-pr .chile-form .hs-form-field{
  margin-bottom:20px;
}
.chile-pr .chile-form .hs-form-field.hs-fieldtype-checkbox{
  margin-bottom:0px;
}
.chile-pr .chile-form .hs-form-field.hs-fieldtype-checkbox label,
.chile-pr .chile-form .hs-form-field.hs-fieldtype-select label{
  display:block;
  color:white;
  font-size:13px;
}

.chile-pr .chile-form .hs-error-msgs{
  display:inline-block;
  padding-left: 5px;
  position:absolute;
  margin-bottom:0;
}
.chile-pr .chile-form .hs-form-field.hs-fieldtype-checkbox .hs-error-msgs,
.chile-pr .chile-form .hs_error_rollup .hs-error-msgs{
  position:relative;
}
.chile-pr .chile-form .hs-error-msgs li{
  list-style:none;
}
.chile-pr .chile-form .hs-error-msgs label{
  display:block;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #ee4237 !important;
  font-weight: 300;
}
.chile-pr .chile-form .inputs-list{
	padding-left:0;
}
.chile-pr .chile-form .inputs-list li{
	display:inline-block;
  margin-right:30px;
}
.chile-pr .chile-form .inputs-list label{
	display:block;
}
.chile-pr .chile-form .inputs-list label .hs-input{
  margin-right:5px;
}
.chile-pr .chile-form .inputs-list label{
	color:white;
  font-size:13px;
}
.chile-pr .chile-form input[type=submit]{
  border: 2px solid #EE4237 !important;
  background-color: transparent !important;
  color: #EE4237 !important;
  font-weight: bold;
}
.chile-pr .chile-form input[type=submit]:hover,
.chile-pr .cover-chile .btnwhite:hover{
	opacity:.6;
  cursor:pointer;
}
.chile-pr .titulohome{
	font-size:30px;
}
.chile-pr .titulosrp{
	height:auto;
  padding:50px 25px 0;
}
.chile-pr .titulosrp .titulorprojo{
	font-size:30px;
  margin:0;
  font-weight: 300;
}
.chile-pr .arrow-d{
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  bottom: 0;
  text-align:center;
  -webkit-animation: mymove 2s;  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 2s;
  animation-iteration-count: infinite;
}

.chile-pr .fondogris2{
	background-color:#f7f7f7;
}


@-webkit-keyframes mymove {
    from {bottom: 0px;}
    to {bottom: 5%;}
}

@keyframes mymove {
    from {bottom: 0px;}
    to {bottom: 5%;}
}

/* fintech */
.chile-pr.fintech-pr #contenedorheader, .chile-pr.fintech-pr #masthead{
	background-color:#eeeeee !important;
}
.chile-pr .cover-fintech{
	background-image: url(https://cdn2.hubspot.net/hubfs/2089525/inbound_MKT/Landing%20Pages/Another%20Fintech/landing_fintech.png);
  background-size: contain;
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
}
.chile-pr .cover-fintech h1{
	font-family: 'Open Sans', sans-serif;
  font-size: 33px;
  color: #111111;
  font-weight:900;
  margin-bottom:30px;
}
.chile-pr .cover-fintech h3{
	font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #111111;
  font-weight:300;
  margin-bottom:20px;
}
.chile-pr .cover-fintech .space-bar{
	height:200px;
}
.chile-pr .cover-fintech .btnwhite{
  border: solid 2px #EE4237;
  background-color: transparent;
  color: #EE4237;
  font-weight: bold;
  margin-top: 20px;
  border-radius:0;
}
.chile-pr .chile-form.fintech-form .hs-input {
  background-color: transparent;
  font-size: 15px;
  border-bottom: 1px solid #000000 !important;
  color:#000000;
}
.chile-pr .chile-form.fintech-form .hs-form .hs-input::placeholder{
  color:#000000 !important;
  font-weight:600;
  font-size:15px;
}

.chile-pr .chile-form.fintech-form .hs-form .hs-input::-webkit-input-placeholder{
  color:#000000 !important;
  font-weight:600;
  font-size:15px;
}

.chile-pr .chile-form.fintech-form .hs-form .hs-input::-moz-placeholder{
  color:#000000 !important;
  font-weight:600;
  font-size:15px;
}
.chile-pr .chile-form.fintech-form .hs-form .hs-input::-ms-input-placeholder
{
  color:#000000 !important;
  font-weight:600;
  font-size:15px;
}
.chile-pr .chile-form.fintech-form .hs-form .hs-input::-moz-placeholder{
  color:#000000 !important;
  font-weight:600;
  font-size:15px;
}
.chile-pr .chile-form.fintech-form .hs-form-field.hs-fieldtype-checkbox label, .chile-pr .chile-form.fintech-form .hs-form-field.hs-fieldtype-select label{
  color:#000000 !important;
  font-weight:600;
  font-size:15px;
}
.chile-pr .chile-form.fintech-form input:-webkit-autofill,
.chile-pr .chile-form.fintech-form input:-webkit-autofill:hover, 
.chile-pr .chile-form.fintech-form input:-webkit-autofill:focus
.chile-pr .chile-form.fintech-form textarea:-webkit-autofill,
.chile-pr .chile-form.fintech-form textarea:-webkit-autofill:hover
.chile-pr .chile-form.fintech-form textarea:-webkit-autofill:focus,
.chile-pr .chile-form.fintech-form select:-webkit-autofill,
.chile-pr .chile-form.fintech-form select:-webkit-autofill:hover,
.chile-pr .chile-form.fintech-form select:-webkit-autofill:focus{
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: black;
}

@media screen and (max-height: 900px) {
  .chile-pr .cover-chile,
  .chile-pr .cover-fintech{
    min-height:700px;
    height:100vh;
	}
}