/* @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    */
/*****************************************/


@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,900;1,300;1,400&family=Source+Serif+Pro&display=swap');


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

:root {
  --color-rich-blue: #0c2340;
  --color-electric-blue: #0097dc;
  --color-purple-navy: #002f6c;
  --color-ruby-red: #b21f59;

  --color-grey-1: #4a5363;
  --color-grey-2: #d0d3dd4;
  --color-grey-3: #f5f5f5;

  --typo-principal: 'Lato', sans-serif;
  --typo-secundaria: 'Source Serif Pro', serif;
}



/* Generales -------------------------------- */

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #444 !important;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  background-color: #fff;
  line-height: 24px;

}

h1, h2, h3, h4, h5, h6 { color: #aaa !important; }

.container-fluid { padding: 0px !important; }

@media (min-width: 768px) {
  #formulario { min-height: calc(100vh - 3.2rem); }
}

a.negro { color: #444; font-size: 14px; }
a.negro:hover { color: #0097dc; text-decoration: none; }



/* COLORES */
/* --------------------------------------------------- */

.bg-blau { background-color: var(--color-rich-blue); }
.bg-gris { background-color: var(--color-grey-3); }
.bg-groc { background-color: #fff4d8; }

.blau { color: #0097dc; }
.gris { color: #dfe8eb; }
.fuscia { color: #B21F59; }
.negro { color: #444; }
.blanc { color: #fff; }
.blanc a { color: #fff; }

/* .img-sombra img.hs-image-widget { box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.30); } */


/* Botones */
/* --------------------------------------------------- */



.btn-rounded { border: 3px solid; padding: 10px 30px; border-radius: 50px; font-size: 14px; font-weight: bold;  }
.btn-rounded-yellow { border: 2px solid #F4B405; color: #F4B405; transition: all 0.2s ease-in-out; }
.btn-rounded-yellow:hover { border: 2px solid #F4B405; color: #fff; background-color: #F4B405; text-decoration: none; transition: all 0.2s ease-in-out; }

.btn-rounded-blanc { border: 2px solid #fff; color: #fff; transition: all 0.2s ease-in-out;  }
.btn-rounded-blanc:hover { border: 2px solid #fff; color: #0097dc !important; background-color: #fff; text-decoration: none; transition: all 0.2s ease-in-out; }

.btn-min { font-size: 13px !important; padding: 9px 20px; }

.f-right { float: right; }

/* COLUMNAS */
/* --------------------------------------------------- */

/* Izquierda Contenido ------------------------------- */

#contenido { padding: 40px 0;  }
#contenido .logo { margin-bottom: 45px; }
#contenido p { color: #444 !important; }

#contenido .page-header { margin-bottom: 35px; }
#contenido .page-header h1 { font-size: 14px; font-weight: bold; margin-bottom: 0.4rem !important; color: #0097dc !important; }
#contenido .page-header p { font-size: 29px; font-weight: bold; line-height: 35px; font-family: 'Source Serif Pro', serif; font-weight: 400; }

#contenido .header-doble .page-header { margin-bottom: 0px; }
#contenido .titulo__subtitulo { font-size: 18px !important; color: rgba(68, 68, 68, 0.6); !important; margin-bottom: 40px; }

#contenido .claim-m-01 { font-weight: bold; }
#contenido .claim-m-02 { font-weight: bold; color: #0097dc; }

#contenido .to-top { background-color: #e12167; border-radius: 30px; border: 3px solid #fff; transition: all .2s; width: 100%; display: block; color: #fff; padding: 10px; font-size: 15px; font-weight: bold; }
#contenido .to-top:hover { background-color: #c71958; color: #fff; cursor: pointer; }

#contenido img.hs-image-widget { width: 100%; height: auto; }



.widget-type-rich_text img {
  margin-bottom: 30px !important;
  border-radius: 8px;
  box-shadow: 0 0px 20px 0 rgba(0,0,0,0.07);
}




/* Derecha Formulario ------------------------------- */

.form-cols .row-fluid > .span6 { width: 50% !important; }
.form-cols .row-fluid { flex-direction: row !important; }


#formulario { background-color: #0C2340;  padding: 35px 35px 35px; }

#formulario .page-header { margin-bottom: 35px; }
#formulario .page-header h1 { font-size: 17px; font-weight: bold; color: #bcdfec !important; }
#formulario .page-header p { font-size: 26px; font-weight: bold; line-height: 35px; color: #fff; font-family: var(--typo-secundaria); font-weight: 400; }


#formulario .formulario h3 { color: #fff !important; font-weight: bold; text-align: center; margin-bottom: 50px; margin-right: 8px; }
#formulario .formulario { }

#formulario form input { color: #444; }
#formulario form input[type="submit"] { background-color: var(--color-electric-blue); color: #fff; border-radius: 30px; border: 2px solid var(--color-electric-blue); transition: all .2s; width: 100%; display: block; padding: 0.837rem 2rem; font-size: 15px; text-transform: uppercase; font-weight: 400 !important; }
#formulario form input[type="submit"]:hover { background-color: var(--color-electric-blue); color: #fff; cursor: pointer; box-shadow: 0 0px 10px 0 rgba(0,0,0,0.2); }
#formulario form input[type="submit"] { transition: .2s all ease-in-out; }
#formulario form input[type="submit"]:hover { transition: .1s all ease-in-out; transform: translateY(-3px); }
#formulario form input.hs-input { width: 100%; }
#formulario form textarea.hs-input { width: 100%; }
#formulario form select { width: 100%; }

#formulario form select { display: inline-block !important; -webkit-appearance: none; background: url('https://260057.fs1.hubspotusercontent-na1.net/hubfs/260057/Layout-v2/library/img/landings/right-arrowhea-select.svg') right center no-repeat #fff; background-size: 40px 40px; }
#formulario form textarea,
#formulario form select,
#formulario form input { border-radius: 3px; border: 0px; padding: 8px 14px 8px; font-size: 13px; color: #444; }

#formulario form .hs_politica_de_privacidad { color: #fff; font-size: 11px; margin-top: 10px; margin-bottom: 0px !important; }
#formulario form .hs_politica_de_privacidad a { color: #fff; text-decoration: underline; }
#formulario form .hs_politica_de_privacidad ul.inputs-list { padding-left: 0px; list-style: none; }
#formulario form .hs_politica_de_privacidad ul.inputs-list .hs-input { width: auto;  display: inline; margin-right: 5px; }
#formulario form .hs_politica_de_privacidad .hs-form-required { display: none; }

#formulario form .hs-form-field { margin-bottom: 10px; width: 100%; margin-right: none; display: block; float: none; }
#formulario form .hs-form-field > label {  color: #fff !important; margin-bottom: 3px; }
#formulario form .hs-form-field > .input { margin-right: 0px; }

#formulario form > div > label { display: none; }

::placeholder { color: #8C9A9F !important; }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #8C9A9F;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #8C9A9F;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #8C9A9F;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #8C9A9F;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #8C9A9F;
}

#formulario #content-privacy #read { font-size: 11px !important; line-height: 15px !important; color: #fff; display: block; }
#formulario #content-privacy #read a { font-size: 11px !important; line-height: 15px !important; color: #fff; display: inline-block; text-decoration: underline; }
#formulario #content-privacy #eula p { color: #fff; font-size: 11px !important; }
#formulario #content-privacy #eula p a { color: #fff !important; text-decoration: underline !important; }

.reform #eula p { color: #8C9A9F !important; }
.reform #eula p a { color: #8C9A9F !important; }

#formulario div[class^='hs_suscribete_al_blog'] .inputs-list { color: #fff; font-size: 11px; padding-left: 0px !important; margin-bottom: 0px !important; list-style: none; }
#formulario div[class^='hs_suscribete_al_blog'] .inputs-list .hs-form-booleancheckbox-display .hs-input { display: inline !important; margin-right: 5px !important; width: auto; }
#formulario div[class^='hs_suscribete_al_blog'] .inputs-list .hs-form-booleancheckbox-display span { display: inline; }




#formulario .hs-form-booleancheckbox label {
  display: inline-flex !important;
  align-items: flex-start;
}
#formulario .hs-form-booleancheckbox label > span {
  display: inline-block !important;
  color: #fff;
}


#formulario .hs-form-booleancheckbox input.hs-input {
  display: inline-block !important;
  width: auto !important;
  margin-top: 4px !important;
  padding-right: .5rem !important;
  margin-right: .5rem !important;
}


#formulario .hs-fieldtype-booleancheckbox .inputs-list {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0 !important;
}




.hs_politica_de_privacidad .input .inputs-list { margin-bottom: 0px !important; }

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.1); /* IE */
  -moz-transform: scale(1.1); /* FF */
  -webkit-transform: scale(1.1); /* Safari and Chrome */
  -o-transform: scale(1.1); /* Opera */
  padding: 2px !important;
}


ul.hs-error-msgs { padding-left: 0px !important; list-style: none; }


.bg-gris ul.hs-error-msgs li label { color: #f0363d; font-weight: normal !important; font-size: 12px; margin-bottom: 0.3rem; box-shadow: none; background-color: inherit; }
ul.hs-error-msgs li label { color: #fff; background-color: #f0363d; padding: 1px 3px; border-radius: 2px; font-weight: bold !important; font-size: 11px; margin-bottom: 0.3rem; box-shadow: none; }


.lista__titulo .hs_cos_wrapper_type_text { font-weight: bold; margin-bottom: 25px; display: block; }

ul.lista__contenido { padding-left: 0px; }
ul.lista__contenido li { list-style: none; }
ul.lista__contenido li { background: url('https://260057.fs1.hubspotusercontent-na1.net/hubfs/260057/move-to-next.svg') no-repeat }
ul.lista__contenido li { background-size: 12px 12px; padding: 3px 0 3px 30px; background-position: left 9px; margin-bottom: 10px; }

.landing-social { border-top: 5px solid #d0d3d4; border-bottom: 5px solid #d0d3d4; padding: 18px 0; }

.landing-social { text-align: center;}
.landing-social .hs_cos_wrapper .hs_cos_wrapper_type_inline_text { color: #0097dc; text-transform: uppercase; font-size: 15px; font-weight: bold; margin: 2px 12px; }
.landing-social .hs_cos_wrapper .hs_cos_wrapper_type_social_sharing a { margin: 0 7px !important; width: 28px !important; }
.landing-social .hs_cos_wrapper .hs_cos_wrapper_type_social_sharing a img { border-radius: 0px !important; width: 28px !important; height: 28px !important; transition: all .2s ease-in-out; }
.landing-social .hs_cos_wrapper .hs_cos_wrapper_type_social_sharing a img:hover { transform: scale(1.3); }

.landing-social .widget-type-social_sharing span:first-child { display: none; }

.footer { background-color: #d0d3d4; color: #4a5363; font-size: 12px; text-align: center; }
.footer .hs_cos_wrapper_type_rich_text { text-align: center; }
.footer a { color: #4a5363; }
.footer a:hover { color: #4a5363; }



.gracias h1 { font-weight: bold; font-size: 40px; font-family: var(--typo-secundaria); font-weight: 400; color: var(--color-rich-blue) !important; }
.quizas h1 { color: var(--color-ruby-red) !important; font-size: 1.2rem; font-weight: 700; margin-bottom: 1rem; }
.quizas p { font-size: 30px; font-family: var(--typo-secundaria); font-weight: 400; line-height: 1.4; }


form fieldset > div > label { display: none;  }

#formulario-gracias .formulario h3 { color: #fff !important; font-weight: bold; text-align: center; margin-bottom: 50px; margin-right: 8px; }
#formulario-gracias .formulario { }

.formulario-gracias-descargatelo { font-size: 1.7rem; margin-bottom: 1rem; font-weight: bold; color: #8C9A9F; }
.formulario-gracias-descargatelo { color: var(--color-purple-navy) !important; font-size: 1.7rem; font-weight: 700; margin-bottom: 1rem;  }
.bg-groc .formulario-gracias-descargatelo { color: #444; }

#formulario-gracias form input {  }
#formulario-gracias form input[type="submit"] { background-color: #e12167; border-radius: 30px; border: 3px solid #fff; transition: all .2s; width: 100%; display: block; color: #fff; padding: 10px; font-size: 15px; font-weight: bold; }
#formulario-gracias form input[type="submit"]:hover { background-color: #c71958; color: #fff; cursor: pointer; }
#formulario-gracias form input.hs-input { width: 100%; }
#formulario-gracias form select { width: 100%; }

.bg-groc #formulario-gracias form select,
.bg-groc #formulario-gracias form input.hs-input { border: 1px solid #d4c49b; }

#formulario-gracias form select { display: inline-block !important; -webkit-appearance: none; background: url('https://260057.fs1.hubspotusercontent-na1.net/hubfs/260057/Layout-v2/library/img/landings/right-arrowhea-select.svg') right center no-repeat #fff; background-size: 40px 40px; }
#formulario-gracias form select,
#formulario-gracias form input { border-radius: 3px; border: 0px; padding: 8px 14px 8px; font-size: 13px; color: #8C9A9F; }

#formulario-gracias form .hs_politica_de_privacidad { font-size: 11px; margin-top: 20px; }
#formulario-gracias form .hs_politica_de_privacidad a { text-decoration: underline; color: #444; }
#formulario-gracias form .hs_politica_de_privacidad ul.inputs-list { padding-left: 0px; list-style: none; }
#formulario-gracias form .hs_politica_de_privacidad ul.inputs-list .hs-input { width: auto; padding: 10px !important; display: inline; margin-right: 5px; }

#formulario-gracias form .hs-form-field { margin-bottom: 10px; width: 100%; margin-right: none; display: block; float: none; }
#formulario-gracias form .hs-form-field > label { margin-bottom: 3px; color: #8C9A9F; display: none; }
#formulario-gracias form .hs-form-field > label a { color: #8C9A9F; }
#formulario-gracias form .hs-form-field > .input { margin-right: 0px; }
#formulario-gracias form .hs-form-checkbox label,
#formulario-gracias form .hs-form-checkbox label a { color: #8C9A9F; line-height: 14px; }

#formulario-gracias form .hs_politica_de_privacidad { color: #8C9A9F; font-size: 11px; margin-top: 10px; margin-bottom: 0px !important; }
#formulario-gracias form .hs_politica_de_privacidad a { color: #8C9A9F; text-decoration: underline; }
#formulario-gracias form .hs_politica_de_privacidad ul.inputs-list { padding-left: 0px; list-style: none; }
#formulario-gracias form .hs_politica_de_privacidad ul.inputs-list .hs-input { width: auto; padding: 10px !important; display: inline; margin-right: 5px; }
#formulario-gracias form .hs_politica_de_privacidad .hs-form-required { display: none; }

#formulario-gracias .gdpr-captio { line-height: 1.2 !important; }

#formulario-gracias #content-privacy #read { font-size: 11px !important; line-height: 15px !important; color: #8C9A9F !important; display: block; }
#formulario-gracias #content-privacy #read a { font-size: 11px !important; line-height: 15px !important; color: #8C9A9F !important; display: inline-block; text-decoration: underline; }
#formulario-gracias #content-privacy #eula p { color: #8C9A9F !important; font-size: 11px !important; }
#formulario-gracias #content-privacy #eula p a { color: #8C9A9F !important; text-decoration: underline !important; }

#formulario-gracias .hs_suscribete_al_blog .inputs-list { color: #8C9A9F; font-size: 11px; padding-left: 0px !important; margin-bottom: 0px !important; list-style: none; }
#formulario-gracias .hs_suscribete_al_blog .inputs-list .hs-form-booleancheckbox-display .hs-input { display: inline !important; margin-right: 5px !important; width: auto; }
#formulario-gracias .hs_suscribete_al_blog .inputs-list .hs-form-booleancheckbox-display span { display: inline; }

#formulario-gracias ul.hs-error-msgs li label { color: red; }
.bg-groc #formulario-gracias ul.hs-error-msgs li label { color: #fff !important; }


.reform {  }

.hs-plataforma .inputs-list { padding-left: 0px; list-style: none; margin-bottom: 0rem; }
.hs-plataforma .inputs-list .hs-form-radio-display input.hs-input { display: inline; width: 28px !important; text-align: left; }
.hs-plataforma .inputs-list .hs-form-radio-display span { display: inline; color: #8C9A9F !important; font-size: 13px; margin-top: 3px; }


/* CTA */
/* --------------------------------------------------- */


.cta-block { background-color: #E9EFF1; border-radius: 10px; margin-top: 30px; border-bottom: 6px solid #DBE4E7; transition: all 0.2s ease-in-out; }
.cta-block:hover { border-color: #A9BBBF; transition: all 0.2s ease-in-out; }
.cta-block a { padding: 20px 25px; display: block; text-decoration: none !important; }
.cta-block a .cta-block-content { padding-left: 12px; border-left: 3px solid #0097dc; }
.cta-block a h3 { color: #444 !important; font-weight: bold; font-size: 17px; margin-bottom: 5px !important; padding-bottom: 0px !important; }
.cta-block a span { font-size: 15px; color: #444444; }


.quote-cita { background-color: #DFE8EB; font-style: italic; padding: 30px 30px 20px 30px; text-align: center; margin-bottom: 40px; border-radius: 15px; }


/* GDPR FORMS */
/* --------------------------------------------------- */
.gdpr-captio { font-size: 10px; color: #fff; }

.gdpr-captio>* {
  display: inline;
}
.gdpr-captio strong {
  font-weight: normal;
}

.gdpr-captio a { color: #fff; text-decoration: underline; }
.gdpr-captio a:hover { color: #fff; }
.gdpr-captio--negre { color: #979CA4; }
.gdpr-captio--negre a { color: #979CA4; }
.gdpr-captio--negre a:hover { color: #979CA4; }
.gdpr-captio__titulo { margin-bottom: 4px; }
.gdpr-captio__subtitulo { margin-bottom: 4px; font-weight:normal; }
.gdpr-captio__desc { margin-bottom: 4px; }
.gdpr-captio__desc a { text-decoration: underline !important; }

.bg-groc .gdpr-captio,
.bg-gris .gdpr-captio {
  color: #8c9a9f;
}
.bg-groc .gdpr-captio a, 
.bg-gris .gdpr-captio a {
  color: #8c9a9f;
}


/* YouTube Responsive CSS for HubSpot */

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

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
position: absolute;
top: 0;
left: 0;
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: 56.25%;
}



@media (min-width: 768px) {
  .landing-social .hs_cos_wrapper { display: flex; justify-content: center; }
  .row-number-2 .row-fluid { display: flex; flex-direction: row; }
}

@media (max-width: 768px) {
  #formulario { margin-left: -15px; margin-right: -15px; direction: rtl; }
  .landing-social .hs_cos_wrapper .hs_cos_wrapper_type_text { margin-bottom: 20px; }
  .formulario h3.form-title { display: none; }
}


@media (max-width: 768px) {
  .frame-container { padding-left: 15px !important; padding-right: 15px !important; }

  .row-number-2 .row-fluid { display: flex; flex-direction: column;  }
  .landing-social .hs_cos_wrapper .hs_cos_wrapper_type_text { padding-bottom: 0px; display: block; }
  .titulo__subtitulo { display: none; }


  #contenido {
    padding-left: 25px;
    padding-right: 30px;
    order: 3 !important;
    /* -webkit-order: 3 !important; */
  }
  #intermedia {
    display: none;
    order: 2 !important;
    /* -webkit-order: 2 !important; */
  }
	#formulario {
		order: 1 !important;
    direction: ltr !important;
    /* -webkit-order: 1 !important; */
	}

  .quizas h1 { color: #0097dc !important; font-size: 16px; }
  .quizas p { font-size: 20px; font-weight: bold; }


  .quote-cita { text-align: left; font-size: 14px; padding-top: 100px; background: url('https://260057.fs1.hubspotusercontent-na1.net/hubfs/260057/Icones/quotes.png') top left no-repeat; background-color: var(--color-grey-3); background-position: 30px 30px; }

}


.ty-content {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .ty-content {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.ty-content .page-header {
  text-align: center;
}

.ty-content .page-header h1 {
  text-align: center;
  font-family: 'Source Serif Pro', serif;
  font-size: 4rem;
  color: var(--color-rich-blue) !important;
}
.ty-content .secondary-header {
  font-size: 18px;
  font-weight: 300;
  max-width: 400px;
  line-height: 1.4;
}

.ty-footer {
  background: #0C2340 !important; 
  padding: 1rem !important;
  position: relative;
  box-shadow: 0 50vh 0 50vh #0C2340;
}

.ty-share {
  margin-top: 1.5rem !important;
}

.ty-share .hs_cos_wrapper_type_inline_text {
  display: none;
}
.ty-share .hs-image-widget {
  width: 40px !important;
  height: 40px !important;
}