 .section-1 {
  background-image: none;
  text-align: center;
}

.section-1 .image-1 {
min-height: 240px;
    display: flex;
    background-image: url("../images/drpiggy_bg_home.png");
    align-items: center;
}

.text_cabecera{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #5f3748;
}

.text_cabecera h1{
	margin-bottom: 10px;
}

.subtittle {
    font-family: 'Poppins-Bold';
    text-align: initial;
    margin-bottom: 10px;
}


.bloque_cabecera {
    background-color: #5f3748;
    color: #fff;
    padding: 5px 10px;
    font-family: 'Poppins-Bold';
}

.boton{
	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;
  }
}


/*
.section-2 .sheet-1 {
  min-height: 554px;
}*/

.section-2 .text-1 {
  font-size: 1.75rem;
  margin: 33px auto 0;
	font-weight: bold;
}

.section-2 .text-2 {
  font-size: 1rem;
  width: 760px;
  margin: 20px auto 0;
  text-align: center;
  font-weight: 300;
}

.section-2 .text-3 {
  font-size: 1rem;
  width: 760px;
  margin: 20px auto 0;
  text-align: center;
  font-weight: bold;
}

.section-2 .list-1 {
  margin-top: 25px;
  margin-bottom: 30px;
}

.section-2 .repeater-1 {
  grid-template-columns: 0.3fr 0.3fr;
  min-height: 310px;
  grid-gap: 30px 30px;
  justify-content: center;
}

.section-2 .list-item-1 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  transition-duration: 0.5s;
  text-align: center;
}

.section-2 .container-layout-1 {
  padding: 15px 30px 30px;
}

.section-2 .icon-1 {
height: 60px;
    width: 100px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 1;
  margin: 10px auto 0;
  padding: 0;
}

.section-2 .text-4 {
  font-size: 1rem;
  font-weight: 300;
  margin: 15px 0 0;
  line-height: 2.5;
		font-weight: bold;
}

.section-2 .text-5 {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 5px 0 15px;
}
.section-2 .btn-1 {
  margin: 8px auto 0;
  text-align: center;
}



.section-2 .list-item-2 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  transition-duration: 0.5s;
  text-align: center;
}

.section-2 .container-layout-2 {
  padding: 15px 30px 30px;
}

.section-2 .icon-2 {
  height: 60px;
    width: 100px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 1;
  margin: 10px auto 0;
  padding: 0;
}

.section-2 .text-6 {
  font-size: 1rem;
  font-weight: 300;
  margin: 15px 0 0;
  line-height: 0.5;
		font-weight: bold;
}

.section-2 .text-7 {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 18px 0 0;
}

.section-2 .btn-2 {
  margin: 8px auto 0;
  text-align: center;
}

.section-2 .list-item-3 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  transition-duration: 0.5s;
  text-align: center;
}

.section-2 .container-layout-3 {
  padding: 15px 30px 30px;
}

.section-2 .icon-3 {
  height: 60px;
  width: 100px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 1;
  margin: 0px auto 10px;
  padding: 0;
  }

.file-icon img {
    width: 100px;
    height: 100px;
}
.section-2 .text-8 {
 font-size: 1.4rem;
    font-weight: 300;
    margin: 15px 0 0;
    font-family: 'Poppins-Bold';
    color: #ff7388 !important;
}

.section-2 .text-9 {
  font-size: 0.875rem !important;
  font-weight: 300;
  margin: 15px 0 10px !important;
}

.section-2 .btn-3 {
  margin: 8px auto 0;
  text-align: center;
}

.section-2 .list-item-4 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  transition-duration: 0.5s;
  text-align: center;
}

.section-2 .container-layout-4 {
  padding: 15px 30px 30px;
}

.section-2 .icon-4 {
  height: 60px;
  width: 100px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 1;
  margin: 0px auto 10px;
  padding: 0;
  }

.section-2 .text-10 {
font-size: 1.4rem;
    font-weight: 300;
    margin: 15px 0 0;
    font-family: 'Poppins-Bold';
    color: #ff7388 !important;
}

.section-2 .text-11 {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 5px 0 0;
}

.section-2 .btn-4 {
  margin: 8px auto 0;
  text-align: center;
}

.container-layout.valign-top.container-layout-3.bloque1 {
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: stretch;
}

