 
.section-2 {
    padding-top: 70px !important;
  }
  
   .section-1 {
    background-image: none;
    text-align: center;
  }
  
  .section-1 .image-1 {
     min-height: 225px;
    display: flex;
    align-items: center;
    background-position-y: bottom;
    background-image: url("../../images/drpiggy_bg_blog.png");
  }
  
  tr {
      border: 1px solid;
  }
  
  td {
      border-left: 1px solid;
      padding: 10px;
  }

  .tab {
    border: 1px solid;
    padding: 10px;
}
  
@media (max-width:1280){
	.section-2 {
   width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
}
}

  @media (max-width: 1199px) {
    .section-1 .image-1 {
      min-height: 262px;
    }
  }
  
  @media (max-width: 991px) {
    .section-1 .image-1 {
      min-height: 242px;
    }
  }
  
  @media (max-width: 767px) {
    .section-1 .image-1 {
      min-height: 214px;
    }
  }
  
  @media (max-width: 575px) {
    .section-1 .image-1 {
      min-height: 135px;
    }
  }
  
  .single-page .blog-desc {
      padding: 2rem 0 1rem;
  }
  
  .blog-media img {
      width: 100%;
      ;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      border-radius: 15px;
  }

.blog-media button{
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 9;
	background-color: transparent;
	border: none;
	width: 60px;
}

