/** GLOBALES **/
html {
  box-sizing: border-box;
  /** Fusiona padding con medidas especificas **/
  font-size: 62.5%;
  /** Reset para REMS - 62.5% => 10px === 1rem **/
  line-height: 1.25;
}

body {
  background: #E5E5E5;
}
body .bg-body-gradient {
  background: linear-gradient(191.59deg, rgba(0, 161, 166, 0.2) -0.33%, rgba(215, 243, 244, 0.334694) 3.8%, rgba(255, 255, 255, 0.5) 24.43%, rgba(225, 225, 225, 0.5) 48.68%, rgba(255, 255, 255, 0.8) 68.8%, rgba(196, 198, 198, 0.2) 85.82%, rgba(255, 255, 255, 0.5) 98.2%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

a, h1, h2, h3, h4, h5, h6, p, input, label, button, span, ul {
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.nav-link {
  cursor: pointer;
}

.sin-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.sin-padding-responsive {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .sin-padding-responsive {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sin-padding-responsive-xs {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .sin-padding-responsive-xs {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.sin-padding-left {
  padding-left: 0px;
}

.sin-padding-left-responsive {
  padding-left: 15px;
}
@media screen and (max-width: 1536px) {
  .sin-padding-left-responsive {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sin-padding-left-responsive {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .sin-padding-left-responsive {
    padding-left: 0.75rem;
  }
}

.sin-padding-right {
  padding-right: 0px;
}

.sin-padding-right-responsive {
  padding-right: 15px;
}
@media screen and (max-width: 1536px) {
  .sin-padding-right-responsive {
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sin-padding-right-responsive {
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .sin-padding-right-responsive {
    padding-right: 0.75rem;
  }
}

/** FUENTES **/
@font-face {
  font-family: "Century-Gothic-Bold";
  src: url("../fonts/Century-Gothic-Bold.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century-Gothic-Bold-Italic";
  src: url("../fonts/Century-Gothic-Bold-Italic.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century-Gothic-Italic";
  src: url("../fonts/Century-Gothic-Italic.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century-Gothic-Regular";
  src: url("../fonts/Century-Gothic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
/** BOTONES **/
.btn-send-form {
  display: block;
  color: #28F9FF;
  background: #1B4561;
  font-family: "Century-Gothic-Bold-Italic";
  font-size: 1.8rem;
  text-align: center;
  padding: 0.5rem 6rem;
  border-radius: 30px;
  border: none;
  outline: none;
  transition: all 0.3s;
}
.btn-send-form:focus {
  outline: none;
  color: #FFF;
  background: #00A1A6;
}
.btn-send-form:hover {
  color: #FFF;
  background: #00A1A6;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .btn-send-form {
    padding: 0.5rem 4rem;
    font-size: 1.5rem;
  }
}

.btn-section-home-02-01 {
  display: block;
  color: #28F9FF;
  background: #1B4561;
  font-family: "Century-Gothic-Italic";
  font-size: 1.5rem;
  text-align: center;
  padding: 0.7rem;
  border-radius: 30px;
  transition: all 0.3s;
}
.btn-section-home-02-01:focus {
  color: #FFF;
  background: #00A1A6;
}
.btn-section-home-02-01:hover {
  color: #FFF;
  background: #00A1A6;
  transition: all 0.3s;
  margin-top: 0.3rem;
}
@media screen and (max-width: 1199px) {
  .btn-section-home-02-01 {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}

.btn-section-home-02-02 {
  display: block;
  color: #1B4561;
  border: 1px solid #1B4561;
  font-family: "Century-Gothic-Italic";
  font-size: 1.5rem;
  text-align: center;
  padding: 0.7rem;
  border-radius: 30px;
  transition: all 0.3s;
}
.btn-section-home-02-02:focus {
  color: #00A1A6;
  border: 1px solid #00A1A6;
}
.btn-section-home-02-02:hover {
  color: #00A1A6;
  border: 1px solid #00A1A6;
  transition: all 0.3s;
  margin-top: 0.3rem;
}
@media screen and (max-width: 1199px) {
  .btn-section-home-02-02 {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}

.btn-section-home-04-01 {
  position: relative;
  display: inline-block;
  color: #28F9FF;
  background: #1B4561;
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  text-align: center;
  padding: 0.7rem 5rem;
  border-radius: 30px;
  transition: all 0.3s;
}
.btn-section-home-04-01:focus {
  color: #FFF;
  background: #00A1A6;
}
.btn-section-home-04-01:hover {
  color: #FFF;
  background: #00A1A6;
  transition: all 0.3s;
  margin-left: 0.3rem;
}
.btn-section-home-04-01 span {
  position: absolute;
  left: 10px;
  top: 3px;
}
@media screen and (max-width: 1199px) {
  .btn-section-home-04-01 span {
    left: 8px;
    top: -1px;
  }
}
.btn-section-home-04-01 span img {
  width: 20px;
}
@media screen and (max-width: 1199px) {
  .btn-section-home-04-01 span img {
    width: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .btn-section-home-04-01 {
    padding: 0.5rem 3rem;
    font-size: 1.2rem;
  }
}

.align-center-btn {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}

.btn-section-home-05-01 {
  position: relative;
  display: inline-block;
  color: #28F9FF;
  background: #1B4561;
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  text-align: center;
  padding: 0.7rem 3rem;
  border-radius: 30px;
  transition: all 0.3s;
}
.btn-section-home-05-01:focus {
  color: #1B4561;
  background: #FFF;
}
.btn-section-home-05-01:hover {
  color: #1B4561;
  background: #FFF;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .btn-section-home-05-01 {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
  }
}

.btn-ver-mas {
  position: relative;
  display: inline-block;
  color: #28F9FF;
  background: #1B4561;
  font-family: "Century-Gothic-Italic";
  font-size: 1.5rem;
  text-align: center;
  padding: 0.7rem;
  border-radius: 30px;
  z-index: 1050;
  transition: all 0.3s;
}
.btn-ver-mas:focus {
  color: #FFF;
  background: #00A1A6;
}
.btn-ver-mas:hover {
  color: #FFF;
  background: #00A1A6;
  transition: all 0.3s;
  margin-top: -0.3rem;
}
@media screen and (max-width: 1199px) {
  .btn-ver-mas {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}

.btn-cotizar-servicios {
  display: block;
  color: #1B4561;
  border: 1px solid #1B4561;
  font-family: "Century-Gothic-Italic";
  font-size: 1.5rem;
  text-align: center;
  padding: 0.7rem;
  border-radius: 30px;
  transition: all 0.3s;
}
.btn-cotizar-servicios:focus {
  color: #00A1A6;
  border: 1px solid #00A1A6;
}
.btn-cotizar-servicios:hover {
  color: #00A1A6;
  border: 1px solid #00A1A6;
  transition: all 0.3s;
  margin-top: -0.3rem;
}
@media screen and (max-width: 1199px) {
  .btn-cotizar-servicios {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}

.btn-cotizar-tela-quirurgica {
  position: relative;
  display: inline-block;
  color: #28F9FF;
  background: #1B4561;
  font-family: "Century-Gothic-Italic";
  font-size: 1.5rem;
  text-align: center;
  padding: 0.7rem 5rem;
  border-radius: 30px;
  z-index: 1050;
  margin: 0rem 0rem 0rem 0rem;
}
.btn-cotizar-tela-quirurgica:focus {
  color: #FFF;
  background: #00A1A6;
}
.btn-cotizar-tela-quirurgica:hover {
  color: #FFF;
  background: #00A1A6;
}
@media screen and (max-width: 1199px) {
  .btn-cotizar-tela-quirurgica {
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.5rem 4rem;
    font-size: 1.2rem;
  }
}

/** ANIMATIONS **/
@keyframes animacion-iconos {
  0% {
    background-image: url("../images/sprite_btn_contacto_web_01.webp");
    transform: rotateZ(0deg) scale(1);
  }
  5% {
    transform: rotateZ(0deg) scale(1.1);
  }
  10% {
    transform: rotateZ(0deg) scale(1);
  }
  40% {
    background-image: url("../images/sprite_btn_contacto_web_01.webp");
    transform: rotateZ(0deg) scale(1);
  }
  45% {
    background-image: url("../images/sprite_btn_contacto_web_02.webp");
    transform: rotateZ(360deg) scale(0);
  }
  50% {
    background-image: url("../images/sprite_btn_contacto_web_02.webp");
    transform: rotateZ(0deg) scale(1);
  }
  55% {
    background-image: url("../images/sprite_btn_contacto_web_02.webp");
    transform: rotateZ(0deg) scale(1.1);
  }
  60% {
    transform: rotateZ(0deg) scale(1);
  }
  90% {
    background-image: url("../images/sprite_btn_contacto_web_02.webp");
    transform: rotateZ(0deg) scale(1);
  }
  95% {
    background-image: url("../images/sprite_btn_contacto_web_01.webp");
    transform: rotateZ(360deg) scale(0);
  }
  100% {
    background-image: url("../images/sprite_btn_contacto_web_01.webp");
    transform: rotateZ(0deg) scale(1);
  }
}
@keyframes escribir {
  0% {
    width: 100%;
    opacity: 1;
    border-left: 1px solid #FFF;
  }
  95% {
    width: 0%;
    opacity: 1;
    border-left: 1px solid #FFF;
  }
  100% {
    width: 0%;
    border-left: none;
  }
}
/** CONTACTO AGIL **/
/* XS */
/*NAVBAR XS*/
.navbar.menu_xs {
  padding: 0;
}

.progress.bar-xs {
  background-color: rgba(156, 156, 156, 0.4);
  border-radius: 0px;
  height: 5px;
}

.progress-bar.bar-xs {
  background-color: #1B4561;
  border-radius: 0px 5px 5px 0px;
  height: 5px;
}

.navbar-toggler.menu_xs {
  position: relative;
  display: block;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 0px;
  color: #FFF;
  background: #00A1A6;
}
.navbar-toggler.menu_xs span {
  font-family: "Century-Gothic-Bold";
  font-size: 1.5rem;
}
.navbar-toggler.menu_xs span img {
  position: absolute;
  right: 37px;
  top: 20px;
}
@media screen and (max-width: 575px) {
  .navbar-toggler.menu_xs span img {
    right: 15px;
  }
}
.navbar-toggler.menu_xs:focus {
  outline: none;
}

.navbar-nav.menu_xs {
  padding: 0px 18px 0px 18px;
}

.navbar-light .navbar-nav .nav-link.menu_xs {
  position: relative;
  font-family: "Century-Gothic-Regular";
  color: #00A1A6;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px 10px;
  border-bottom: 1px solid #F2F2F2;
}
.navbar-light .navbar-nav .nav-link.menu_xs span img {
  position: absolute;
  right: 22px;
  top: 30px;
}
@media screen and (max-width: 575px) {
  .navbar-light .navbar-nav .nav-link.menu_xs span img {
    right: 0px;
  }
}

.navbar-light .navbar-nav .nav-link.menu_xs.ultimo {
  border: none;
}

.dropdown-menu.menu_xs {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.dropdown-item.menu_xs {
  position: relative;
  background-color: transparent;
  border: none;
  font-family: "Century-Gothic-Regular";
  color: #00A1A6;
  font-size: 1.5rem;
  padding: 25px 0px;
  text-align: center;
  border-bottom: 1px solid #C4C4C4;
  padding-right: 50px;
}
.dropdown-item.menu_xs .division-tx-nav-xs {
  padding: 0px 15px 0px 15px;
  width: 50px;
}
.dropdown-item.menu_xs .division-tx-nav-xs-02 {
  padding: 0px 15px 0px 22px;
  width: 50px;
}
.dropdown-item.menu_xs span img {
  position: absolute;
  top: 23px;
  width: 35px;
}
@media screen and (max-width: 991px) {
  .dropdown-item.menu_xs span img {
    right: 20%;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-item.menu_xs span img {
    right: 15px;
    top: 23px;
    width: 30px;
  }
}
@media screen and (max-width: 575px) {
  .dropdown-item.menu_xs span img {
    right: 0px;
  }
}

.dropdown-divider {
  margin-top: 0px;
}

/* WEB */
.btn_contacto {
  position: fixed;
  right: 30px;
  top: 65%;
  background: url("../images/btn-contacto-web.png");
  background-size: 94px 94px;
  background-position: right center;
  background-repeat: no-repeat;
  height: 94px;
  width: 94px;
  z-index: 1000;
  transition: all 0.5s;
}
.btn_contacto__relative {
  position: relative;
  height: 113px;
  width: 112px;
}
.btn_contacto__absolute {
  position: absolute;
  left: 23px;
  top: 23px;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: repeat-x, no-repeat;
  animation-name: animacion-iconos;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  /* animation-timing-function: steps(2); */
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  z-index: 101;
}
@media screen and (max-width: 1536px) {
  .btn_contacto__absolute {
    background-size: 35px 35px;
    left: 18px;
    top: 19px;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 1536px) {
  .btn_contacto {
    background-size: 70px 70px;
    height: 70px;
    width: 70px;
    right: 15px;
    top: 62.5%;
  }
}
@media screen and (max-width: 1199px) {
  .btn_contacto {
    background-size: 70px 70px;
    height: 70px;
    width: 70px;
    right: 15px;
    top: 57.5%;
  }
}

/** MENU PRINCIPAL **/
header {
  padding: 6rem 0px 2.5rem 0rem;
}
@media screen and (max-width: 1536px) {
  header {
    padding: 4rem 0px 2rem 0rem;
  }
}
@media screen and (max-width: 1199px) {
  header {
    padding: 3rem 0px 1.5rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 2rem 0px 2rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0rem 0px 0rem 0rem;
    background: url("../images/background-header-xs.png");
    background-position: center top;
    background-size: 768px auto;
    background-repeat: no-repeat;
    height: 990px;
  }
}
@media screen and (max-width: 575px) {
  header {
    background-size: 575px auto;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  header {
    background-size: 575px auto;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  header {
    background-size: 480px auto;
    height: 620px;
  }
}
@media screen and (max-width: 380px) {
  header {
    background-size: 380px auto;
    height: 490px;
  }
}

header.servicios {
  padding: 6rem 0px 2.5rem 0rem;
}
@media screen and (max-width: 1536px) {
  header.servicios {
    padding: 4rem 0px 2rem 0rem;
  }
}
@media screen and (max-width: 1199px) {
  header.servicios {
    padding: 3rem 0px 1.5rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  header.servicios {
    padding: 2rem 0px 2rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  header.servicios {
    padding: 0rem 0px 0rem 0rem;
    background: url("../images/background-header-servicios-xs.png");
    background-position: center top;
    background-size: 768px auto;
    background-repeat: no-repeat;
    height: 990px;
  }
}
@media screen and (max-width: 575px) {
  header.servicios {
    background-size: 575px auto;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  header.servicios {
    background-size: 575px auto;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  header.servicios {
    background-size: 480px auto;
    height: 620px;
  }
}
@media screen and (max-width: 380px) {
  header.servicios {
    background-size: 380px auto;
    height: 490px;
  }
}

header.servicios-02 {
  padding: 6rem 0px 2.5rem 0rem;
}
@media screen and (max-width: 1536px) {
  header.servicios-02 {
    padding: 4rem 0px 2rem 0rem;
  }
}
@media screen and (max-width: 1199px) {
  header.servicios-02 {
    padding: 3rem 0px 1.5rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  header.servicios-02 {
    padding: 2rem 0px 2rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  header.servicios-02 {
    padding: 0rem 0px 0rem 0rem;
    background: url("../images/background-header-servicios-02-xs.png");
    background-position: center top;
    background-size: 768px auto;
    background-repeat: no-repeat;
    height: 990px;
  }
}
@media screen and (max-width: 575px) {
  header.servicios-02 {
    background-size: 575px auto;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  header.servicios-02 {
    background-size: 575px auto;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  header.servicios-02 {
    background-size: 480px auto;
    height: 620px;
  }
}
@media screen and (max-width: 380px) {
  header.servicios-02 {
    background-size: 380px auto;
    height: 490px;
  }
}

header.servicios-03 {
  padding: 6rem 0px 2.5rem 0rem;
}
@media screen and (max-width: 1536px) {
  header.servicios-03 {
    padding: 4rem 0px 2rem 0rem;
  }
}
@media screen and (max-width: 1199px) {
  header.servicios-03 {
    padding: 3rem 0px 1.5rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  header.servicios-03 {
    padding: 2rem 0px 2rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  header.servicios-03 {
    padding: 0rem 0px 0rem 0rem;
    background: url("../images/background-header-servicios-03-xs.png");
    background-position: center top;
    background-size: 768px auto;
    background-repeat: no-repeat;
    height: 990px;
  }
}
@media screen and (max-width: 575px) {
  header.servicios-03 {
    background-size: 575px auto;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  header.servicios-03 {
    background-size: 575px auto;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  header.servicios-03 {
    background-size: 480px auto;
    height: 620px;
  }
}
@media screen and (max-width: 380px) {
  header.servicios-03 {
    background-size: 380px auto;
    height: 490px;
  }
}

header.nosotros {
  padding: 6rem 0px 2.5rem 0rem;
}
@media screen and (max-width: 1536px) {
  header.nosotros {
    padding: 4rem 0px 2rem 0rem;
  }
}
@media screen and (max-width: 1199px) {
  header.nosotros {
    padding: 3rem 0px 1.5rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  header.nosotros {
    padding: 2rem 0px 2rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  header.nosotros {
    padding: 0rem 0px 0rem 0rem;
    background: url("../images/background-header-nosotros-xs.png");
    background-position: center top;
    background-size: 768px auto;
    background-repeat: no-repeat;
    height: 990px;
  }
}
@media screen and (max-width: 575px) {
  header.nosotros {
    background-size: 575px auto;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  header.nosotros {
    background-size: 575px auto;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  header.nosotros {
    background-size: 480px auto;
    height: 620px;
  }
}
@media screen and (max-width: 380px) {
  header.nosotros {
    background-size: 380px auto;
    height: 490px;
  }
}

header.contactanos {
  padding: 6rem 0px 2.5rem 0rem;
}
@media screen and (max-width: 1536px) {
  header.contactanos {
    padding: 4rem 0px 2rem 0rem;
  }
}
@media screen and (max-width: 1199px) {
  header.contactanos {
    padding: 3rem 0px 1.5rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  header.contactanos {
    padding: 2rem 0px 2rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  header.contactanos {
    padding: 0rem 0px 0rem 0rem;
    background: url("../images/background-header-contactanos-xs.png");
    background-position: center top;
    background-size: 768px auto;
    background-repeat: no-repeat;
    height: 990px;
  }
}
@media screen and (max-width: 575px) {
  header.contactanos {
    background-size: 575px auto;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  header.contactanos {
    background-size: 575px auto;
    height: 740px;
  }
}
@media screen and (max-width: 480px) {
  header.contactanos {
    background-size: 480px auto;
    height: 620px;
  }
}
@media screen and (max-width: 380px) {
  header.contactanos {
    background-size: 380px auto;
    height: 490px;
  }
}

.bg-nav-xs {
  background: none;
  padding: 0px 30px 0px 30px;
}
@media screen and (max-width: 767px) {
  .bg-nav-xs {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px 30px 50px 30px;
  }
}
@media screen and (max-width: 575px) {
  .bg-nav-xs {
    padding: 20px 15px 50px 15px;
  }
}
@media screen and (max-width: 480px) {
  .bg-nav-xs {
    padding: 15px 15px 50px 15px;
  }
}
@media screen and (max-width: 380px) {
  .bg-nav-xs {
    padding: 10px 15px 50px 15px;
  }
}

.supply-medic.navbar.navbar-expand-lg {
  padding: 0;
  margin: 0;
}

.supply-medic.navbar-toggler {
  outline: none;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
}

@media screen and (max-width: 767px) {
  .supply-medic.navbar {
    display: block;
  }
}

.supply-medic.navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .supply-medic.navbar-nav {
    flex-direction: column;
  }
}

.supply-medic.navbar-nav .nav-item {
  padding: 0;
  margin: 0;
  text-align: center;
}

.supply-medic.navbar-nav .nav-item.active {
  padding: 0;
  margin: 0;
}

.supply-medic.navbar-nav .nav-item.active .nav-link {
  padding: 0;
  margin: 0;
  font-family: "Century-Gothic-Bold-Italic";
  font-size: 1.5rem;
  color: #585858;
}
@media screen and (max-width: 991px) {
  .supply-medic.navbar-nav .nav-item.active .nav-link {
    display: block;
    padding: 1rem 0px 1rem 0px;
    font-family: "Century-Gothic-Bold";
    color: #00A1A6;
  }
  .supply-medic.navbar-nav .nav-item.active .nav-link:focus {
    color: #00A1A6;
  }
  .supply-medic.navbar-nav .nav-item.active .nav-link:hover {
    color: #00A1A6;
  }
}

.supply-medic.navbar-nav .nav-item .nav-link {
  padding: 0;
  margin: 0;
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  color: #585858;
  transition: all 0.5s;
}
.supply-medic.navbar-nav .nav-item .nav-link:focus {
  color: #585858;
}
.supply-medic.navbar-nav .nav-item .nav-link:hover {
  color: #00A1A6;
  font-style: italic;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .supply-medic.navbar-nav .nav-item .nav-link {
    display: block;
    padding: 1rem 0px 1rem 0px;
    font-family: "Century-Gothic-Regular";
  }
}

.supply-medic-nav.collapse {
  position: absolute;
  z-index: 1000;
  width: 250px;
  border: none;
  opacity: 1;
  transition: 0.1s;
}
@media screen and (max-width: 991px) {
  .supply-medic-nav.collapse {
    position: static;
    width: 100%;
  }
}

.supply-medic-nav.collapsing {
  position: absolute;
  z-index: 1000;
  width: 250px;
  border: none;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 991px) {
  .supply-medic-nav.collapsing {
    position: static;
    width: 100%;
  }
}

.supply-medic-nav .card-body {
  flex: 0 0 auto;
  min-height: 0px;
  padding: 0;
}

.supply-medic-nav .card {
  position: relative;
  display: block;
  background-color: transparent;
  background-clip: unset;
  border: none;
  border-radius: 0rem;
}

.supply-medic-nav .card.card-body ul {
  border-radius: 0.5rem;
  padding: 0rem 1rem 0rem 2rem;
  margin: 0;
  list-style: none;
  background: #FFF;
}

.supply-medic-nav .card.card-body ul > li {
  padding: 0.5rem 0rem;
  margin: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
  text-align: left;
}

.supply-medic-nav .card.card-body ul li > a {
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  color: #585858;
}
.supply-medic-nav .card.card-body ul li > a:focus {
  color: #00A1A6;
}
.supply-medic-nav .card.card-body ul li > a:hover {
  color: #00A1A6;
}
@media screen and (max-width: 991px) {
  .supply-medic-nav .card.card-body ul li > a {
    display: inline;
  }
}

.supply-medic-nav .card.card-body ul li > a.active {
  color: #00A1A6;
}

/* MENU RAPIDO SUPPLY MEDIC */
.tx-menu-rapido-xs-01 {
  color: #FFF;
  background: #00A1A6;
  border-radius: 0px 30px 30px 0px;
  padding: 1rem 0.5rem 1rem 0.5rem;
  margin: 10px 0px 10px 0px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  width: 50%;
}

.menu-rapido-supply-medic {
  position: relative;
  z-index: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  background: #FFF;
  border-radius: 3rem;
  padding: 0 3.5rem 0 0;
  margin: 60px 0 0 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .menu-rapido-supply-medic {
    margin: 0px 0 0 0;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0rem;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  }
}
.menu-rapido-supply-medic .nav-item.title-menu {
  text-transform: uppercase;
  color: #FFF;
  background: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  border-radius: 3rem;
  padding: 1.5rem 3.5rem;
}
.menu-rapido-supply-medic .nav-item a {
  text-transform: uppercase;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .menu-rapido-supply-medic .nav-item a {
    font-size: 1.2rem;
    text-align: center;
  }
}
.menu-rapido-supply-medic .nav-item a.active {
  text-transform: uppercase;
  color: #00A1A6;
  font-family: "Century-Gothic-Bold-Italic";
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .menu-rapido-supply-medic .nav-item a.active {
    font-size: 1.2rem;
    text-align: center;
  }
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .sticky-nav {
    top: -62.5px;
  }
}

/** SECTION HOME 01 **/
.bg-contenido-slider-home-01 {
  background: url("../images/bg-slider-home-01-01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 0px 20.5%;
}
@media screen and (max-width: 1920px) {
  .bg-contenido-slider-home-01 {
    background-size: 1920px auto;
    height: 690px;
  }
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-home-01 {
    background-size: 1536px auto;
    height: 550px;
    padding: 0px 0px 0px 16.666%;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-home-01 {
    background-size: 1200px auto;
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-home-01 {
    background-size: 992px auto;
    height: 360px;
  }
}
.bg-contenido-slider-home-01 h3:nth-child(1) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-home-01 h3:nth-child(1) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-home-01 h3:nth-child(1) {
    font-size: 1.2rem;
  }
}
.bg-contenido-slider-home-01 h3:nth-child(2) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 4.8rem;
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-home-01 h3:nth-child(2) {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-home-01 h3:nth-child(2) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-home-01 h3:nth-child(2) {
    font-size: 2.4rem;
  }
}

.bg-contenido-slider-home-02 {
  background: url("../images/bg-slider-home-01-02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 0px 20.5%;
}
@media screen and (max-width: 1920px) {
  .bg-contenido-slider-home-02 {
    background-size: 1920px auto;
    height: 690px;
  }
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-home-02 {
    background-size: 1536px auto;
    height: 550px;
    padding: 0px 0px 0px 16.666%;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-home-02 {
    background-size: 1200px auto;
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-home-02 {
    background-size: 992px auto;
    height: 360px;
  }
}
.bg-contenido-slider-home-02 h3:nth-child(1) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-home-02 h3:nth-child(1) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-home-02 h3:nth-child(1) {
    font-size: 1.2rem;
  }
}
.bg-contenido-slider-home-02 h3:nth-child(2) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 4.8rem;
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-home-02 h3:nth-child(2) {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-home-02 h3:nth-child(2) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-home-02 h3:nth-child(2) {
    font-size: 2.4rem;
  }
}

.filtro-slider-home-01 {
  position: absolute;
  width: 62.5%;
  z-index: 100;
  left: 0px;
  top: 0px;
}

/** SECTION HOME 02 **/
.section-home-02 {
  position: relative;
  padding: 150px 0px 50px 0px;
  background: url("../images/opacidad-filtro-slider-home-02.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 62.5% auto;
  z-index: 200;
}
@media screen and (max-width: 1199px) {
  .section-home-02 {
    padding: 100px 0px 35px 0px;
  }
}
@media screen and (max-width: 991px) {
  .section-home-02 {
    padding: 75px 0px 25px 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-home-02 {
    padding: 50px 0px 20px 0px;
  }
}

.container-img-card-section-home-02 {
  margin: 0px 0.5rem;
}
.container-img-card-section-home-02 img {
  border-radius: 3rem 3rem 0rem 0rem;
}
@media screen and (max-width: 1536px) {
  .container-img-card-section-home-02 img {
    border-radius: 2.5rem 2.5rem 0rem 0rem;
  }
}
@media screen and (max-width: 1199px) {
  .container-img-card-section-home-02 img {
    border-radius: 2rem 2rem 0rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  .container-img-card-section-home-02 img {
    border-radius: 1.5rem 1.5rem 0rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .container-img-card-section-home-02 img {
    border-radius: 1rem 1rem 0rem 0rem;
  }
}

.card-section-home-02 {
  background: #F2F2F2;
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 1rem 1rem 3rem 3rem;
  z-index: 1;
  margin: 0px 0px 50px 0px;
}
.card-section-home-02 h3:nth-child(1) {
  letter-spacing: 0.2rem;
  color: #00A1A6;
  font-family: "Century-Gothic-Bold";
  font-size: 1.8rem;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 1536px) {
  .card-section-home-02 h3:nth-child(1) {
    font-size: 1.5rem;
  }
}
.card-section-home-02 h3:nth-child(2) {
  color: #585858;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 1536px) {
  .card-section-home-02 h3:nth-child(2) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1536px) {
  .card-section-home-02 {
    padding: 15px 15px 15px 15px;
    border-radius: 1rem 1rem 3rem 3rem;
    margin: 0px 0px 30px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .card-section-home-02 {
    padding: 30px 30px 30px 30px;
    border-radius: 1rem 1rem 1.5rem 1.5rem;
    margin: 0px 0px 30px 0px;
  }
}
@media screen and (max-width: 767px) {
  .card-section-home-02 {
    padding: 10px 10px 10px 10px;
    border-radius: 1rem 1rem 1rem 1rem;
    background: rgba(255, 255, 255, 0.5);
  }
}

.tx-section-home-02-01 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 4.8rem;
  text-align: center;
  margin: 140px 0px 0px 0px;
}
@media screen and (max-width: 1536px) {
  .tx-section-home-02-01 {
    font-size: 3.8rem;
    margin: 100px 0px 0px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .tx-section-home-02-01 {
    font-size: 3rem;
    margin: 70px 0px 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .tx-section-home-02-01 {
    font-size: 2.4rem;
    margin: 50px 0px 0px 0px;
  }
}

/** SECTION HOME 03 **/
.section-home-03 {
  padding: 50px 0px 50px 0px;
  background: #FFF;
}
@media screen and (max-width: 1536px) {
  .section-home-03 {
    padding: 40px 0px 40px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .section-home-03 {
    padding: 35px 0px 35px 0px;
  }
}
@media screen and (max-width: 991px) {
  .section-home-03 {
    padding: 25px 0px 25px 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-home-03 {
    padding: 20px 0px 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-home-03 {
    padding: 15px 0px 15px 0px;
  }
}

/** SECTION HOME 04 XS **/
.section-home-04-xs {
  padding: 45px 0px 90px 0px;
}

.tx-section-home-xs-04-01 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.2rem;
  margin: 0px 0px 10px 0px;
}

.tx-section-home-xs-04-02 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0px 0px 30px 0px;
}

/** SECTION HOME 04 **/
.section-home-04 {
  padding: 80px 0px 90px 0px;
  background: url("../images/opacidad-filtro-slider-home-03.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 62.5% auto;
}

.bg-content-section-home-04 {
  background: linear-gradient(180deg, transparent 0%, transparent 9.9%, #FFF 10%, #FFF 89.9%, transparent 90%, transparent 100%);
}

.content-section-home-04-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.content-section-home-04-01 h3:nth-child(1) {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  margin: 0px 0px 10px 0px;
}
@media screen and (max-width: 1199px) {
  .content-section-home-04-01 h3:nth-child(1) {
    font-size: 1.2rem;
  }
}
.content-section-home-04-01 h3:nth-child(2) {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 3rem;
  line-height: 1.5;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 1536px) {
  .content-section-home-04-01 h3:nth-child(2) {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .content-section-home-04-01 h3:nth-child(2) {
    font-size: 1.8rem;
  }
}

/** SECTION HOME 05 **/
.section-home-05 {
  padding: 60px 0px 60px 0px;
  background: #00A1A6;
}
@media screen and (max-width: 1199px) {
  .section-home-05 {
    padding: 40px 0px 40px 0px;
  }
}

.tx-section-home-05-01 {
  text-align: center;
  color: #FFF;
  font-family: "Century-Gothic-Regular";
  font-size: 4.8rem;
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 1536px) {
  .tx-section-home-05-01 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .tx-section-home-05-01 {
    font-size: 3rem;
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 991px) {
  .tx-section-home-05-01 {
    font-size: 2.4rem;
    margin: 0px 0px 15px 0px;
  }
}

/** SECTION SERVICIOS 01 **/
.section-servicios-xs-01 {
  background: #F2F2F2;
  padding: 4rem 0rem 6rem 0rem;
  border-radius: 0rem 0rem 50% 0rem;
}

.tx-section-servicios-xs-01-01 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  text-transform: uppercase;
}

.tx-section-servicios-xs-01-02 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 3rem;
  text-transform: uppercase;
}

.bg-contenido-slider-servicios-01 {
  background: url("../images/bg-slider-servicios-01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 0px 20.5%;
}
@media screen and (max-width: 1920px) {
  .bg-contenido-slider-servicios-01 {
    background-size: 1920px auto;
    height: 690px;
  }
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-servicios-01 {
    background-size: 1536px auto;
    height: 550px;
    padding: 0px 0px 0px 16.666%;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-servicios-01 {
    background-size: 1200px auto;
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-servicios-01 {
    background-size: 992px auto;
    height: 360px;
  }
}
.bg-contenido-slider-servicios-01 h3:nth-child(1) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-servicios-01 h3:nth-child(1) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-servicios-01 h3:nth-child(1) {
    font-size: 1.2rem;
  }
}
.bg-contenido-slider-servicios-01 h3:nth-child(2) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 4.8rem;
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-servicios-01 h3:nth-child(2) {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-servicios-01 h3:nth-child(2) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-servicios-01 h3:nth-child(2) {
    font-size: 2.4rem;
  }
}
.bg-contenido-slider-servicios-01 .proporcion-img {
  z-index: 200;
}

.bg-contenido-slider-servicios-02 {
  background: url("../images/bg-slider-servicios-02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 0px 20.5%;
}
@media screen and (max-width: 1920px) {
  .bg-contenido-slider-servicios-02 {
    background-size: 1920px auto;
    height: 690px;
  }
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-servicios-02 {
    background-size: 1536px auto;
    height: 550px;
    padding: 0px 0px 0px 16.666%;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-servicios-02 {
    background-size: 1200px auto;
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-servicios-02 {
    background-size: 992px auto;
    height: 360px;
  }
}
.bg-contenido-slider-servicios-02 h3:nth-child(1) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-servicios-02 h3:nth-child(1) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-servicios-02 h3:nth-child(1) {
    font-size: 1.2rem;
  }
}
.bg-contenido-slider-servicios-02 h3:nth-child(2) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 4.8rem;
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-servicios-02 h3:nth-child(2) {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-servicios-02 h3:nth-child(2) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-servicios-02 h3:nth-child(2) {
    font-size: 2.4rem;
  }
}
.bg-contenido-slider-servicios-02 .proporcion-img {
  z-index: 200;
}

.bg-contenido-slider-servicios-03 {
  background: url("../images/bg-slider-servicios-03.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 0px 20.5%;
}
@media screen and (max-width: 1920px) {
  .bg-contenido-slider-servicios-03 {
    background-size: 1920px auto;
    height: 690px;
  }
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-servicios-03 {
    background-size: 1536px auto;
    height: 550px;
    padding: 0px 0px 0px 16.666%;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-servicios-03 {
    background-size: 1200px auto;
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-servicios-03 {
    background-size: 992px auto;
    height: 360px;
  }
}
.bg-contenido-slider-servicios-03 h3:nth-child(1) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-servicios-03 h3:nth-child(1) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-servicios-03 h3:nth-child(1) {
    font-size: 1.2rem;
  }
}
.bg-contenido-slider-servicios-03 h3:nth-child(2) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 4.8rem;
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-servicios-03 h3:nth-child(2) {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-servicios-03 h3:nth-child(2) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-servicios-03 h3:nth-child(2) {
    font-size: 2.4rem;
  }
}
.bg-contenido-slider-servicios-03 .proporcion-img {
  z-index: 200;
}

.filtro-slider-servicios-01 {
  position: absolute;
  width: 62.5%;
  z-index: 100;
  left: 0px;
  top: 0px;
}

/** SECTION SERVICIOS 02 **/
.section-servicios-02 {
  position: relative;
  padding: 0px 0px 50px 0px;
  background: url("../images/opacidad-filtro-slider-home-02.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 62.5% auto;
  z-index: 200;
}
@media screen and (max-width: 1199px) {
  .section-servicios-02 {
    padding: 0px 0px 35px 0px;
  }
}
@media screen and (max-width: 991px) {
  .section-servicios-02 {
    padding: 0px 0px 25px 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-servicios-02 {
    padding: 0px 0px 20px 0px;
  }
}

.card-section-servicios-02 {
  background: #F2F2F2;
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 1rem 1rem 3rem 3rem;
  z-index: 1;
  margin: 0px 0px 50px 0px;
  max-height: 100%;
}
.card-section-servicios-02 h3:nth-child(1) {
  color: #585858;
  font-family: "Century-Gothic-Italic";
  font-size: 1.5rem;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 1536px) {
  .card-section-servicios-02 h3:nth-child(1) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .card-section-servicios-02 h3:nth-child(1) {
    font-size: 1.2rem;
    letter-spacing: 0rem;
  }
}
.card-section-servicios-02 h3:nth-child(2) {
  letter-spacing: 0.2rem;
  color: #00A1A6;
  font-family: "Century-Gothic-Bold";
  font-size: 1.8rem;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 1536px) {
  .card-section-servicios-02 h3:nth-child(2) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .card-section-servicios-02 h3:nth-child(2) {
    font-size: 1.2rem;
    letter-spacing: 0rem;
  }
}
.card-section-servicios-02 h3:nth-child(3) {
  color: #585858;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 1536px) {
  .card-section-servicios-02 h3:nth-child(3) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1536px) {
  .card-section-servicios-02 {
    padding: 15px 15px 15px 15px;
    border-radius: 1rem 1rem 3rem 3rem;
    margin: 0px 0px 30px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .card-section-servicios-02 {
    padding: 30px 30px 30px 30px;
    border-radius: 1rem 1rem 1.5rem 1.5rem;
    margin: 0px 0px 30px 0px;
  }
}
@media screen and (max-width: 767px) {
  .card-section-servicios-02 {
    padding: 10px 10px 10px 10px;
    border-radius: 1rem 1rem 1rem 1rem;
    background: rgba(255, 255, 255, 0.5);
  }
}

.tx-section-servicios-02-01 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 3.8rem;
  margin: 100px 0px 60px 0px;
  padding: 20px 20px 20px 20px;
  background: #FFF;
}
@media screen and (max-width: 1536px) {
  .tx-section-servicios-02-01 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .tx-section-servicios-02-01 {
    font-size: 3rem;
    margin: 70px 0px 50px 0px;
  }
}
@media screen and (max-width: 991px) {
  .tx-section-servicios-02-01 {
    font-size: 2.4rem;
    margin: 50px 0px 30px 0px;
  }
}
@media screen and (max-width: 767px) {
  .tx-section-servicios-02-01 {
    background: #00A1A6;
    color: #FFF;
    font-family: "Century-Gothic-Regular";
    font-size: 2.4rem;
    text-align: center;
    margin: 30px 0px 40px 0px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  }
}

/* ESTILOS TELA QUIRURGICA*/
.bg-section-servicios-tela-quirurgica {
  padding: 8rem 0rem 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .bg-section-servicios-tela-quirurgica {
    padding: 0rem 0rem 5rem 0rem;
  }
}

.content-section-servicios-tela-quirurgica-01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.content-section-servicios-tela-quirurgica-02 {
  margin: 6rem 1.5rem 4rem 1.5rem;
}

.tx-section-servicios-tela-01-01 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  text-transform: uppercase;
}

.tx-section-servicios-tela-01-02 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 3rem;
  text-transform: uppercase;
}

.tx-section-servicios-tela-01-03 {
  color: #585858;
  font-family: "Century-Gothic-Regular";
  line-height: 1.5;
  font-size: 1.8rem;
  margin: 5rem 0rem 2.5rem 0rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .tx-section-servicios-tela-01-03 {
    margin: 1rem 1.5rem 2.5rem 1.5rem;
    font-size: 1.5rem;
  }
}

.tx-section-servicios-tela-01-04 {
  color: #585858;
  font-family: "Century-Gothic-Regular";
  line-height: 1.5;
  font-size: 1.8rem;
  margin: 0rem 0rem 5rem 0rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .tx-section-servicios-tela-01-04 {
    margin: 0rem 1.5rem 5rem 1.5rem;
    font-size: 1.5rem;
  }
}

/** SECTION NOSOTROS 01 **/
.section-nosotros-xs-01 {
  background: #F2F2F2;
  padding: 4rem 0rem 6rem 0rem;
  border-radius: 0rem 0rem 50% 0rem;
}

.tx-section-nosotros-xs-01-01 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  text-transform: uppercase;
}

.tx-section-nosotros-xs-01-02 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
}

.bg-contenido-slider-nosotros-01 {
  background: url("../images/bg-slider-nosotros-01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 0px 20.5%;
}
@media screen and (max-width: 1920px) {
  .bg-contenido-slider-nosotros-01 {
    background-size: 1920px auto;
    height: 690px;
  }
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-nosotros-01 {
    background-size: 1536px auto;
    height: 550px;
    padding: 0px 0px 0px 16.666%;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-nosotros-01 {
    background-size: 1200px auto;
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-nosotros-01 {
    background-size: 992px auto;
    height: 360px;
  }
}
.bg-contenido-slider-nosotros-01 h3:nth-child(1) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-nosotros-01 h3:nth-child(1) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-nosotros-01 h3:nth-child(1) {
    font-size: 1.2rem;
  }
}
.bg-contenido-slider-nosotros-01 h3:nth-child(2) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 4.8rem;
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-nosotros-01 h3:nth-child(2) {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-nosotros-01 h3:nth-child(2) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-nosotros-01 h3:nth-child(2) {
    font-size: 2.4rem;
  }
}
.bg-contenido-slider-nosotros-01 .proporcion-img {
  z-index: 200;
}

.filtro-slider-nosotros-01 {
  position: absolute;
  width: 62.5%;
  z-index: 100;
  left: 0px;
  top: 0px;
}

/** SECTION NOSOTROS 02 **/
.section-nosotros-02 {
  position: relative;
  padding: 0px 0px 50px 0px;
  background: url("../images/opacidad-filtro-slider-home-02.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 62.5% auto;
  z-index: 200;
}
@media screen and (max-width: 1199px) {
  .section-nosotros-02 {
    padding: 0px 0px 35px 0px;
  }
}
@media screen and (max-width: 991px) {
  .section-nosotros-02 {
    padding: 0px 0px 25px 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-nosotros-02 {
    padding: 0px 0px 20px 0px;
  }
}

.container-img-card-section-nosotros-xs-02-01 {
  background: url("../images/bg-card-section-nosotros-02-01.png");
  background-repeat: none;
  background-position: center center;
  background-size: cover;
  min-height: 180px;
}

.container-img-card-section-nosotros-xs-02-02 {
  background: url("../images/bg-card-section-nosotros-02-02.png");
  background-repeat: none;
  background-position: center center;
  background-size: cover;
  min-height: 180px;
}

.container-img-card-section-nosotros-02 {
  margin: 0px 0.5rem;
}
.container-img-card-section-nosotros-02 img {
  border-radius: 3rem 3rem 0rem 0rem;
}
@media screen and (max-width: 1536px) {
  .container-img-card-section-nosotros-02 img {
    border-radius: 2.5rem 2.5rem 0rem 0rem;
  }
}
@media screen and (max-width: 1199px) {
  .container-img-card-section-nosotros-02 img {
    border-radius: 2rem 2rem 0rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  .container-img-card-section-nosotros-02 img {
    border-radius: 1.5rem 1.5rem 0rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .container-img-card-section-nosotros-02 img {
    border-radius: 0rem 0rem 0rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .container-img-card-section-nosotros-02 {
    margin: 0px 0rem;
  }
}

.card-section-nosotros-02 {
  background: #F2F2F2;
  padding: 35px 25px 50px 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 1rem 1rem 3rem 3rem;
  z-index: 1;
  margin: 0px 0px 50px 0px;
  height: 450px;
}
.card-section-nosotros-02 h3:nth-child(1) {
  letter-spacing: 0.2rem;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 3.8rem;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 1536px) {
  .card-section-nosotros-02 h3:nth-child(1) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .card-section-nosotros-02 h3:nth-child(1) {
    font-size: 2.4rem;
  }
}
.card-section-nosotros-02 h3:nth-child(2) {
  color: #585858;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
  margin: 0px 0px 20px 0px;
  line-height: 1.5;
}
@media screen and (max-width: 1536px) {
  .card-section-nosotros-02 h3:nth-child(2) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1500px) {
  .card-section-nosotros-02 {
    height: 380px;
  }
}
@media screen and (max-width: 1536px) {
  .card-section-nosotros-02 {
    border-radius: 1rem 1rem 3rem 3rem;
    margin: 0px 0px 30px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .card-section-nosotros-02 {
    border-radius: 1rem 1rem 1.5rem 1.5rem;
    margin: 0px 0px 30px 0px;
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .card-section-nosotros-02 {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .card-section-nosotros-02 {
    border-radius: 0rem 0rem 0rem 0rem;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .card-section-nosotros-02 {
    height: 450px;
  }
}
@media screen and (max-width: 380px) {
  .card-section-nosotros-02 {
    height: 500px;
  }
}

.tx-section-nosotros-02-01 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 4.8rem;
  text-align: center;
  margin: 50px 0px 100px 0px;
}
@media screen and (max-width: 1536px) {
  .tx-section-nosotros-02-01 {
    font-size: 3.8rem;
    margin: 45px 0px 85px 0px;
  }
}

.tx-section-home-03-01 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 4.8rem;
  text-align: center;
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 1536px) {
  .tx-section-home-03-01 {
    font-size: 3.8rem;
    margin: 0px 0px 25px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .tx-section-home-03-01 {
    font-size: 3rem;
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 991px) {
  .tx-section-home-03-01 {
    font-size: 2.4rem;
    margin: 0px 0px 15px 0px;
  }
}

/** SECTION NOSOTROS 04 **/
.section-nosotros-04 {
  background: url("../images/bg-section-nosotros-05.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 220px;
}

/** SECTION NOSOTROS 05 **/
.section-nosotros-05 {
  padding: 50px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .section-nosotros-05 {
    padding: 0px 0px 0px 0px;
  }
}

/** SECTION CONTACTANOS 01 **/
.section-contactanos-xs-01 {
  background: #F2F2F2;
  padding: 4rem 0rem 6rem 0rem;
  border-radius: 0rem 0rem 50% 0rem;
}

.tx-section-contactanos-xs-01-01 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  text-transform: uppercase;
}

.tx-section-contactanos-xs-01-02 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 3rem;
  text-transform: uppercase;
}

.bg-contenido-slider-contactanos-01 {
  background: url("../images/bg-slider-contactanos-01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 0px 20.5%;
}
@media screen and (max-width: 1920px) {
  .bg-contenido-slider-contactanos-01 {
    background-size: 1920px auto;
    height: 690px;
  }
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-contactanos-01 {
    background-size: 1536px auto;
    height: 550px;
    padding: 0px 0px 0px 16.666%;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-contactanos-01 {
    background-size: 1200px auto;
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-contactanos-01 {
    background-size: 992px auto;
    height: 360px;
  }
}
.bg-contenido-slider-contactanos-01 h3:nth-child(1) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-contactanos-01 h3:nth-child(1) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-contactanos-01 h3:nth-child(1) {
    font-size: 1.2rem;
  }
}
.bg-contenido-slider-contactanos-01 h3:nth-child(2) {
  z-index: 200;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 4.8rem;
}
@media screen and (max-width: 1536px) {
  .bg-contenido-slider-contactanos-01 h3:nth-child(2) {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .bg-contenido-slider-contactanos-01 h3:nth-child(2) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-contenido-slider-contactanos-01 h3:nth-child(2) {
    font-size: 2.4rem;
  }
}
.bg-contenido-slider-contactanos-01 .proporcion-img {
  z-index: 200;
}

.filtro-slider-contactanos-01 {
  position: absolute;
  width: 62.5%;
  z-index: 100;
  left: 0px;
  top: 0px;
}

/** SECTION contactanos 02 **/
.section-contactanos-02 {
  position: relative;
  padding: 0px 0px 50px 0px;
  background: url("../images/opacidad-filtro-slider-home-02.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 62.5% auto;
  z-index: 200;
}
@media screen and (max-width: 1199px) {
  .section-contactanos-02 {
    padding: 0px 0px 35px 0px;
  }
}
@media screen and (max-width: 991px) {
  .section-contactanos-02 {
    padding: 0px 0px 25px 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-contactanos-02 {
    padding: 0px 0px 20px 0px;
  }
}

.tx-section-contactanos-02-01 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 4.8rem;
  text-align: center;
  margin: 50px 0px 100px 0px;
}
@media screen and (max-width: 1536px) {
  .tx-section-contactanos-02-01 {
    font-size: 3.8rem;
    margin: 45px 0px 85px 0px;
  }
}

.bg-content-section-contactanos-02 {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3rem;
  padding: 5rem 5rem 5rem 5rem;
}
@media screen and (max-width: 1536px) {
  .bg-content-section-contactanos-02 {
    padding: 4rem 4rem 4rem 4rem;
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .bg-content-section-contactanos-02 {
    padding: 3rem 3rem 3rem 3rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-content-section-contactanos-02 {
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .bg-content-section-contactanos-02 {
    padding: 2.5rem 2.5rem 5rem 2.5rem;
    border-radius: 0rem;
  }
}

.iframe-formulario-contacto {
  display: flex;
  height: 100%;
}

/** FOOTER **/
footer {
  background: url("../images/bg-footer.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 15px 15px 15px;
}
@media screen and (max-width: 1199px) {
  footer {
    padding: 60px 15px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0px 0px 80px 0px;
  }
}

.bg-content-footer {
  padding: 50px 15px;
  background: linear-gradient(116.12deg, #00A1A6 18.95%, rgba(69, 208, 213, 0.5) 79.66%);
  border-radius: 30px;
}
@media screen and (max-width: 1199px) {
  .bg-content-footer {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .bg-content-footer {
    border-radius: 0px;
    padding: 50px 0px;
  }
}

.tx-footer-home-05-01 {
  margin: 30px 0px 10px 0px;
}
@media screen and (max-width: 991px) {
  .tx-footer-home-05-01 {
    text-align: center;
  }
}
.tx-footer-home-05-01 a {
  color: #FFF;
  font-family: "Century-Gothic-Bold";
  font-size: 1.8rem;
}
.tx-footer-home-05-01 a:focus {
  color: #1B4561;
}
.tx-footer-home-05-01 a:hover {
  color: #1B4561;
}
@media screen and (max-width: 1199px) {
  .tx-footer-home-05-01 a {
    font-size: 1.5rem;
  }
}

.division-section-footer-01 {
  height: 100%;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  padding: 5px 50px;
}
@media screen and (max-width: 1536px) {
  .division-section-footer-01 {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .division-section-footer-01 {
    padding: 5px 25px;
  }
}
@media screen and (max-width: 991px) {
  .division-section-footer-01 {
    padding: 5px 20px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .division-section-footer-01 {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 575px) {
  .division-section-footer-01 {
    padding: 5px 0px;
  }
}

.division-section-footer-02 {
  height: 100%;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 5px 50px;
}
@media screen and (max-width: 1536px) {
  .division-section-footer-02 {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .division-section-footer-02 {
    padding: 5px 25px;
  }
}
@media screen and (max-width: 991px) {
  .division-section-footer-02 {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .division-section-footer-02 {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 575px) {
  .division-section-footer-02 {
    padding: 5px 0px;
  }
}

.tx-footer-home-05-02 {
  color: #FFF;
  font-family: "Century-Gothic-Bold";
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .tx-footer-home-05-02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .tx-footer-home-05-02 {
    text-align: center;
  }
}

.tx-footer-home-05-03 {
  margin: 0px 0px 30px 0px;
  color: #FFF;
  font-family: "Century-Gothic-Bold";
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  .tx-footer-home-05-03 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .tx-footer-home-05-03 {
    margin: 40px 0px 30px 0px;
    text-align: center;
  }
}

.tx-footer-home-05-04 {
  margin: 0px 0px 10px 0px;
}
@media screen and (max-width: 991px) {
  .tx-footer-home-05-04 {
    text-align: center;
  }
}
.tx-footer-home-05-04 a {
  width: 100%;
  color: #FFF;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
}
.tx-footer-home-05-04 a:focus {
  color: #1B4561;
}
.tx-footer-home-05-04 a:hover {
  color: #1B4561;
}
@media screen and (max-width: 1199px) {
  .tx-footer-home-05-04 a {
    font-size: 1.5rem;
  }
}

/** SLIDERS **/
.slideHome01.carousel-inner {
  position: relative;
}

.icon-slider.left {
  position: absolute;
  bottom: 50%;
  left: 30px;
  z-index: 200;
  opacity: 0.6;
}
.icon-slider.left:focus {
  opacity: 1;
}
.icon-slider.left:hover {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .icon-slider.left {
    left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .icon-slider.left {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .icon-slider.left {
    left: 15px;
  }
}

.icon-slider.right {
  position: absolute;
  bottom: 50%;
  right: 30px;
  z-index: 200;
  opacity: 0.6;
}
.icon-slider.right:focus {
  opacity: 1;
}
.icon-slider.right:hover {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .icon-slider.right {
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .icon-slider.right {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .icon-slider.right {
    right: 15px;
  }
}

.icon-slider.left-02 {
  position: absolute;
  bottom: 47.5%;
  left: -40px;
  z-index: 200;
  opacity: 0.6;
}
.icon-slider.left-02:focus {
  opacity: 1;
}
.icon-slider.left-02:hover {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .icon-slider.left-02 {
    left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .icon-slider.left-02 {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .icon-slider.left-02 {
    left: 15px;
  }
}

.icon-slider.right-02 {
  position: absolute;
  bottom: 47.5%;
  right: -40px;
  z-index: 200;
  opacity: 0.6;
}
.icon-slider.right-02:focus {
  opacity: 1;
}
.icon-slider.right-02:hover {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .icon-slider.right-02 {
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .icon-slider.right-02 {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .icon-slider.right-02 {
    right: 15px;
  }
}

.view-product.carousel-item img {
  border-radius: 1.5rem;
}

.tx-slider-clientes-01 {
  color: #585858;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .tx-slider-clientes-01 {
    font-size: 1.5rem;
  }
}

.tx-slider-clientes-masculino {
  color: #004F91;
  font-family: "Century-Gothic-Bold-Italic";
  font-size: 2.4rem;
}
.tx-slider-clientes-masculino .variation-01 {
  color: #96C11F;
  font-family: "Century-Gothic-Bold-Italic";
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  .tx-slider-clientes-masculino .variation-01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .tx-slider-clientes-masculino {
    font-size: 1.8rem;
  }
}

.tx-slider-clientes-femenino {
  color: #5752C7;
  font-family: "Century-Gothic-Bold-Italic";
  font-size: 2.4rem;
}
.tx-slider-clientes-femenino .variation-02 {
  color: #FFB2EE;
  font-family: "Century-Gothic-Bold-Italic";
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  .tx-slider-clientes-femenino .variation-02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .tx-slider-clientes-femenino {
    font-size: 1.8rem;
  }
}

/** MODALS **/
/* MODAL CONTACTO SOPORTE */
.modal {
  z-index: 1700;
}

.modal-lg.contacto-soporte-web {
  max-width: 1000px;
}

.modal-content.contacto-soporte-web {
  border: none;
  text-align: center;
  padding: 170px;
}
@media screen and (max-width: 1536px) {
  .modal-content.contacto-soporte-web {
    padding: 100px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .modal-content.contacto-soporte-web {
    padding: 80px;
    font-size: 3rem;
  }
}

.backdrop-contacto-soporte-web {
  background-color: #FFF;
  opacity: 1 !important;
  z-index: 1650;
}

.close.contacto-soporte-web {
  position: absolute;
  color: #000;
  right: 140px;
  top: 150px;
  outline: none;
}
@media screen and (max-width: 1536px) {
  .close.contacto-soporte-web {
    right: 140px;
    top: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .close.contacto-soporte-web {
    right: 140px;
    top: 70px;
  }
}
.close.contacto-soporte-web span {
  font-family: "Century-Gothic-Bold";
  font-size: 4.8rem;
}

.img-menu-contacto {
  width: 120px;
}

.tx-modal-web-contacto-01 {
  position: relative;
  float: left;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 2.4rem;
  margin: 30px auto 30px auto;
}
.tx-modal-web-contacto-01 span {
  color: transparent;
  position: absolute;
  right: 0;
  width: 0%;
  background: #FFF;
  animation: escribir 1s steps(30) 1;
  height: 2.8rem;
}
@media screen and (max-width: 1536px) {
  .tx-modal-web-contacto-01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .tx-modal-web-contacto-01 {
    font-size: 1.8rem;
  }
}

.tx-modal-web-contacto-02 {
  width: 65%;
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #00A1A6;
  border-radius: 25px;
  padding: 10px 15px 10px 30px;
  margin: 0px 0px 20px 0px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}
.tx-modal-web-contacto-02 span {
  margin-top: 6px;
  height: 19px;
  width: 10px;
  float: right;
  background: url("../images/icono-soporte.png");
  background-size: 10px 19px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1536px) {
  .tx-modal-web-contacto-02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .tx-modal-web-contacto-02 {
    font-size: 1.5rem;
  }
}

.tx-modal-web-contacto-02.no-margin {
  margin: 0px 0px 0px 0px;
}

.tx-modal-web-contacto-02.si-margin {
  margin: 20px 0px 0px 0px;
}

.tx-modal-web-contacto-02:focus {
  text-decoration: none;
  color: #00A1A6;
  background-color: transparent;
}

.tx-modal-web-contacto-02:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #00A1A6;
}
.tx-modal-web-contacto-02:hover span {
  margin-top: 6px;
  height: 19px;
  width: 10px;
  float: right;
  background: url("../images/icono-soporte-hover.png");
  background-size: 10px 19px;
  background-repeat: no-repeat;
  background-position: center;
}

.tx-modal-web-contacto-02.active {
  text-decoration: none;
  color: #FFF;
  background-color: #00A1A6;
  z-index: 1001;
}
.tx-modal-web-contacto-02.active span {
  margin-top: 12px;
  height: 10px;
  width: 19px;
  float: right;
  background: url("../images/icono-soporte-down.png");
  background-size: 19px 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.collapse-menu-contacto {
  width: 65%;
  padding: 5px 10px 5px 10px;
  border-top: 1px solid transparent;
  z-index: 1000;
}

.tx-modal-web-contacto-03 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
  text-align: left;
  border-bottom: 1px solid #F2F2F2;
  padding: 15px 0px;
}
.tx-modal-web-contacto-03 span {
  border-left: 1px solid #00A1A6;
  float: right;
  width: 160px;
  text-align: right;
}
@media screen and (max-width: 1536px) {
  .tx-modal-web-contacto-03 span {
    width: 210px;
  }
}
.tx-modal-web-contacto-03:focus {
  color: #1B4561;
}
.tx-modal-web-contacto-03:hover {
  color: #1B4561;
}
@media screen and (max-width: 1536px) {
  .tx-modal-web-contacto-03 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .tx-modal-web-contacto-03 {
    font-size: 1.5rem;
  }
}

.tx-modal-web-contacto-04 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
  text-align: left;
  padding: 10px 0px;
}
.tx-modal-web-contacto-04 span {
  border-left: 1px solid #00A1A6;
  float: right;
  width: 160px;
  text-align: right;
}
@media screen and (max-width: 1536px) {
  .tx-modal-web-contacto-04 span {
    width: 210px;
  }
}
.tx-modal-web-contacto-04:focus {
  color: #1B4561;
}
.tx-modal-web-contacto-04:hover {
  color: #1B4561;
}
@media screen and (max-width: 1536px) {
  .tx-modal-web-contacto-04 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .tx-modal-web-contacto-04 {
    font-size: 1.5rem;
  }
}

.modal-lg.view-product {
  max-width: 1000px;
}
@media screen and (max-width: 1199px) {
  .modal-lg.view-product {
    max-width: 95%;
    margin: 10px auto 0 auto;
  }
}

.modal-content.view-product {
  border: none;
  padding: 50px 50px 50px 100px;
  background: linear-gradient(116.12deg, #00A1A6 18.95%, rgba(69, 208, 213, 0.95) 79.66%);
  border-radius: 30px;
}
@media screen and (max-width: 1536px) {
  .modal-content.view-product {
    padding: 100px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .modal-content.view-product {
    padding: 80px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .modal-content.view-product {
    border-radius: 15px;
    padding: 50px 25px 30px 25px;
  }
}

.backdrop-view-product {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
  z-index: 1650;
}

.close.view-product {
  position: absolute;
  color: #00A1A6;
  right: 15px;
  top: 15px;
  outline: none;
  font-family: "Century-Gothic-Regular";
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 0px 10px;
  z-index: 1000;
}
.close.view-product:focus {
  background: rgba(255, 255, 255, 0.8);
}
.close.view-product:hover {
  background: white;
}
.close.view-product span {
  font-family: "Century-Gothic-Bold";
  font-size: 4.8rem;
}
@media screen and (max-width: 991px) {
  .close.view-product span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .close.view-product {
    padding: 0px 6px;
    right: 10px;
    top: 10px;
  }
}

.modal-view-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.modal-view-product .product-category {
  color: #FFF;
  font-family: "Century-Gothic-Italic";
  font-size: 3rem;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 991px) {
  .modal-view-product .product-category {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .modal-view-product .product-category {
    margin: 0px 0px 10px 0px;
    font-size: 1.8rem;
  }
}
.modal-view-product .product-title {
  color: #FFF;
  font-family: "Century-Gothic-Bold";
  font-size: 4.8rem;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 991px) {
  .modal-view-product .product-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .modal-view-product .product-title {
    font-size: 2.4rem;
  }
}
.modal-view-product .product-imgs {
  margin: 0px 0px 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  border: 2px solid transparent;
}
@media screen and (max-width: 767px) {
  .modal-view-product .product-imgs {
    border-top: 1px solid #FFF;
    padding: 1.5rem 0rem 0rem 0rem;
    margin: 4rem 0rem 1.5rem 0rem;
  }
}
.modal-view-product .product-imgs img {
  width: 60px;
  margin: 0px 10px;
  cursor: pointer;
  border-radius: 0.5rem;
}
.modal-view-product .product-imgs img:focus {
  border: 2px solid #FFF;
}
.modal-view-product .product-imgs img:hover {
  border: 2px solid #FFF;
}
@media screen and (max-width: 767px) {
  .modal-view-product .product-imgs img {
    margin: 0rem 0rem 0rem 0rem;
    width: 45px;
  }
}
.modal-view-product .product-description {
  list-style: none;
  padding: 0;
  margin: 0px 0px 30px 0px;
}
.modal-view-product .product-description li {
  color: #FFF;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .modal-view-product .product-description li {
    font-size: 1.5rem;
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .modal-view-product .product-description li {
    font-size: 1.5rem;
    margin: 0px 0px 10px 0px;
  }
}
.modal-view-product h3 {
  display: inline-block;
}
.modal-view-product h3 .product-link {
  background: #FFF;
  color: #00A1A6;
  font-family: "Century-Gothic-Italic";
  font-size: 1.8rem;
  padding: 7px 30px;
  border-radius: 30px;
  transition: all 0.3s;
}
.modal-view-product h3 .product-link:hover {
  transition: all 0.3s;
  margin-left: 0.3rem;
}
@media screen and (max-width: 991px) {
  .modal-view-product h3 .product-link {
    font-size: 1.5rem;
  }
}

#sliderModalViewProduct {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

/** FORMULARIOS **/
/** FORMULARIOS **/
#contactForm {
  padding: 0rem 15% 0rem 10%;
  margin: 0rem 0rem 0rem 0rem;
}
@media screen and (max-width: 1199px) {
  #contactForm {
    padding: 0rem 12.5% 0rem 7.5%;
    margin: 0rem 0rem 0rem 0rem;
  }
}
@media screen and (max-width: 1199px) {
  #contactForm {
    padding: 0rem 10% 0rem 5%;
    margin: 0rem 0rem 0rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  #contactForm {
    padding: 0rem 7.5% 0rem 2.5%;
    margin: 0rem 0rem 0rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  #contactForm {
    padding: 0rem 0rem 0rem 0rem;
    margin: 0rem 0rem 0rem 0rem;
  }
}

.form-group {
  margin: 0rem 0rem 2.5rem 0rem;
}

.form-control {
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  color: #00A1A6;
  border: 1px solid #00A1A6;
  border-radius: 2rem;
  height: 40px;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@media screen and (max-width: 1536px) {
  .form-control {
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .form-control {
    border-radius: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .form-control {
    border-radius: 1rem;
  }
}
.form-control:focus {
  color: #00A1A6;
  box-shadow: none;
  border: 2px solid #00A1A6;
}

label {
  font-family: "Century-Gothic-Bold";
  font-size: 1.5rem;
  color: #00A1A6;
  margin: 0rem 0rem 0.5rem 0rem;
}

#descripcion {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  min-height: 12rem;
}

.list-unstyled {
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  color: #7B2627;
  margin: 0rem 0rem 0rem 1.5rem;
}

#msgSubmit {
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  color: #7B2627;
  text-align: center;
}

/* TERMINOS Y CONDICIONES */
.seccion-terminos {
  padding: 50px 0px;
}
@media screen and (max-width: 767px) {
  .seccion-terminos {
    padding: 15px 0px;
  }
}

.tx-section-terminos-01 {
  color: #00A1A6;
  font-family: "Century-Gothic-Bold";
  font-size: 2.4rem;
  margin: 0rem 0rem 3rem 0rem;
}
@media screen and (max-width: 991px) {
  .tx-section-terminos-01 {
    font-size: 1.8rem;
  }
}

.tx-section-terminos-02 {
  color: #00A1A6;
  font-family: "Century-Gothic-Regular";
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .tx-section-terminos-02 {
    font-size: 1.5rem;
  }
}

.tx-section-terminos-03 {
  color: #000;
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
  text-align: justify;
}
@media screen and (max-width: 991px) {
  .tx-section-terminos-03 {
    font-size: 1.2rem;
  }
}

.enlace-terminos {
  color: blue;
  font-family: "Century-Gothic-Regular";
  font-size: 1.5rem;
}

/*ANIMATIONS*/

.fade-in-fwd {
	-webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-12-12 10:47:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
 @-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}