

/* Asignacion de colores para pagina web */
:root{
    --rojo-principal:#f80c10;
    --rojo-secundario:#f9393c;
    --verde-principal:#096817;
    --verde-secundario:#0d9622;
    --verde-terciario: #c2d4c5;
    --verde-alternativo-negro: #bdc9bf;
    --blanco-principal: #ffffff;
    --blanco-secundario: #d6d6d6;
    --negro-principal: #000000;
    --negro-secundario: #1f1f1f;
}


/* Configuracion principal */
*{
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: .2s linear;
}

*::selection{
  background: var(--verde-terciario);
}


html{
    font-size: 65%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 8rem;
}

::-webkit-scrollbar{
    height: 5rem;
    width: 1rem;
}

::-webkit-scrollbar-track{
    background-color: transparent;
}

::-webkit-scrollbar-thumb{
    background-color: var(--verde-principal);
    border-radius: 5rem;
}

body{
    background-color: var(--blanco-principal);
}

section{
    max-width: 1820px;
    margin: 0 auto;
    padding: 2rem;
}

/* Preloader */
.preloader{
  width: 100%;
  height: 100%;
  background-color: var(--blanco-principal);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  transition: 1s;
}

.pl {
  width: 6em;
  height: 6em;
}

.pl__ring {
  -webkit-animation: ringA 2s linear infinite;
          animation: ringA 2s linear infinite;
}

.pl__ring--a {
  stroke: var(--verde-principal);
}

.pl__ring--b {
  -webkit-animation-name: ringB;
          animation-name: ringB;
  stroke: var(--verde-secundario);
}

.pl__ring--c {
  -webkit-animation-name: ringC;
          animation-name: ringC;
  stroke: var(--rojo-secundario);
}

.pl__ring--d {
  -webkit-animation-name: ringD;
          animation-name: ringD;
  stroke: var(--rojo-principal);
}

/* Animations */
@-webkit-keyframes ringA {
  from, 4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%, 54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%, to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}
@keyframes ringA {
  from, 4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%, 54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%, to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}