.blog-media button img {
    border-radius: 50px;
    -webkit-box-shadow: 6px 6px 13px -5px rgba(0,0,0,0.95);
    -moz-box-shadow: 6px 6px 13px -5px rgba(0,0,0,0.95);
    box-shadow: 6px 6px 13px -5px rgba(0,0,0,0.95);
}
  
  
  
  .blog-desc {
      padding: 2rem 0;
  }
  
  .blog-desc h4 {
      font-size: 34px;
      margin: 0;
      font-weight: 600;
      padding: 1rem 0 0;
      color: hsl(0,0%,50%);
  }
  
  @media (max-width: 768px) {
        .blog-desc h4 {
          font-size: 24px;
          color: hsl(0,0%,50%);
      }
      .blog-meta {
          font-size: 11px;
      }
    }
  
  .blog-desc h4 a{
      color: hsl(0,0%,50%);
  }
  
  .blog-meta {
      display: block;
      font-style: initial;
      margin: 1rem 0;
      font-size: 12px;
      color: hsl(0,0%,50%);
  
  }
  
  .small-blog-box .blog-meta {
      margin: 0.7rem 0 0.6rem;
  }
  
  .blog-meta a{
      color: #90b695;
  }
  
  .small-blog-box .blog-desc h4 {
      font-size: 24px;
  }
  
  .blog-box {
      margin-bottom: 2rem;
      background-color: #ffffff;
  }
  
  
  .blog-desc p {
      padding-bottom: 0.4rem;
      font-family: "Poppins";
  
  
  }
  
  
  .single-page .float-left {
      margin-bottom: 0.5rem;
      margin-right: 1.5rem;
      margin-top: 0.5rem;
  }
  
  .single-page .float-right {
      margin-bottom: 0.5rem;
      margin-left: 1.5rem;
      margin-top: 0.5rem;
  }
  
  .blockquote {
      border-color: #ee7b8a !important;
      background: #f9f9f9 none repeat scroll 0 0;
      border-left: 0.25rem solid #eceeef;
      font-family: Times New Roman;
      font-size: 1.25rem;
      font-style: italic;
      margin-bottom: 1rem;
      padding: 2rem;
  }
  
  .form-wrapper .float-right a{
      font-size: 13px;
      text-transform: capitalize;
  }
  
  .single-blog-bottom .float-right {
      margin: 0.3rem 0 0 !important;
  }
  
  
  
  hr.dashedhr {
      margin: 2rem 0;
      border-color: #e2e2e2;
      border-style: dashed;
  }
  
  
  .tag-widget a {
      background-color: transparent;
      border: 1px solid #cfcfcf;
      border-radius: 0;
      display: inline-block;
      font-size: 11px;
      letter-spacing: 2px;
      margin: 0 0.3rem 0.3rem 0;
      line-height: 1;
      padding: 0.5rem 0.6rem;
      text-transform: uppercase;
      font-weight: 600;
      font-family: 'Josefin Sans', sans-serif;    
      color: #7b7b7b;
  }
  
  .related-articles .blog-box {
      margin-bottom: 0;
  }
  
  .custom-title {
      padding: 0;
      margin: 0 0 2rem;
      font-size: 21px;
  }
  
  
  .overlay-content .cat-title {
      background: #fff none repeat scroll 0 0;
      display: inline-block;
      margin-bottom: 2rem;
      padding: 0 2rem;
      color: #ffffff !important;
  }
  
  .cat-title {
      display: block;
      font-size: 13px;
      letter-spacing: 2px;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      color: #fff;
      box-shadow: none;
      background-color: #ee7b8a;
      background-image: none;
      border-color: #ee7b8a;
  }
  
  
  @media (max-width: 992px) {
    .list-style .cat-title {
          margin-top: 1rem;
      }
    }
  
  .post-bottom {
      border-top: 1px dashed #e2e2e2;
      padding-top: 1rem;
  }
  
  .readmore {
      font-weight: 500;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #111111;
  }
  
  .footer .widget-title {
      text-align: left;
  }
  
  .footer .widget-title h3 span {
      padding-left: 0;
  }
  
  .widget-title {
      position: relative;
      text-align: center;
      display: block;
      position: relative;
      margin-bottom: 2rem;
      border-bottom: 1px dashed #e2e2e2;
  }
  
  .widget-title h3 {
      left: 0;
      font-size: 21px;
      right: 0;
      top: -0.6rem;
      display: inline-block;
      position: absolute;
  }
  
  .widget-title h3 span {
      display: inline-block;
      background-color: #ffffff;
      padding: 0 1rem;
  }
  
  .blog-list-widget img {
      max-width: 70px;
      margin-right: 15px !important;
  }
  
  .blog-list-widget .list-group-item {
      padding: 0;
      border: 0;
      margin: 0;
      background-color: transparent;
  }
  
  .blog-list-widget .w-100 {
      margin-bottom: 1rem;
      display: block;
  }
  
  .blog-list-widget .w-100.last-item {
      margin-bottom: 0;
  }
  
  .blog-list-widget .mb-1 {
      font-size: 17px;
      margin-top: 0.2rem;
      margin-bottom: 0.25rem;
      color: hsl(0,0%,50%);
  }
  
  
  
  .category-widget li:hover a{
      color: #90b695;
  }
  
  .category-widget a{
      color: #7b7b7b;
  }
  
  .category-widget ul {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  
  .category-widget li {
      padding: 0.3rem;
      border-bottom: 1px dashed #e2e2e2;
  }
  
  .category-widget li:first-child {
      border-top: 1px dashed #e2e2e2;
  }
  
  .lista {
    list-style: auto;
}
  
  .img-fluid {
    height: auto;
  }
  
  .nav2{
      display: flex;
      justify-content: flex-end;
      font-size: 12px;
      margin-top: 0 !important;
      list-style: none,
  }
  
  .nav2 li{
      list-style: none;
  }
  
  .nav2 img{
      width: 40px;
      padding: 0 10px;
  }
  
  #footer{
      display: flex;
  }
  
  .footer_bloque1{
   display:contents;
  }
  
  .nav2{
      margin-bottom: 0 !important;
      padding-top: 10px;
  }
  
  .footer{
    margin-top: 30px;
}

#breadcrumbs {
    margin-top: 20px;
}

#breadcrumbs a {
    color: #111111;
    text-decoration: none;
}

.bold-text{
	font-weight: bold
}

