:root {
  --naranjaFuerte: #f8cb36;
  --negro: #000000;
  --blanco: #ffffff;
  --naranjaFuerte: #ff5f00;
  --naranjaClaro: #ff7633;
  --areaSegura: 90em;
  --areaMaxima: 1920px;
  --Roboto: "Roboto";
  --RobotoBold: "RobotoBold";
  --RobotoSlab: "RobotoSlab-Bold";
  --ArchivoBlack: "ArchivoBlack-Regular";
  --fs14: 0.875rem;
  --fs15: 0.938rem;
  --fs18: 1.2rem;
  --fs20: 1.25rem;
  --fs30: 1.875rem;
  --fsFooter: 1.041875rem;
  --fsHeader: 0.96375rem;
  --fsHomeCorp: 3.125rem;
  --fsHomeCorpSub: 2.344rem;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("ttf"),
    url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("ttf"),
    url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab-Bold";
  src: url("../fonts/Roboto_Slab/RobotoSlab-Bold.ttf") format("ttf"),
    url("../fonts/Roboto_Slab/RobotoSlab-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "ArchivoBlack-Regular";
  src: url("../fonts/archivo_black/ArchivoBlack-Regular.ttf") format("ttf"),
    url("../fonts/archivo_black/ArchivoBlack-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

html {
  font-family: var(--Roboto);
  scroll-behavior: smooth;
  background-color: black;
}

body {
  margin: 0;
  padding: 0;
  z-index: -1;
}

.input_form,
.textarea_form {
  width: 100%;
  height: 45px;
  background-color: #fff;
  color: var(--gris99);
  padding: 13px;
  border: solid 1px var(--gris99);
  font-size: 18px;
  border-radius: 4px;
}

h1,
h2,
h3 {
  font-family: var(--ArchivoBlack);
}

/* h1,h2,h3 {font-family: var(--RobotoSlab);} */

h1 {
  font-size: 4rem;
  position: relative;
  color: #ffffff;
}

h1::after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #ffffff;
  top: calc(100% + 13px);
  left: calc(50% - 75px);
  position: absolute;
}

h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  position: relative;
  text-align: center;
}

h2::after {
  /* content: "";
  width: 150px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 150%;
  left: calc(50% - 75px); */
}

.c-up {
  position: fixed;
  right: 29px;
  border: 3px solid;
  transition: 0.3s transform ease-in-out;
  bottom: 287px;
  max-width: 50px;
  max-width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: var(--rojo);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
  transform: translateY(187px);
  color: var(--rojo);
}

.c-up:hover {
  cursor: pointer;
}

.c-up--active {
  transform: translateY(0);
}

h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  position: relative;
}

p {
  font-family: var(--Roboto);
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin: 0 0 1.2rem 0;
}

