/* @override 
	https://cdn2.hubspot.net/hub/136661/hub_generated/template_assets/1537625733020/Archive/Custom/page/web/Inboundcycle3.min.css
	https://www.inboundcycle.com/hs-fs/hub/136661/hub_generated/template_assets/1538561724200/Archive/Custom/page/web/Inboundcycle3_transition.min.css */


/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/
 
/* @group 1.2 Tipography ------------------------------ */

	@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700|Roboto+Mono:400,300,500,700|Roboto+Slab:400,300,700);

/* @end */
/* @group 1.3 Layout ---------------------------------- */
	
	 /* Set Mobile Menu Background Color */
	
	
    
	body, html {
        overflow-x:hidden;
		padding: 0;
		margin: 0;
		color: #666666;
		font-family: "Roboto","Helvetica", san-serif;
	}
    
    p, li {
        line-height: 150%;
    }
	
    li {
        padding-bottom: 10px;
    }
    
    * {
    	-webkit-font-smoothing: antialiased;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}
    
/* @end */
/* @end */


.blog-section .hr {
    height: 1px;
    background: #d1d1d1;
    width: 100%;
    font-size: 1px; /* IE 6 */
    border: none;
    overflow: hidden;
    margin-top: 18px;
    margin-bottom: 29px;

}

.blog-section pre {
    margin: 10px 0 40px 0;
    padding: 20px;
    border: 1px solid #e1e1e1;
    background: #f1f1f1;
    color: #666;
    line-height: 140%;
}


.blog-section img.post-author-avatar {
    float: left;
    margin: 0 20px 0 0!important;
    width: 92px;
}

.blog-section h2,
.blog-section h3{
    margin: 20px 0 20px 0!important;
}

.body-container input[type="submit"] {
    font-family: "Roboto", san-serif;    
}

/* Stop bootstrap from resizing our images! */
.fixed-size img { 
    height: auto;
    width: auto;
}

.header-container-wrapper {
    padding-top: 13px;
    position: relative;
}

.header-container {
    padding: 0 20px;
}

@media (max-width: 979px) {
    .header-container-wrapper {
        padding-top: 0px;
    }
}

.header-container-wrapper:after {
    width: 100%;
    padding: 0;
    margin: 0;
    position:absolute;
    bottom: 8px;
    height: 0px;
    z-index: -10;
    content: " ";
    border-top: 1px solid #d1d1d1;
}

/*@-moz-document url-prefix() {
    .header-container-wrapper:after {
        bottom: 6.5px; 
    }
}*/


.home-page .header-container-wrapper:after {
    border-top: none;
}


.header-container {
    max-width: 1134px;
    margin: 0 auto;
}

.landing-page .header-container-wrapper:after {
    display: none;
}



.header-row-1 {
    margin-bottom: 23px
}

/* Mess with the top header row */
@media (min-width: 768px) and (max-width: 979px)
{
    
    .header-row-1 .span6 {
        width: 67%;
    }
    
    .header-row-1 .header-login {
        display: none;
    }
}

@media (max-width: 767px)
{
    .header-row-1 .span6 {
        width: 93%;
    }
    
    .header-row-1 .header-login {
        display: none;
    }

    .header-row-1 .header-search {
        display: none;
    }

}

.submenu-title {
    font-size: 25px;
    color: #3b3b3b;
}

.header-row1 {
    margin-bottom: 50px;
}



.header-container  a {
    color: #727277;
    text-decoration: none;
}

.logo-wrapper h1 {
    margin: 0;
	text-align: center;
	font-size: 14px;
	width: 280px;
    color: #999999;
}

@media (max-width: 480px) {

	.header-container .logo-wrapper img {
		margin: 16px 0 0 0;
	 	max-width: 200px;
	}	
	
	.logo-wrapper h1 {
		width: 200px!important;
	}

}

.header-hubspot-partner-logo {
    margin-left:  28px;
}

@media (max-width: 639px) {
    .header-hubspot-partner-logo {
        display: none;
    }
}

.header-contact-desktop span.hs_cos_wrapper {
    float: right;
    overflow: visible;
}

.header-contact-mobile span.hs_cos_wrapper {
    float: right;
    overflow: visible;
}

.header-contact-desktop span {
    display: inline-block;
}

@media (max-width: 979px ) {
.header-container    .header-contact-desktop {
        display: none;
    }
    
.header-container    .header-contact-mobile {
        display: block;
    }
}

@media (min-width: 980px) {

.header-container     .header-contact-desktop {
        display: block;
    }
    

}
.header-container .header-contact-mobile {
   display: none;
   border: 1px solid pink;
}

.header-login span {
    float: right;
    font-size: 15px;
    padding-top: 7px;
}

/* ===================== Header share ===================== */

.header-share-container {
    height: 0px;
    min-height: 0px;
    max-height: 0px }

.header-share {
    position: fixed;
    width: 48px;
    top: 194px;
    right: 1px;
    padding: 0px;
    margin: 0px;
    z-index: 999999 }

@media (max-width: 768px) {
    
	.header-share {
		top: auto;
		bottom: 0;
		width: 100%;
		left: 0;
		right: auto;
		padding: 10px 0;
		text-align: center;
		background-color: rgba(0,0,0,0.85) }

    .header-share img {
    	width: 30px;
		height: 30px }

}

.body-container-wrapper {
     padding-top: 10px;
}

.home-page .body-container-wrapper {
    padding-top: 0px;
}


.home-baseline h2{
    font-size: 31px!important;
    line-height:32px;
}

.body-container {
    max-width: 1134px;
    margin: 0 auto;
    padding: 0 60px;
}

@media (max-width: 480px) {

	.body-container {
		padding: 0 20px;	
	}
	
  .post-header h2,
	.post-header h2 a {
		line-height: 120%;
		font-size: 20px!important;
	}
	
	.hs-featured-image,
	.hs-featured-image a,
	.hs-featured-image a img {
		float: none;
		min-width: 100%!important;
		max-width: 100%!important;
		width: 100%;
		margin: 0 0 20px 0!important;
	}

}

.home-page .body-container {
    max-width:  none;
    margin: 0 auto;
}