.container-layout.valign-top.container-layout-4.bloque1 {
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.col img {
    width: 70px;
    margin-bottom: 15px;
}

.col {
    display: grid;
    justify-items: center;
    text-align: center;
    background-color: #fff;
    padding: 30px 10px;
    border: 1px solid #ff7388;
    border-radius: 10px;
}

.col span {
    font-family: 'Poppins-Bold';
    color: #5f3747;
    line-height: normal;
}


@media (max-width: 1199px) {
  .section-2 .repeater-1 {
  }

  .section-2 .icon-1 {
    margin-left: auto;
  }

  .section-2 .btn-1 {
    padding: 9px 4px 11px 2px;
  }

  .section-2 .icon-2 {
    margin-left: auto;
  }

  .section-2 .btn-2 {
    padding: 9px 4px 11px 2px;
  }

  .section-2 .icon-3 {
    margin-left: auto;
  }

  .section-2 .btn-3 {
    padding: 9px 10px 11px 10px;
  }

  .section-2 .icon-4 {
    margin-left: auto;
  }

  .section-2 .btn-4 {
    padding: 9px 10px 11px 10px;
  }

  .section-2 .text-8 {
  margin: 20px 0 0 !important;
  font-size: 1.2rem;
}

	.section-2 .text-10 {
    margin: 5px 0 0 !important;
    font-size: 1.2rem;
}
}

@media (max-width: 991px) {

  .section-2 .text-2 {
    width: 720px;
  }

  .section-2 .text-3 {
    width: 720px;
  }

  .section-2 .list-1 {
    margin-bottom: 20px;
  }

  .section-2 .repeater-1 {
        grid-template-columns: 0.4fr 0.4fr;
  }

  .section-2 .container-layout-1 {
    padding-bottom: 23px;
  }

  .section-2 .container-layout-2 {
    padding-bottom: 6px;
  }

  .section-2 .container-layout-4 {
    padding-bottom: 6px;
  }

  .section-2 .text-5 {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 10px 0 0;
}

  .section-2 .text-9 {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 10px 0 0;
}

.section-3 .text-4 {
  font-weight: 700;
  font-size: 1rem !important;
  margin: 0;
}

.section-3 .text-5 {
  font-weight: 700;
  font-size: 1rem !important;
  margin: 0;
}
.section-3 .text-6 {
  font-weight: 700;
  font-size: 1rem !important;
  margin: 0;
}

.section-3 .image-1 {
height: 64px !important;
width: 114px !important;
  margin: 0 auto;
}

.section-3 .image-2 {
height: 64px !important;
width: 114px !important;
  margin: 0 auto;
}

.section-3 .image-3 {
height: 54px !important;
object-position: 50% 0% !important;
width: 114px !important;
}

}

@media (max-width: 767px) {
  .section-2 .text-2 {
    width: 540px;
  }

  .section-2 .text-3 {
    width: 540px;
  }

  .section-2 .repeater-1 {
	      grid-template-columns: 1fr;
	 }

  .section-2 .container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 .container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 .container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 .container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3 .image-3 {
  height: 54px !important;
  object-position: 50% 0% !important;
  width: 140px !important;
  margin: 10px auto !important;
}
	
	.section-2 .text-8 {
    margin: 30px 0 0 !important;
    font-size: 1.2rem;
}
	.section-2 .text-10 {
    margin: 30px 0 0 !important;
    font-size: 1.2rem;
}
}

@media (max-width: 575px) {
  .section-2 .text-1 {
    font-size: 1.2rem;
  }

  .section-2 .text-2 {
    width: 340px;
    font-size: 0.85rem;
  }

  .section-2 .text-3 {
    width: 340px;
    font-size: 0.85rem;
  }

.section-2 .icon-1{
    height: 39px;
    width: 39px;
}

  .section-2 .text-4 {
    font-size: 1.25rem;
    width: auto;
  }

.section-2 .text-5 {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 5px 0 0;
}

.section-2 .icon-2{
    height: 39px;
    width: 39px;
}

.section-2 .icon-3{
    height: 39px;
    width: 39px;
}

  .section-2 .container-layout-2 {
    padding-bottom: 23px;
  }

  .section-2 .text-6 {
    font-size: 1.25rem;
    width: auto;
  }

  .section-2 .container-layout-3 {
    padding-bottom: 23px;
  }

  .section-2 .text-8 {
    font-size: 1.25rem;
    width: auto;
  }

.section-2 .text-9 {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 1px 0 0;
}  

.section-2 .icon-4{
    height: 39px;
    width: 39px;
}

  .section-2 .container-layout-4 {
    padding-bottom: 23px;
  }

  .section-2 .text-10 {
    font-size: 1.1rem;
    width: auto;
  }
}

.section-2 .list-item-1,
.section-2 .list-item-1:before,
.section-2 .list-item-1 > .container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.section-2 .list-item-1.list-item-1.list-item-1:hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-color: #663548 !important;
  background-color: #fceeee;
}

