* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.close_btn_fom_call {
  color: #8fd300 !important;
  font-weight: 900;
}

.close_btn_fom_call_off {
  display: none;
}

html {
  scroll-behavior: smooth;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

img {
  width: auto;
  height: auto;
}

ul {
  list-style: disc !important;
}

.container {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
}

.container .content {
  grid-column: 2/3;
}

.picture-defer {
  position: relative;
}

.picture-defer source {
  position: absolute;
  top: 0px;
  left: 0px;
}

#map {
  max-width: 950px;
  margin-left: 15%;
}

.activeNav {
  color: #8fd300 !important;
}

.phones {
  display: grid;
  grid-auto-flow: column;
  padding: 10px 0;
  color: #03182e;
}

.phones .phone {
  display: grid;
  text-align: center;
}

.phones .phone .p-country {
  font-size: 15px;
  font-weight: 700;
}

.phones .phone .p-phone {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: #03182e;
}

.navbar {
  background-color: #03182e;
  display: grid;
  grid-template-columns: 1fr 15fr 1fr;
  position: relative;
}

.navbar .nav {
  grid-column: 2/3;
  display: grid;
  grid-auto-flow: column;
  padding: 10px 0;
  justify-content: center;
  grid-column-gap: 3em;
}

.navbar .nav .logo {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 14em;
}

.navbar .nav .logo a img {
  width: 100%;
}

.navbar .nav .nav_destok {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  grid-column-gap: 3em;
}

#navbar .redes {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  grid-column-gap: 1em;
  align-items: center;
}

#navbar .redes .red a {
  text-decoration: none;
  color: #03182e;
  transition: 0.1s ease;
}

#navbar .redes .red svg {
  fill: #03182e;
  width: 16px;
  height: 16px;
}

#navbar .redes .red svg:hover {
  fill: white !important;
}

#navbar .redes .red a:hover {
  color: white;
}

.navbar .nav .nav_destok .options {
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
  grid-column-gap: 2.5em;
  align-items: center;
}

.navbar .nav .nav_destok .options .option {
  text-align: center;
}

.navbar .nav .nav_destok .options .option a,
.navbar .nav .nav_destok .options .option p {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
}

.navbar .nav .nav_destok .options .option a.option_center {
  grid-column: 2/3;
}

.navbar .nav .nav_destok .options .option .more-options .more-option {
  position: absolute;
  top: 7.5em;
  background-color: #03182e;
  width: 100%;
  left: 0;
  display: none;
  justify-content: center;
  z-index: 9;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  align-items: center;
}

.navbar .nav .nav_destok .options .option .more-options .more-option .select {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 1.5em;
  grid-column-gap: 2em;
  padding: 2em 0;
}

.navbar .nav .nav_destok .options .option .more-options p:hover,
.navbar .nav .nav_destok .options .option a:hover {
  color: #8fd300;
  transition: all 0.3s ease-in-out;
}

.navbar .nav .nav_mobile {
  display: none;
}

.navbar_covid {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  grid-column-gap: 1em;
  font-size: 1rem;
  position: absolute;
  bottom: 0px;
  font-weight: bold;
  left: 0px;
  width: 100%;
  transform: translateY(100%);
  background-color: rgba(0, 0, 0, 0.74);
  color: #fff;
  z-index: 1;
  padding: 1em 0;
}
.navbar_covid a {
  text-decoration: none;
  color: white;
  background-color: #8fd300;
  padding: 5px 11px;
  transition: all 0.3s ease-in-out;
}
.navbar_covid a:hover {
  background-color: #73a800;
}

.navbar.barraFlotante, #navbar.barraFlotante {
  position: fixed;
  z-index: 10000;
  width: 100%;
}

#navbar.barraFlotante {
  top: 0;
  height: 50px;
}

.navbar.barraFlotante {
  top: 50px;
  height: 60px;
}

#navbar.barraFlotante .phones {
  padding: 5px 0;
}

.navbar.barraFlotante .nav .logo {
  width: 6em;
}

.barraFlotante .more-option {
  top: 60px !important;
}

.mayus {
  text-transform: uppercase;
}

.flex_edit_post {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.title {
  text-align: center;
}

.title h1,
.title h2,
.title h3 {
  font-size: 48px;
}

.title h4,
.title p {
  font-size: 35px;
  font-weight: 700;
}

.title span {
  color: #8fd300;
  text-shadow: 1px 1px 1px #000;
}

.section .sub_title {
  font-size: 17px;
  font-weight: 700;
  color: #8fd300;
  text-shadow: 1px 1px 1px #000;
  line-height: 43px;
  margin-bottom: 12px;
  text-align: start;
}

.btn_form_call {
  position: fixed;
  z-index: 9999;
  background-color: #03182e;
  bottom: 0;
  left: 10px;
  padding: 18px 30px;
  border-radius: 15px 15px 0 0;
  display: grid;
  grid-row-gap: 1.5em;
  overflow: hidden;
  height: 72px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  transition: height 0.3s ease;
}

.btn_form_call.activeFormCall {
  height: 26em !important;
}

.btn_form_call .show {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  grid-column-gap: 22px;
  cursor: pointer;
}

.btn_form_call .show img {
  width: 34px;
}

.btn_form_call .show i,
.btn_form_call .form_call form .send_wa a i {
  color: white;
  font-size: 34px;
}

.btn_form_call .show .pshow {
  color: #8fd300;
  font-weight: 700;
  font-size: 21px;
}

.btn_form_call .form_call form {
  display: grid;
  justify-items: center;
  grid-row-gap: 15px;
}

.btn_form_call .form_call form select {
  display: grid;
  height: 25px;
  font-size: 15px;
  padding-left: 5px;
  background-color: rgba(144, 144, 144, 0.5803921569);
  color: white;
  border-radius: 4px;
}

.btn_form_call .form_call form .gruop input {
  background-color: rgba(144, 144, 144, 0.5803921569);
  border: none;
  height: 43px;
  color: #fff;
  padding-left: 5px;
  border-radius: 4px;
  font-size: 20px;
}

.btn_form_call .form_call form .politicas {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-column-gap: 6px;
}

.btn_form_call .form_call form .politicas {
  color: #fff;
  font-size: 17px;
}

.btn_form_call .form_call form .politicas a {
  text-decoration: none;
  color: #fff;
}

.btn_form_call .form_call form .gruop .btn_send_call {
  background-color: #8fd300;
  color: #fff;
  padding: 3px 14px;
  border-radius: 4px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  cursor: pointer;
  font-size: 22px;
}

.btn_form_call .form_call form .gruop button {
  background-color: transparent;
  border: none;
}

.btn_form_call .form_call form .gruop button img {
  cursor: pointer;
  width: 3.5em;
}

.btn_form_call .form_call form .send_wa a {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-column-gap: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.btn_form_call .form_call form .send_wa a img {
  width: 100%;
}

.cerrar {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 100;
  width: 30px;
  height: 30px;
  background-color: #8fd300;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  color: #03182e;
  font-weight: 700;
  border: 1px solid #03182e;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
}

.cerrar:hover {
  background-color: #03182e;
  color: #8fd300;
}

.boton_verde {
  background-color: #8fd300;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #03182e;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  margin: 0 auto;
}

.boton_verde:hover {
  background-color: #03182e;
}

a > .c_blue:hover {
  color: #8fd300;
  text-shadow: 1px 1px 1px #000;
}

.text {
  display: grid;
  grid-row-gap: 1em;
  line-height: 38px;
  font-size: 18px;
  text-align: justify;
}

.text a {
  text-decoration: underline;
  color: #000 !important;
}

.text a:hover {
  color: #8fd300 !important;
  transition: all 0.2s ease !important;
}

.btn_up_navbar {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 4em;
  z-index: 99999999;
}

.btn_up_navbar a {
  text-decoration: none;
  color: #8fd300;
}

.btn_up_navbar a i {
  border-radius: 50%;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  cursor: pointer;
  background-color: #fff;
}

.slide-contenedor {
  max-width: 100%;
  max-height: 100vh;
  width: 100vw;
  height: 79vh;
  position: relative;
  overflow: hidden;
}

.miSlider .imgFondo {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  transition: 2s;
  -o-object-position: bottom;
     object-position: bottom;
}

@keyframes title {
  0% {
    transform: translateX(400px);
  }
  100% {
    transform: translateX(0px);
  }
}
.miSlider .textSlider-1 {
  position: absolute;
  right: 5%;
  top: 10%;
  color: #fff;
  font-size: 50px;
  text-align: end;
  font-style: italic;
  line-height: 70px;
  width: 50%;
  transition: 1s ease;
}
.miSlider .textSlider-1 h4 {
  animation: title 2s;
}

.miSlider .textSlider-1 span {
  color: #8fd300;
  font-weight: 700;
}

.miSlider .textSlider-1 img {
  max-width: 60px;
  animation: movimiento 2s linear infinite;
}

@keyframes movimiento {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: none;
  }
}
.miSlider .textSlider-2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: absolute;
  bottom: 32px;
  left: 60%;
  top: 40%;
  color: #fff;
  font-size: 43px;
  text-align: center;
  font-weight: 600;
}