.home-page .hero-wrapper {
    background-image: url(//cdn2.hubspot.net/hub/136661/file-745786239-png/site_images_2/bg.png);
    background-repeat: repeat;
    
}

@media (min-width: 1384px) {
    .home-page .hero-container {
        width: 1384px;
        margin: 0 auto;
        height: 424px;
    }
}

.home-page .body-container-inner {
    max-width: 1134px;
    margin: 0 auto;
}

@media (min-width: 1134px)
{
    .home-page .feature-container .row-fluid .span12 {
        width: 1145px;
    }
}




.body-container .hs_cos_wrapper_widget {
    margin-bottom: 30px;
}

.body-container .cr-video-box .hs_cos_wrapper_widget{
  	margin-bottom:0;
}

.body-container .grey-box {
    background-color: #f1f1f1;
    margin-bottom: 0px;
    height: 61px;
    line-height: 45px;
    width: 100%;
}

.body-container .grey-box  span {
    /*display:inline-block;
    vertical-align:middle;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-container .grey-box img {
    padding: 12px;
}


.body-container .grey-box a {
    font-weight: bold;
    color: #666;
    text-decoration: none;
    display: flex;
}


.home-page .body-container .hs_cos_wrapper_widget {
    margin-bottom: 18px;
    
}



.body-column {

    padding-right: 20px;
    padding-bottom: 20px;
    
    font-size: 16px;
}

.body-column-service {

    padding-right: 20px;
    padding-bottom: 10px;
    
    font-size: 16px;
}

@media (min-width: 769px)
{
    .body-column .hs_cos_wrapper_widget {
        //*height: 450px;*//
        max-height: 450px;
        overflow: hidden;
    }
}

.body-column p {
    font-size: 1em;
    line-height: 1.375em;
}
.body-column h1 {
    font-size:  20px;
    font-weight:  bold;
    color: #444444;    
    margin-top: 4px;
}


.body-column h2 {
    font-size:  20px;
    line-height: 24px;
    font-weight:  normal;
    color: #F1921E;    
    margin-top: 18px;
}

.body-column h2 a {
    text-decoration: none;
}

.body-column h3 {
    font-size:  16px;
    color: #F1921E;    
    margin-top: 3px;
}


.footer-container-wrapper{
    background-color: #eeeeee;
}

.landing-page .footer-container-wrapper {
    background-color: #fff;
}

.footer-container{
    max-width: 1134px;
    margin: 0 auto;  
    padding: 10px;
}

@media (min-width: 979px) {
    .footer-container {
        margin-top: 32px;
        padding: 20px 10px 10px 10px;
    }
}

.footer-container p {
        font-size: 15px;
        font-color: #666666;
        margin-top: 4px;
}

.footer-container h1 {
    font-size: 15px;
    font-weight: bold;
    font-color: #424242;
}

.footer-container h2 {
    font-size: 15px;
    font-weight: bold;
    font-color: #424242;
}

.footer-container h3 {
    font-size: 15px;
    font-weight: bold;
    font-color: #424242;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-container a {
    color: #666666;
    text-decoration:  none;
}

.footer-container .follow ul li:not(:last-child){
  padding-right: 5px;
}

.footer-container .follow ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-container .follow ul{
  display: flex;
}

@media (max-width: 575px){
  .footer-container .follow ul{
    justify-content: center;
  }
}

.footer-logos-wrapper a img {
	opacity: 0.6;
	margin: 15px 0;
}

.footer-logos-wrapper a:hover img {
	opacity:1;
}

.footer-image img {
	height: auto!important;
}

@media (min-width: 576px){
  .footer-container .wrapper .frame {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px)
{
    .footer-logos > .row-fluid-wrapper > div.row-fluid {
        float: left;
        display-inline;
        margin-right: 20px;
        width: auto;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .footer-logos {
        margin-bottom: 30px;
    }
    
    .footer-image {
        margin-right: 20px;
    }
 
    
    .footer-column-container {
        clear: both;
    }
    
    .footer-column-full-width {
        width: 100%;
        clear: both;
        margin-top: 20px;
    }
    
    .footer-column-container > .row-fluid-wrapper > div.row-fluid {
        float: left;
        width: 50%;
    }
    .footer-logos-wrapper {
    	padding: 5px 0 25px 0;
    }
    .footer-logos-wrapper a img {
    	margin: 10px 0;
    }
}

a {
    color: #E64F29;
    text-decoration: underline;
}

h1 {
    font-size: 30px;
    color: #F1921E;
    font-weight: normal;
    margin-top: 20px;
}

h2 {
    font-size: 30px;
    color: #E64F29;
    font-weight: normal;
    margin-top: 20px;
}



h3 {
    font-size: 25px;
    color: #3e3e3e;
}

.sidebar {
    margin-top: 20px;
}

.sidebar > .row-depth-1 {
  margin-bottom: 20px;
}

.sidebar .widget-type-space {
    min-height: 18px;
}

.sidebar h1 {
    font-size:  20px;
    font-weight:  bold;
    color: #444444;    
    margin-top: 0px;
}

.sidebar h2 {
    font-size:  25px;
    font-weight:  normal;
    color: #444444;    
    margin-top: 0px;
}

.sidebar h3 {
    font-size:  16px;
    color: #444444;
    margin: 0;
}

.sidebar p {
    font-size: 16px;
    color: #666666;
}

.sidebar div.hs_cos_wrapper_widget {
    margin-bottom: 0;
}

.sidebar .widget-type-post_filter



.sidebar-map {
    background-color: #eeeeee;
    padding: 10px;
}

.hero .hs_cos_flex-slider {
    margin: 0 0 0 0;
}

.hero .hs_cos_flex-slider div.caption {
    margin-left: 35%;
    margin-top: 5%;
    width: 55%;
    text-align: left;
    top: 0px;
    line-height: 0.9em;
    font-size: 20px;
}

.hero div.caption h2 {
    font-size: 40px;
    font-weight: lighter;
    line-height: 41px;
    letter-spacing: -1.425px;
        margin: 2px 0px 0px 0px;
}

.hero div.caption p {
    font-size: 1em;
}


.hero .hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: rgba(255, 255, 255, 0.9);
}

.hero .hs_cos_flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5);
    width: 16px;
    height: 16px;
    border-color: #FFF;
}



@media (min-width: 980px) and (max-width: 1280px)
{
    .hero .hs_cos_flex-slider div.caption {
        font-size: 16px;
    }
    
    .hero .hs_cos_flex-slider div.caption h2 {
        font-size: 35px;
        font-weight: lighter;
        line-height: 36px;
        letter-spacing: -1.1px;
        margin: 2px 0px 0px 0px;
    }

}