.section-2 .list-item-1 {
  border-color: transparent !important;
}

.section-2 .list-item-1.list-item-1.list-item-1.hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-color: #663548 !important;
  
}

.section-2 .list-item-1 {
  border-color: transparent !important;
}

.section-2 .list-item-2,
.section-2 .list-item-2:before,
.section-2 .list-item-2 > .container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.section-2 .list-item-2.list-item-2.list-item-2:hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-color: #663548 !important;
	background-color: #fceeee;
}

.section-2 .list-item-2 {
  border-color: transparent !important;
}

.section-2 .list-item-2.list-item-2.list-item-2.hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-color: #663548 !important;
}

.section-2 .list-item-2 {
  border-color: transparent !important;
}

.section-2 .list-item-3,
.section-2 .list-item-3:before,
.section-2 .list-item-3 > .container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.section-2 .list-item-3.list-item-3.list-item-3:hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-color: #663548 !important;
	background-color: #fceeee;
}

.section-2 .list-item-3 {
  border-color: transparent !important;
}

.section-2 .list-item-3.list-item-3.list-item-3.hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-color: #663548 !important;
}

.section-2 .list-item-3 {
  border-color: transparent !important;
}

.section-2 .list-item-4,
.section-2 .list-item-4:before,
.section-2 .list-item-4 > .container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.section-2 .list-item-4.list-item-4.list-item-4:hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-color: #663548 !important;
	background-color: #fceeee;
}

.section-2 .list-item-4 {
  border-color: transparent !important;
}

.section-2 .list-item-4.list-item-4.list-item-4.hover {
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1) !important;
  border-color: #663548 !important;
}

.section-2 .list-item-4 {
  border-color: transparent !important;
} 
.section-3 {
  background-image: none;
}

.section-3 .sheet-1 {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    padding: 25px 0 40px;
}

.section-3 .text-1 {
  font-weight: 300;
  width: 818px;
  font-size: 1.75rem;
  margin: 15px auto 0;
  text-align: center;
  padding-top: 25px;
    font-weight: bold;

}

.section-3 .text-2 {
  font-size: 1rem;
  width: 686px;
  margin: 13px auto 0;
  text-align: center;
  font-weight: 300;
}

.section-3 .text-3 {
  width: 532px;
  font-size: 1rem;
   font-family: 'Poppins-Bold';
	margin: 20px auto 0;
  text-align: center;
}

.section-3 .list-1 {
  margin-top: 20px;
  margin-bottom: 0;
}

.section-3 .repeater-1 {
  grid-gap: 30px 30px;
  grid-template-columns: calc(33.3333% - 20px) calc(33.3333% - 20px) calc(33.3333% - 20px);
  min-height: 45px;
}

.section-3 .list-item-1 {
  background-image: none;
  text-align: center;
}

.section-3 .container-layout-1 {
  padding: 10px;
}

.section-3 .text-4 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0;
}

.section-3 .list-item-2 {
  background-image: none;
  text-align: center;
}

.section-3 .container-layout-2 {
  padding: 10px;
}

.section-3 .text-5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.section-3 .list-item-3 {
  background-image: none;
  text-align: center;
}

.section-3 .container-layout-3 {
  padding: 10px;
}

.section-3 .text-6 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.section-3 .list-2 {
  margin-top: 0;
  margin-bottom: 30px;
  grid-template-rows: auto auto;
}

.section-3 .repeater-2 {
  grid-template-columns: calc(33.3333% - 20px) calc(33.3333% - 20px) calc(33.3333% - 20px);
  min-height: 258px;
  grid-gap: 30px 30px;
}

.section-3 .container-layout-4 {
  padding: 0;
  background-color: #009df4;
	color: #fff;
}

