@charset "UTF-8";
:root {
  --blanco: #fff;
  --negro: #000;
  --rojo: #ed1c24;
  --azul1: #001b48;
  --azul2: #02457a;
  --azul3: #97cada;
  --poppins: 'Poppins', sans-serif;
  --roboto: 'Roboto', sans-serif;
}

body, p {
  line-height: normal;
  font-weight: 400;
  font-family: var(--roboto);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--poppins);
}

.poppins {
  font-family: 'Poppins', sans-serif;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

/*Template
*********************************************/
.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

.heading {
  text-align: left;
}

.heading .smallTitle {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--poppins);
}

.heading .title {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 40px;
  font-family: var(--poppins);
}

/*Margin Paddings
*********************************************/
.mt-40 {
  margin-top: 40px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

/*Botones
*********************************************/
.btn-red {
  background: var(--rojo);
  border: 1px solid var(--rojo);
  color: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  font-family: var(--poppins);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn-red:hover {
  background: transparent;
  border: 1px solid var(--rojo);
  color: var(--rojo);
  text-decoration: none;
}

.btn-red.hover-white:hover {
  background: transparent;
  border: 1px solid var(--rojo);
  color: #fff;
}

.btn-yellow {
  background: var(--amarillo);
  border: 1px solid var(--amarillo);
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn-yellow:hover {
  background: transparent;
  border: 1px solid var(--amarillo);
  color: var(--amarillo);
}

/*Fuentes y estilos
*********************************************/
.w-600 {
  font-weight: 600;
}

/*Header
*********************************************/
#header .main-header {
  padding: 10px 0;
  background: #d6e7ee;
}

#header .main-header .text {
  color: var(--azul1);
  margin-bottom: 0;
}

#header .main-header .text span {
  font-weight: 700;
}

#header .main-header .text a {
  color: var(--azul1);
  font-weight: 700;
}

#header .main-header .text a i {
  color: var(--rojo);
  margin-right: 10px;
  margin-left: 10px;
}

#header .container-header {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), color-stop(25%, var(--rojo)));
  background: linear-gradient(to right, #fff 25%, var(--rojo) 25% 100%);
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid #706f6f;
}

#header .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header-row .header-column {
  padding: 10px 0;
}

#header .header-row .header-column.bg-light {
  background: #fff !important;
  padding-right: 15px;
}

#header .navbar {
  padding: 0;
  height: 100%;
}

#header .navbar #navbarContent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .navbar .navbar-nav {
  margin: 0 0 0 auto;
}

#header .navbar .navbar-nav .nav-item:not(:last-child) {
  margin-right: 5px;
}

#header .navbar .navbar-nav a {
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 5px 15px;
  position: relative;
  font-family: var(--poppins);
  color: #fff;
  border-radius: 50px;
}

#header .navbar .navbar-nav a.active {
  background: var(--azul1);
}

#header .navbar .navbar-nav a:hover {
  background: var(--azul1);
}

#header .navbar .navbar-nav .dropdown-menu {
  background: var(--azul2);
  padding: 0;
  margin: 0;
}

#header .navbar .navbar-nav .dropdown-menu a{
  border-radius: 0;
}


.f-nav {
  background: var(--negro);
  position: fixed !important;
  top: 0;
  left: 0;
  -webkit-animation-name: scroll-down;
          animation-name: scroll-down;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes scroll-down {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    transfrom: translate(0, 0);
  }
}

@keyframes scroll-down {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    transfrom: translate(0, 0);
  }
}

.f-nav .navbar-nav a {
  color: var(--blanco);
}

/*Footer
*********************************************/
/*Banner
*********************************************/
.owl-banner {
  width: 100%;
  height: 80vh;
}

.owl-banner .banner {
  position: relative;
  overflow: hidden;
  cursor: auto;
}

.owl-banner .banner .imgBanner {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-banner .banner .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.owl-banner .banner .content .containerBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

.owl-banner .banner .content .containerBanner.leftContent {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.owl-banner .banner .content .containerBanner.centerContent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.owl-banner .banner .content .containerBanner.rightContent {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  text-align: right;
}

.owl-banner .banner .content .containerBanner .title {
  font-size: 60px;
  line-height: 65px;
  white-space: pre-line;
  font-weight: 700;
  color: #fff;
}

.owl-banner .banner .content .containerBanner .btn-banner {
  margin-top: 25px;
  font-size: 20px;
  padding: 8px 20px;
}

.owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-item.active .btn-banner {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: normal;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.owl-nav .owl-prev:focus {
  outline: 0;
}

.owl-nav .owl-prev:hover {
  background: #000 !important;
}

.owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.owl-nav .owl-next:focus {
  outline: 0;
}

.owl-nav .owl-next:hover {
  background: #000 !important;
}

#slideHome:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

#slideHome:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.ml15 {
  font-weight: 800;
  font-size: 3.8em;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ml15 .word {
  display: inline-block;
  line-height: 1em;
}

/*Form
*********************************************/
#sectionForm {
  background: var(--azul1);
  padding: 60px 0;
}

#sectionForm .heading {
  text-align: left;
}

#sectionForm .heading .smallTitle {
  color: var(--azul3);
}