.miSlider .textSlider-2 p {
  background: rgba(242, 242, 242, 0.6705882353);
  padding: 25px 15px;
  border-radius: 50px;
  color: #03182e;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.miSlider .textSlider-2 img {
  width: 50px;
}

.miSlider .textSlider {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 43px;
  text-align: center;
  font-style: italic;
  width: 100%;
  font-weight: 600;
}

.miSlider .textSlider p {
  background: rgba(242, 242, 242, 0.6705882353);
  padding: 25px 15px;
  border-radius: 50px;
  color: #03182e;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.miSlider .textSlider img {
  width: 50px;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
  height: 100%;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.fade .imgDescuentos img {
  width: 100%;
  transition: 0s;
}

.fade .imgDescuentos {
  position: absolute;
  top: 54%;
  display: grid;
  grid-auto-flow: column;
  left: 50%;
  transform: translate(-50%, -50%);
  grid-column-gap: 3em;
  width: 52em;
}

.fade .imgDescuentos .img1 {
  animation-name: img1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  left: 10000%;
  width: 100%;
}

.fade .imgDescuentos .img2 {
  animation-name: img2;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  position: relative;
  left: 500%;
}

.fade .imgDescuentos .img3 {
  animation-name: img3;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  position: relative;
  left: 500%;
}

@keyframes img1 {
  0% {
    left: 500%;
  }
  100% {
    left: 0;
  }
}
@keyframes img2 {
  0% {
    left: 500%;
  }
  100% {
    left: 0;
  }
}
@keyframes img3 {
  0% {
    left: 500%;
  }
  100% {
    left: 0;
  }
}
.direcciones {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

.direcciones p {
  color: #fff;
  display: inline-block;
  padding: 20px;
  text-decoration: none;
}

.direcciones p:hover {
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

@media only screen and (max-width: 1899px) and (min-width: 1800px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 28px;
  }
  .btn_form_call {
    padding: 18px 18px;
    height: 61px;
  }
  .btn_form_call .show img {
    width: 27px;
  }
  .section .sub_title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1799px) and (min-width: 1700px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 30px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 46px;
  }
  .title h4,
  .title p {
    font-size: 35px;
  }
  .section .sub_title {
    font-size: 17px;
  }
  .navbar .nav .nav_destok .options .option .more-options .more-option {
    top: 6.5em;
  }
  .phones .phone .p-country {
    font-size: 14px;
  }
  .phones .phone .p-phone {
    font-size: 17px;
  }
  .navbar .nav .logo {
    width: 13em;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 18px;
  }
  .miSlider .textSlider {
    font-size: 41px;
  }
  .miSlider .textSlider-2 {
    font-size: 41px;
  }
  .miSlider .textSlider-1 {
    font-size: 41px;
  }
  .btn_up_navbar {
    font-size: 3.5em;
  }
  .btn_form_call {
    padding: 18px 18px;
    height: 61px;
  }
  .btn_form_call .show img {
    width: 27px;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1699px) and (min-width: 1600px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 27px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 47px;
  }
  .title h4,
  .title p {
    font-size: 35px;
  }
  .section .sub_title {
    font-size: 17px;
  }
  .text {
    font-size: 17px;
  }
  .navbar .nav .nav_destok .options .option .more-options .more-option {
    top: 6em;
  }
  .phones .phone .p-country {
    font-size: 15px;
  }
  .phones .phone .p-phone {
    font-size: 17px;
  }
  .navbar .nav .logo {
    width: 11em;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 2em;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 17px;
  }
  .miSlider .textSlider {
    font-size: 39px;
  }
  .miSlider .textSlider-1 .textSlider-2 {
    font-size: 39px;
  }
  .container {
    grid-template-columns: 1fr 3.7fr 1fr;
  }
  .btn_up_navbar {
    font-size: 3.5em;
  }
  .btn_form_call {
    padding: 18px 18px;
    height: 61px;
  }
  .btn_form_call.activeFormCall {
    height: 22em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 10px;
  }
  .btn_form_call .show img {
    width: 27px;
  }
  .btn_form_call .show .pshow {
    font-size: 18px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 16px;
    height: 40px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 14px;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 16px;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1500px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 25px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 45px;
  }
  .title h4,
  .title p {
    font-size: 35px;
  }
  .section .sub_title {
    font-size: 17px;
    line-height: 33px;
  }
  .text {
    font-size: 16px;
    line-height: 30px;
  }
  .navbar .nav .nav_destok .options .option .more-options .more-option {
    top: 6em;
  }
  .phones {
    padding: 2px 0;
  }
  .phones .phone .p-country {
    font-size: 14px;
  }
  .phones .phone .p-phone {
    font-size: 16px;
  }
  .navbar .nav .logo {
    width: 11em;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 2em;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 16px;
  }
  .miSlider .textSlider {
    font-size: 34px;
  }
  .miSlider .textSlider-1, .textSlider-2 {
    font-size: 34px;
  }
  .fade .imgDescuentos {
    top: 54%;
    width: 44em;
  }
  .container {
    grid-template-columns: 1fr 4fr 1fr;
  }
  .btn_up_navbar {
    font-size: 3.5em;
  }
  .btn_form_call {
    padding: 14px 9px;
    height: 52px;
  }
  .btn_form_call.activeFormCall {
    height: 22em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 10px;
  }
  .btn_form_call .show img {
    width: 27px;
  }
  .btn_form_call .show .pshow {
    font-size: 17px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 14px;
    height: 40px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 14px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 15px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 3em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 24px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 41px;
  }
  .title h4,
  .title p {
    font-size: 34px;
  }
  .section .sub_title {
    font-size: 15px;
    line-height: 28px;
  }
  .text {
    font-size: 14px;
    line-height: 28px;
  }
  .navbar .nav .nav_destok .options .option .more-options .more-option {
    top: 5em;
  }
  .phones {
    padding: 5px 0;
  }
  .phones .phone .p-country {
    font-size: 12px;
  }
  .phones .phone .p-phone {
    font-size: 13px;
  }
  .navbar .nav {
    padding: 8px 0;
  }
  .navbar .nav .logo {
    width: 10em;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1.5em;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 15px;
  }
  .slide-contenedor {
    height: 100%;
  }
  .miSlider .textSlider {
    font-size: 32px;
  }
  .miSlider .textSlider-1 .textSlider-2 {
    font-size: 32px;
  }
  .fade .imgDescuentos {
    top: 51%;
    width: 41em;
  }
  .container {
    grid-template-columns: 1fr 3.6fr 1fr;
  }
  .btn_up_navbar {
    font-size: 3.5em;
  }
  .btn_form_call {
    padding: 14px 10px;
    height: 49px;
  }
  .btn_form_call.activeFormCall {
    height: 22em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 10px;
  }
  .btn_form_call .show img {
    width: 25px;
  }
  .btn_form_call .show .pshow {
    font-size: 15px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 14px;
    height: 40px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 14px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 14px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 3em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 24px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 37px;
  }
  .title h4,
  .title p {
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
  }
  .section .sub_title {
    font-size: 15px;
    line-height: 31px;
  }
  .text {
    font-size: 15px;
    line-height: 28px;
  }
  .navbar .nav .nav_destok .options .option .more-options .more-option {
    top: 4.7em;
  }
  .phones {
    padding: 3px 0;
  }
  .phones .phone .p-country {
    font-size: 11px;
  }
  .phones .phone .p-phone {
    font-size: 13px;
  }
  .navbar .nav .logo {
    width: 9em;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1em;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 13px;
  }
  .miSlider .textSlider-2 p {
    background: rgba(242, 242, 242, 0.6705882353);
    padding: 20px 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 29px;
  }
  .miSlider .textSlider-2 img {
    width: 40px;
  }
  .miSlider .textSlider {
    font-size: 29px;
  }
  .miSlider .textSlider-1 .textSlider-2 {
    font-size: 29px;
    line-height: 50px;
  }
  .fade .imgDescuentos {
    top: 55%;
    width: 40em;
  }
  .container {
    grid-template-columns: 1fr 3.4fr 1fr;
  }
  .btn_up_navbar {
    font-size: 3.5em;
  }
  .btn_form_call {
    padding: 10px 11px;
    height: 49px;
  }
  .btn_form_call.activeFormCall {
    height: 19em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 17px;
  }
  .btn_form_call .show img {
    width: 100%;
  }
  .btn_form_call .show .pshow {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 13px;
    height: 33px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 13px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 2.5em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 24px;
  }
  .btn_form_call {
    padding: 10px 11px;
    height: 49px;
  }
  .btn_form_call.activeFormCall {
    height: 19em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 17px;
  }
  .btn_form_call .show img {
    width: 100%;
  }
  .btn_form_call .show .pshow {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 13px;
    height: 33px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 13px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 2.5em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 12px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 41px;
  }
  .title h4,
  .title p {
    font-size: 33px;
  }
  .section .sub_title {
    font-size: 16px;
    line-height: 32px;
  }
  .text {
    font-size: 15px;
    line-height: 28px;
  }
  .navbar .nav .nav_destok .options .option .more-options .more-option {
    top: 5.3em;
  }
  .phones {
    padding: 2px 0;
  }
  .phones .phone .p-country {
    font-size: 11px;
  }
  .phones .phone .p-phone {
    font-size: 13px;
  }
  .navbar .nav .logo {
    width: 9em;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1em;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 13px;
  }
  .slide-contenedor {
    height: 100%;
  }
  .miSlider .textSlider-2 p {
    background: rgba(242, 242, 242, 0.6705882353);
    padding: 20px 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 28px;
  }
  .miSlider .textSlider-2 img {
    width: 40px;
  }
  .miSlider .textSlider {
    font-size: 28px;
  }
  .miSlider .textSlider-1 .textSlider-2 {
    font-size: 28px;
    line-height: 50px;
  }
  .fade .imgDescuentos {
    top: 52%;
    width: 39em;
    grid-column-gap: 2em;
  }
  .container {
    grid-template-columns: 1fr 7fr 1fr;
  }
  .btn_up_navbar {
    font-size: 3em;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 24px;
  }
  .btn_form_call {
    padding: 10px 11px;
    height: 49px;
  }
  .btn_form_call.activeFormCall {
    height: 19em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 17px;
  }
  .btn_form_call .show img {
    width: 100%;
  }
  .btn_form_call .show .pshow {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 13px;
    height: 33px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 13px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 2.5em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 12px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 34px;
  }
  .title h4,
  .title p {
    font-size: 32px;
  }
  .section .sub_title {
    font-size: 22px;
    text-align: center;
  }
  .text {
    font-size: 15px;
    line-height: 28px;
  }
  .navbar .nav .nav_destok .options .option .more-options .more-option {
    top: 5em;
  }
  .phones {
    padding: 2px 0;
  }
  .phones .phone .p-country {
    font-size: 10px;
  }
  .phones .phone .p-phone {
    font-size: 13px;
  }
  .navbar .nav {
    padding: 5px 0;
  }
  .navbar .nav .logo {
    width: 10em;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1em;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 13px;
  }
  .slide-contenedor {
    height: 28em;
  }
  .miSlider .textSlider-2 {
    gap: 20px;
    top: 30%;
  }
  .miSlider .textSlider-2 p {
    padding: 17px 8px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-size: 26px;
  }
  .miSlider .textSlider-2 img {
    width: 35px;
  }
  .miSlider .textSlider .textSlider-2 {
    font-size: 26px;
  }
  .miSlider .textSlider-1 {
    font-size: 26px;
    line-height: 45px;
  }
  .miSlider .textSlider-1 img {
    max-width: 40px;
    animation: movimiento 2s linear infinite;
  }
  .fade .imgDescuentos {
    top: 56%;
    width: 34em;
    grid-column-gap: 2em;
  }
  .container {
    grid-template-columns: 1fr 4fr 1fr;
  }
  .btn_up_navbar {
    font-size: 3em;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 1000px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 24px;
  }
  .btn_form_call {
    padding: 10px 11px;
    height: 49px;
  }
  .btn_form_call.activeFormCall {
    height: 19em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 17px;
  }
  .btn_form_call .show img {
    width: 100%;
  }
  .btn_form_call .show .pshow {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 13px;
    height: 33px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 13px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 2.5em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 12px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 31px;
  }
  .title h4,
  .title p {
    font-size: 31px;
  }
  .section .sub_title {
    font-size: 20px;
    text-align: center;
  }
  .text {
    font-size: 15px;
    line-height: 26px;
  }
  .navbar .nav .nav_destok .options .option .more-options .more-option {
    top: 5em;
  }
  .phones {
    padding: 2px 0;
  }
  .phones .phone .p-country {
    font-size: 9px;
  }
  .phones .phone .p-phone {
    font-size: 11px;
  }
  .navbar .nav .logo {
    width: 9em;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1em;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 12px;
  }
  .slide-contenedor {
    height: 100%;
  }
  .miSlider .textSlider-2 p {
    padding: 15px 5px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }
  .miSlider .textSlider-2 img {
    width: 30px;
  }
  .miSlider .textSlider .textSlider-2 {
    font-size: 24px;
  }
  .miSlider .textSlider-1 {
    font-size: 24px;
    line-height: 40px;
  }
  .miSlider .textSlider-1 img {
    max-width: 30px;
    animation: movimiento 2s linear infinite;
  }
  .fade .imgDescuentos {
    top: 50%;
    width: 40em;
    grid-column-gap: 1.5em;
  }
  .container {
    grid-template-columns: 1fr 4fr 1fr;
  }
  .btn_up_navbar {
    font-size: 3em;
  }
}
@media only screen and (max-width: 999px) {
  .navbar .nav .nav_mobile {
    display: grid;
    align-items: center;
    justify-content: center;
  }
  .navbar .nav .nav_mobile .icon_menu i {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
  }
  .navbar .nav .nav_mobile .icon_menu i:hover {
    color: #8fd300;
    transition: all 0.1s ease-in-out;
  }
  .navbar .nav .nav_mobile .menu_mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #03182e;
    z-index: 999999999;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options {
    display: grid;
    justify-items: center;
    grid-row-gap: 2em;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .btn_navbar {
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .btn_navbar:hover,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select a:hover {
    color: #8fd300;
    transition: all 0.1s ease-in-out;
  }
  .navbar .nav .nav_mobile .menu_mobile .icon_salir {
    position: absolute;
    top: 2em;
    right: 2em;
    z-index: 9;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-options .icon_btn_back i,
  .navbar .nav .nav_mobile .menu_mobile .icon_salir i {
    color: #8fd300;
    font-size: 36px;
    cursor: pointer;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #03182e;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select {
    display: grid;
    justify-items: center;
    grid-row-gap: 2em;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select a {
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-options .icon_btn_back {
    position: absolute;
    top: 2em;
    left: 2em;
  }
}
@media only screen and (max-width: 999px) and (min-width: 900px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 24px;
  }
  .btn_form_call {
    padding: 10px 11px;
    height: 49px;
  }
  .btn_form_call.activeFormCall {
    height: 19em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 17px;
  }
  .btn_form_call .show img {
    width: 100%;
  }
  .btn_form_call .show .pshow {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 13px;
    height: 33px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 13px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 2.5em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 12px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 30px;
  }
  .title h4,
  .title p {
    font-size: 28px;
  }
  .section .sub_title {
    font-size: 20px;
    text-align: center;
  }
  .text {
    font-size: 15px;
    line-height: 26px;
  }
  .phones {
    padding: 2px 0;
  }
  .phones .phone .p-country {
    font-size: 11px;
  }
  .phones .phone .p-phone {
    font-size: 12px;
  }
  .navbar .nav {
    justify-content: normal;
    padding: 8px 0;
    grid-column-gap: 0;
  }
  .navbar .nav .logo {
    width: 8em;
  }
  .navbar .nav .nav_destok {
    justify-content: end;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1em;
    display: none;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 13px;
  }
  .slide-contenedor {
    height: 100%;
  }
  .miSlider .textSlider-2 {
    gap: 15px;
    top: 28%;
  }
  .miSlider .textSlider-2 p {
    padding: 15px 5px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-size: 19px;
  }
  .miSlider .textSlider-2 img {
    width: 25px;
  }
  .miSlider .textSlider .textSlider-2 {
    font-size: 19px;
  }
  .miSlider .textSlider-1 {
    font-size: 19px;
    line-height: 40px;
  }
  .miSlider .textSlider-1 img {
    max-width: 30px;
    animation: movimiento 2s linear infinite;
  }
  .fade .imgDescuentos {
    top: 50%;
    width: 35em;
    grid-column-gap: 1em;
  }
  .container {
    grid-template-columns: 1fr 4fr 1fr;
  }
  .btn_up_navbar {
    font-size: 3em;
  }
}
@media only screen and (max-width: 899px) {
  #navbar .redes {
    display: none;
  }
}
@media only screen and (max-width: 899px) and (min-width: 800px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 24px;
  }
  .btn_form_call {
    padding: 10px 11px;
    height: 49px;
  }
  .btn_form_call.activeFormCall {
    height: 19em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 17px;
  }
  .btn_form_call .show img {
    width: 100%;
  }
  .btn_form_call .show .pshow {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 13px;
    height: 33px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 13px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 2.5em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 12px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 31px;
  }
  .title h4,
  .title p {
    font-size: 25px;
  }
  .section .sub_title {
    font-size: 20px;
    text-align: center;
  }
  .text {
    font-size: 15px;
    line-height: 26px;
  }
  .phones {
    padding: 2px 0;
  }
  .phones .phone .p-country {
    font-size: 10px;
  }
  .phones .phone .p-phone {
    font-size: 11px;
  }
  .navbar .nav {
    justify-content: normal;
    padding: 2px 0;
    grid-column-gap: 0;
  }
  .navbar .nav .logo {
    width: 8em;
  }
  .navbar .nav .nav_destok {
    justify-content: end;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1em;
    display: none;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 13px;
  }
  .navbar .nav .nav_mobile .icon_menu i {
    font-size: 22px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .btn_navbar,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select a {
    font-size: 19px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-options .icon_btn_back i,
  .navbar .nav .nav_mobile .menu_mobile .icon_salir i {
    font-size: 29px;
  }
  .slide-contenedor {
    height: 100%;
  }
  .miSlider .textSlider-2 {
    gap: 10px;
    top: 28%;
  }
  .miSlider .textSlider-2 p {
    padding: 15px 5px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-size: 19px;
  }
  .miSlider .textSlider-2 img {
    width: 20px;
  }
  .miSlider .textSlider .textSlider-2 {
    font-size: 19px;
    bottom: 25px;
  }
  .miSlider .textSlider-1 {
    font-size: 19px;
    line-height: 40px;
    bottom: 25px;
  }
  .miSlider .textSlider-1 img {
    max-width: 30px;
    animation: movimiento 2s linear infinite;
  }
  .fade .imgDescuentos {
    top: 54%;
    width: 32em;
    grid-column-gap: 1em;
  }
  .container {
    grid-template-columns: 1fr 7fr 1fr;
  }
  .btn_up_navbar {
    font-size: 3em;
  }
}
@media only screen and (max-width: 799px) and (min-width: 700px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 24px;
  }
  .btn_form_call {
    padding: 10px 11px;
    height: 49px;
  }
  .btn_form_call.activeFormCall {
    height: 19em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 17px;
  }
  .btn_form_call .show img {
    width: 100%;
  }
  .btn_form_call .show .pshow {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 13px;
    height: 33px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 13px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 2.5em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 12px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 30px;
  }
  .title h4,
  .title p {
    font-size: 24px;
  }
  .section .sub_title {
    font-size: 18px;
    text-align: center;
  }
  .text {
    font-size: 14px;
    line-height: 26px;
  }
  .phones {
    display: none;
  }
  .navbar .nav {
    justify-content: normal;
    padding: 2px 0;
    grid-column-gap: 0;
  }
  .navbar .nav .logo a img {
    width: 9em;
  }
  .navbar .nav .nav_destok {
    justify-content: end;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1em;
    display: none;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 13px;
  }
  .navbar .nav .nav_mobile .icon_menu i {
    font-size: 22px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .btn_navbar,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select a {
    font-size: 19px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-options .icon_btn_back i,
  .navbar .nav .nav_mobile .menu_mobile .icon_salir i {
    font-size: 29px;
  }
  .slide-contenedor {
    height: 21em;
  }
  .miSlider .textSlider-2 {
    gap: 10px;
    top: 28%;
  }
  .miSlider .textSlider-2 p {
    padding: 15px 5px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-size: 17px;
  }
  .miSlider .textSlider-2 img {
    width: 20px;
  }
  .miSlider .textSlider .textSlider-2 {
    font-size: 17px;
    bottom: 22px;
  }
  .miSlider .textSlider-1 {
    font-size: 17px;
    line-height: 35px;
    bottom: 22px;
  }
  .miSlider .textSlider-1 img {
    max-width: 25px;
    animation: movimiento 2s linear infinite;
  }
  .fade .imgDescuentos {
    top: 53%;
    width: 29em;
    grid-column-gap: 1em;
  }
  .container {
    grid-template-columns: 1fr 7fr 1fr;
  }
  .btn_up_navbar {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 699px) and (min-width: 600px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 24px;
  }
  .btn_form_call {
    padding: 10px 11px;
    height: 49px;
  }
  .btn_form_call.activeFormCall {
    height: 19em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 17px;
  }
  .btn_form_call .show img {
    width: 100%;
  }
  .btn_form_call .show .pshow {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 13px;
    height: 33px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 13px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 2.5em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 12px;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 31px;
  }
  .title h4,
  .title p {
    font-size: 19px;
  }
  .section .sub_title {
    font-size: 17px;
    text-align: center;
  }
  .text {
    font-size: 13px;
    line-height: 26px;
  }
  .phones {
    display: none;
  }
  .navbar .nav {
    justify-content: normal;
    padding: 2px 0;
    grid-column-gap: 0;
  }
  .navbar .nav .logo a img {
    width: 8em;
  }
  .navbar .nav .nav_destok {
    justify-content: end;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1em;
    display: none;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 13px;
  }
  .navbar .nav .nav_mobile .icon_menu i {
    font-size: 22px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select {
    grid-row-gap: 1.5em;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .btn_navbar,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select a {
    font-size: 18px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-options .icon_btn_back i,
  .navbar .nav .nav_mobile .menu_mobile .icon_salir i {
    font-size: 29px;
  }
  .slide-contenedor {
    height: 17em;
  }
  .miSlider .textSlider-2 {
    gap: 10px;
    top: 28%;
  }
  .miSlider .textSlider-2 p {
    padding: 15px 5px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .miSlider .textSlider-2 img {
    width: 20px;
  }
  .miSlider .textSlider .textSlider-2 {
    font-size: 16px;
    bottom: 15px;
  }
  .miSlider .textSlider-1 {
    font-size: 16px;
    line-height: 25px;
    bottom: 15px;
  }
  .miSlider .textSlider-1 img {
    max-width: 23px;
    animation: movimiento 2s linear infinite;
  }
  .fade .imgDescuentos {
    top: 50%;
    width: 27em;
    grid-column-gap: 1em;
  }
  .container {
    grid-template-columns: 1fr 7fr 1fr;
  }
  .btn_up_navbar {
    font-size: 2.5em;
  }
  .navbar.barraFlotante, #navbar.barraFlotante {
    position: inherit;
    z-index: inherit;
    width: inherit;
  }
  #navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  .navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  #navbar.barraFlotante .phones {
    padding: inherit;
  }
  .navbar.barraFlotante .nav .logo {
    width: inherit;
  }
}
@media only screen and (max-width: 599px) and (min-width: 400px) {
  .navbar_covid {
    grid-auto-flow: row;
    justify-items: center;
    grid-row-gap: 4px;
    font-size: 0.9rem;
    padding: 8px 0;
  }
  .navbar_covid a {
    padding: 3px 11px;
  }
  .navbar.barraFlotante, #navbar.barraFlotante {
    position: inherit;
    z-index: inherit;
    width: inherit;
  }
  #navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  .navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  #navbar.barraFlotante .phones {
    padding: inherit;
  }
  .navbar.barraFlotante .nav .logo {
    width: inherit;
  }
}
@media only screen and (max-width: 599px) and (min-width: 500px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 24px;
  }
  .btn_form_call {
    padding: 10px 11px;
    height: 49px;
  }
  .btn_form_call.activeFormCall {
    height: 19em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 17px;
  }
  .btn_form_call .show img {
    width: 100%;
  }
  .btn_form_call .show .pshow {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 13px;
    height: 33px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 13px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 2.5em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 12px;
  }
  .title {
    text-shadow: none;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 26px;
  }
  .title h4,
  .title p {
    font-size: 24px;
  }
  .section .sub_title {
    font-size: 15px;
    text-align: center;
  }
  .text {
    font-size: 13px;
    line-height: 26px;
  }
  .phones {
    display: none;
  }
  .navbar .nav {
    justify-content: normal;
    padding: 2px 0;
    grid-column-gap: 0;
  }
  .navbar .nav .logo a img {
    width: 8em;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1em;
    display: none;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 13px;
  }
  .navbar .nav .nav_mobile .icon_menu i {
    font-size: 22px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select {
    grid-row-gap: 1.5em;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .btn_navbar,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select a {
    font-size: 17px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-options .icon_btn_back i,
  .navbar .nav .nav_mobile .menu_mobile .icon_salir i {
    font-size: 29px;
  }
  .slide-contenedor {
    height: 14em;
  }
  .miSlider .textSlider-2 {
    gap: 10px;
    top: 28%;
  }
  .miSlider .textSlider-2 p {
    padding: 10px 5px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: 14px;
  }
  .miSlider .textSlider-2 img {
    width: 20px;
  }
  .textSlider-2 {
    font-size: 14px;
    bottom: 9px;
  }
  .miSlider .textSlider {
    font-size: 14px;
    bottom: 9px;
  }
  .miSlider .textSlider-1 {
    font-size: 14px;
    line-height: 25px;
    bottom: 9px;
  }
  .miSlider .textSlider-1 img {
    max-width: 20px;
    animation: movimiento 2s linear infinite;
  }
  .fade .imgDescuentos {
    top: 50%;
    width: 24em;
    grid-column-gap: 10px;
  }
  .container {
    grid-template-columns: 1fr 7fr 1fr;
  }
  .btn_up_navbar {
    font-size: 2.5em;
  }
  .navbar.barraFlotante, #navbar.barraFlotante {
    position: inherit;
    z-index: inherit;
    width: inherit;
  }
  #navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  .navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  #navbar.barraFlotante .phones {
    padding: inherit;
  }
  .navbar.barraFlotante .nav .logo {
    width: inherit;
  }
}
@media only screen and (max-width: 499px) and (min-width: 400px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 24px;
  }
  .btn_form_call {
    padding: 10px 11px;
    height: 49px;
  }
  .btn_form_call.activeFormCall {
    height: 19em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 17px;
  }
  .btn_form_call .show img {
    width: 100%;
  }
  .btn_form_call .show .pshow {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 13px;
    height: 33px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 13px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 2.5em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 12px;
  }
  .title {
    text-shadow: none;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 24px;
  }
  .title h4,
  .title p {
    font-size: 18px;
  }
  .navbar .nav .nav_mobile {
    justify-content: end;
  }
  .navbar .nav .nav_mobile .icon_menu i {
    font-size: 22px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select {
    grid-row-gap: 1.5em;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .btn_navbar,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select a {
    font-size: 17px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-options .icon_btn_back i,
  .navbar .nav .nav_mobile .menu_mobile .icon_salir i {
    font-size: 29px;
  }
  .slide-contenedor {
    height: 11em;
  }
  .miSlider .textSlider-2 {
    gap: 10px;
    top: 28%;
  }
  .miSlider .textSlider-2 p {
    padding: 7px 3px;
    display: flex;
    gap: 2px;
    justify-content: center;
    align-items: center;
    font-size: 11px;
  }
  .miSlider .textSlider-2 img {
    width: 15px;
  }
  .textSlider-2 {
    font-size: 11px;
    bottom: 9px;
  }
  .miSlider .textSlider {
    font-size: 11px;
    bottom: 9px;
  }
  .miSlider .textSlider-1 {
    font-size: 11px;
    line-height: 15px;
    bottom: 9px;
    width: 38em;
  }
  .miSlider .textSlider-1 img {
    max-width: 18px;
    animation: movimiento 2s linear infinite;
  }
  .fade .imgDescuentos {
    top: 53%;
    width: 22em;
    grid-column-gap: 10px;
  }
  .container {
    grid-template-columns: 1fr 7fr 1fr;
  }
  .btn_up_navbar {
    font-size: 2.5em;
  }
  .section .sub_title {
    font-size: 12px;
    text-align: center;
  }
  .text {
    font-size: 13px;
    line-height: 21px;
  }
  .container {
    grid-template-columns: 1fr 24fr 1fr;
  }
  .phones {
    display: none;
  }
  .navbar .nav {
    padding: 2px 0;
    justify-content: normal;
  }
  .navbar .nav .logo {
    width: 100%;
  }
  .navbar .nav .logo a img {
    width: 7em;
  }
  .navbar .nav .nav_destok {
    display: none;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1em;
    display: none;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 13px;
  }
  .btn_up_navbar {
    font-size: 38px;
  }
  .navbar.barraFlotante, #navbar.barraFlotante {
    position: inherit;
    z-index: inherit;
    width: inherit;
  }
  #navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  .navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  #navbar.barraFlotante .phones {
    padding: inherit;
  }
  .navbar.barraFlotante .nav .logo {
    width: inherit;
  }
}
@media only screen and (max-width: 399px) {
  .navbar_covid {
    justify-items: center;
    grid-row-gap: 4px;
    font-size: 0.7rem;
    padding: 8px 10px;
    text-align: center;
  }
  .navbar_covid a {
    padding: 3px 11px;
  }
  .navbar.barraFlotante, #navbar.barraFlotante {
    position: inherit;
    z-index: inherit;
    width: inherit;
  }
  #navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  .navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  #navbar.barraFlotante .phones {
    padding: inherit;
  }
  .navbar.barraFlotante .nav .logo {
    width: inherit;
  }
}
@media only screen and (max-width: 399px) and (min-width: 300px) {
  .btn_form_call .show i,
  .btn_form_call .form_call form .send_wa a i {
    font-size: 24px;
  }
  .btn_form_call {
    padding: 10px 11px;
    height: 49px;
  }
  .btn_form_call.activeFormCall {
    height: 19em !important;
  }
  .btn_form_call .show {
    grid-column-gap: 17px;
  }
  .btn_form_call .show img {
    width: 100%;
  }
  .btn_form_call .show .pshow {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop input {
    font-size: 13px;
    height: 33px;
  }
  .btn_form_call .form_call form .politicas label {
    font-size: 13px;
    width: 11em;
  }
  .btn_form_call .form_call form .gruop .btn_send_call {
    font-size: 13px;
  }
  .btn_form_call .form_call form .gruop button img {
    width: 2.5em;
  }
  .btn_form_call .form_call form .send_wa a {
    font-size: 12px;
  }
  .title {
    text-shadow: none;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 19px;
  }
  .title h4,
  .title p {
    font-size: 15px;
  }
  .section .sub_title {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
  }
  .text {
    font-size: 16px;
    line-height: 22px;
  }
  .phones {
    display: none;
  }
  .navbar {
    grid-template-columns: 1fr 7fr 1fr;
  }
  .navbar .nav {
    padding: 6px 0;
    justify-content: normal;
    grid-column-gap: 0;
  }
  .navbar .nav .logo {
    justify-items: start;
    width: 100%;
  }
  .navbar .nav .nav_mobile {
    justify-content: end;
  }
  .navbar .nav .nav_mobile .icon_menu i {
    font-size: 22px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select {
    grid-row-gap: 1em;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .btn_navbar,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select a {
    font-size: 15px;
  }
  .navbar .nav .nav_mobile .menu_mobile .icon_salir {
    top: 1em;
    right: 1em;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-options .icon_btn_back i,
  .navbar .nav .nav_mobile .menu_mobile .icon_salir i {
    font-size: 25px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-options .icon_btn_back {
    top: 1em;
    left: 1em;
  }
  .slide-contenedor {
    height: 9em;
  }
  .miSlider .textSlider-2 p {
    padding: 5px 5px;
    display: flex;
    gap: 2px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
  }
  .miSlider .textSlider-2 img {
    width: 10px;
  }
  .miSlider .textSlider .textSlider-2 {
    gap: 5px;
    top: 20%;
    font-size: 10px;
    bottom: 9px;
  }
  .miSlider .textSlider-1 {
    font-size: 12px;
    line-height: 15px;
    bottom: 9px;
    width: 24em;
  }
  .miSlider .textSlider-1 img {
    max-width: 15px;
    animation: movimiento 2s linear infinite;
  }
  .fade .imgDescuentos {
    top: 53%;
    width: 20em;
    grid-column-gap: 0;
  }
  .fade .imgDescuentos img {
    width: 5em;
  }
  .navbar .nav .logo a img {
    width: 5em;
  }
  .navbar .nav .nav_destok {
    display: none;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1em;
    display: none;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 13px;
  }
  .container {
    grid-template-columns: 1fr 7fr 1fr;
  }
  .btn_up_navbar {
    font-size: 2.5em;
  }
  .navbar.barraFlotante, #navbar.barraFlotante {
    position: inherit;
    z-index: inherit;
    width: inherit;
  }
  #navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  .navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  #navbar.barraFlotante .phones {
    padding: inherit;
  }
  .navbar.barraFlotante .nav .logo {
    width: inherit;
  }
}
@media only screen and (max-width: 299px) {
  .btn_form_call {
    display: none;
  }
  .title {
    text-shadow: none;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 16px;
  }
  .title h4,
  .title p {
    font-size: 12px;
  }
  .section .sub_title {
    font-size: 10px;
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
  }
  .text {
    font-size: 12px;
    line-height: 19px;
  }
  .direcciones p {
    padding: 7px;
  }
  .phones {
    padding: 12px 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: unset;
    grid-row-gap: 10px;
  }
  .phones .phone .p-country {
    font-size: 11px;
  }
  .phones .phone .p-phone {
    font-size: 12px;
  }
  .navbar {
    grid-template-columns: 1fr 8fr 1fr;
  }
  .navbar .nav {
    padding: 4px 0;
    justify-content: normal;
    grid-column-gap: 0;
  }
  .navbar .nav .logo {
    justify-items: stretch;
    width: 100%;
  }
  .navbar .nav .logo a img {
    width: 5em;
  }
  .navbar .nav .nav_destok {
    display: none;
  }
  .navbar .nav .nav_destok .options {
    grid-column-gap: 1em;
    display: none;
  }
  .navbar .nav .nav_destok .options .option .more-options p,
  .navbar .nav .nav_destok .options .option a {
    font-size: 13px;
  }
  .navbar .nav .nav_mobile {
    justify-content: end;
  }
  .navbar .nav .nav_mobile .icon_menu i {
    font-size: 19px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select {
    grid-row-gap: 11px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .btn_navbar,
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-option .select a {
    font-size: 13px;
  }
  .navbar .nav .nav_mobile .menu_mobile .icon_salir {
    top: 1em;
    right: 1em;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-options .icon_btn_back i,
  .navbar .nav .nav_mobile .menu_mobile .icon_salir i {
    font-size: 25px;
  }
  .navbar .nav .nav_mobile .menu_mobile .content_menu_mobile .options .option .more-options .icon_btn_back {
    top: 1em;
    left: 1em;
  }
  .slide-contenedor {
    height: 100%;
  }
  .miSlider .textSlider {
    font-size: 6px;
    bottom: 9px;
    width: 24em;
  }
  .fade .imgDescuentos {
    top: 50%;
    width: 11em;
    grid-column-gap: 0;
  }
  .container {
    grid-template-columns: 1fr 7fr 1fr;
  }
  .btn_up_navbar {
    font-size: 2.5em;
  }
  .navbar.barraFlotante, #navbar.barraFlotante {
    position: inherit;
    z-index: inherit;
    width: inherit;
  }
  #navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  .navbar.barraFlotante {
    top: inherit;
    height: inherit;
  }
  #navbar.barraFlotante .phones {
    padding: inherit;
  }
  .navbar.barraFlotante .nav .logo {
    width: inherit;
  }
}
.b-green {
  background-color: #8fd300;
}

.b-green2 {
  background-color: rgba(143, 211, 0, 0.7411764706);
}

.b-gray {
  background-color: #d0d0d0;
  position: relative;
}

.b-gray .curva {
  background-color: #d0d0d0;
  height: 6em;
  clip-path: ellipse(53% 29% at 49% 55%);
  position: absolute;
  bottom: -37px;
  width: 100%;
  z-index: -1;
}

.phones2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: end;
  justify-items: center;
  padding: 2em 0;
}

.phones2 .phone {
  display: grid;
  text-align: center;
  grid-row-gap: 6px;
  font-weight: 700;
}

.phones2 .phone img {
  width: 100%;
}

.phones2 .phone .country {
  font-size: 16px;
}

.phones2 .phone .number {
  color: #03182e;
  font-size: 18px;
  text-decoration: none;
}

.phones2 .phone .more {
  font-size: 19px;
  text-decoration: none;
  margin-top: 8px;
  color: #00f;
}

.link {
  color: #00f;
  font-weight: 600;
}

.footer {
  background-color: #03182e;
  display: grid;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  padding: 2em 0;
  grid-row-gap: 11px;
  margin: 0;
}

.footer .politicas {
  display: grid;
  grid-auto-flow: column;
  justify-self: center;
  justify-items: center;
  grid-column-gap: 22px;
}

.footer .politicas a {
  text-decoration: none;
  color: #8fd300;
  position: relative;
}

.footer .politicas .aBefore:before {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #8fd300;
}

.footer .foo {
  color: #fff;
  text-align: center;
}
.footer .foo a {
  text-decoration: none;
  color: white;
}
.footer .foo a:hover {
  color: #8fd300;
}

.contact.title .contacts {
  display: grid;
  justify-content: center;
  margin-top: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1899px) and (min-width: 1800px) {
  .phones2 .phone .country {
    font-size: 16px;
  }
  .phones2 .phone .number {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1799px) and (min-width: 1700px) {
  .phones2 .phone .country {
    font-size: 15px;
  }
  .phones2 .phone .number {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1699px) and (min-width: 1600px) {
  .phones2 .phone .country {
    font-size: 15px;
  }
  .phones2 .phone .number {
    font-size: 18px;
  }
  .phones2 .phone .more {
    font-size: 18px;
  }
  .footer {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1500px) {
  .phones2 .phone .country {
    font-size: 14px;
  }
  .phones2 .phone .number {
    font-size: 17px;
  }
  .phones2 .phone .more {
    font-size: 16px;
  }
  .footer {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  .phones2 .phone .country {
    font-size: 12px;
  }
  .phones2 .phone .number {
    font-size: 15px;
  }
  .phones2 .phone .more {
    font-size: 14px;
  }
  .footer {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  .phones2 .phone .country {
    font-size: 12px;
  }
  .phones2 .phone .number {
    font-size: 15px;
  }
  .phones2 .phone .more {
    font-size: 13px;
  }
  .footer {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  .phones2 .phone .country {
    font-size: 12px;
  }
  .phones2 .phone .number {
    font-size: 16px;
  }
  .phones2 .phone .more {
    font-size: 13px;
  }
  .footer {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  .phones2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 2em;
  }
  .phones2 .phoneImg {
    grid-column: 4/5;
    grid-row: 1/3;
  }
  .phones2 .phone .country {
    font-size: 12px;
  }
  .phones2 .phone .number {
    font-size: 16px;
  }
  .phones2 .phone .more {
    font-size: 13px;
  }
  .footer {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 1000px) {
  .phones2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 2em;
  }
  .phones2 .phoneImg {
    grid-column: 4/5;
    grid-row: 1/3;
  }
  .phones2 .phone .country {
    font-size: 12px;
  }
  .phones2 .phone .number {
    font-size: 16px;
  }
  .phones2 .phone .more {
    font-size: 13px;
  }
  .footer {
    font-size: 11px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 900px) {
  .phones2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 2em;
  }
  .phones2 .phoneImg {
    grid-column: 4/5;
    grid-row: 1/3;
  }
  .phones2 .phone .country {
    font-size: 12px;
  }
  .phones2 .phone .number {
    font-size: 16px;
  }
  .phones2 .phone .more {
    font-size: 13px;
  }
  .footer {
    font-size: 11px;
  }
}
@media only screen and (max-width: 899px) and (min-width: 800px) {
  .phones2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 2em;
  }
  .phones2 .phoneImg {
    grid-column: 4/5;
    grid-row: 1/3;
  }
  .phones2 .phone .country {
    font-size: 12px;
  }
  .phones2 .phone .number {
    font-size: 16px;
  }
  .phones2 .phone .more {
    font-size: 13px;
  }
  .footer {
    font-size: 11px;
  }
}
@media only screen and (max-width: 799px) and (min-width: 700px) {
  .phones2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 2em;
  }
  .phones2 .phoneImg {
    grid-column: 4/5;
    grid-row: 1/3;
  }
  .phones2 .phone .country {
    font-size: 12px;
  }
  .phones2 .phone .number {
    font-size: 15px;
  }
  .phones2 .phone .more {
    font-size: 12px;
  }
  .footer {
    font-size: 11px;
  }
}
@media only screen and (max-width: 699px) and (min-width: 600px) {
  .phones2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 2em;
  }
  .phones2 .phoneImg {
    grid-column: 4/5;
    grid-row: 1/3;
  }
  .phones2 .phone .country {
    font-size: 12px;
  }
  .phones2 .phone .number {
    font-size: 15px;
  }
  .phones2 .phone .more {
    font-size: 12px;
  }
  .footer {
    font-size: 11px;
  }
}
@media only screen and (max-width: 599px) and (min-width: 500px) {
  .phones2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 2em;
  }
  .phones2 .phoneImg {
    grid-column: 3/3;
    grid-row: 3/5;
  }
  .phones2 .phone .country {
    font-size: 14px;
  }
  .phones2 .phone .number {
    font-size: 17px;
  }
  .phones2 .phone .more {
    font-size: 14px;
  }
  .footer {
    font-size: 11px;
    padding: 2em 2em;
    text-align: center;
  }
  .contact.title .contacts {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 499px) and (min-width: 400px) {
  .phones2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 2em;
  }
  .phones2 .phoneImg {
    grid-column: 1/3;
    grid-row: 4/5;
  }
  .phones2 .phone .country {
    font-size: 14px;
  }
  .phones2 .phone .number {
    font-size: 17px;
  }
  .phones2 .phone .more {
    font-size: 14px;
  }
  .footer {
    font-size: 11px;
    padding: 2em 2em;
    text-align: center;
  }
  .footer .politicas {
    grid-auto-flow: row;
    grid-row-gap: 6px;
  }
  .footer .politicas .aBefore:before {
    display: none;
  }
  .contact.title .contacts {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 399px) and (min-width: 300px) {
  .phones2 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2em;
  }
  .phones2 .phoneImg {
    grid-column: 2/2;
    grid-row: 4/7;
  }
  .phones2 .phone .country {
    font-size: 14px;
  }
  .phones2 .phone .number {
    font-size: 17px;
  }
  .phones2 .phone .more {
    font-size: 14px;
  }
  .footer {
    padding: 2em 2em;
    text-align: center;
    font-size: 16px;
    grid-row-gap: 2em;
  }
  .footer .politicas {
    grid-auto-flow: row;
    grid-row-gap: 16px;
  }
  .footer .foo {
    font-size: 12px;
  }
  .footer .politicas .aBefore:before {
    display: none;
  }
  .contact.title .contacts {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 299px) {
  .phones2 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2em;
  }
  .b-green {
    display: none;
  }
  .phones2 .phoneImg {
    grid-column: 1/2;
    grid-row: 7/8;
  }
  .phones2 .phone .country {
    font-size: 14px;
  }
  .phones2 .phone .number {
    font-size: 17px;
  }
  .phones2 .phone .more {
    font-size: 14px;
  }
  .footer {
    font-size: 11px;
    padding: 2em 2em;
    text-align: center;
  }
  .footer .politicas {
    grid-auto-flow: row;
    grid-row-gap: 6px;
  }
  .footer .politicas .aBefore:before {
    display: none;
  }
  .contact.title .contacts {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}
@media only screen and (min-width: 700px) {
  .imgWictBackgroung {
    background-image: url(../img/mapa-puntos-trasteros-islatrans.webp) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 699px) {
  .imgWictBackgroung {
    background-image: url(../img/mapa-puntos-trasteros-islatrans-movil.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.close_btn_fom_call {
  color: #8fd300 !important;
  font-weight: 900;
}

.close_btn_fom_call_off {
  display: none;
}

.section {
  display: grid;
  margin: 5em 0;
  grid-row-gap: 3em;
  color: #03182e;
}

.title2 {
  font-weight: 700;
  text-align: center;
  display: grid;
}

.section .title2 h2,
.section .title2 h3,
.section .title2 h4 {
  font-size: 29px;
}

.section .title2 span {
  color: #8fd300;
  text-shadow: 1px 1px 1px #000;
}

@media only screen and (max-width: 1799px) and (min-width: 1700px) {
  .section {
    margin: 4em 0;
  }
}
@media only screen and (max-width: 1699px) and (min-width: 1600px) {
  .section {
    margin: 4em 0;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1500px) {
  .section {
    margin: 4em 0;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  .section {
    margin: 3em 0;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  .section {
    margin: 4em 0;
  }
  .section .title2 h2,
  .section .title2 h3,
  .section .title2 h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  .section {
    margin: 3em 0;
  }
  .section .title2 h2,
  .section .title2 h3,
  .section .title2 h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  .section {
    margin: 3em 0;
  }
  .section .title2 h2,
  .section .title2 h3,
  .section .title2 h4 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 1000px) {
  .section {
    margin: 3em 0;
  }
  .section .title2 h2,
  .section .title2 h3,
  .section .title2 h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 900px) {
  .section {
    margin: 3em 0;
  }
  .title h1,
  .title h2,
  .title h3 {
    font-size: 30px;
  }
  .title h4,
  .title p {
    font-size: 28px;
  }
  .section .title2 h2,
  .section .title2 h3,
  .section .title2 h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 899px) and (min-width: 800px) {
  .section {
    margin: 3em 0;
  }
  .section .title2 h2,
  .section .title2 h3,
  .section .title2 h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 799px) and (min-width: 700px) {
  .section {
    margin: 3em 0;
  }
  .section .title2 h2,
  .section .title2 h3,
  .section .title2 h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 699px) and (min-width: 600px) {
  .section {
    margin: 3em 0;
  }
  .section .title2 h2,
  .section .title2 h3,
  .section .title2 h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 599px) and (min-width: 500px) {
  .section {
    margin: 2em 0;
    grid-row-gap: 2em;
  }
  .section .title2 h2,
  .section .title2 h3,
  .section .title2 h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 499px) and (min-width: 400px) {
  .section {
    margin: 2em 0;
    grid-row-gap: 1em;
  }
  .section .title2 h2,
  .section .title2 h3,
  .section .title2 h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 399px) and (min-width: 300px) {
  .section {
    margin: 3em 0;
    grid-row-gap: 1em;
  }
  .section .title2 h2,
  .section .title2 h3,
  .section .title2 h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 299px) {
  .section {
    margin: 1em 0;
    grid-row-gap: 1em;
  }
  .section .title2 h2,
  .section .title2 h3,
  .section .title2 h4 {
    font-size: 11px;
  }
}
.close_btn_fom_call {
  color: #8fd300 !important;
  font-weight: 900;
}

.close_btn_fom_call_off {
  display: none;
}

.btns-admin-blog {
  bottom: 55px;
  left: 15px;
  position: fixed;
  z-index: 99999999;
}
.btns-admin-blog .content-btm {
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
}
.btns-admin-blog .btm-admin {
  text-decoration: none;
  color: white;
  position: absolute;
  transition: transform 0.5s ease;
}
.btns-admin-blog .btm-admin i {
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 29px;
}
.btns-admin-blog .btm-primary {
  z-index: 999;
  cursor: pointer;
}
.btns-admin-blog .btm-primary i {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  background-color: gray;
}
.btns-admin-blog .btm-secundary1,
.btns-admin-blog .btm-secundary2,
.btns-admin-blog .btm-secundary3,
.btns-admin-blog .btm-secundary4,
.btns-admin-blog .btm-secundary5,
.btns-admin-blog .btm-secundary6 {
  z-index: 99;
}
.btns-admin-blog .btm-secundary1 i,
.btns-admin-blog .btm-secundary2 i,
.btns-admin-blog .btm-secundary3 i,
.btns-admin-blog .btm-secundary4 i,
.btns-admin-blog .btm-secundary5 i,
.btns-admin-blog .btm-secundary6 i {
  background-color: #8fd300;
  box-shadow: none;
}
.btns-admin-blog .btm-primary.active-btm {
  transform: rotateZ(360deg);
}
.btns-admin-blog .btm-primary.active-btm ~ .btm-secundary1 {
  transform: translateY(-120%);
}
.btns-admin-blog .btm-primary.active-btm ~ .btm-secundary1 i {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
}
.btns-admin-blog .btm-primary.active-btm ~ .btm-secundary2 {
  transform: translateY(-240%);
}
.btns-admin-blog .btm-primary.active-btm ~ .btm-secundary2 i {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
}
.btns-admin-blog .btm-primary.active-btm ~ .btm-secundary3 {
  transform: translateY(-360%);
}
.btns-admin-blog .btm-primary.active-btm ~ .btm-secundary3 i {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
}
.btns-admin-blog .btm-primary.active-btm ~ .btm-secundary4 {
  transform: translateY(-480%);
}
.btns-admin-blog .btm-primary.active-btm ~ .btm-secundary4 i {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
}
.btns-admin-blog .btm-primary.active-btm ~ .btm-secundary5 {
  transform: translateY(-595%);
}
.btns-admin-blog .btm-primary.active-btm ~ .btm-secundary5 i {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
}
.btns-admin-blog .btm-primary.active-btm ~ .btm-secundary6 {
  transform: translateY(-715%);
}
.btns-admin-blog .btm-primary.active-btm ~ .btm-secundary6 i {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
}

@media only screen and (max-width: 1699px) and (min-width: 1400px) {
  .btns-admin-blog .btm-admin i {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 500px) {
  .btns-admin-blog {
    bottom: 43px;
  }
  .btns-admin-blog .btm-admin i {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 499px) {
  .btns-admin-blog {
    bottom: 38px;
  }
  .btns-admin-blog .btm-admin i {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-check:before {
  content: "\f00c";
}

.fa-edit:before {
  content: "\f044";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-cog:before {
  content: "\f013";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-star:before {
  content: "\f005";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-list-alt:before {
  content: "\f022";
}

.contact.title .contacts .fas.fa-phone-alt {
  font-size: 30px;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fontawesome/webfonts/fa-regular-400.eot");
  src: url("/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fontawesome/webfonts/fa-solid-900.eot");
  src: url("/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/fontawesome/webfonts/fa-brands-400.eot);
  src: url(/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"), url(/fontawesome/webfonts/fa-brands-400.woff) format("woff"), url(/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"), url(/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.show_category {
  width: 300px !important;
  margin: 40px 0 0 0;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgba(173, 173, 173, 0.7803921569);
  border: none;
}

.card_category_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.card_category_title a {
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgba(173, 173, 173, 0.7803921569);
  border: none;
  background-color: #8fd300;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.card_category_title a:hover {
  background: #75a214;
}

.flex_category_filter {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .flex_category_filter {
    flex-direction: column;
    align-items: center;
  }
}

.filter_category {
  margin: 40px 0 0 0;
}
.filter_category input {
  height: 40px;
  padding: 10px;
  width: 300px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgba(173, 173, 173, 0.7803921569);
  border: none;
}
@media screen and (max-width: 500px) {
  .filter_category input {
    width: 100%;
  }
}

.filter_category_form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.filter_category_form button {
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgba(173, 173, 173, 0.7803921569);
  border: none;
  background-color: #8fd300;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.filter_category_form button:hover {
  background-color: #75a214;
}
.filter_category_form a {
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgba(173, 173, 173, 0.7803921569);
  border: none;
  background-color: #8fd300;
  font-size: 13px;
  text-decoration: none;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.filter_category_form a:hover {
  background-color: #75a214;
}

.pagination a {
  text-decoration: none;
  margin: 0 4px;
  color: #03182e;
}

.pagination a.active {
  color: #8fd300;
}

.pagination span {
  margin: 0 4px;
}

.header-text-blog {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  display: grid;
  align-content: center;
  justify-items: center;
  grid-row-gap: 14px;
  text-shadow: 1px 1px 1px black;
  color: white;
}
.header-text-blog h1 {
  text-shadow: 1px 1px 1px black;
}

.category {
  color: #8fd300 !important;
}

.title-list-blog {
  font-size: 20px;
  text-align: center;
  margin-top: 60px;
  color: #03182e;
}

.lists-category {
  display: grid;
  grid-template-columns: repeat(5, 200px);
  grid-row-gap: 2em;
  grid-column-gap: 2em;
  padding: 0px 3em;
  margin: 1.5em 0;
  justify-content: center;
}
.lists-category .card-category {
  display: grid;
  grid-row-gap: 12px;
  box-shadow: 1px 1px 6px rgba(173, 173, 173, 0.7803921569);
  align-content: start;
  height: 100%;
  position: relative;
}
.lists-category .card-category a {
  color: black;
  text-decoration: none;
}
.lists-category .img-category picture {
  display: grid;
}
.lists-category .img-category img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lists-category .content-text {
  padding: 10px;
  display: grid;
  grid-row-gap: 10px;
  text-align: start;
}
.lists-category .title-category {
  font-size: 10px;
}
.lists-category .description-category {
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
}
.lists-category .info-category {
  margin-top: 10px;
}
.lists-category .info-category a {
  font-size: 23px;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
.lists-category .info-category a:hover {
  color: #527900;
}
.lists-category .fecha-category {
  font-size: 18px;
  color: #03182e;
  border-top: 1px solid #cacaca;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.lists-category .fecha-category p {
  padding: 14px 10px 10px 20px;
}
.lists-category .btn-admin {
  position: absolute;
  top: 10px;
  font-size: 21px;
  padding: 6px;
  border-radius: 9px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}
.lists-category .btn-admin button {
  background: transparent;
  border: none;
  color: white;
  font-size: 21px;
  cursor: pointer;
}
.lists-category .btn-edit-category {
  left: 10px;
  background-color: #8fd300;
}
.lists-category .btn-edit-category:hover {
  background-color: #75a214;
}
.lists-category .btn-delete-category {
  right: 10px;
  background-color: red;
}
.lists-category .btn-delete-category:hover {
  background-color: #ab0000;
}

.slide-contenedor {
  height: 100% !important;
}

.lists-post {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  grid-row-gap: 4em;
  grid-column-gap: 4em;
  padding: 0px 3em;
  margin: 1.5em 0;
  justify-content: center;
}
.lists-post .card-post {
  display: grid;
  grid-row-gap: 12px;
  box-shadow: 1px 1px 6px rgba(173, 173, 173, 0.7803921569);
  align-content: start;
  height: 100%;
  position: relative;
  padding-bottom: 4em;
}
.lists-post .img-post picture {
  display: grid;
}
.lists-post .img-post img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lists-post .content-text {
  padding: 20px;
  display: grid;
  grid-row-gap: 10px;
  text-align: start;
}
.lists-post .title-post {
  font-size: 16px;
}
.lists-post .description-post {
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}
.lists-post .info-post {
  margin-top: 10px;
}
.lists-post .info-post a {
  font-size: 23px;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
.lists-post .info-post a:hover {
  color: #527900;
}
.lists-post .fecha-post {
  font-size: 18px;
  color: #03182e;
  border-top: 1px solid #cacaca;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.lists-post .fecha-post p {
  padding: 14px 10px 10px 20px;
}
.lists-post .btn-admin {
  position: absolute;
  top: 10px;
  font-size: 21px;
  padding: 6px;
  border-radius: 9px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}
.lists-post .btn-admin button {
  background: transparent;
  border: none;
  color: white;
  font-size: 21px;
  cursor: pointer;
}
.lists-post .btn-edit-post {
  left: 10px;
  background-color: #8fd300;
}
.lists-post .btn-edit-post:hover {
  background-color: #75a214;
}
.lists-post .btn-delete-post {
  right: 10px;
  background-color: red;
}
.lists-post .btn-delete-post:hover {
  background-color: #ab0000;
}

.pagination {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  grid-column-gap: 2em;
  margin-bottom: 2em;
}
.pagination a {
  text-decoration: none;
  color: #03182e;
  font-size: 26px;
  font-weight: bold;
  transition: color 0.2s ease-in-out;
}
.pagination a:hover {
  color: #8fd300;
}
.pagination .pagination-active {
  color: #8fd300;
  border-radius: 50%;
  font-weight: bold;
  transform: scale(1.4);
}

@media only screen and (max-width: 1699px) and (min-width: 1400px) {
  .lists-post {
    grid-row-gap: 3em;
    grid-column-gap: 3em;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1400px) {
  .lists-post {
    grid-template-columns: repeat(3, 350px);
  }
  .lists-post .title-post {
    font-size: 13px;
  }
  .lists-post .description-post {
    font-size: 16px;
    line-height: 25px;
  }
  .lists-post .info-post a {
    font-size: 18px;
  }
  .lists-post .fecha-post {
    font-size: 16px;
  }
  .pagination {
    grid-column-gap: 20px;
  }
  .pagination a {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1399px) {
  .lists-post {
    grid-template-columns: repeat(3, 300px);
    grid-row-gap: 2em;
    grid-column-gap: 2em;
  }
  .lists-post .title-post {
    font-size: 12px;
  }
  .lists-post .description-post {
    font-size: 14px;
    line-height: 25px;
  }
  .lists-post .info-post a {
    font-size: 15px;
  }
  .lists-post .fecha-post {
    font-size: 13px;
  }
  .pagination {
    grid-column-gap: 18px;
  }
  .pagination a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1180px) {
  .lists-post {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media only screen and (max-width: 1099px) and (min-width: 1000px) {
  .slide-contenedor {
    height: 16em !important;
  }
}
@media only screen and (max-width: 999px) and (min-width: 900px) {
  .slide-contenedor {
    height: 14em !important;
  }
}
@media only screen and (max-width: 899px) and (min-width: 800px) {
  .slide-contenedor {
    height: 13em !important;
  }
}
@media only screen and (max-width: 799px) and (min-width: 700px) {
  .slide-contenedor {
    height: 11em !important;
  }
}
@media only screen and (max-width: 799px) and (min-width: 600px) {
  .title h1 {
    font-size: 23px;
  }
  .slide-contenedor {
    height: 10em !important;
  }
}
@media only screen and (max-width: 599px) and (min-width: 400px) {
  .title h1 {
    font-size: 18px;
  }
  .text h2 {
    font-size: 16px;
  }
  .slide-contenedor {
    height: 9em !important;
  }
}
@media only screen and (max-width: 499px) and (min-width: 400px) {
  .slide-contenedor {
    height: 7em !important;
  }
}
@media only screen and (max-width: 399px) {
  .title h1 {
    font-size: 14px;
  }
  .text h2 {
    font-size: 13px;
  }
  .slide-contenedor {
    height: 6em !important;
  }
}/*# sourceMappingURL=blog.css.map */