.section-3 .image-1 {
  height: 104px;
  width: 140px;
  margin: 0 auto;
}

.section-3 .text-7 {
  font-size: 1.125rem;
  font-weight: normal;
  margin: -28px auto 0;
  text-align: center;
}

.section-3 .text-8 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
  margin: 20px 30px 0;
  text-align: center;
}

.section-3 .text-9 {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 13px 30px 0;
  text-align: center;
}


.section-3 .btn-1 {
  border-style: none;
  letter-spacing: 1px;
  margin: 25px auto 0;
}

.section-3 .container-layout-5 {
  padding: 0;
      background-color: #ffca00;
}

.section-3 .image-2 {
  height: 104px;
  object-position: 50% 0%;
  width: 140px;
  margin: 0 auto;
}

.section-3 .text-10 {
  font-size: 1.125rem;
  font-weight: normal;
  margin: -28px auto 0;
  text-align: center;
}

.section-3 .text-11 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
  margin: 3px 30px 0;
  text-align: center;
}

.section-3 .text-12 {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 13px 30px 0;
  text-align: center;
}

.section-3 .btn-2 {
  border-style: none;
  letter-spacing: 1px;
  margin: 13px auto 0;
}


.section-3 .container-layout-6 {
  padding: 0;
	background-color: #ffca00;
	color: #fff;
}

.section-3 .image-3 {
    height: 104px;
    object-position: 50% 0%;
    width: 140px;
    margin: 0px auto;
}

.section-3 .text-13 {
  font-size: 1rem !important;
  font-weight: normal;
  margin: -28px auto 0;
  text-align: center;
}

.section-3 .text-14 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
  margin: 3px 30px 0;
  text-align: center;
}

.section-3 .text-15 {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 13px 30px 0;
  text-align: center;
}

.section-3 .btn-3 {
  border-style: none;
  letter-spacing: 1px;
  margin: 24px auto 0;
}



