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

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

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


.container-fluid{
  padding-left:0px; 
  padding-right:0px;
}

.header-container #header-top div.contianer,
#menu 
{
	  max-width: 1180px; 
    margin: 0 auto; 
}

#menu 
{
	  float:none; 
}

.container{
   float:none !important;
   max-width: 1180px; 
   margin: 0 auto !important; 
}


.menu-principal.responsive ul li {
    display: block;
}

.img-fluid img{
  display:block;
  max-width:100%;
}

.menu-principal .hs-menu-wrapper ul{
  list-style:none;
  float: left;
  font-weight: 800;
  margin-bottom:0px;
  padding-left: 0;
}

#backgraound-list{  
  background-repeat:no-repeat; 
  background-size: cover;
  min-height: 400px;
}

.ico-menu{
  color: #fff;
  font-size: 35px;
  margin-top: 20px;
}

.mobile-bottom{
  display:none !important;
}

.search-block{
  width: 14.529914530000001% !important;
}

.menu-principal .hs-menu-children-wrapper{
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background: #000;
  padding: 0 0 20px 10px;
  margin-left: -30px;
  z-index: 10;
  min-width: 200px;
  -webkit-transition: .25s ease opacity;
  -khtml-transition: .25s ease opacity;
  -moz-transition: .25s ease opacity;
  -ms-transition: .25s ease opacity;
  -o-transition: .25s ease opacity;
  transition: .25s ease opacity;
}

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

.menu-principal .hs-menu-wrapper ul.hs-menu-children-wrapper li{
  display: block;
  line-height: 42px;
  margin: 0;
  clear: both;
}

.menu-principal .hs-menu-wrapper ul.hs-menu-children-wrapper li > a {
    padding: 0 20px 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.hs-search-field__bar{
  margin-top:23px;
}

.hs-search-field__bar input{
  padding: 0 10px;
  background-color: #444;
  border: 1px solid #555;
  color: #fff;
  width: 80%;
  height: 35px;
  line-height: 40px;
}

.menu-principal .hs-menu-wrapper ul li{
  /*display:inline-block; */
  float: left;
  line-height: 80px;
  margin-left: 30px;
  font-weight: 600;
  font-size: 12px;
  font-family: Arial;
}

.menu-principal .hs-menu-wrapper ul li a {
    color: #fff;
}

.menu-principal .hs-menu-wrapper ul li a:hover{
  color: #e50043;
  text-decoration:none;
}

.container-blog{
  padding-top:30px;
  background-color:#eeeeee;
  padding-bottom:60px;
}

.container-blog .blog-title{
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 15px;
  font-family: Arial;
  font-weight: 800;
  color: #000;
  text-transform:uppercase;
  padding-bottom:30px;
}

.relacionado-title{
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  font-family: Arial;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
}

.container-blog-2{
  background-color:#ffffff;
  padding-bottom:60px;
}

.post-body.exc {
    padding: 25px 25px 20px;
    min-height: 205px;
    background-color:#fff;
    margin-bottom: 30px;
}

.post-body.exc h2 {
    font-size: 18px;
    line-height: 24px;
    min-height: 52px;
    font-family: Arial;
    font-weight: 800;
    color: #000;
    margin-bottom: 0;
}

.hs-featured-image {
    float:none;
    margin: 0 auto 20px auto;
    max-width: 100%;
    display: block;
    height: auto;
}

.hs-featured-image-link img{
  margin-bottom:0px;
  width: 100%;
  /*height: 230px;*/
}

.post-body h2 a{
  color: #000;
}

.post-body.post-content a{
  color:#e50043;
}

.post-body h2 a:hover,.post-body h2 a:visited:hover{
  color: #e50043;
  text-decoration:none;
}

.blog-post-wrapper h1 span{
  font-family: Arial;
  font-weight: 800;
  color: #000;
  font-size: 36px;
  line-height: 44px;
  text-transform:uppercase;
}

.blog-post-wrapper h1{
  margin-top: 25px; 
  margin-bottom: 15px;
}

.blog-post-wrapper .hs-author-social-section, .blog-post-wrapper .hs-blog-social-share{
  display:none;
}

.blog-post-wrapper #hubspot-author_data{
  margin-bottom:10px;
}