@media (min-width: 401px) and (max-width: 979px) 
{
    .hero .hs_cos_flex-slider .superimpose .caption {
        background-color: transparent;
        position: absolute;
        font-size: 12px; 
        line-height: 13px;
        width: 55%;
        padding: 0; 
        top: 0px;
        text-align: left;
        margin-left: 40%;
    }
    
    .hero .hs_cos_flex-slider div.caption h2 {
        font-size: 26px;
        font-weight: lighter;
        line-height: 28px;
        letter-spacing: normal;
        margin: 2px 0px 0px 0px;
    }
    
    .hero .hs_cos_flex-control-paging li a {
        width: 8px;
        height: 8px;
        border-color: #FFF;
    }
    
    .hero .hs_cos_flex-control-nav li {
        margin: 0 3px;
    }
    

}

@media (max-width: 400px)
{
    .hero .hs_cos_flex-slider .superimpose .caption {
        background-color: transparent;
        position: absolute;
        font-size: 8px; 
        line-height: 9px;
        width: 55%;
        padding: 0; 
        top: 0px;
        text-align: left;
        margin-left: 40%;
    }
    
    .hero .hs_cos_flex-slider div.caption h2 {
        font-size: 12px;
        font-weight: lighter;
        line-height: 13px;
        letter-spacing: normal;
        margin: 2px 0px 0px 0px;
    }
    
        .hero .hs_cos_flex-control-paging li a {
        width: 8px;
        height: 8px;
        border-color: #FFF;
    }
    
    .hero .hs_cos_flex-control-nav li {
        margin: 0 2px;
    }
        
}



.hero .hs_cos_flex-control-nav
{
    bottom: 10%;
    left: 40%;
    width: 40%;
    text-align: left;

    
}



.client-slider .hs_cos_flex-slider {
    margin: 23px 0 23px;  
}


.client-slider .hs_cos_flex-viewport {
    display: none;
}

.client-slider-wrapper {
    padding: 0px 37px 0px 38px;
    background-color: #EEE;
    height: 148px;
    margin: 0px 0px 18px 0px;
}

.client-slider .hs_cos_flex_thumbnavs-viewport ul {
    background-color: #eeeeee;
 /*   width: 216px;  */
}

.client-slider .hs_cos_flex_thumbnavs-viewport li {
    background-color: #eeeeee;
 /*   width: 216px;  */
}

.client-slider .hs_cos_flex_thumbnavs-viewport li + li {
   /* padding-left: 23px;  */

   /* width: 189px !important; */
}

.home-page .body-container .client-slider .hs_cos_wrapper_type_image_slider {
    margin-bottom: 0px;
    overflow: visible;
}


.client-slider .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
    background-position: 100% 40%;
    right: -26px;
    background: url(//cdn2.hubspot.net/hub/327887/file-687779856-png/inbound_cycle/arrow-right.png) no-repeat right 40%;
}

.client-slider .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
    background-position: 100% 40%;
    left: -40px;
    background: url(//cdn2.hubspot.net/hub/327887/file-686245448-png/inbound_cycle/arrow-left.png) no-repeat right 40%;
}

@media screen and (max-width: 860px)
{
    .client-slider .hs_cos_flex-direction-nav .hs_cos_flex-next,
    .client-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev
    {
        display: none; 
    }
}