@media (max-width: 1199px) {
	
	.section-1 .image-1 {
    margin-top: -1px;
    background-position-x: 50px;
}
  .section-3 .repeater-1 {
    min-height: 37px;
  }

  .section-3 .repeater-2 {
    min-height: 210px;
  }

  .section-3 .container-layout-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 .text-8 {
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .section-3 .text-9 {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .section-3 .btn-1 {
    height: 42px;
  }

  .section-3 .container-layout-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 .text-11 {
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .section-3 .text-12 {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .section-3 .btn-2 {
    height: 42px;
  }

  .section-3 .container-layout-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 .text-14 {
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .section-3 .text-15 {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .section-3 .btn-3 {
    height: 42px;
  }
}

@media (max-width: 991px) {

  .section-3 .text-1 {
    width: 720px;
  }

  .section-3 .list-1 {
    margin-top: 13px;
  }

  .section-3 .repeater-1 {
    min-height: 66px;
  }

  .section-3 .container-layout-2 {
    padding-top: 8px;
  }

  .section-3 .container-layout-3 {
    padding-top: 8px;
  }

  .section-3 .list-2 {
    margin-bottom: 60px;
  }

  .section-3 .repeater-2 {
    min-height: 312px;
  }

  .section-3 .container-layout-4 {
    padding-bottom: 6px;
  }

.section-3 .text-7 {
  margin-top: 10px !important;
  margin-left: 0;
  text-align: center;
  font-size: 0.95rem !important;
  font-weight: 300 !important;
}

  .section-3 .text-8 {
    margin-right: auto;
    text-align: center;
    font-size: 1rem !important;

  }

  .section-3 .text-9 {
    margin-right: auto;
    text-align: center;
  }

  .section-3 .btn-1 {
  }

  .section-3 .text-10 {
margin-top: 10px !important;
margin-right: auto !important;
text-align: center;
font-size: 1rem !important;
font-weight: 300 !important;
  }

  .section-3 .text-11 {
margin-right: auto;
text-align: center;
font-size: 1rem !important;
  }

  .section-3 .text-12 {
    margin-right: auto;
    text-align: center;
  }

  .section-3 .btn-2 {
  }

  .section-3 .container-layout-6 {
    padding-bottom: 6px;
  }

  .section-3 .text-13 {
    margin-right: auto !important;
    text-align: center;
    font-size: 0.75rem !important;
    font-weight: 300 !important;
  }

  .section-3 .text-14 {
    margin-right: auto;
    text-align: center;
    font-size: 1rem !important;
  }

  .section-3 .text-15 {
    margin-right: auto;
    text-align: center;
  }

  .section-3 .btn-3 {
  }
}

@media (max-width: 767px) {
  .section-3 .sheet-1 {
    min-height: 160px;
  }

  .section-3 .text-1 {
    font-size: 1.5rem;
    width: 540px;
  }

  .section-3 .text-2 {
    font-size: 1rem;
  }

  .section-3 .repeater-1 {
    min-height: 59px;
  }

  .section-3 .text-4 {
    font-size: 1rem;
  }

  .section-3 .container-layout-2 {
    padding-top: 10px;
  }

  .section-3 .text-5 {
    font-size: 1rem;
  }

  .section-3 .text-6 {
    font-size: 1rem;
  }

  .section-3 .list-2 {
    margin-bottom: 20px;
  }

  .section-3 .repeater-2 {
    min-height: 272px;
  }

  .section-3 .container-layout-4 {
    padding: 11px 0;
  }

  .section-3 .text-7 {
    width: auto;
    margin-top: -28px;
    text-align: center;
  }

  .section-3 .text-8 {
    width: auto;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }

  .section-3 .text-9 {
    width: auto;
    margin-top: 11px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }

  .section-3 .btn-1 {
    margin-left: auto;
    text-align: center;
  }

  .section-3 .container-layout-5 {
    padding: 11px 0;
  }

  .section-3 .text-10 {
    width: auto;
    margin-top: -28px;
    text-align: center;
  }

  .section-3 .text-11 {
    width: auto;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }

  .section-3 .text-12 {
    width: auto;
    margin-top: 11px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }

  .section-3 .btn-2 {
    margin-left: auto;
    text-align: center;
  }

  .section-3 .container-layout-6 {
    padding: 11px 0;
  }

  .section-3 .text-13 {
    width: auto;
    margin-top: -28px;
    text-align: center;
  }

  .section-3 .text-14 {
    width: auto;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }

  .section-3 .text-15 {
    width: auto;
    margin-top: 11px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }

  .section-3 .btn-3 {
    margin-left: auto;
    text-align: center;
  }
	
	.footer {
    margin-top: -10px;
}
}

@media (max-width: 575px) {
 /* .section-3 .sheet-1 {
    min-height: 661px;
  }*/

.section-3 .text-1 {
  width: 340px;
  font-size: 1.2rem;
  font-weight: 300;
}

.section-3 .text-2 {
  width: 340px;
  font-size: 0.85rem;
  font-weight: 300;
}

.section-3 .text-3 {
  width: 340px;
  font-size: 0.85rem;
  font-weight: 300;
}

  .section-3 .list-1 {
    margin-top: 10px;
  }

  .section-3 .repeater-1 {
    grid-gap: 6px 6px;
    min-height: 69px;
    grid-template-columns: calc(33.3333% - 4px) calc(33.3333% - 4px) calc(33.3333% - 4px);
  }

  .section-3 .text-4 {
  }

  .section-3 .text-5 {
  }

  .section-3 .container-layout-3 {
    padding-top: 10px;
  }

  .section-3 .text-6 {
  }

  .section-3 .list-2 {
    margin-bottom: 60px;
  }

  .section-3 .repeater-2 {
    grid-template-columns: calc(33.3333% - 5.33333px) calc(33.3333% - 5.33333px) calc(33.3333% - 5.33333px);
    min-height: 270px;
    grid-gap: 8px 8px;
  }

  .section-3 .container-layout-4 {
    padding-bottom: 9px;
  }

  .section-3 .image-1 {
    height: 72px ;
    width: 100px ;
  }

  .section-3 .text-7 {
    font-size: 0.65rem ;
    margin-top: -18px ;
    text-align: center;
	margin: auto;
	padding: 0 5px;
  }

  .section-3 .text-8 {
    font-size: 0.65rem;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }

  .section-3 .text-9 {
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 0.75rem ;
  }

  .section-3 .btn-1 {
    margin-top: 8px;
    padding: 9px 5px 11px 4px;
    text-align: center;
    font-size: 0.75rem ;
	     width: 70%;
  }

.section-3 .image-2 {
  height: 80px ;
  width: 90px ;
}

  .section-3 .text-10 {
    font-size: 0.65rem ;
    margin-top: -20px ;
    text-align: center;
	padding: 0 5px;
  }

  .section-3 .text-11 {
    font-size: 0.65rem ;
    text-align: center;
  }

  .section-3 .text-12 {
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 0.75rem ;
  }

  .section-3 .btn-2 {
    margin-top: 8px;
    padding: 9px 5px 11px 4px;
    text-align: center;
    font-size: 0.75rem ;
	    width: 70%;
  }

  .section-3 .container-layout-6 {
    padding-bottom: 9px;
  }

  .section-3 .image-3 {
    height: 50px ;
    width: 100px ;
    margin-top: 15px ;
  }

  .section-3 .text-13 {
    font-size: 0.65rem ;
    margin-top: -18px ;
    text-align: center;
	padding: 0 5px;
  }

  .section-3 .text-14 {
      font-size: 0.65rem ;
      margin-top: 6px;
      margin-left: 10px;
      margin-right: 10px;
      text-align: center;
  }

  .section-3 .text-15 {
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 0.65rem ;
  }

  .section-3 .btn-3 {
    margin-top: 8px;
    padding: 9px 5px 11px 4px;
    text-align: center;
    font-size: 0.75rem ;
	    width: 70%;
  }
}

.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;
}
/*Media Quary*/

@media (max-width: 1280px){
	.section-1 .image-1 {
    margin-top: -1px;
}
	.text_cabecera {display: flex;flex-direction: column;align-items: flex-start;color: #5f3748;}
	.footer{
		margin-top: -10px;
	}
	
}

@media (max-width: 1024px){
	.text_cabecera {
    margin-left: 60px;
}
	.text_cabecera h1 {
		font-size: 38px;
		line-height: 42px}
	
	.bloque_inf{
		height: 260px;
	}
	
	.section-3 .image-1 {
    margin-top: -20px;
}

.section-3 .image-2 {
    margin-top: -20px;
}

.section-3 .image-3 {
    margin-top: -20px;
}
	.section-3 .btn-3{
		margin: auto
	}
	.valign-bottom{
		justify-content: center;
	}
	
	.footer{
		margin-top: -10px;
	}
}

@media (max-width: 912px){
	.text_cabecera h1 {
    font-size: 28px;
    line-height: 35px;
}
	.bloque_inf{
		height: 250px;
	}
	
	.section-3 .image-1 {
    margin-top: 0px;
    margin-bottom: -15px;
}
	.section-3 .image-2 {
    margin-top: 0;
    margin-bottom: -15px;
}
	.section-3 .image-3 {
    margin-top: 0px;
    margin-bottom: 40px;
}

	.section-3 .btn-3 {
    margin-top: 35px;
}
	.section-3 .sheet-1{
		padding: 20px 0 80px;
	}
	.col img {
    width: 50px;
    margin-bottom: 10px;
}
	
	.footer {
    margin-top: -60px;
}
}

@media (max-width: 767px){
	.section-1{
		height: 350px;
    background-image: url(../images/drpiggy_bg_home_mb.png);
    background-size: cover;
    background-position-y: 80px;
    background-position-x: 70px;
    background-repeat: no-repeat;
	}
	.section-1 .image-1{
		background-image: none;
    width: 80% !important;

	}
	
	.subtittle{
		margin-bottom: 0;
	}
	.text_cabecera{
margin: auto;
    margin-top: -10px;
	}
	.text_cabecera h1 {
    font-size: 42px;
    text-align: center;
    margin: auto;
    line-height: 46px;
    display: block;
    padding-top: 15px;
}
	.section-2 .icon-1 {
    height: 65px;
    width: 110px;
}
	.section-2 .icon-2 {
    height: 65px;
    width: 110px;
}
	.section-2 .icon-3 {
    height: 65px;
    width: 110px;
}
	.section-2 .icon-4 {
    height: 65px;
    width: 110px;
}
	.section-2 .text-1{
		font-size: 20px;
	}
	
	
	.section-2 .text-2 {
    width: 480px;
    font-size: 16px;
}
	.section-2 .text-3 {
    width: 480px;
    font-size: 16px;
}
	.section-2 .container-layout-2 {
    display: grid;
    justify-items: center;
    justify-content: center;
}
	.section-2 .container-layout-3{
		    display: grid;
    justify-items: center;

    justify-content: center;
	}
	
	
	.section-3 .image-1 {
    height: 40px !important;
    width: 200px !important;
    margin-top: 15px !important;
}
	.section-3 .btn-1 {
    margin-top: 20px;
    font-size: 0.95rem !important;
    width: 50%;
}
	.section-3 .text-7{
		font-size: 20px;
	}
	
	.section-3 .text-8{
		font-size: 20px;
	}
	
	.section-3 .text-9{
		font-size: 20px;
	}
	
	.section-3 .image-2 {
    height: 40px !important;
    width: 200px !important;
    margin-top: 15px !important;
}
	.section-3 .btn-2 {
    margin-top: 20px;
    font-size: 0.95rem !important;
    width: 50%;
}
	.section-3 .text-10{
		font-size: 20px;
	}
	
	.section-3 .text-11{
		font-size: 20px;
	}
	
	.section-3 .text-12{
		font-size: 20px;
	}
	.section-3 .image-3 {
    height: 70px !important;
    width: 200px !important;
    margin-top: 15px !important;
}
	.section-3 .btn-3 {
    margin-top: 20px;
    font-size: 0.95rem !important;
    width: 50%;
}
	.section-3 .text-13{
		font-size: 20px;
	}
	
	.section-3 .text-14{
		font-size: 20px;
	}
	
	.section-3 .text-15{
		font-size: 20px;
	}
	
	.carousel-inner {
    width: 60%;
    margin: auto;
    padding-bottom: 100px;
    padding-top: 40px;
 }
	.carousel-indicators{
		bottom: 20px;
	}
	.carousel-control-next-icon{
		background-image: url("../images/Flecha_der.svg")
	}
	.carousel-control-prev-icon{
		background-image: url("../images/Flecha_izq.svg")
	}
	#title_footer{
		margin-top: 36px;
	}
	#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){
	.section-3 .sheet-1{
		    margin-bottom: 20px;
	}
	
	.section-3 .text-1{
		font-weight: bold;
    font-size: 24px;
	}	
	
	.section-3 .text-4{
		font-size: 30px;
	}
	.section-3 .text-5{
		font-size: 30px;
	}
	.section-3 .text-6{
		font-size: 30px;
	}
	.footer .image-1 {
    width: 60%;
		height: auto;
    margin: 0px; 
}
	.nav2 li{
		font-size: 15px;
	}
	.nav2 img {
    width: 55px;
    padding: 0 10px;
}
	.stat-bar .oferta-precio{
		margin: 15px 0;
	}
	
	.stat-bar .oferta-precio-siguiente{
		line-height: 25px;
	}
	
}

@media (max-width: 414px){
	
	.section-1 {
  height: 340px;
    background-position-y: 75px;
    background-position-x: 0px;
}
	
	.section-1 .image-1 {
    height: 390px;
    width: 95% !important;
}
	
	.text_cabecera h1{
		font-size: 34px;
	}
	.section-3 .btn-1 {
    margin-top: 15px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 1.15rem !important;
    width: 70%;
    height: 25px;
}
	.section-3 .btn-2 {
    margin-top: 15px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 1.15rem !important;
    width: 70%;
    height: 25px;
}
	.section-3 .btn-3 {
    margin-top: 15px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 1.15rem !important;
    width: 70%;
    height: 25px;
}
	.section-2 .text-3 {
    width: 350px;
}
	.section-2 .text-2 {
    width: 380px;
    font-size: 16px;
}
	.section-2 .text-6{
		line-height: 20px;
	}
	
	.section-2 .text-4{
		line-height: 20px;
	}
	.nav2 li{
		font-size: 14px;
	}
	
	.nav2 a{
		margin: 5px;
	}
	
	.footer_bloque1 img{
		width: 95%;
	}
	.nav2 img {
    width: 40px;
    padding: 0 5px;
}
	
}

@media (max-width: 393px){
	
	.section-1 {
    height: 305px;
}
	.text_cabecera h1 {
    font-size: 33px;
    line-height: 38px;
}
	.section-3 .image-1 {
    height: 50px !important;
    width: 137px !important;
}
	.section-2 .text-2 {
    width: 370px;
}
	.section-2 .repeater-1{
		grid-gap: 15px 15px;
		justify-content: center;
	}
	.footer .image-1 {
    width: 60%;
}
}

@media (max-width: 375px){
	
	.section-1 .image-1 {
    height: 355px;
    width: 95% !important;
}
	.section-2 .repeater-1 {
    grid-gap: 10px 10px;
    justify-content: center;
}
	.carousel-indicators [data-bs-target]{
		height: 25px;
		width: 25px;
	}
	
	.footer .image-1 {
    margin-top: 0px;
}
	.nav2 a {
    margin: 2px;
}
	.nav2 img {
    width: 18px;
    padding: 0px 0px;
    margin-right: 5px;
}
	.footer {
    margin-top: -25px;
}
}

@media (max-width: 360px){
	.text_cabecera h1 {
    font-size: 32px;
}
	.section-2 .list-1 {
    margin-bottom: 20px;
    width: 95% !important;
}
	.section-2 .btn-1 {
    padding: 9px 5px 11px 5px;
    font-size: 12px;
}
	.section-2 .btn-2 {
    padding: 9px 5px 11px 5px;
    font-size: 12px;
}
	.section-2 .btn-3 {
    padding: 9px 5px 11px 5px;
    font-size: 12px;
}
	.section-2 .btn-4 {
    padding: 9px 5px 11px 5px;
    font-size: 12px;
}
}
@media (max-width: 280px){
	.header .menu-1 {
    margin: -40px 0px 10px 226px;
}
	.section-1 .image-1 {
    height: 275px;
    width: 98% !important;
}
	.section-2 .icon-2 {
    height: 56px;
    width: 100px;
}
	.section-2 .icon-3 {
    height: 53px;
    width: 110px;
}
	
	.section-2 .icon-4 {
    height: 57px;
    width: 97px;
}	
	.section-1 {
    height: 270px;
    background-position-y: 85px;
}
	.text_cabecera h1 {
    font-size: 25px;
    line-height: 29px;
}
	.bloque1 {
    width: 260px !important;
}
	.section-2 .icon-1 {
    height: 54px;
    width: 90px;
}
	.section-3 .image-2 {
    height: 90px !important;
    width: 181px !important;
    margin-top: -8px !important;
    margin-bottom: -30px !important;
}
	.section-3 .image-3 {
    height: 90px !important;
    width: 200px !important;
    margin-top: 0px !important;
}
	
	.header .image-1{
		margin-left: 10px;
	}
	.section-2 .text-2 {
    width: 250px;
}
	.section-2 .text-3 {
    width: 250px;
}
	.section-2 .repeater-1 {
    grid-gap: 10px 10px;
    justify-content: center;
    width: 265px;
	}
	
	.stat-bar .oferta-precio .number {
    font-size: 36px;
}
	
	.stat-bar .oferta-precio-promo-mes {
		font-size: 12px;
	}
	
	.header .sheet-1{
		background-color: #ee7b8a;
	}
	.section-3 .sheet-1 {
    width: 280px !important;
}
	.section-3 .text-1 {
    width: 280px;
}
	.section-3 .text-2 {
    width: 280px;
    font-size: 0.85rem;
}
	.section-3 .text-3 {
    width: 260px;
    font-size: 0.85rem;
    font-weight: 300;
}
	.section-2 .btn-1 {
    padding: 9px 5px 11px 5px;
    font-size: 8px;
}
	.section-2 .btn-2 {
    padding: 9px 5px 11px 5px;
    font-size: 8px;
}
	.section-2 .btn-3 {
    padding: 9px 5px 11px 5px;
    font-size: 8px;
}
	.section-2 .btn-4 {
    padding: 9px 5px 11px 5px;
    font-size: 8px;
}
	.section-2 .text-4 {
    font-size: initial;
    width: auto;
}
	.section-2 .text-6 {
    font-size: initial;
    width: auto;
}
	.section-2 .text-8 {
    font-size: initial;
    width: auto;
	    margin: 40px 0 0 !important;
}
	.section-2 .text-10 {
    font-size: initial;
    width: auto;
		    margin: 40px 0 0 !important;
}
	.section-3 .text-1 {
    font-weight: bold;
    font-size: 20px;
}
	.btn{
		margin-left: 50px;
	}
	
	.footer .image-1 {
    width: 60%;
    margin-top: -8px;
}
	
	.nav2 li {
    font-size: 12px;
}
	.carousel-indicators {
    bottom: 42px;
}


}

