*{
	font-family: Lato;
}
h1,h2,h3,h4,h5,h6{
  font-family: Lato;
}
h1{
	font-size: 75px;
  font-weight: 300;
}
p {
    margin: 15px 0;
}
.body-container-wrapper{
	padding-top:0 !important;
}
a {
    text-decoration: none;
    color: #039adc;
}
body{
	background-color: #F1F1F1!important;
}
.potCast iframe{
  width: 100%;
}
.secTwetter iframe{
  height: 565px !important;
}
/*icons share*/
/*blog links share*/
.iconosShare{
	border: solid 1px #707070;
  background-color: #414950;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66.5px;
  text-align: center;
}
.iconosShare > span {
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconosShare a img{
    display: none;
}
.iconosShare a{
	padding: 18px 0px;
   width: 25% !important;
   transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}
.iconosShare .hs_cos_wrapper a:nth-child(1):before { /*facebook*/
    content: "\f09a";
    display: inline-block;
}
.iconosShare .hs_cos_wrapper a:nth-child(2):before { /*linkedin*/
    content: "\f0e1";
    display: inline-block;
}
.iconosShare .hs_cos_wrapper a:nth-child(3):before { /*twitter*/
    content: "\f099";
    display: inline-block;
}
.iconosShare .hs_cos_wrapper a:nth-child(4){ /*google plus*/
    content: "\f0d5";
    display: none;
}

.iconosShare .hs_cos_wrapper a:nth-child(5):before {  /*email*/
    content: "\f003";
    display: inline-block;
}

.iconosShare .hs_cos_wrapper a:nth-child(1):before, 
.iconosShare .hs_cos_wrapper a:nth-child(2):before,
.iconosShare .hs_cos_wrapper a:nth-child(3):before,
.iconosShare .hs_cos_wrapper a:nth-child(5):before,
.iconosShare .hs_cos_wrapper a:nth-child(6):before{
  
    font-family: "FontAwesome" !important;
    color: #e1e1e2;
    display: inline-block;
    font-size: 20px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    cursor:pointer;
    margin: 0 9px;
}
.iconosShare .hs_cos_wrapper a:hover{
   background-color: #0090d7;
  transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}
/**/
.contTopPost{
  height: 585px !important;
  width: 100%;
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bgImagePost{
	height: 100%!important;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  width: calc(105% - 8px);
  position: absolute;
  top: 0;
  left: -3px;
}
.bgImagePost:after{
  background-color: rgba(0, 0, 0, 0.6);
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}
.contTitle h1, .contTitle h1 a{
  font-size: 50px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
}
.contTitle h1:after{
  content: "";
  width: 70px;
  height: 4px;
  background-color: #0090d7;
  display: inline-block;
  position: relative;
  bottom: 17px;
  margin-left: 15px;
}
.contTitle p , .contTitle p a{
  font-family: Lato;
  font-size: 14px;
  font-weight: 900;
  color: #ffffff;
}

.contTitle{
	max-width: 1366px;
  z-index: 1;
  position: relative;
}
.contInfoTop .span9{ 
	background-color: #ffffff;

}
.bgPostInt{
  padding: 35px;
  z-index: 2;
  position: relative;
}
.contInfoTop .span9 .post-body span > p:first-child,
.contInfoTop .span9 .post-body span > p:first-child span{ 
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
  padding-bottom: 30px;
}
.contInfoTop .hs_cos_wrapper_type_rich_text ul li:before {
    display: flex;
    content: "";
    width: 10px;
    height: 10px;
    border: solid 3px #002269;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.contInfoTop .hs_cos_wrapper_type_rich_text ul li {
   	position: relative;
    padding-left: 15px;
  	line-height: 1.7;
}
.contInfoTop .hs_cos_wrapper_type_rich_text ul {
    padding-left: 0px;
}
blockquote {
  color: #0090d7;
  font-size: 18px;
  position: relative;
  margin-left: 20%;
  margin-top: 30px;
  margin-bottom: 30px;
}
blockquote:before{
  content: "";
  width: 70px;
  height: 4px;
  background-color: #0090d7;
  display: inline-block;
  position: relative;
  bottom: 17px;
  /* margin-right: 15px; */
  position: absolute;
  top: 10px;
  left: -90px;
}
.moveTopCont{
  margin-top: -140px !important;
  position: relative;
}
/*aside post intern*/
.related-post-item{
	width: 100%;
  display: flex;
  align-items: center;
}
.related-image{
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: center;
  float: left;
}
.related-post-item p a{
	font-size: 12px;
  line-height: 1.42;
  color: #0090d7;
}
p#hubspot-topic_data{
	 text-transform: uppercase;
}
.related-post-item p{
  text-align: left;
  padding-left: 10px;
  float: left;
  width: 80%;
  line-height: 1.42;
  font-size: 12px;
  margin: 10px 0;
}

.popular-post{
	background-color: #ffffff;
  padding: 14px 16px;
}
.popular-post ul{
	padding: 0;
  margin: 0;
}
.popular-post ul li{
	list-style:none;
  padding: 5px 0;
}
.popular-post ul li a{
  font-size: 12px;
  line-height: 1.42;
  color: #0090d7;
}
.secPopular{
	margin-top: 30px;
}
.secPopular h2{
  background-color: #0090d7;
  color: #ffffff;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  padding: 14px 16px;
}
/*tabs*/
#slider-1 .blog-tabber {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

#slider-1 .blog-tabber ul.tabs {
  text-align: center;
  font-size: 0;
  float: left;
  margin-top: -36px;
  padding: 0;
  width: 100%;
}