.blog-post-wrapper #hubspot-author_data span{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
    margin: 0;
}

.blog-post-wrapper #hubspot-author_data a{
   color:#e50043;
   font-size: 12px;
  font-family:"Arial
}

.blog-post-wrapper .tags a{
  /*float: left;*/
  line-height: 24px;
  padding: 0 5px;
  margin: 0 10px 10px 0;
  background-color: #348bcb;
  color: #fff !important;
  font-size: 15px;
  text-transform: uppercase;
  font-family: Arial;
}

.blog-post-wrapper .tags a:hover{
  background-color: #e50043;
  text-decoration:none;
}

.section.post-body > * {
  font-size:16px; 
  font-family: Arial;
}

#footer-bar, .footer-line{
  font-family: Arial;
}

.submitted-message{
  color: #e50043;
  font-weight: bold;
}

.more-link, a.more-link {
    display: block;
    height: 30px;
    line-height: 40px;
    text-align: left;
    color: #e50043;
    margin-top: 10px;
    font-weight: 600;
    position: relative;
    bottom: 0;
}

a.more-link:hover, a.more-link:visited:hover,
.more-link:hover, .more-link:visited:hover{
    color: #348bcb;
    text-decoration:none;
}

.more-link i, a.more-link i {
    font-size: 17px;
    top: 1px;
    position: relative;
    left: 5px;
    font-weight: 700;
    -webkit-transition: left .3s ease;
    -khtml-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -ms-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease;
}

.more-link:hover i, a.more-link:hover i {
    -webkit-transition: left .3s ease;
    -khtml-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -ms-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease;
    left: 10px;
}

.hs-search-field__bar button svg {
    height: 18px;
    fill: #fff;
}

.hs-search-field__bar button{
  position: absolute;
  right: 42px;
  border: 0px;
  background-color: transparent;
  top: 5px;
}

.hs-search-field__bar button svg:hover {
    height: 18px;
    fill: #e50043;
    cursor: pointer;
}

.blog-post-contect{
  margin-top: -35px;
  background: #fff;
  padding: 10px 20px 20px 20px;
}

.maxwp-share-buttons {
    position: fixed;
    top: 50%;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.maxwp-share-buttons .maxwp-social-share {
    margin-bottom: 5px;
}

.maxwp-share-buttons a {
    text-align: right;
    opacity: 1 !important;
    position: relative;
    display: block;
    margin-right: 10px;
}

.blog-pagination a{
  text-decoration:none;
  color:#000;
  font-size:16px; 
  font-family: "Arial",sans-serif;
  margin-right:10px;
  font-weight: 600;
}

.breadcrums{
  padding:0 25px;
  font-size: 14px;
  color: #333;
  padding-left: 0;
  margin-bottom: 35px;
}

.breadcrums a {
  color: #555;
}

.breadcrums a:hover, .breadcrums a:visited:hover {
  color: #e50043;
  text-decoration:none;
}

.breadcrums ul{
  padding: 0;
}

.cs-breadcrumb{
  list-style:none;
}
.cs-breadcrumb li{
  display:inline-block;
}

/*.blog-pagination a:hover, .blog-pagination a:visited:hover{
  color: #348bcb;
  text-decoration:none;
}*/
       
/* Numbered Pagination */
.blog-pagination {
    display: block;
    text-align: center;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}
.blog-pagination a {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
    color: #fff;
    background-color: #e50043;
    text-decoration: none;
}
.blog-pagination a.elipses {
    border: 0;
}
.blog-pagination a.active {
    pointer-events: none;
    cursor: default;
    color: #fff;
    background-color: #e50043;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
    color: #fff;
    background-color: #e50043;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
    color: #fff;
    background-color: #e50043;
}

@media screen and (max-width: 992px) {
  .menu-principal a:not(:first-child) {display: none;}
  .menu-principal a.icon {
    float: right;
    display: block;
  }
  
  .menu-principal ul li {
      float: none;
      line-height: 1.5;
      padding: 15px 0;
      border-top: 1px solid #333;
      margin-left: 30px;
  }
  
  .menu-principal ul li {
      display: none;
      width: 100%;
  }
  
  .search-block{
    display:none !important;
  }
  
  .mobile-bottom{
    display:block !important;
    position: absolute;
    right: 0;
    top: 63px;
    margin-right: 30px;
  }
  
  .mobile-bottom .ico-menu{
    cursor: pointer;
  }
  
  #menu-topmenu{
    display:none;
  }
  
  #header-top .main-site {
    display: block;
    float: right;
    line-height: 36px;
    margin-right: 10px;
  }
  
  #header-top{
    padding: 0 15px;
  }
  
  #header-top .desc {
      padding: 0 15px;
  }
  
  #header-top .span1{
   display:none; 
  }
  
  #header-top .span10{
   width:100%; 
  }
  
  .logo{
    width:70% !important;
  }
  
  .span12.widget-span.widget-type-cell.container-blog{
    padding-left: 15px;
    padding-right: 15px; 
  }
  
  #footer-bar .inner ul.list-footer {
    margin: 0 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .copyright {
    left: 0;
    top: 5px;
  }

  .pink-borde{
    display:none; 
  }
  
  .menu-principal .hs-menu-wrapper ul li {
    line-height: 40px;
  }
  
  @media screen and (max-width: 768px) {
    .tf-image{
      max-width:auto;
    }
  }

}