#image-breadcrumbs{
	box-shadow: none
}
  
  @media (max-width: 1280px){
	  .section-2 {
   width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
}
  .section-1 .image-1 {
      margin-top: -1px;
  }
      .text_cabecera {
      margin-left: 105px;
  }
      
      
  }
  
  @media (max-width: 1024px){
	  .section-1 .image-1 {
    margin-top: -40px;
}
      .text_cabecera {
      margin-left: 60px;
  }
      .text_cabecera h1 {
          font-size: 38px;
          line-height: 42px}
      
      
     
  }
  
  @media (max-width: 912px){
	  .section-1 .image-1 {
    margin-top: -20px;
	    background-position-x: -15px;
}
      .text_cabecera h1 {
      font-size: 28px;
      line-height: 35px;
  }
  
    
  }
  
  @media (max-width: 767px){
      .section-1{
          background-image: url(../images/drpiggy_bg_mb_blog.png);
          height: 320px;
          background-repeat: no-repeat;
          background-position-y: 20px;
          background-position-x: center;
      }
      .img-fluid {
          max-width: 100% !important;
          height: auto;
        }
      .section-1 .image-1{
          background-image: none;
          height: 409px;
          background-position-y: -14px;
      }
      .text_cabecera{
  margin: auto;
      margin-top: -10px;
      }
      .text_cabecera h1 {
      font-size: 36px;
      text-align: center;
      margin: auto;
      line-height: 43px;
      display: block;
      padding-top: 15px;
  }
  
      #footer {
      display: block;
              margin: 0;
  }
      .nav2{
  display: flex;
      justify-content: flex-start;	
      }
      
      .footer_bloque1 {
      margin: 0 6%;
  }
      #footermenu{
          display: grid;
              justify-items: start;
      }
	  .footer {
    margin-top: 20px;
}
      }
  
  
  
  @media (max-width: 540px){
  
      .footer .image-1 {
      width: 60%;
          height: auto;
      margin: 0px; 
  }
      .nav2 li{
          font-size: 15px;
      }
      .nav2 img {
      width: 55px;
      padding: 0 10px;
  }
  
      
  }
  
  @media (max-width: 414px){
    .section-1 {
        height: 350px;
    }
      .section-1 .image-1 {
      height: 353px;
      width: 95% !important;
  }
      .bloque1 {
      width: 380px !important;
  }
      .text_cabecera h1{
		  font-size: 34px;
    padding: 0 10px;
    margin-top: 10px;
      }
  
      
      .nav2 li{
          font-size: 14px;
      }
      
      .nav2 a{
          margin: 5px;
      }
      
      .footer_bloque1 img{
          width: 95%;
      }
      .nav2 img {
      width: 40px;
      padding: 0 5px;
  }
  
  td{
      padding: 5px;
  }
  
      
  }
  
  @media (max-width: 393px){
    .section-1 {
        height: 335px;
    }
      .section-1 .image-1 {
      height: 330px;
      width: 95% !important;
  }
      .text_cabecera h1 {
      font-size: 33px;
      line-height: 38px;
  }
  
      .footer .image-1 {
      width: 60%;
  }
  }
  
  @media (max-width: 375px){
      .section-1 {
      height: 340px;
  }
      .section-1 .image-1 {
      height: 335px;
      width: 95% !important;
  }
  
      .footer .image-1 {
      margin-top: 0px;
  }
      .nav2 a {
      margin: 2px;
  }
      .nav2 img {
      width: 18px;
      padding: 0px 0px;
      margin-right: 5px;
  }
  
  td{
      padding: 3px;
  }
  
  }
  
  @media (max-width: 360px){
      .text_cabecera h1 {
          font-size: 32px;
    line-height: 36px;
  }
  .section-1 {
    height: 330px;
}
    .section-1 .image-1 {
    height: 315px;
}

  
  }
  @media (max-width: 280px){
	  
	  .text_cabecera h1{
		 font-size: 27px;
    line-height: 30px;
    padding: 0; 
		  margin-top: 20px;
	  }

    .section-1 {
        height: 230px;
    background-size: cover;
    }
        .section-1 .image-1 {
        height: 271px;
    }
      
  .sheet {
      width: 250px !important;
  }
  
  td{
      font-size: 12px;
  }
	  .blog-media button {
		  width: 45px
	  }
  
  }
  