#slider-1 .blog-tabber ul.tabs * {
  margin: 0;
  padding: 0;
}

#slider-1 .blog-tabber ul.tabs li {
  font-size: 12px;
  cursor: pointer;
  display: block;
  float: right;
  width: 50%;
  height: auto;
  padding: 12px 10px;
  position: relative;
  color: #FFFFFF;
  background-color: #414950;
  text-transform: uppercase;
}

#slider-1 .blog-tabber ul.tabs li.active {
  background-color: #0090d7;
  z-index: 3;
}

#slider-1 .blog-tabber ul.tabs li:last-of-type {
  margin-right: 0;
}

#slider-1 .blog-tabber .tab-content {
  width: 100%;
  height: 290px;
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}

#slider-1 .blog-tabber .tab-content ul.blog-posts {
  width: 90%;
  text-align: center;
  padding: 5px 0;
  display: block;
  margin: 0 auto;
}
@media(max-width:1090px){
	.moveTopCont {
    margin-top: -80px !important;
	}
}
@media(max-width:768px){
	#slider-1 {
    margin-top: 70px;
  }
}
@media(max-width:500px){
	.moveTopCont {
    margin-top: 0px !important;
	}
  blockquote:before {
    width: 50px;
    left: -60px;
	}
}
/*carusel*/
.carrusel-item{
  background-size: cover !important;
  background-position: center !important;
  height: 585px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
/*blog generales*/
.postBG{
	background-color: #ffffff;
  padding: 34px;
  min-height: 715px !important;
}
.postBG ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.postBG ul li{
	padding: 8px 0;
}
.postBG ul li a{
	font-size: 16px;
  line-height: 1.38;
  color: #707070;
}
.postBG ul li a:hover{
	 color: #0090d7;
}
.postBG  p a{
	font-size: 15px;
  line-height: 1.2;
  color: #0090d7;
}
.postBG h2{
  font-size: 16px;
  font-weight: 900;
  color: #002269;
  text-transform: uppercase;
}
.postBG h2:after{
  content:"";
	width: 75px;
  height: 2px;
  background-color: #002269;
  display:block;
  margin-top: 10px;
}
.bgPostTag{
  height: 230px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  flex-direction: column;
  position: relative;
  margin: 25px 0;
  padding: 15px;
}
.bgPostTag h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.17;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
/*.bgPostTag h3:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #0090d7;
  display: inline-block;
  position: relative;
  bottom: 10px;
}*/
.bgPostTag h3 a{
  color: #ffffff;
}
.bgTransp{
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  transition: .5s;
  top: 0; 
  left: 0;
}
.bgPostTag:hover .bgTransp{
  background-color: rgba(0, 0, 0, 0.8);
  transition: .5s;
}
.bgPostTag:hover .btn-leerMas{
	width: 133px;
  height: 32px;
  background-color: #0090d7;
  z-index: 1;
  padding: 8px 15px;
  transition: .5s;
}
.btn-leerMas a{
	font-size: 12px;
  text-align: center;
  color: #ffffff;
  display: block;
  opacity:0;
  transition: .1s;
}
.btn-leerMas {
  width: 70px;
  height: 2px;
  background-color: #0090d7;
  z-index: 1;
  padding: 0;
  transition: .5s;
  margin: 0 auto;
}
.bgPostTag:hover .btn-leerMas a{
   opacity:1;
  transition: .1s;
}
.padTB{
	padding: 20px 0;
}
.padding-section{
	padding-top: 36px;
  padding-bottom: 36px;
}
.moveTopCTA{
	margin-top: -120px !important;
  position: relative;
  z-index: 3;
}
.ctaImg{
	margin-bottom: 20px;
  width: 100%;
}
@media(max-width:1200px){
  .contTitle {
    padding: 0 50px;
	}
  .pdPub{
  	padding: 0 10px !important;
  }
}
@media(max-width:768px){
  .bgPostInt {
    padding: 15px;
}
  
	.postBG{
    min-height: 100% !important;
    height: auto;
    margin: 20px 0;
  }
  .padTB {
     padding: 0; 
	}
  .contTitle h1, .contTitle h1 a {
    font-size: 50px;
	}
  
}
.slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0 !important;
    display: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    text-align: center !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0090D9 !important;
}
.carrusel-contenedor{
	  overflow: hidden;
    height: 585px;
}
@media(max-width:500px){
  .slick-dots {
    display: inline-block !important;
  }
  .slick-next, .slick-prev {
    display: none !important;
	}
  .contTitle {
      padding: 0px;
  }

  .moveTopCTA {
    margin-top: 0px !important;
	}
  .ctaImg {
    margin-bottom: 0px;
    margin-top: 10px;
	}
}
@media(max-width:1098px){
  #slider-1 .blog-tabber .tab-content {
    height: auto;
	}
}
/*page 404 and 505 ...*/
.bgError404{
		background-position: center;
  	background-size: cover;
  	background-repeat: no-repeat;
    height: auto;
    width: 100%;
  	position: relative;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	flex-direction: column;
  	padding-top: 65px;
}
.bgError404 .span12{
	 margin: 0;
}
.bgError505H{
  height: 945px;
}
.transp404{
	background-color: rgba(0,0,0, 0.6);
  position: absolute;
  height:100%;
  width: 100% !important;
  top: 0;
  right: 0;
}
.t505{
	background-color: rgba(0,0,0, 0.4);
}
.content_error, .content_error505{
	z-index: 1;
  position: relative;
  text-align: center;
}
.content_error505{
	text-align: left;
}
.content_error505 h2{
  font-size: 32px;
  line-height: 1.22;
  color: #fdfbfb;
  margin-top: 15px;
  margin-bottom: 50px;
}
.content_error505 p{
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  color: #fdfbfb;
  max-width: 615px;
}
.content_error505 h1:after{
	content: "";
  width: 70px;
  height: 4px;
  background-color: #002269;
  display: inline-block;
  position: relative;
  bottom: 24px;
  margin-left: 15px;
}
.content_error h1, .content_error505 h1{
  color: #fdfbfb;
}
.content_error h1:after{
	content: "";
  width: 70px;
  height: 4px;
  background-color: #0090d7;
  display: block;
  margin: auto;
}
.content_error h2{
  font-size: 24px;
  font-weight: normal;
  color: #fdfbfb;
}
.content_error h2 span{
  font-weight: 300;
  display: block;
}
.imgError img{
	max-width: 550px;
  margin: 30px auto;
  width: 100% !important;
}
.bgUnsubscribe{
		background-position: center;
  	background-size: cover;
  	background-repeat: no-repeat;
    height: 870px;
    width: 100%;
  	position: relative;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	flex-direction: column;
}