/* Form Contacto */

.form-contacto{
  
  background: url('https://9384368.fs1.hubspotusercontent-na1.net/hubfs/9384368/Canva%20images/IMG-Fondo_FORM_266x548.jpg') top left no-repeat;
  padding:120px 30px 30px 10px;
  color:white;
  margin-top:20px;
  font-family:"Arial";
 
}
.form-contacto .hs-error-msgs{
  list-style:none;
  padding:0;
  margin-top:10px;
}
.form-contacto .texto-contacta{
  font-weight:12px;
  font-family:"Arial";
  font-size:19px;
  border-bottom:1px solid white;
  padding-bottom:10px;
}
.form-contacto .hs_firstname{
  font-size:18px;
  font-family: Arial;
  width: 100%;
  
}
.form-contacto .hs_email {
    font-size: 18px;
    font-family: Arial;
    width:100%;
}
.form-contacto .hs_intereses {
    font-size: 14px;
    font-family: Arial;
    width:100%;  
}
.form-contacto .hs_email input {
  width: 100%;
}
.form-contacto .hs_firstname input {
  width: 100%;
}
.form-contacto .hs_lastname input{
  width: 100%;
} 
.form-contacto .hs_phone input{
  width: 100%;
} 
.form-contacto .hs_intereses input{
  width: 100%;

} 
.form-contacto .hs_message textarea{
 background:white;
 font-size:12px;
  padding:5px 4px 5px 12px;
  letter-spacing:normal;
  border:0;
  outline:none;  
  width:100%;
  color:black;
  
  
}
.form-contacto .hs_message textarea{
  height:148px;
}
.form-contacto .legal-consent-container p {
  color:white; 
}
.form-contacto .hs_submit input[type="submit"]{
  background:#e50043
}
.form-contacto .hs-form-booleancheckbox-display a{
  color:#e3006a;
  text-decoration:underline;
}

#hs_cos_wrapper_post_body p {
    font-family: Arial !important;
}
.form-contacto .hs_interes {
    margin: 20px;
    font-size: 12px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding-top: 20px;
    font-family: "Arial"
  
  
}
.form-contacto .hs_interes ul{
	padding:0px 10px;
	list-style:none;
}

.form-contacto .hs_interes label > input {
	margin:20px;
  padding: 20px 10px;

}

.power-line{
  position:relative;
  left:-120px;
}