.marginTop{
  padding-top: 3%;
}
.comparador{
  max-height: 300px;
}
#pagination
{
  margin-top: 4%;
}
#indicador_paginas{
  color: black;
}


hr.separator_section { 
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin-bottom: 3%;
} 
@media (max-width: 575.98px) {
    /*-----------------------------------------------------------------------------------------
                            estilo para slider
    ------------------------------------------------------------------------------------------*/
    .carousel-inner > .carousel-item > img {
      height: 65vh;
      max-width: 100%;
      object-fit: cover;
    }
    .sectionSlider {
      margin: 0%;
      padding: 0%;
      display: flex;
    }
    .borderLeft {
      position: absolute;
      bottom: 0%;
      width: 5%;
      height: 10vh;
      margin-left:0;
      margin-right:auto;
      left:0;
      right:0;
      background: white;
    }
    .sectionCaption {
      position: absolute;
      bottom: 0%;
      width: 90%;
      height: 20vh;
      margin-left:auto;
      margin-right:auto;
      left:0;
      right:0;
      background: rgba(168, 158, 149,.9);
      box-shadow: rgb(0, 0, 0) 3px 3px 12px;
      border-radius: 10px 10px 0px 0px;
      -moz-border-radius: 10px 10px 0px 0px;
      -webkit-border-radius: 10px 10px 0px 0px;
      
      color: white;
      display: flex;
      text-align: center;
      justify-content: center;
      align-content: center;
      flex-direction: column;
    }
    .borderRight {
      position: absolute;
      bottom: 0%;
      width: 5%;
      height: 10vh;
      margin-left:auto;
      margin-right:0;
      left:0;
      right:0;
      background: white;
    }
    .sectionCaption > h5 {
      text-align: center;
      font-family: "Cinzel";
      font-size: 20pt;
      letter-spacing: 2px;
      
    }
    .sectionCaption #Liposuccion {
      font-family: "Cinzel";
      font-size:15pt;
      letter-spacing: 2px;
    }
    /*-----------------------------------------------------------------------------------------
                          estilo para descripcion de procedimiento
  ------------------------------------------------------------------------------------------*/
    .descriptionProcedure {
      margin-top: 4vh;
      margin-bottom: 2vh;
    }
    .descriptionProcedure > p {
      text-align: center;
      font-family: "Futura-pt", sans-serif;
      font-size: 12pt;
      font-weight: 400;
      color: #656565;
      padding-left: 10%;
      padding-right: 10%;
      margin-top: 1%;
      line-height: 1;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
      /*-----------------------------------------------------------------------------------------
                            estilo para slider
    ------------------------------------------------------------------------------------------*/
    .carousel-inner > .carousel-item > img {
      height: 77vh;
      max-width: 100%;
      object-fit: cover;
    }
    .sectionSlider {
      margin: 0%;
      padding: 0%;
      display: flex;
    }
    .borderLeft {
      position: absolute;
      bottom: 0%;
      width: 10%;
      height: 10vh;
      margin-left:0;
      margin-right:auto;
      left:0;
      right:0;
      background: white;
    }
    .sectionCaption {
      position: absolute;
      bottom: 0%;
      width: 80%;
      height: 20vh;
      margin-left:auto;
      margin-right:auto;
      left:0;
      right:0;
      background: rgba(168, 158, 149,.9);
    box-shadow: rgb(0, 0, 0) 3px 3px 12px;
    border-radius: 10px 10px 0px 0px;
      -moz-border-radius: 10px 10px 0px 0px;
      -webkit-border-radius: 10px 10px 0px 0px;
      color: white;
      display: flex;
      text-align: center;
      justify-content: center;
      align-content: center;
      flex-direction: column;
    }
    .borderRight {
      position: absolute;
      bottom: 0%;
      width: 10%;
      height: 10vh;
      margin-left:auto;
      margin-right:0;
      left:0;
      right:0;
      background: white;
    }
    .sectionCaption > h5 {
      text-align: center;
      font-family: "Cinzel";
      font-size: 30pt;
      letter-spacing: 2px;
      
    }
    .sectionCaption #Liposuccion {
      font-family: "Cinzel";
      font-size:20pt;
      letter-spacing: 2px;
    }
    /*-----------------------------------------------------------------------------------------
                          estilo para descripcion de procedimiento
  ------------------------------------------------------------------------------------------*/
    .descriptionProcedure {
      margin-top: 5vh;
      margin-bottom: 5vh;
    }
    .descriptionProcedure > p {
      text-align: center;
      font-family: "Futura-pt", sans-serif;
      font-size: 15pt;
      font-weight: 400;
      color: #656565;
      padding-left: 10%;
      padding-right: 10%;
      margin-top: 1%;
      line-height: 1;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /*-----------------------------------------------------------------------------------------
                            estilo para slider
    ------------------------------------------------------------------------------------------*/
    .carousel-inner > .carousel-item > img {
      height: 90vh;
      max-width: 100%;
      object-fit: cover;
    }
    .sectionSlider {
      margin: 0%;
      padding: 0%;
      display: flex;
    }
    .borderLeft {
      position: absolute;
      bottom: 0%;
      width: 10%;
      height: 10vh;
      margin-left:0;
      margin-right:auto;
      left:0;
      right:0;
      background: white;
    }
    .sectionCaption {
      position: absolute;
      bottom: 0%;
      width: 80%;
      height: 20vh;
      margin-left:auto;
      margin-right:auto;
      left:0;
      right:0;
      background: rgba(168, 158, 149,.9);
    box-shadow: rgb(0, 0, 0) 3px 3px 12px;
    border-radius: 10px 10px 0px 0px;
      -moz-border-radius: 10px 10px 0px 0px;
      -webkit-border-radius: 10px 10px 0px 0px;
      color: white;
      display: flex;
      text-align: center;
      justify-content: center;
      align-content: center;
      flex-direction: column;
    }
    .borderRight {
      position: absolute;
      bottom: 0%;
      width: 10%;
      height: 10vh;
      margin-left:auto;
      margin-right:0;
      left:0;
      right:0;
      background: white;
    }
    .sectionCaption > h5 {
      text-align: center;
      font-family: "Cinzel";
      font-size: 40pt;
      letter-spacing: 2px;
      
    }
    .sectionCaption #Liposuccion {
      font-family: "Cinzel";
      font-size:25pt;
      letter-spacing: 2px;
    }
    /*-----------------------------------------------------------------------------------------
                          estilo para descripcion de procedimiento
  ------------------------------------------------------------------------------------------*/
    .descriptionProcedure {
      margin-top: 10vh;
      margin-bottom: 10vh;
    }
    .descriptionProcedure > p {
      text-align: center;
      font-family: "Futura-pt", sans-serif;
      font-size: 18pt;
      font-weight: 400;
      color: #656565;
      padding-left: 10%;
      padding-right: 10%;
      margin-top: 1%;
      line-height: 1;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /*-----------------------------------------------------------------------------------------
                            estilo para slider
    ------------------------------------------------------------------------------------------*/
    .carousel-inner > .carousel-item > img {
      height: 90vh;
      max-width: 100%;
      object-fit: cover;
    }
    .sectionSlider {
      margin: 0%;
      padding: 0%;
      display: flex;
    }
    .borderLeft {
      position: absolute;
      bottom: 0%;
      width: 15%;
      height: 10vh;
      margin-left:0;
      margin-right:auto;
      left:0;
      right:0;
      background: white;
    }
    .sectionCaption {
      position: absolute;
      bottom: 0%;
      width: 70%;
      height: 20vh;
      margin-left:auto;
      margin-right:auto;
      left:0;
      right:0;
      background: rgba(168, 158, 149,.9);
    box-shadow: rgb(0, 0, 0) 3px 3px 12px;
    border-radius: 10px 10px 0px 0px;
      -moz-border-radius: 10px 10px 0px 0px;
      -webkit-border-radius: 10px 10px 0px 0px;
      color: white;
      display: flex;
      text-align: center;
      justify-content: center;
      align-content: center;
      flex-direction: column;
    }
    .borderRight {
      position: absolute;
      bottom: 0%;
      width: 15%;
      height: 10vh;
      margin-left:auto;
      margin-right:0;
      left:0;
      right:0;
      background: white;
    }
    .sectionCaption > h5 {
      text-align: center;
      font-family: "Cinzel";
      font-size: 50pt;
      letter-spacing: 2px;
      
    }
    .sectionCaption #Liposuccion {
      font-family: "Cinzel";
      font-size:30pt;
      letter-spacing: 2px;
    }
    /*-----------------------------------------------------------------------------------------
                          estilo para descripcion de procedimiento
  ------------------------------------------------------------------------------------------*/
    .descriptionProcedure {
      margin-top: 10vh;
      margin-bottom: 10vh;
    }
    .descriptionProcedure > p {
      text-align: center;
      font-family: "Futura-pt", sans-serif;
      font-size: 18pt;
      font-weight: 400;
      color: #656565;
      padding-left: 10%;
      padding-right: 10%;
      margin-top: 1%;
      line-height: 1;
    }
}