.bgUnsubscribe .transp404{
  background-color: rgba(0,0,0, 0.4);
  padding-top: 65px;
  position: relative;
}
.bgUnsubscribe p{
	font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
}

.bgUnsubscribe h1:after{
  content: " ";
  width: 70px;
  height: 4px;
  display: inline-block;
  background-color: #002269;
  position: relative;
  bottom: 12px;
  margin-left: 20px;
}
.bgUnsubscribe h1, .bgUnsubscribe h2{
  color: #fdfbfb;
}
 .main-contentSub{
	z-index: 1;
  position: relative;
}
.bgUnsubscribe .page-header h1{
	display: none;
}
 .bgUnsubscribe h2{
	font-size: 32px;
  font-weight: normal;
  line-height: 1.22;
   max-width: 380px;
}
.bgTWhite{
	  background-color: rgba(255, 255, 255, 0.6);
    padding:40px;
    margin-top: 55px;
}
.bgUnsubscribe .bgTWhite{
  padding-bottom: 220px;
}
.bgUnsubscribe form #content h3{
	font-family: Lato;
  font-size: 32px;
  font-weight: 300 !important;
  line-height: 1.2;
  color: #000000;
  float: left;
}
.bgUnsubscribe form #content div{
  float: left;
  width: 309px;
  height: 32px;
  margin: 0 9px;
}
.bgUnsubscribe form #content div input{
  border-radius: 0;
}
.bgUnsubscribe form #content #submitbutton{
  float: left;
  width: 129px;
  height: 32px;
  background-color: #458bc1;
  color: #fcfcfc;
  border: none;
  font-family: Lato;
  font-size: 12px;
  border-radius: 0;
}
.bgUnsubscribe form #content #submitbutton:hover{
	 background-color: #006ea4;
   border: 0
}
.bgUnsubscribe .row-fluid-wrapper.row-depth-1.row-number-2{
	height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.padTop{
	padding-top: 60px;
}

@media(max-width:768px){
  .blog-section .contTopPost{
  	height: auto !important;
    padding: 30px 0;
  }
  .moveTopCont {
    margin-top: 0px !important;
	}
  .bgUnsubscribe{
    height: auto;
	}
  .bgUnsubscribe form #content div{
    float: left;
    width: 65%;
    height: 32px;
    margin: 0 5% 0 0;
  }
  .bgUnsubscribe form #content #submitbutton{
    float: left;
    width: 30%;
  }
  .bgUnsubscribe form #content h3{
  	float: none;
  }
  .bgUnsubscribe h1:after {
    margin-left: 0;
	}
}
@media(max-width:500px){
  .content_error h1:after {
    margin-top: 15px;
	}
  .contInfoTop .span9 .post-body span > p:first-child, .contInfoTop .span9 .post-body span > p:first-child span {
    font-size: 22px;
	}
  .bgUnsubscribe h2 {
    font-size: 25px;
	}
  .bgTWhite {
    padding: 40px 20px;
	}
  .bgUnsubscribe p {
    font-size: 18px;
	}
}
@media (max-width: 480px){
 .bgUnsubscribe h1 {
    font-size: 45px;
	}
  .bgError505H {
    height: auto;
    padding: 80px 0;
	}
  .content_error h1, .content_error505 h1 {
    font-size: 45px;
     line-height: 1.2;
	}
  .content_error505 h2 {
    font-size: 25px;
	}
  .content_error505 p{
    font-size: 18px;
	}
  .bgPostInt h2 {
    font-size: 26px; 
	}
  .contTitle h1, .contTitle h1 a {
    font-size: 36px;
	}
}
.bgWhite{
	background-color:#ffffff;
  padding: 30px 15px;
}
.span3.postBG:nth-child(4n+1) {
    margin-left: 0;
}
.bgWhite .bgPostTag{
    margin: 15px 0;
}
.bgWhite h2 {
    font-size: 16px;
    font-weight: 900;
    color: #002269;
    text-transform: uppercase;
}
.bgWhite h2:after {
    content: "";
    width: 75px;
    height: 2px;
    background-color: #002269;
    display: block;
    margin-top: 10px;
}
/*buscador post*/
#search{
	  border: none;
    border-radius: 0;
    width: 85%;
    float: left;
    height: 40px;
}
#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: Lato;
  font-size: 16px;
  color: #707070;
}
#search::-moz-placeholder { /* Firefox 19+ */
  font-family: Lato;
  font-size: 16px;
  color: #707070;
}
#search:-ms-input-placeholder { /* IE 10+ */
  font-family: Lato;
  font-size: 16px;
  color: #707070;
}
#search:-moz-placeholder { /* Firefox 18- */
  font-family: Lato;
  font-size: 16px;
  color: #707070;
}
#submit{
	width: 15%;
  height: 40px;
  background-color: #0090d7;
  border: none;
}
#submit i{
	color: #ffffff;
  font-size: 20px;
}
.buscador{
	padding-bottom: 20px;
  position: relative;
}
/*resultados busqueda*/

#resultados-text{
  text-align: center;
  font: bold 22px;
  margin-bottom: 55px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
}
#resultados-text:before, #resultados-text:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #0095d8;
}
#resultados-text:before {
    margin-left: -50%;
    text-align: right;
}
/*#content_result {
  overflow-y : hidden;
}
#content_result::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}*/
#content_result div#resultado-busqueda{ 
  display:none;
}
#advise_search{
  background-color: #4a535a;
  color: #ffffff;
  display: block;
  position: absolute;
  font-size: 12px;
  width: 100%;
  text-align: right;
  padding: 0 10px;
}
.bgWhite .postBG{
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
@media(max-width:768px){
  .buscador{
    padding-bottom: 0px;
  }
}
@media(max-width:767px){
	.buscador{
    padding-top: 20px;
  }
}

.alto_auto{
	  height: auto !important;
    min-height: 100% !important;
    margin-bottom: 30px;
}
.span4.postBG:nth-child(3n+1){
	margin-left: 0;
}
.postBG.alto_auto h2 {
    min-height: 60px;
}