@-webkit-keyframes ringB {
  from, 12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%, 62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%, to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@keyframes ringB {
  from, 12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%, 62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%, to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@-webkit-keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%, 58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%, 58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@-webkit-keyframes ringD {
  from, 8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%, 50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringD {
  from, 8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%, 50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

/* Header */
.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header.active{
    background-color: var(--blanco-secundario);
}

.header .flex{
  width: 90%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.header .flex .logo{
    width: 18rem;
    margin-left: 1.5rem;
}

.header .flex .navbar{
    margin-right: 1.5rem;
}

.header .flex .navbar a{
    margin-left: 3.5rem;
    color: var(--negro-principal);
    text-decoration: none;
    font-size: 1.7rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.01rem;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header .flex .navbar a:hover{
    color: var(--verde-principal);
}


.header .flex .navbar .dot{
  width: 3rem;
  height: .25rem;
  background: var(--verde-principal);
  opacity: 0;
  margin-top: 0.3rem;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header .flex .navbar a:nth-child(1):hover ~ .dot {
  -webkit-transform: translateX(45px);
  transform: translateX(45px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.header .flex .navbar a:nth-child(2):hover ~ .dot {
  width: 6rem;
  -webkit-transform: translateX(135px);
  transform: translateX(135px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.header .flex .navbar a:nth-child(3):hover ~ .dot {
  width: 6rem;
  -webkit-transform: translateX(256px);
  transform: translateX(256px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.header .flex .navbar a:nth-child(4):hover ~ .dot {
  width: 5rem;
  -webkit-transform: translateX(379px);
  transform: translateX(379px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.header .flex .navbar a:nth-child(5):hover ~ .dot {
  width: 5rem;
  -webkit-transform: translateX(494px);
  transform: translateX(494px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.header .flex .navbar a:nth-child(6):hover ~ .dot {
  width: 6rem;
  -webkit-transform: translateX(560px);
  transform: translateX(605px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

#menu-btn{
    cursor: pointer;
    color: var(--negro-principal);
    font-size: 2rem;
    display: none;
}

#menu-btn.fa-times{
    transform: rotate(180deg);
}

.heading{
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2rem;
  text-align: center;
  font-size: 3rem;
  color: var(--negro-principal);
}

.heading span{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.2rem;
  color: var(--verde-principal);
}

.btn-no{
  background: var(--verde-terciario);
  cursor: pointer;
  border: none;
  padding: 1rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--negro-principal);
  font-size: 1.3rem;
  position: relative;
  border-radius: .5rem;
}

.btn{
  background: var(--verde-terciario);
  cursor: pointer;
  border: none;
  padding: 1rem 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--negro-principal);
  font-size: 1.3rem;
  position: relative;
  border-radius: .5rem;
}

.btn-no:hover{
  background-color: var(--verde-principal);
  color: var(--blanco-principal);
}


.btn::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(50deg,#ffffff, #ffffff, #096817,#ffffff, #ffffff);
  background-size: 800%;
  border-radius: .5rem;
  filter: blur(.5rem);
  animation: glowing 20s linear infinite;
}

@keyframes glowing {
  0% {
      background-position: 0 0;
  }
  50% {
      background-position: 250% 0;
  }
  100% {
      background-position: 0 0;
  }
}

.btn:hover{
  background-color: var(--verde-principal);
  color: var(--blanco-principal);
}


/* Nosotros */
.nosotros{
  margin-top: 12rem;
  width: 90%;
  margin-bottom: 4rem;
}

.nosotros .text{
  font-family: 'Roboto Slab', serif;
  padding: 3rem 0;
  margin-bottom: 3rem;
  line-height: 1.6;
  font-size: 1.5rem;
  color: var(--negro-secundario);
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.nosotros .contenidoitem{
  margin-top: 3rem;
}

.nosotros .contenidoitem .obj{
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  font-family: 'Roboto Slab', serif;
  padding: 3rem 0;
  line-height: 1.6;
  font-size: 1.5rem;
  margin-top: 1rem;
  color: var(--negro-secundario);
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  padding: 0;
}

.nosotros .contenidoitem .obj img{
  margin-top: .5rem;
  width: 1.3rem;
}

.nosotros .row {
  margin-top: 3rem;
  margin-bottom: 4rem;
  display: flex;
  gap: 6rem;
  flex-wrap: wrap;
  justify-content: center;
}

.nosotros .info {
  margin-top: 3rem;
  margin-bottom: 4rem;
  align-items: center;
}

.nosotros .row .image{
  border-radius: 1rem;
  height: 35rem;
  flex:1 1 40rem;
  display: flex;
  justify-content: center;
}

.nosotros .row .ne{
  background-image: url(/Img/Inicio/nuestra\ empresa.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nosotros .row .vc{
  padding: 2rem;
  flex: 1 1 40rem;
}
.nosotros .row video{
  border-radius: 1rem;
  width: 100%;
}

.nosotros .row .content{
  text-align: center;
  flex:1 1 40rem;
}

.nosotros .row .content .nosotrosh{
  margin-bottom: 2rem;
}

.nosotros .row .content p{
  font-family: 'Roboto Slab', serif;
  padding: 1rem 0;
  line-height: 1.6;
  font-size: 1.5rem;
  color: var(--negro-secundario);
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.nosotros .row .content p:nth-child(3){
  margin-bottom: 3rem;
}


.nosotros .row .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nosotros .row .content .acordeon .contenedor{
  position: relative;
}

.nosotros .row .content .acordeon .contenedor .etiqueta{
  position: relative;
  cursor: pointer;
}

.nosotros .row .content .acordeon .contenedor .etiqueta::before{
  content: '▼';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
}

.nosotros .row .content .acordeon .contenedor .contenido{
  padding: 1rem 2rem 0;
  position: relative;
  height: 0;
  overflow: hidden;
  transition: 5s;
}

.nosotros .row .content .acordeon .contenedor.activa .contenido{
  height: auto;
}

.nosotros .row .content .acordeon .contenedor.activa .etiqueta::before{
  content: '▲';
}

.nosotros .row .content .valoresuno{
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1rem;
  text-align: left;
  font-size: 1.8rem;
  color: var(--negro-principal);
}

.nosotros .row .content .valores{
  margin-top: 2rem;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1rem;
  text-align: left;
  font-size: 1.8rem;
  color: var(--negro-principal);
}

.nosotros .row .content .valoresuno:hover{
  color: var(--verde-principal);
}

.nosotros .row .content .valores:hover{
  color: var(--verde-principal);
}


/* Boton scroll */
#top-button{
  width: 5rem;
  height: 5rem;
  background: var(--verde-alternativo-negro);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  bottom: 9rem;
  right: 5rem;
  transform: scale(0);
  z-index: 20;
}

#top-button:hover{
  scale: 1.1;
  background: var(--verde-principal);
}

#top-button i{
  font-size: 1.8rem;
  color: var(--negro-principal);
}

#top-button:hover i{
  color: var(--blanco-principal);
}

/* Footer */
.footer{
  width: 100%;
  background-color: var(--blanco-secundario);
  text-align: center;
  justify-content: right;
}

.footer .share{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer .ventanas a:nth-child(1){
  margin-left: 0;
}

.footer .ventanas a{
  margin-top: 2rem;
  margin-left: 3rem;
  color: var(--negro-principal);
  text-decoration: none;
  font-size: 1.7rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01rem;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer .ventanas a:hover{
  color: var(--verde-principal);
}


.footer .share{
  margin-top: 3rem;
}

.footer .share .logo{
  flex: 1 1 40rem;
}

.flex .share .logo .info p{
  width: 60%;
  font-family: 'Roboto Slab', serif;
  font-weight: 200;
  font-size: 1.5rem;
  text-align: center;
}

.footer .share .logo img{
  width: 35rem;
}

.footer .share p{
  font-size: 1.3rem;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.footer .share .redes_sociales .politica{
  margin-top: 1rem;
}

.footer .share .redes_sociales .politica a{
  text-decoration: none;
  color: var(--negro-principal);
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}

.footer .share .redes_sociales{
  flex: 1 1 40rem;
}

.footer .share .redes_sociales .descripcion {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer .share .redes_sociales h2{
  margin-top: 2.6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.footer .share .redes_sociales p{
  width: 90%;
  font-family: 'Roboto Slab', serif;
  font-weight: 200;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.footer .share .redes_sociales .contenido{
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.footer .share .redes_sociales .contacto{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-color: var(--verde-alternativo-negro);
}

.footer .share .redes_sociales .contacto .ico{
  width: 45%;
  height: 45%;
}

.footer .share .redes_sociales .contacto:hover{
  background-color: var(--verde-principal);
  color: var(--blanco-principal);
  scale: 1.09;
}

.footer .share .redes_sociales .contacto svg{
  color: var(--negro-principal);
}

.footer .share .redes_sociales .contacto:hover svg{
  color: var(--blanco-principal);
}

.footer .credit{
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  padding-top: 2.5rem;
  width: 50%;
  border-top: .2rem solid var(--verde-principal);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--negro-principal);
}
.footer .credit .nombre{
  color: var(--verde-principal);
}

/* Responsive */
@media (max-width: 2220px){

}

@media (max-width: 1920px){

}

@media (max-width: 1280px){

}

@media (max-width: 1024px){

}

@media (max-width: 992px){
  html{
      font-size: 45%;
  }
  .header .flex .navbar .dot{
    display: none;
  }

  .header .flex .navbar a:nth-child(1):hover ~ .dot {
      -webkit-transform: translateX(39px);
      transform: translateX(39x);
  }
    
  .header .flex .navbar a:nth-child(2):hover ~ .dot {
      -webkit-transform: translateX(115px);
      transform: translateX(115px);
  }
    
  .header .flex .navbar a:nth-child(3):hover ~ .dot {
      -webkit-transform: translateX(218px);
      transform: translateX(218px);
  }
    
  .header .flex .navbar a:nth-child(4):hover ~ .dot {
      -webkit-transform: translateX(321px);
      transform: translateX(321px);
  }

  .header .flex .navbar a:nth-child(5):hover ~ .dot {
    -webkit-transform: translateX(418px);
    transform: translateX(418px);
  }

  .header .flex .navbar a:nth-child(6):hover ~ .dot {
    -webkit-transform: translateX(513px);
    transform: translateX(513px);
  }
  
  
}

@media (max-width: 820px){
  #menu-btn{
    display: inline-block;
    margin-left: 2rem;
  }

  #menu-btn:hover{
      color: var(--verde-principal);
  }
  .header{
    background-color: #ffffffa8;
  }
  .header .flex{
    width: 100%;
  }

  .header .flex .logo{
    margin-right: 2rem;
  }

  .header .flex .navbar{
      position: absolute;
      margin-right: 0;
      display: flex;
      flex-direction: column;
      font-family: 'Montserrat', sans-serif;
      top: 99%;
      left: 0;
      right: 0;
      border-top: .1rem solid var(--blanco-secundario);
      border-bottom: .1rem solid var(--blanco-secundario);
      background-color: #ffffffa8;
      clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  }
  .header .flex .navbar a{
      display: block;
      margin: 1rem;
      font-size: 1.5rem;
  }
  .header .flex .navbar.active.activo{
    background-color: var(--blanco-secundario); 
  }
  .header .flex .navbar.active{
      clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
  
  .header .flex .navbar a{
    text-align: center;
  }

  .header .flex .navbar .dot{
    display: none;
  }

}

@media screen and (max-width: 700px) {
 
.nosotros .row .content .acordeon{
  width: 80%;
}

}

@media (max-width: 768px){

    .footer .share .redes_sociales .contacto{
      height: 3.8rem;
      width: 3.8rem;
    }

    .footer .share .redes_sociales p{
      font-size: 1.3rem;
      width: 100%;
    }

    .footer .credit{
      font-size: 1.1rem;
    }
    .footer .ventanas a{
      display: none;
    }

    .footer .credit{
      width: 80%;
      font-size: 1.1rem;
    }
  
}

@media (max-width: 650px){
  html{
      font-size: 50%;
  }
}

@media (max-width: 540px){
  html{
      font-size: 47%;
    }
}

@media (max-width: 450px){

}

@media (max-width: 414px){

}

@media (max-width: 412px){

}

@media (max-width: 393px){

}

@media (max-width: 390px){

}

@media (max-width: 375px){

}

@media (max-width: 360px){

}

@media (max-width: 280px){
  html{
      font-size: 40%;
  }

}