.clientes-casa-container h3 {
    color: #E64F29;
    font-weight: bold;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.clientes-casa-container h4 {
    color: #F1921E;
    font-weight: normal;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.clientes-casa-container h5 {
    color: #303030;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

.clientes-casa-container h6 {
    color: #F1921E;
    font-weight: normal;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.clientes-casa-container img {
    margin-bottom:20px;
}

.responsive-video {
    padding-right: 22px;
    border-right: 1px solid #d1d1d1;
    
}



.responsive-video .responsive-iframe-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 50%;

}

.responsive-video .responsive-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
        width: 100% !important;
    height: 100% !important;
}   

.responsive-video-title {
    margin-bottom: 20px;
}
.responsive-video-title p.title {
    color: #494949;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 0px;
}

.responsive-video-title p.subtitle {
    color: #494949;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}


    .google-maps {
        position: relative;
        padding-bottom: 64%; /* This is the aspect ratio */
        height: 0;
        overflow: hidden;
    }
    
    .google-maps iframe,
    .google-maps object,  
    .google-maps embed
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }




@media (min-width: 1134px) {
.row-fluid .feature-container {
    width: 1150px;    
}
}

.paper-wrapper {
    margin-bottom:  31px;
}

.paper-wrapper img.paper-icon {
    padding-left: 0px;
    padding-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.paper-wrapper h1 {
    font-size: 20px;
    margin-top: 0px;
    color: #F1921E;
}

.paper-wrapper h1 a {
    color: #F1921E;
}


.body-container .hs-featured-image {
    float: left;
    margin: 15px 20px 20px 0;
    width: 35%;
}

.body-container .author-page .hs-featured-image {
    float: left;
    margin: 15px 20px 20px 0px;
    max-width: 35%;
}





.feature-container {

    width: 1150px;
    font-size: 13px;
}

.feature-container div.hs_cos_wrapper_widget {
    width: 218px;
    float: left;
    min-height: 296px;
    overflow: hidden;
    margin-right: 11px;
    margin-bottom: 16px;
}

.feature-container div.hs_cos_wrapper_type_rich_text {
    padding: 8px;
    width: 202px;
    height: inherit;
    background-color: #EEE;
}

.feature-container h1 {
    font-size: 20px;  
    margin-top: 17px;
    margin-bottom: 17px;
        line-height: 22px;
}

.feature-container h2 {
    font-size: 20px;
    margin-top: 17px;
    margin-bottom: 17px;
    line-height: 22px;
}

.feature-container p {
    font-size: 13px;
}

.feature-container a {
    font-weight: bold;
    text-decoration: none;
}

.block-container {
    margin-bottom: 18px;
    color: #fff;
}

.block-container .front-page-block {
    height: 212px;
    padding: 15px;
    position: relative;
    margin-right: 2px;
}

.block-container .front-page-block img.front-page-block-image {
    max-width: 20%;
    height: auto;
    margin: 0 1em 1em 0;
    float: left;
}


.block-container .row-fluid .span4:first-child .front-page-block
{
    margin-right: 0px;
}


@media (min-width: 980px)
{
    .block-container .row-fluid .span4 {
        margin-left: 0px;
        width: 33.33333%;
    }
    
    .block-container .row-fluid .span4:first-child  {
         float: right;
    }
    

}

@media (max-width: 979px)
{
    .block-container .row-fluid .span4:first-child {
        width: 100%;
        float: left;
        margin-right: 0px;
    }

    .block-container .row-fluid .span4 {
        width: 50%;
        margin-left: 0px;
        float: left;
    }
    
    .block-container .front-page-block {
        margin-right: 0px;
    }
    
}

.front-page-block .callout {
    width: 104px;
    height: 100px;
    position: absolute;
    left: 25%;
    bottom: 90%;
    text-align: center;
    padding: 8px 7px 0px 5px;
    color: #666666;
    font-size:  15px;
    line-height: 16px;
    background-image: url(//cdn2.hubspot.net/hub/136661/file-689891818-png/site_images_2/callout.png);
    background-repeat: no-repeat;
}

.front-page-block .callout img {
    margin-top: 10px;
}

@media (max-width: 979px) {
    .front-page-block .callout {
        display: none;
    }
}


.block-container {
    font-size: 17px;
    line-height: 123.6%;
    color: #fff;
    font-weight: normal;
}

.block-container .block-link {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.block-container h1 {
    font-size: 1.588em;
    color: #fff;
    font-weight: normal;
    line-height: 103.7%;
}

.block-container h2 {
    font-size: 1.588em;
    color: #fff;
    margin: 0px;
    line-height: 103.7%;
    font-weight: normal;
}

.block-container p {
    font-size: 1em;
    line-height: 123.6%;
    color: #fff;
    font-weight: normal;
}

@media (max-width: 400px)
{
    .block-container {
        font-size: 10px;
    }    
}


@media (min-width: 401px) and (max-width: 640px)
{
    .block-container {
        font-size: 14px;
    }    
}


.block-container div.hs_cos_wrapper_widget:first-of-type {
    background-color:  #E64F29;
}


.block-container div.hs_cos_wrapper_widget:last-of-type {
    background-color:  #545454;
}

.blog h1
{
    color: #E64F29;
    font-weight: normal;
    font-size: 30px;
}

.blog .subtitulo {
    color: #f0a535;
    font-size: 20px
}

.blog h2 {
    color: #F1921E;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0px;
}

.blog-section h2 a {
    text-decoration:  none;
    color:  #F1921E;
    font-weight: bold;
    font-size: 25px;
}

.blog #hubspot-author_data {
    font-size: 15px;
    font-weight: normal;
    color: #666666;
    margin-top: 10px;
}

.blog #hubspot-author_data a {
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}

.blog a.topic-link {
    text-decoration: underline;
    font-weight: normal;
    color: #666666;
    font-size: 15px;
}

.blog .post-author {
    font-weight: normal;
}

.blog .post-author a {
    font-weight: normal;
    color:  #434343;
    text-decoration: underline;
}

.blog .post-author .post-author-link a {
    font-size:  20px;
    font-weight: bold;
    color: #E64F29;
    text-decoration:  none;
}

.blog .listing-author-image {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.blog .listing-author-image img {
    border-radius: 50%;
}

.blog .post-body {
    position: relative;
    margin-top: 18px;
}

.blog .post-body img {
    height: auto;
}

.post-body div.more-link {
    margin-top: 30px;
}

.post-body div.more-link a {
 
    padding: 14px 20px 10px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-decoration: none;
    color: #FFF;
    font-size: 17px;

    background: #f39200; /* Old browsers */
    background: -moz-linear-gradient(top, #f39200 0%, #f57e00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f39200), color-stop(100%,#f57e00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f39200 0%,#f57e00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f39200 0%,#f57e00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f39200 0%,#f57e00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f39200 0%,#f57e00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39200', endColorstr='#f57e00',GradientType=0 ); /* IE6-9 */


}


/* ===============================================
   BEGIN : Related Posts
   =============================================== */

    .related-posts-wrapper {
		margin: 0 0 40px 0;
		padding: 0 0 40px 0;
		border-bottom: 1px solid #ddd }
	
	.related-posts-wrapper h3 {
		padding: 30px 0 0 0;
		border-top: 2px solid #ddd }

	.related-posts-wrapper .related-post-item {
		float: left;
		width: 32%;
        margin-left: 2% }
    
    .related-posts-wrapper .related-post-item.first {
        margin-left: 0 }
	
	.related-posts-wrapper .related-post-item .related-image {
		margin: 0 0 20px 0;
		height: 160px;
		overflow: hidden }
	
	.related-posts-wrapper .related-post-item .related-title a {
		color: #F1921E }

/* END : Widget Suscription */ 

.blog .new-comments {
    margin-top: 20px;
}

.blog .comment-from {
    display: block;
}

.blog .comment-from h4 {
    font-size: 20px;
    font-weight: normal;
    color: #E64F29;
    margin: 0px;    
}

.blog .comment-from h4 a {
    font-size: 20px;
    font-weight: normal;
    color: #E64F29;
    text-decoration: none;
}

.blog .comment-date {
    font-size: 15px;
}

.blog .comment-reply-to {
    background: none;
    border: 0;
    color: #434343;
    text-decoration: underline;
    font-style:  italic;
    padding-left: 0px;
    font-size:  16px;
}

.blog #comment-form h4
{
    font-size: 20px;
    font-weight:  bold;
    color: #F1921E;
}

.blog #comment-form input.hs-button
{
    display: block;
    margin: 25px auto 0px auto;
}
.body-container .hs_cos_wrapper_type_blog_subscribe
{
  /*  box-sizing: border-box;*/
}

.body-container .hs_cos_wrapper_type_blog_subscribe,
.blog-subscribe {

    background:  #E64F29 url('//cdn2.hubspot.net/hub/136661/file-688422239-png/site_images_2/subscribe.png') no-repeat scroll 15px 10px;
    color: #fff;
    padding: 60px 12px 17px 15px;
  /*  height: 312px;  */
    display: block;
}

.body-container .hs_cos_wrapper_type_blog_subscribe .hs-form, .blog-subscribe .hs-form {
    background-color: #e64f29;
}

.home-page .body-container .hs_cos_wrapper_type_blog_subscribe
{
    width: 191px;
    height: 235px;
    min-height: 235px;
 /*   margin-bottom: 19px;  */
    margin-right: 0px;
}

.hs_cos_wrapper_type_blog_subscribe a,
.blog-subscribe a {
    color: #fff;
    text-decoration: underline;
    
}


.body-container .hs-author-social-section {
    float: right;
}


.widget-type-post_filter {
    color: #666666;
    margin-bottom: 0px;
}

.widget-type-post_filter h3 {
    color: #E64F29;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

.widget-type-post_filter ul {
    list-style-type:  none;
    font-size: 14px;
    font-weight: normal;
    padding-left: 0px;
    
}

.widget-type-post_filter ul li a{   
    text-decoration: none;
    color: #666666;
    font-weight: normal;
}

.widget-type-post_filter ul li {   
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;  
}









.blog-section a {
    text-decoration: underline;
    
}


.blog-section .social-share-data
{
    margin: 18px 0 18px 0;
}

.sala-de-prensa .social-share-data > div,
.sala-de-prensa .social-share-data > iframe {
  line-height: 0;
  vertical-align: middle;
  position: static;
}

.blog-section .social-share-data .linked-in-share button{
  padding: 0 10px 0 18px !important;
  border-radius: 9999px !important;
}

.blog-section .social-share-data .linked-in-share button svg{
  height: 14px !important;
  width: 14px !important;
  transform: translateY(3px);
}

.blog-section .social-share-data .fb_iframe_widget
{
    top: -7px;
}

/*.blog-section .social-share-data iframe.twitter-share-button
{
    width: 85px !important;
}*/

/*.sala-de-prensa .social-share-data iframe.twitter-share-button {
  width: 61px!important;
}*/








/* Restyle google search box */
.gsc-search-button {
    display: none;
}

input.gsc-input {
       background: url("//cdn2.hubspot.net/hub/136661/file-670197195-png/site_images_2/search.png") 99% 7px no-repeat !important;
       height: 2em !important;
}

input.gsc-input:focus {
        background: none !important;
}

.gsc-input-box {
    height: 36px !important;

}

.gsc-control-cse {
    padding-top: 0px  !important;
    padding-right: 0px !important;
    width: 188px !important;
    float: right !important;
    position: relative;
    right: -42px;
}

@media (max-width: 979px)
{
    .gsc-control-cse {
        right: -35px;
    }
}


/* ===============================================
   BEGIN : Widget Suscription
   =============================================== */ 

#widget_suscription {
  position: fixed;
  bottom: 10px;
	right: 10px;
	width: 380px;
	background-color: #E64F29;
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.5) }

#widget_suscription .widget_header h3 {
	margin: 0;
	padding: 20px 20px 16px 20px;
	font-size: 28px;
	color: #ffffff;
	background-color: #F1921E;
	font-weight: lighter }

#widget_suscription .widget_header p {
	padding: 20px 20px 16px 20px;
	margin: 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.2) }

#widget_suscription form {
	padding: 20px }

#widget_suscription .hs_email.hs-form-field label {
	padding: 0;
	margin: 0 0 5px 0;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #fff!important }

#widget_suscription .hs_email.hs-form-field label span {
	color: #fff;
	font-weight: 600!important }

#widget_suscription .hs_email.hs-form-field input {
	box-sizing: border-box;
	outline: none }

#widget_suscription .inputs-list {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 16px }

#widget_suscription .inputs-list li {
	font-size: 12px;
	font-weight: 600;
}