@media (min-width: 1200px) {
  /*-----------------------------------------------------------------------------------------
                            estilo para slider
    ------------------------------------------------------------------------------------------*/
  .carousel-inner > .carousel-item > img {
    height: 90vh;
    max-width: 100%;
    object-fit: cover;
  }
  .sectionSlider {
    margin: 0%;
    padding: 0%;
    display: flex;
  }
  .borderLeft {
    position: absolute;
    bottom: 0%;
    width: 15%;
    height: 10vh;
    margin-left:0;
    margin-right:auto;
    left:0;
    right:0;
    background: white;
  }
  .sectionCaption {
    position: absolute;
    bottom: 0%;
    width: 70%;
    height: 20vh;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    background: rgba(168, 158, 149,.9);
    box-shadow: rgb(0, 0, 0) 3px 3px 12px;
    border-radius: 10px 10px 0px 0px;
      -moz-border-radius: 10px 10px 0px 0px;
      -webkit-border-radius: 10px 10px 0px 0px;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
  .borderRight {
    position: absolute;
    bottom: 0%;
    width: 15%;
    height: 10vh;
    margin-left:auto;
    margin-right:0;
    left:0;
    right:0;
    background: white;
  }
  .sectionCaption > h5 {
    text-align: center;
    font-family: "Cinzel";
    font-size: 50pt;
    letter-spacing: 2px;
    
  }
  .sectionCaption #Liposuccion {
    font-family: "Cinzel";
    font-size:35pt;
    letter-spacing: 2px;
  }
  /*-----------------------------------------------------------------------------------------
                        estilo para descripcion de procedimiento
------------------------------------------------------------------------------------------*/
  .descriptionProcedure {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
  .descriptionProcedure > p {
    text-align: center;
    font-family: "Futura-pt", sans-serif;
    font-size: 18pt;
    font-weight: 400;
    color: #656565;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 1%;
    line-height: 1;
  }
}