a {
  text-decoration: none;
  color: var(--morado);
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.layout {
  width: 100%;
  max-width: var(--areaMaxima);
  margin: 0 auto;
}

li {
  list-style: none;
}

img {
  display: block;
}

.l-nav {
  position: relative;
  z-index: 100;
}

.l-nav__list {
  display: flex;
  border-bottom: 1px solid #ffffff;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto;
}

.l-nav__list-item .l-nav__sublist {
  display: none;
}

.l-nav__list-item:hover .l-nav__sublist {
  display: block;
}

.l-nav__sublist {
  background: var(--negro);
}

.l-nav__sublist li {
}

.l-nav__sublist li > a {
  font-size: 13px;
  padding: 20px;
}

.l-nav__list .l-nav__list-social .c-social__item {
  background: var(--naranjaClaro);
  width: 30px;
}

.l-nav__list-item:nth-child(1),
.l-nav__list-item:nth-child(2),
.l-nav__list-item:nth-child(3),
.l-nav__list-item:nth-child(4) {
  width: 460px;
  height: 90px;
}

.l-nav__list-item:nth-child(5),
.l-nav__list-item:nth-child(6) {
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.l-nav__list-item:nth-child(5).llamar-ahora-movil {
  display: none;
}

.l-nav__list-item:nth-child(5) .l-nav__link,
.l-nav__list-item:nth-child(6) .l-nav__link {
  color: var(--negro);
  background: var(--naranjaClaro);
  height: 40px;
  padding: 5px 20px;
}

.l-nav__list-item:nth-child(5) .l-nav__link img,
.l-nav__list-item:nth-child(6) .l-nav__link img {
  margin-right: 10px;
}

.l-nav__list-item--image {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  margin: 0 1px;
  padding-right: 30px;
}

.l-nav__link,
.l-nav__logo {
  font-family: var(--ArchivoBlack);
  color: var(--naranjaFuerte);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.l-nav__link:hover,
.l-nav__link--active {
  background-color: var(--naranjaFuerte);
  color: #000000;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.l-nav__logo {
  height: auto;
}

.l-nav__logo:hover {
  background-color: none;
}

.l-hero__logo-movil {
  display: none;
}

.l-hero__m {
  position: absolute;
  top: 45px;
  left: 84%;
  z-index: 101;
}

.l-container-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.l-footer {
  min-height: 131px;
  background-color: var(--naranjaFuerte);
}

.l-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 131px;
  text-align: center;
  padding: 1rem;
}

.l-footer__container-logo {
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.min-width-300 {
  min-width: 300px;
}

.l-footer__logo {
}

.l-footer__center {
  margin-top: 30px;
  margin-left: 107px;
}

.l-footer__social {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 69px;
}

.l-footer__adress {
  margin-top: 13px;
  max-width: 559px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.l-footer__der {
  display: flex;
  align-items: center;
}

.l-footer__aviso {
  height: 44px;
  display: block;
  display: flex;
  align-items: flex-end;
}

.l-e-multimedia-riafa {
  margin-bottom: 8px;
  margin-left: 6px;
}

/* [class ^= "c-btn"] { */

/* width: 209px; */

/* height: 40px; */

/* background-color: #ffffff; */

/* display: flex; */

/* justify-content: center; */

/* align-items: center; */

/* font-family: var(--RobotoSlab); */

/* position: relative; */

/* color: var(--negro); */

/* } */

[class^="c-btn"] {
  width: 209px;
  height: 40px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--ArchivoBlack);
  position: relative;
  color: var(--negro);
}

.c-btn::after {
  content: "";
  position: absolute;
  background-image: url("../img/home/btm-arrow.png");
  width: 12px;
  height: 24px;
  left: 105%;
}

.c-btn--black {
  background-color: var(--negro);
  color: #ffffff;
}

.c-btn--black::after {
  content: "";
  position: absolute;
  background-image: url("../img/home/btn-arrow-black.png");
  width: 12px;
  height: 24px;
  left: 105%;
}

.c-btn--black img {
  margin-left: 10px;
}

.c-btn--naranjaFuerte {
  background-color: var(--naranjaFuerte);
  color: var(--negro);
}

.c-btn--naranjaFuerte::after {
  content: "";
  position: absolute;
  background-image: url("../img/home/btn-invs.png");
  width: 12px;
  height: 24px;
  left: 105%;
}

/* .c-btn--large {max-width: 260px;width: 100%;} */

.c-btn--large {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
}

.c-btn__img {
  margin-left: 9px;
}

.c-btn--little {
  height: 40px;
  width: 100%;
}

.c-btn--little::after {
  display: none;
}

.btn_calculadora {
  width: auto;
  height: auto;
  min-width: 196px;
  min-height: 40px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--ArchivoBlack);
  position: relative;
  color: var(--negro);
  padding: 10px 15px;
  margin: 5px 25px;
}

.btn_calculadora_amarillo {
  background-color: var(--naranjaFuerte);
  color: var(--negro);
}

.btn_calculadora::after,
.btn_calculadora_blanco::after {
  content: "";
  position: absolute;
  background-image: url("../img/home/btn-invs.png");
  width: 12px;
  height: 24px;
  left: 105%;
}

.c-btn__arrow {
  margin-left: 20px;
  background-color: var(--naranjaFuerte);
  width: 12px;
  height: 24px;
}

.c-btn__arrow::after {
  display: none;
}

.c-noticias {
  max-width: 333px;
  width: 100%;
  height: 640px;
  margin: 0.7rem;
}

.c-noticias:hover * {
  text-decoration: none;
}

.c-noticias__img {
  width: 100%;
  height: 186px;
}

.c-noticias__title {
  /* height: 88px; */
}

.c-noticias__title::after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 113%;
  left: 0;
}

.c-noticias__desc {
  max-width: 329px;
  width: 100%;
  height: calc(1.2rem * 10);
}

.c-catBtn {
  max-width: 220px;
  height: 45px;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: var(--negro);
  color: var(--blanco);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1px;
  width: 100%;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.c-catBtn:hover,
.c-catBtn--active {
  background-color: var(--naranjaFuerte);
  color: var(--negro);
}

.c-producto {
  max-width: 245px;
  width: 100%;
  background-color: var(--naranjaFuerte);
  color: var(--negro);
  display: block;
  margin: 2rem 1.7rem;
  height: 571px;
}

.c-producto:hover {
  text-decoration: none;
}

.c-producto__img {
  border-bottom: 17px solid var(--negro);
  width: 100%;
  height: 154px;
}

.c-producto__container {
  padding: 1.25rem;
  text-align: center;
  height: 406px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.c-producto__fondo {
  position: absolute;
  top: 20%;
  /*left: 33%*/
  z-index: 0;
  opacity: 0.5;
}

.c-producto__title {
  margin-top: 0;
  height: 60px;
}

.c-producto__title::after {
}

.c-producto__desc {
  font-weight: bold;
}

.c-producto__btn {
  margin-bottom: 0;
}

.c-producto__btn::after {
  display: none;
}

.c-pagination {
  margin-top: 1.7rem;
}

.c-pagination__arrow {
  margin: 0.5rem;
}

.c-pagination__item {
  display: flex;
  background-color: var(--negro);
  font-weight: bold;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 1rem;
  color: white;
  margin: 0.5rem;
}

.c-pagination__item--invs {
  background-color: initial;
  color: initial;
}

.c-pagination__item:hover {
  color: vaR(--naranjaFuerte);
  text-decoration: none;
}

.c-pagination__item--invs:hover {
  background-color: var(--negro);
  color: var(--naranjaFuerte);
}

.c-input {
  width: 100%;
  margin-bottom: 20px;
}

.c-input--222 {
  max-width: 222px;
}

.c-input__box {
  border: 1px solid var(--negro);
  outline: none;
  width: 100%;
  height: 35px;
  background-color: transparent;
  padding-left: 15px;
}

.c-input__box--area {
  min-height: 124px;
  resize: none;
}

.c-input__box::placeholder {
  color: var(--negro);
}

.c-input__title {
  margin-bottom: 10px;
  font-family: var(--ArchivoBlack);
  font-weight: bold;
  text-transform: uppercase;
}

.c-input__title--little {
  font-size: 0.65rem;
  line-height: unset;
}

.c-input__option {
  padding-left: 15px;
  color: var(--negro);
}

.c-up {
  position: fixed;
  right: 29px;
  border: 3px solid;
  transition: 0.3s transform ease-in-out;
  bottom: 287px;
  max-width: 50px;
  max-width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: var(--naranjaFuerte);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
  transform: translateY(187px);
}

.c-up:hover {
  cursor: pointer;
}

.c-up--active {
  transform: translateY(0);
}

.c-social {
  position: fixed;
  background-color: var(--naranjaFuerte);
  top: 40%;
  border: 2px solid #000000;
  left: 0;
  /* width: 70px; */
  padding: 0.5rem;
  border-left: initial;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 10000000;
  z-index: 100000000;
}

.c-social__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
}

.c-social__item:nth-child(3) {
  margin-top: 6px;
}

.l-nav__list-social {
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.u-max-area {
  max-width: var(--areaMaxima);
  width: 100%;
  margin: 0 auto;
}

.u-container {
  max-width: var(--areaSegura);
  margin: 0 auto;
}

.u-center {
  justify-content: center;
  align-items: center;
}

.u-fs14 {
  font-size: var(--fs14);
  line-height: calc(var(--fs14) + 2px);
}

.u-fs18 {
  font-size: var(--fs18);
  line-height: calc(var(--fs18) + 2px);
}

.u-fs20 {
  font-size: var(--fs20);
  line-height: calc(var(--fs20) + 2px);
}

.u-fs30 {
  font-size: var(--fs30);
  line-height: calc(var(--fs30) + 2px);
}

.u-jcc {
  justify-content: center;
}

.u-jcs {
  justify-content: flex-start;
}

.u-jce {
  justify-content: flex-end;
}

.u-jca {
  justify-content: space-around;
}

.u-jcb {
  justify-content: space-between;
}

.u-ais {
  align-items: flex-start;
}

.u-aie {
  align-items: flex-end;
}

.u-aic {
  align-items: center;
}

.u-fww {
  flex-wrap: wrap;
}

.u-t-cn {
  text-align: center;
}

.u-t-lf {
  text-align: left;
}

.u-t-rg {
  text-align: right;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mt3 {
  margin-top: 3rem;
}

.u-mt3 {
  margin-top: 3rem;
}

.u-mt4 {
  margin-top: 4rem;
}

.u-mr1 {
  margin-right: 1rem;
}

.u-pd0 {
  padding: 0;
}

.u-pd1 {
  padding: 1rem;
}

.u-pdb0 {
  padding-bottom: 0;
}

.u-pdl2 {
  padding-left: 2rem;
}

.u-b0 {
  border: none;
}

.u-separate2 {
  margin: 2rem 0;
}

.u-separate4 {
  margin: 4rem 0;
}

.u-toRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.u-toCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.u-mx2 {
  max-width: 200px;
}

.u-mx3 {
  max-width: 300px;
}

.u-mx4 {
  max-width: 400px;
}

.u-mx5 {
  max-width: 500px;
}

.u-mx6 {
  max-width: 600px;
}

.u-mx7 {
  max-width: 700px;
}

.u-mn2 {
  min-width: 200px;
}

.u-mn2-5 {
  min-width: 250px;
}

.u-mn3 {
  min-width: 300px;
}

.u-mn3-5 {
  min-width: 350px;
}

.u-mn4 {
  min-width: 400px;
}

.u-mn4-5 {
  min-width: 450px;
}

.u-mn5 {
  min-width: 500px;
}

.u-mn5-5 {
  min-width: 550px;
}

.u-mn6 {
  min-width: 600px;
}

.u-mn6-5 {
  min-width: 650px;
}

.u-mn7 {
  min-width: 700px;
}

.mn7-5 {
  min-width: 750px;
}

.u-special {
  margin-left: 84px;
}

.u-special-2 {
  margin-left: 31px;
}

.u-it {
  font-style: italic;
}

.u-bold {
  font-family: var(--ArchivoBlack);
  font-weight: bold;
}

.l-social .l-social-container {
  text-align: center;
  padding: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.l-social .l-social-item {
  display: inline-block;
  margin: 0.5rem;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

/* .u-bold-rock {font-family: var(--RobotoSlab); font-weight: bold;} */

.u-bold-rock {
  font-family: var(--ArchivoBlack);
  font-weight: bold;
}

.u-regular {
  font-family: var(--Roboto);
  font-weight: 400;
}

.u-light {
  font-family: "Roboto";
  font-weight: 300;
}

.u-marg {
  margin: 0 auto;
}

.u-marg60 {
  margin: 60px auto;
}

.u-marg30 {
  margin: 30px auto 20px;
}

.swiper-slide > a > img {
  width: 100%;
}

.u-50d {
  width: 50%;
}

.u-amarillo {
  color: var(--naranjaFuerte);
}

.u-blanco {
  color: var(--blanco);
}

.u-negro {
  color: var(--negro);
}

.u-auto {
  margin: 0 auto;
}

.u-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.Ã¢Å¡Â¡ {
  font-family: "ArchivoBlack";
  font-weight: bold;
  color: var(--naranjaFuerte);
}

.u-black {
  background-color: var(--negro);
  height: 100px;
}

.u-rba {
  font-family: var(--ArchivoBlack);
  font-weight: bold;
  color: var(--naranjaFuerte);
}

/*COOKIES*/

.verPolitCooki {
  display: inline-block;
  position: relative;
  color: #fff;
}

#barraaceptacion {
  display: none;
  position: fixed;
  color: #fff;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 75%;
  text-align: center;
  font-family: "Arial";
  background: linear-gradient(
    141deg,
    #3a3a3a 0%,
    rgba(0, 0, 0, 0.85) 51%,
    rgba(0, 0, 0, 0.92) 75%
  );
  z-index: 99999;
  padding: 15px 0;
  font-size: 14px;
  line-height: 26px;
  margin: 0 auto;
}

.contCookiesInt {
  display: inline-block;
  max-width: 1200px;
  width: 90%;
  vertical-align: text-top;
  position: relative;
}

.cerrCokkies {
  background: #000;
  color: #fff;
  border: solid 1px #fff;
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  position: absolute;
  top: -2px;
  border-radius: 50%;
  right: -25px;
  cursor: pointer;
  padding: 3px 5px;
}

.cerrCokkies:hover {
  background: rgba(76, 75, 75, 0.81);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

@media only screen and (max-width: 800px) {
  .l-bloque-calculadora {
    padding-bottom: 100px;
  }
  .cont_botones_calc {
    flex-direction: column;
    align-items: center;
  }
  .btn_calculadora {
    max-width: 330px;
    margin: 7px auto;
  }
}

@media only screen and (max-width: 650px) {
  .cerrCokkies {
    top: 5px;
    right: -6%;
  }
  .contCookiesInt {
    width: 87%;
    float: left;
    margin: 0 0 0 3%;
  }
}

@media only screen and (max-width: 450px) {
  .cerrCokkies {
    top: 10px;
    right: -8%;
  }
  .btn_calculadora {
    max-width: 196px !important;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.4s ease-in 1 forwards;
}

@media only screen and (max-width: 64em) {
  .l-nav__list-item--image {
    display: none;
  }
  .l-nav__list-item.l-nav-submenu .l-nav__link {
    height: 90px;
  }
  .l-nav__list-item.l-nav-submenu,
  .l-nav__list-item.l-nav-submenu .l-nav__sublist .l-nav__link {
    height: auto;
  }
  .l-nav__sublist li > a {
    padding: 15px;
  }
  .l-hero__logo-movil {
    display: flex;
    padding-top: 0.5rem;
    /* display: flex; */
    align-items: center;
    /*justify-content:center*/
    position: relative;
    width: 100%;
  }
  .l-nav__list-item .l-nav__sublist {
    display: none;
    height: auto;
  }
  .l-nav__list {
    position: fixed;
    flex-direction: column;
    border-bottom: initial;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: #000000b5;
    width: 100%;
    transition: transform 0.2s ease-in-out;
  }
  .l-nav__list--active {
    transform: translateX(-100%);
  }
  .l-nav__list-item:nth-child(1),
  .l-nav__list-item:nth-child(2),
  .l-nav__list-item:nth-child(3),
  .l-nav__list-item:nth-child(4),
  .l-nav__list-item:nth-child(5),
  .l-nav__list-item:nth-child(6) {
    width: 100%;
    height: 90px;
  }
  .l-nav__list-item:nth-child(5),
  .l-nav__list-item:nth-child(6) {
    justify-content: center;
    margin: 0;
  }
  .l-nav__list-social {
    padding-left: 0;
    height: 90px;
  }
  .c-social {
    display: none;
  }
  .c-social__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    margin: 0 auto;
    background-color: var(--naranjaFuerte);
    padding: 0.5rem;
  }
}

@media only screen and (max-width: 60em) {
  .l-footer__container {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 48em) {
}

@media only screen and (max-width: 42.6875em) {
  .l-footer {
    padding: 0rem;
  }
  .l-footer__center {
    margin-left: 0.5rem;
  }
}

@media only screen and (max-width: 30em) {
  .l-footer__container {
    flex-direction: column;
  }
  .l-footer__center {
    margin-left: 0;
  }
  .mb54 {
    margin-bottom: 60px;
  }
}

.mb54 {
}

a.c-social__item:nth-child(2) {
  margin-top: 7px;
}