#widget_suscription .inputs-list li span {
	color: rgba(255,255,255,.6);	
}

#widget_suscription .inputs-list li input {
	float: left;
	margin-left: -16px;
}

#widget_suscription .hs-error-msgs {
	padding: 0;
}

#widget_suscription .hs-form-checkbox-display {
	display: block!important }

#widget_suscription .hs_pol_tica_de_privacidad_a_href_http_inboundcycle_com_priva_aqu_a_ .input {
	margin: 0!important }

#widget_suscription .hs_pol_tica_de_privacidad_a_href_http_inboundcycle_com_priva_aqu_a_ ul li label,
#widget_suscription .hs_pol_tica_de_privacidad_a_href_http_inboundcycle_com_priva_aqu_a_ ul li label a {
	color: #ffffff }

#widget_suscription .hs_pol_tica_de_privacidad_a_href_http_inboundcycle_com_priva_aqu_a_ ul li label a {
	text-decoration: underline }

#widget_suscription .closer {
    position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 14px;
	height: 14px;
	background-position: center;
	background-image: url('//136661.fs1.hubspotusercontent-na1.net/hubfs/136661/layout/close-widget.png');
	cursor: pointer }

#widget_suscription.hidden {
	display: none!important }

#widget_suscription .actions {
	padding: 0!important }

#widget_suscription .actions .hs-button {
	color: #fff;
	padding: 12px 60px!important }
    
    
#widget_suscription .submitted-message {
    padding: 20px;
    color: #FFF;
    font-size: 16px;
}

@media (max-width:420px) {
	
	#widget_suscription {
		width: 100%;
		bottom: 50px;
		right: 0px!important }

	#widget_suscription .widget_header h3 {
		padding: 14px 12px 10px 12px;
		font-size: 14px;
		line-height: 100%;
		color: #ffffff;
		background-color: #F1921E;
		font-weight: 600 }
	
	#widget_suscription .closer {
		top: 12px;
		right: 12px }
		
	#widget_suscription .widget_header p {
		padding: 10px;
		font-size: 12px }
	
	#widget_suscription form {
		padding: 10px;
		margin: 0 }

	#widget_suscription .hs_email {
			margin: 0!important }
	
	#widget_suscription .hs_email > label {
		display: none }
	
	#widget_suscription .hs_email .input input {
		box-sizing: border-box;
		width: 100%;
		height: 32px;
		padding: 12px 10px;
		font-size: 14px }
	
	#widget_suscription .actions {
		padding: 0!important }
	
	#widget_suscription .actions .hs-button {
		width: 100%;
		font-size: 16px!important;
		padding: 8px 0!important }

	#widget_suscription .hs-error-msgs li {
		padding: 5px 5px 3px 3px }

	
}

/* END : Widget Suscription */ 

   
.ui-autocomplete {
	width: 250px;
	font-size: 16px;
	font-family: "Roboto", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.3); }

.ui-autocomplete li {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	-webkit-transition: ease 200ms;
	-moz-transition: ease 200ms;
	transition: ease 200ms }