#sectionForm .heading .title {
  color: #fff;
}

#sectionForm #form {
  position: relative;
}

#sectionForm #form .form-group {
  position: relative;
}

#sectionForm #form .form-group label {
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  display: block;
  font-family: var(--poppins);
}

#sectionForm #form .form-group input {
  border-radius: 50px;
  background: #dadada;
  color: var(--azul1);
  padding: 15px 20px;
  font-size: 17px;
  border: 0;
  height: 50px;
  width: 100%;
  outline: none;
}

#sectionForm #form .form-group input::-webkit-input-placeholder {
  color: var(--azul1);
}

#sectionForm #form .form-group input:-ms-input-placeholder {
  color: var(--azul1);
}

#sectionForm #form .form-group input::-ms-input-placeholder {
  color: var(--azul1);
}

#sectionForm #form .form-group input::placeholder {
  color: var(--azul1);
}

#sectionForm #form .form-group select {
  width: 100%;
  background: #dadada;
  height: 50px;
  border-radius: 50px;
  padding: 0px 20px;
}

#sectionForm #form .form-group select option {
  height: 100%;
}

#sectionForm #form .form-group select:focus, #sectionForm #form .form-group select :visited {
  outline: none;
}

#sectionForm #form .contentBtn {
  position: relative;
}

#sectionForm #form .contentBtn .btn-red {
  width: 100%;
  height: 50px;
  margin-top: 30px;
}

/*Servicios Home
*********************************************/
#serviciosHome {
  padding: 70px 0;
}

#serviciosHome .heading {
  position: relative;
}

#serviciosHome .heading .title {
  color: var(--azul2);
  white-space: pre-line;
}

#serviciosHome .heading .smallTitle {
  color: var(--azul2);
}

#serviciosHome .imgBx img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

#serviciosHome .card {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  border-radius: 0px;
}

#serviciosHome .card .imgBx {
  position: relative;
}

#serviciosHome .card .imgBx .showImg {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

#serviciosHome .card .imgBx .showImg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#serviciosHome .card .imgBx .showImg:hover:before {
  opacity: 1;
}

#serviciosHome .card .imgBx img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#serviciosHome .card .content {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  height: 240px;
  bottom: -120px;
  -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 0;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  padding: 0 15px;
}

#serviciosHome .card .content .contentBx {
  width: 100%;
  min-height: 70px;
}

#serviciosHome .card .content .contentBx h3 {
  color: #fff;
  font-weight: 600;
  margin: 10px 0;
  font-size: 25px;
  white-space: pre-line;
  letter-spacing: normal;
  line-height: 30px;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

#serviciosHome .card .content .contentBx h3 span {
  font-size: 15px;
}

#serviciosHome .card .content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  min-height: 120px;
}

#serviciosHome .card .content .list li {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transition-delay: calc(0.2s * var(--i));
          transition-delay: calc(0.2s * var(--i));
}

#serviciosHome .card .content .list li a {
  margin: 0 10px;
  color: #fff;
  font-size: 17px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--azul1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid var(--azul1);
}

#serviciosHome .card .content .list li a:hover {
  text-decoration: none;
  background: transparent;
}

#serviciosHome .card .content .list li p {
  color: var(--azul3);
  margin-bottom: 10px;
}

#serviciosHome .card:hover .content {
  bottom: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#serviciosHome .card:hover .content h3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#serviciosHome .card:hover .content .list li {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

/*Ventajas Home
*********************************************/
#rentarHome {
  padding: 70px 0;
  background: var(--azul2);
}

#rentarHome .contentImg img {
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#rentarHome .heading .smallTitle {
  color: #fff;
}

#rentarHome .heading .title {
  color: var(--azul3);
  white-space: pre-line;
  margin-bottom: 30px;
}

#rentarHome .content .description {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}

#rentarHome .content .list li {
  color: #fff;
  list-style: none;
  font-size: 18px;
  font-family: var(--poppins);
  font-weight: 500;
}

#rentarHome .content .list li i {
  margin-right: 15px;
  margin-bottom: 15px;
}

/*Como rentar Home
*********************************************/
#comoRentarHome {
  padding: 70px 0;
}

#comoRentarHome .heading .smallTitle {
  color: var(--azul2);
}

#comoRentarHome .heading .title {
  color: var(--azul2);
}

#comoRentarHome .contentBx {
  margin-bottom: 30px;
}

#comoRentarHome .contentBx img {
  width: 70px;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}

#comoRentarHome .contentBx p.text {
  color: var(--azul1);
  margin-bottom: 0;
  text-align: center;
}