.ui-autocomplete li:hover {
	background: #ddd }

.widget-type-custom_widget {
    min-height: 0px!important }

.ic-tsWrapper {
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #E64F29;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6); }

.ic-tsWrapper .ic-tsFrame {
	max-width: 1132px;
	margin: 0 auto;
	padding: 0 20px;
	background: url('//136661.fs1.hubspotusercontent-na1.net/hubfs/136661/layout/img/website/tsWrapper-bg-3.png') no-repeat; }

.ic-tsWrapper .ic-tsFrame:before,
.ic-tsWrapper .ic-tsFrame:after,
.ic-tsWrapper .ic-tsText:before,
.ic-tsWrapper .ic-tsText:after {
  display: table;
  content: " " }

.ic-tsWrapper .ic-tsFrame:after {
  clear: both }

.ic-tsWrapper .ic-tsText {
	float: left;
	position: relative;
	width: 50%;
	padding: 30px 0;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	font: 14px "Roboto", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 500 }

.ic-tsWrapper .ic-tsImage {
	float: left;
	width: 6%;
	min-width: 60px;
	padding: 5px 0 }

.ic-tsWrapper .ic-tsImage img {
	width: 100%;
	height: auto }

.ic-tsWrapper .ic-tsForm {
	float: left;
	width: 42%;
	padding: 12px 0 5px 0 }

.ic-tsWrapper .ic-tsForm .form-columns-2 {
	width: 80% }

.ic-tsWrapper .ic-tsForm .form-columns-2 .hs_firstname {
	width: 45% }

.ic-tsWrapper .ic-tsForm .form-columns-2 .hs_email {
	width: 55% }
	
.ic-tsWrapper .ic-tsForm .form-columns-2 .hs_firstname > label,
.ic-tsWrapper .ic-tsForm .form-columns-2 .hs_email > label {
	display: none }
	
.ic-tsWrapper .ic-tsForm .inputs-list {
	margin: 7px 0 0 0;
	padding: 0 }

.ic-tsWrapper .ic-tsForm .inputs-list li {
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
	font-weight: 600;
	margin: 0 }

.ic-tsWrapper .ic-tsForm .inputs-list li a {
	color: #fff }

.ic-tsWrapper .ic-tsForm .inputs-list li a:hover {
	text-decoration: underline }

.ic-tsWrapper .ic-tsForm .inputs-list li .hs-input {
	float: left;
	margin: 0 3px 0 0 }

.ic-tsWrapper .ic-tsForm .hs-error-msgs {
	display: none!important }

.ic-tsWrapper .ic-tsForm .hs-form-field input {
	margin: 0;
	padding: 8px;
	font-size: 14px;
	border: 1px solid #fff !important;
	border-radius: 2px;
	outline: none;
	box-shadow: inset 0 0 12px 0 #ccc!important;
	-webkit-transition: ease 200ms;
	-moz-transition: ease 200ms;
	transition: ease 200ms }

.ic-tsWrapper .ic-tsForm .hs-form-field input.error {
	color: red;
	background-color: #fbe4e4 }

.ic-tsWrapper .ic-tsForm .hs-form-field input:hover,
.ic-tsWrapper .ic-tsForm .hs-form-field input:focus {
	border: 1px solid #fff !important;
	box-shadow: inset 0 0 12px 0 #aaa!important;
	-webkit-transition: ease 200ms;
	-moz-transition: ease 200ms;
	transition: ease 200ms }

.ic-tsWrapper .ic-tsForm .hs-form > div {
	width: 70%;
	float: left }

.ic-tsWrapper .ic-tsForm {
	position: relative }

.ic-tsWrapper .ic-tsForm .hs_submit {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 20%!important }
	
.ic-tsWrapper .ic-tsForm .hs_submit .actions {
	padding: 0!important }

.ic-tsWrapper .ic-tsForm .hs_submit .actions .hs-button {
	padding: 0!important;
	margin: 0 0 0 -2px;
	width: 98%;
	height: 33px!important;
	background: #F1921E!important;
	color: #fff;
	font-size: 12px!important;
	font-weight: 600!important;
	cursor: pointer;
	border-radius: 2px!important;
	-webkit-transition: ease 200ms;
	-moz-transition: ease 200ms;
	transition: ease 200ms }

.ic-tsWrapper .ic-tsForm .hs_submit .actions .hs-button:hover {
	background: #feaf4d !important }

@media (max-width: 980px) {
	
	.ic-tsWrapper .ic-tsText {
		float: none;
		display: block;
		width: 100%;
		padding-bottom: 5px }
	
	.ic-tsWrapper .ic-tsForm .form-columns-2 {
		width: 70%;
		max-width: 70% }
	
	.ic-tsWrapper .ic-tsForm .form-columns-2 .hs_firstname {
		float: left!important;
		width: 50% }
	
	.ic-tsWrapper .ic-tsForm .form-columns-2 .hs_email {
		float: left!important;
		width: 50% }
		
	.ic-tsWrapper .ic-tsForm .hs_submit {
		width: 30%!important }
	
	.ic-tsWrapper .ic-tsText,
	.ic-tsWrapper .ic-tsForm {
		width: 100% }
	
}

/* @group Popup Exit Intent ---------------------------- */

    .pu-wrapper {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8) }
	
	.pu-wrapper .pu-frame {
		position: relative;
		padding: 40px;
		max-width: 660px;
		margin: 0 auto;
		box-shadow: 0 0 20px rgba(0,0,0,1);
		background-color: #fff;
		border-radius: 2px }
	
	.pu-wrapper .fa-times {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 24px;
		cursor: pointer }
	
	.pu-wrapper .fa-times:hover {
		color: #E64F29 }
	
	.pu-wrapper .pu-header {
		padding: 0 0 40px 0;
		text-align: center }
	
	.pu-wrapper .pu-title {
		margin: 0 0 20px 0;
		color: #E64F29;
		font-weight: 600;
		font-size: 32px;
		letter-spacing: -0.5px }
	
	.pu-wrapper .pu-subtitle {
		color: #222;
		font-size: 18px;
		font-weight: 600 }
	
	.pu-wrapper .pu-body:before,
	.pu-wrapper .pu-body:after {
	  display: table;
	  content: " " }
	
	.pu-wrapper .pu-body:after {
	  clear: both }
		
	.pu-wrapper .pu-image {
		float: left;
		width: 35% }
	
	.pu-wrapper .pu-image img {
		width: 100%;
		height: auto;
		margin-top: ; }
	
	.pu-wrapper .pu-form {
		float: left;
		margin: 40px 0 0 0;
		width: 65%;
		box-sizing: border-box;
		padding: 0 0 0 40px }
	
	.pu-wrapper .pu-form .hs_firstname > label,
	.pu-wrapper .pu-form .hs_email > label {
		display: none }
	
	.pu-wrapper .pu-form .hs-form-field {
		margin: 0 0 15px 0 }
	
	.pu-wrapper input[type="text"],
	.pu-wrapper input[type="email"],
	.pu-wrapper input[type="number"],
	.pu-wrapper input[type="tel"] {
		margin: 0;
		border: 1px solid #ddd!important;
		border-radius: 2px;
		outline: none;
		font-size: 15px;
		-webkit-transition: ease 200ms;
		-moz-transition: ease 200ms;
		transition: ease 200ms;
		background-color: #f1f1f1; }
	
	.pu-wrapper input[type="text"]:hover,
	.pu-wrapper input[type="email"]:hover,
	.pu-wrapper input[type="number"]:hover,
	.pu-wrapper input[type="tel"]:hover {
		border-color: #ccc!important }
	
	.pu-wrapper input[type="text"]:focus,
	.pu-wrapper input[type="email"]:focus,
	.pu-wrapper input[type="number"]:focus,
	.pu-wrapper input[type="tel"]:focus {
		border-color: #999!important }
	
	.pu-wrapper .pu-form .hs-input.error {
		border-radius: 2px 2px 0 0;
		border-color: #fcd4d4!important }
	
	.pu-wrapper .pu-form .inputs-list {
		margin: 0;
		padding: 0 }
	
	.pu-wrapper .pu-form .inputs-list li {
		color: #666 }
	
	.pu-wrapper .pu-form .inputs-list li.hs-form-booleancheckbox {
		padding: 0 0 0 16px;
		font-size: 13px;
		font-weight: 600 }
	
	.pu-wrapper .pu-form .inputs-list li.hs-form-booleancheckbox a {
		color: #222;
		text-decoration: underline }
	
	.pu-wrapper .pu-form .inputs-list li.hs-form-booleancheckbox .hs-input {
		float: left;
		margin: 0 0 0 -16px }
	
	.pu-wrapper .pu-form .hs-error-msgs li {
		color: #e77070;
		background-color: #fcd4d4;
		border-radius: 0 0 2px 2px }
	
	.pu-wrapper .pu-form .hs_submit .actions {
		padding: 0!important }
	
	.pu-wrapper .pu-form .hs_submit .actions .hs-button {
		width: 100%;
		color: #fff;
		border-radius: 2px!important;
		background-color: #E64F29!important;
		cursor: pointer;
		-webkit-transition: ease 200ms;
		-moz-transition: ease 200ms;
		transition: ease 200ms }
	
	.pu-wrapper .pu-footer {
		margin: 20px 0 0 0 }
	
	.pu-wrapper .pu-form .hs_submit .actions .hs-button:hover {
		background-color: #feaf4d!important }
	
	.pu-wrapper .ic-btn {
		border: none;
		margin: 0;
		padding: 12px 20px;
		font-size: 16px;
		font-family: "Roboto", san-serif;
		font-weight: 500;
		color: #fff;
		border-radius: 2px;
		background-color: #E64F29;
		cursor: pointer;
		-webkit-transition: ease 200ms;
		-moz-transition: ease 200ms;
		transition: ease 200ms }
	
	.pu-wrapper .ic-btn.ic-btn-danger {
		background-color: #999 }
	
	.pu-wrapper .ic-btn:hover {
		background-color: #f55d36 }
	
	.pu-wrapper .ic-btn.ic-btn-danger:hover {
		background-color: #aaa }
		
	.ic-error {
		margin: 10px 0 0;
		color: #f55d36;
	}
	
	.pu-wrapper .pu-body-que-es {
	    text-align: center }

	.pu-wrapper .pu-code {
        font-size: 32px;
        background: #f0a535;
        padding: 20px 40px;
        color: #fff;
        display: inline-block;
        border-radius: 4px;
        text-decoration: underline;
        margin-top: 20px }
	
	@media (max-width: 420px) {
		
		.pu-wrapper .pu-frame {
			padding: 20px }
		
		.pu-wrapper .pu-header {
			padding-bottom: 20px;
			margin-bottom: 20px }
		
		.pu-wrapper .pu-image {
			float: none;
			width: 100%;
			text-align: center }
		
		.pu-wrapper .pu-image img {
			max-width: 120px }
		
		.pu-wrapper .pu-form {
			width: 100%;
			padding: 0;
			margin: 40px 0 0 }
		
		.pu-wrapper .pu-title {
			font-size: 22px }
		
		.pu-wrapper .pu-subtitle {
			font-size: 14px }
	
	}

/* @end */
/* @group Video Embeds --------------------------------- */
    
	.video-primary-wrapper {
		margin: 0 0 30px 0;
		padding: 10px 10px 40px 10px;
		border-radius: 4px;
		background-color: #E64F29;
		background-repeat: no-repeat;
		background-position: left bottom;
		background-image: url('//136661.fs1.hubspotusercontent-na1.net/hubfs/136661/layout/ic-video-primary-icon.png') }
	
	.video-primary-title {
		padding: 10px 0 20px 0;
		color: #fff;
		font-weight: 600;
		text-align: center }
	
	.video-primary-wrapper iframe {
		display: inherit;
		box-shadow: 0px 1px 10px rgba(0,0,0,0.5) }

/* @end */

/* ============ follow us icons ================= */


.footer-container .fm_button {
    float:left !important;
    margin-right:3px !important;
    margin-bottom:3px !important;
    width:28px !important;
}

/* Módulo de Post Listing con estilos personalizados para la TYP */

.post-listing-typ ul {
    list-style-type:none;
    padding:0;
}

.post-listing-typ li {
    margin-bottom:15px;
}

.post-listing-typ {
    border-width:5px;
    border-color:#666666;
    border-style:double;
    border-radius:5px;
    padding-left:5%;
    padding-right:5%;
    margin-top:5%;
}

/* ============ Search ================= */

.ic-search-form {
    float: right;
	position: relative;
	margin: 5px 0 }

.ic-search-form .ic-search-input {
	height: 38px;
	width: 200px !important;
	font-family: "Roboto";
	font-size: 16px;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.1)!important;
	outline: none;
	-webkit-transition: all 0.8s ease; 
	-moz-transition: all 0.8s ease; 
	transition: all 0.8s ease }

.ic-search-form .ic-search-input:hover {
	border-color: #ccc!important;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	transition: all 0.2s ease }

.ic-search-form .ic-search-input:focus {
	border-color: #aaa!important;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	transition: all 0.2s ease }

.ic-search-form .ic-search-submit {
	position: absolute;
	right: 10px;
	top: 9px;
	width: 22px;
	height: 22px;
	color: #999;
	font-size: 16px;
	border: none;
	background: none;
	pointer-events: none }

.ic-search-form .ic-search-submit:hover {
	color: #333 }

.search-wrapper {
	padding: 20px }

.gsc-control-cse.gsc-control-cse-es {
	right: auto;
	padding: 0;
	width: 100%!important }

.search-wrapper {
	float: none!important;
	width: 100%;
	max-width: 1176px;
	margin: 0 auto!important }
    
    
    
    
/* ========== special comments for blog ============= */
/* ========== Sharing On Twitter ============= */

.share-on-twitter {
    margin:15px 0px;
    padding:30px 0px 40px !important;
    display:block;
    width:100%;
    border-radius:5px !important;
    border:1px solid #999999 !important;
    position:relative;
    text-decoration:none !important;
    font-style:oblique;
    font-weight:200;
    font-size:20px !important;

}

.share-on-twitter:hover {
    border:1px solid #f0a535 !important;
}


.share-on-twitter span {
    padding:0px 15px !important;
    text-decoration:none !important;
    font-size:20px !important;
    font-style:oblique;
    font-weight:200;
    display:block;
}

.share-on-twitter .fa-twitter {
    position:absolute;
    right:8px !important;
    bottom:8px !important;
    color:#55ACEE !important;
    font-size:24px !important;
}



/* ========== IC LIST ============= */

ul.ic-list {
    float:left;
    list-style:none;
    margin:20px 0px !important;
    width:100%;
    padding:0px !important;

}

ul.ic-list li {
    margin:20px 0px !important;
}


ul.ic-list li span {
    background:#f0a535;
    color:#ffffff !important;
    border-radius:4px;
    padding:7px 10px;
}

ul.ic-list li div {
    background:#ececec;
    color:#333333 !important;
    border-radius:4px;
    padding:15px 10px !important;
    margin-top:-3px !important;
}


/* ========== IC underlined ============= */

.underline {
    background:#f0a535 !important;
    color:#ffffff !important;
}


/* ========== IC Summary ============= */

ol.ic-summary {
    padding-bottom:20px;
    padding-top:20px;
    }

ol.ic-summary li {
    color:#e64f29 !important;
    margin:10px 0px !important;
}

ol.ic-summary li a {
    text-decoration:none !important;
}

ol.ic-summary li > ol > li, ol.ic-summary li > ol > li a {
    color:#f0a535 !important;
    margin:10px 0px !important;
}


/* ========== IC Post form ============= */

.form-post-body {
	width: 100%;
	margin: 80px 0;
	padding: 40px 40px 60px 40px;
	color: white;
	border-radius: 16px;
	background-color: #32334F;
	box-sizing: border-box;
}

.form-post-body span.form-title {
	display: block;
	max-width: 400px;
	margin: 0 auto 20px auto;
	padding: 0px;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	color: white;
  background: transparent; 
}

.form-post-body .hs-form {
	width: 100%;
	margin: 0;
	padding: 0 !important;
	background: transparent !important;
	position: relative;
}

.form-post-body .hs-form label{
    color:#FFFFFF !important;
}

.form-post-body .hs-form .hs-form-field {
    padding:10px 20px !important;
    margin-bottom:0px !important;
}

.form-post-body .hs-form input[type="email"] {
	width: 100%;
	margin: 0 !important;
}

.form-post-body .hs-fieldtype-booleancheckbox {
	  position: absolute;
    bottom: -60px;
    left: 0;
    margin: 0;
    padding: 0!important;
}

.form-post-body .hs-form-booleancheckbox {
	padding: 0px;
}

.form-post-body .hs-form .hs-button {
	font-family: "Pangram", sans-serf  !important;
	padding: 12px 42px 12px 42px !important;
  font-size: 18px !important;
	border-radius: 4px !important;
}

.post-body .hs-form .hs_submit input.hs-button.primary.large {
    width: 100%;
    padding: 15px 0px !important;
}

.post-body .hbspt-form .submitted-message {
    display:block !important;
    padding:20px 10px 40px !important;
    color:#ffffff !important;
}

@media (min-width: 768px) {
	.form-post-body .hs-form {
  	display: flex;
  }
	
	.form-post-body .hs-form.stacked .hs-email {
		flex: 1;
		padding: 0 16px 0 0 !important;
	}
	
	.form-post-body .hs-form .hs-button {
  	margin-top: 25px;
  }
}

/* ========== IC Post form - For Videos ============= */

.form-post-body.form-video span.form-title {
    font-size: 26px !important;
    padding-top: 15px !important }

.form-post-body.form-video .hs-form {
    display: inline-block;
    background:#605e5e !important;
    padding:0px !important;
    width:100%;
    margin: 0 0 20px !important }

.form-video .hs-form label {
    display: none }

.form-post-body.form-video .hs-form .hs-form-field {
    padding: 0 20px !important;
    margin-bottom: 0 !important }
    
.form-video .hs-form input[type="email"] {
    margin: 0;
    padding: 10px !important;
    font-size: 14px;
    width: 60% !important;
    float: left;
    height: inherit;
    border-radius: 0;
    color: #666 }

.form-post-body.form-video .hs-form .actions {
    padding: 0 20px 0 0 !important;
    width: 35%;
    float: right }

.form-video .hs-form .hs_submit input.hs-button.primary.large {
    padding: 13px 10px 6px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    cursor: pointer;
    width: 100% }

.form-video .hs-form .hs_submit input.hs-button.primary.large:hover {
    background-color: #f0a535 !important }

.form-post-body.form-video .hs-form .hs-error-msgs li label {
    display: block }

@media (max-width: 520px) {
    .form-post-body.form-video .hs-form .hs_submit {
        width: initial !important;
        padding: 0 20px }

    .form-video .hs-form input[type="email"] {
        width: 100% !important;
        float: none }
    
    .form-post-body.form-video .hs-form .actions {
        width: 100%;
        float: none }
    
    .form-post-body.form-video .hs-form .hs-form-field {
    padding-bottom: 20px !important; }
}

/* Diccionario */

.diccionario_imagen {
    overflow: hidden !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50% }

.diccionario_imagen img {
	width: 100%;
	height: auto!important }

.conceptos-inbound .diccionario_imagen {
    margin-bottom: 20px }

.conceptos-inbound .diccionario_imagen img {
	border-radius: 50%;
	display: block;
	margin: 0 auto; }


/** =======================================
    Sala de prensa */

.sala-de-prensa h1 a {
    text-decoration: none;
}

.sala-de-prensa .submitted-message p {
    color: #fff !important;
}

.sala-de-prensa .mailbox-wrapper {
    padding: 30px;
    text-align: center;
    background-color: #e64f29;    
}

.sala-de-prensa .mailbox-wrapper h2 {
    margin: 0 0 20px 0;
    color: #fff;
    line-height: 110%;
}

.sala-de-prensa .mailbox-wrapper .button {
    display: inline-block;
    padding: 12px 24px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: #3e3e3e;
    border-radius: 3px;
}

.sala-de-prensa .mailbox-wrapper .button:hover {
    background: #222;
}