/*Testimonials Home
*********************************************/
#testimonialsHome {
  padding: 70px 0;
  background: url("../archivos/placeholder/1920x500.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#testimonialsHome .heading .smallTitle {
  color: var(--azul3);
}

#testimonialsHome .content .text {
  color: #fff;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: var(--poppins);
}

#testimonialsHome .content .author {
  color: var(--azul3);
  font-size: 16px;
}

#testimonialsHome .content a[class^="btn"] {
  margin-top: 20px;
  min-width: 140px;
  text-align: center;
}

/*Footer
*********************************************/
#footer {
  padding: 80px 0 0;
  background: var(--azul1);
}

#footer .contentBlock .title {
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 19px;
  font-family: var(--poppins);
}

#footer .contentBlock .text {
  color: #fff;
  margin-bottom: 0;
}

#footer .contentBlock a {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#footer .contentBlock a i {
  margin-right: 10px;
}

#footer .contentBlock a:hover {
  color: var(--azul3);
  text-decoration: none;
}

#footer .contentBlock .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .contentBlock .social a i {
  border-radius: 50%;
  background: var(--azul3);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 15px;
  border: 1px solid var(--azul3);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#footer .contentBlock .social a i.facebook {
  background: #3b5998;
  border: 1px solid #3b5998;
}

#footer .contentBlock .social a i.linkedin {
  background: #0e76a8;
  border: 1px solid #0e76a8;
}

#footer .contentBlock .social a i:hover {
  background: transparent;
  color: #fff;
}

#footer .contentBlock.contentPago .blockPago {
  display: inline-block;
  width: 40%;
  margin: 10px 0;
}

#footer .align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: 100%;
}

#footer .copyright {
  padding: 40px 0;
  margin-top: 40px;
  border-top: 1px solid #fff;
}

#footer .copyright .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .copyright .content p, #footer .copyright .content a {
  font-size: 14px;
  margin-bottom: 0;
  font-family: var(--poppins);
}

#footer .copyright .content .white {
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#footer .copyright .content a.white:hover {
  text-decoration: underline;
}

#footer .copyright .content .logoRight {
  width: 145px;
  height: auto;
}

/*Banner seccion
*********************************************/
#bannerSection {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#bannerSection h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 0;
  white-space: pre-line;
  text-align: center;
  line-height: 65px;
}

#bannerSection h1.leftText {
  text-align: left;
}

/*Tamaño de bodegas
*********************************************/
#tamañoDeBodegas {
  padding: 70px 0;
  position: relative;
  background: var(--azul2);
}

#tamañoDeBodegas .heading .smallTitle {
  color: #fff;
}

#tamañoDeBodegas .heading .title {
  color: var(--azul3);
}

#tamañoDeBodegas .list {
  list-style: none;
}

#tamañoDeBodegas .list li {
  padding: 5px 15px;
  border-radius: 25px;
  color: var(--azul3);
  font-family: var(--roboto);
  width: auto;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
  display: table;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#tamañoDeBodegas .list li.active {
  background: var(--rojo);
  color: #fff;
}

#tamañoDeBodegas .list li:hover {
  background: var(--rojo);
  color: #fff;
}

#tamañoDeBodegas .list li:hover i {
  color: var(--azul3);
}

#tamañoDeBodegas .list li i {
  color: #fff;
  margin-right: 15px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#tamañoDeBodegas .boxImg .imgChange {
  border-radius: 25px;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/*Sucursales
*********************************************/
#sucursalPrecio {
  padding: 70px 0 25px;
  position: relative;
}

#sucursalPrecio .heading .smallTitle {
  color: var(--azul2);
}

#sucursalPrecio .heading .title {
  color: var(--azul2);
  white-space: pre-line;
}

#sucursalPrecio .rowPrice .contentBx {
  border: 3px solid var(--azul2);
  margin-bottom: 45px;
}

#sucursalPrecio .rowPrice .contentBx .headBox {
  background: var(--azul2);
  padding: 20px;
}

#sucursalPrecio .rowPrice .contentBx .headBox .titleBox {
  color: #fff;
  font-family: var(--poppins);
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 500;
}

#sucursalPrecio .rowPrice .contentBx .headBox .price {
  color: #fff;
  font-family: var(--poppins);
  font-weight: 500;
  margin-bottom: 0;
  font-size: 17px;
}

#sucursalPrecio .rowPrice .contentBx .contentDetails {
  padding: 30px 20px;
}

#sucursalPrecio .rowPrice .contentBx .contentDetails .text {
  color: var(--azul2);
  border-bottom: 2px solid var(--azul2);
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-family: var(--roboto);
  font-weight: 400;
}

#sucursalPrecio .rowPrice .contentBx .contentDetails .text span {
  color: var(--azul1);
  font-weight: 500;
}

#sucursalPrecio .rowPrice .contentBx .contentDetails .btn-red {
  padding: 5px 20px;
  margin: 20px auto 0;
  display: block;
}
/*# sourceMappingURL=style.css.map */