

/* 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);
}

/* home */
.home{
  margin-top: 12rem;
  padding: 0;
  background: #d6d6d638;
}

/* contacto */
.contacto{
  width: 70%;
  margin-bottom: 4rem;
}

.contacto .row {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 6rem;
  flex-wrap: wrap-reverse;
  justify-content: center;
}

.contacto .row .image{
  flex:1 1 40rem;
  display: flex;
  width: 90%;
  height: 40rem;
  border-radius: 1rem;
}


.contacto .row .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex:1 1 40rem;
}

.contacto .row .content p{
  margin-top: 1rem;
  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;
}

.section_form{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.section_form .input_container{
  display: flex;
  flex-direction: column;
  text-align: left;
}

.section_form .boton{
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.section_form input{
  margin-top: 1rem;
  left: 0;
  padding: 1.6rem 2rem;
  background: var(--verde-terciario);
  border: none;
  outline: none;
  font-family: 'Roboto Slab', serif;
  color: var(--negro-principal);
  position: relative;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.section_form .input_container:nth-child(4) input{
  padding: 3.2rem 2rem;
}

.section_form label{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
  margin-top: 0.8rem
}

.section_form label::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 4rem;
  top: -50px;
  background: var(--verde-terciario);
  z-index: -1;
  transform-origin: 50% 100%;
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transition: 0.3s;
}

.section_form .men label::before{
  height: 7rem;
  top: -82px;
}

.section_form label::after{
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--verde-terciario);
  z-index: -1;
  transform-origin: 50% 0;
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transition: 0.3s;
}

.section_form input:focus + label::before, .hasInput label::before{
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.section_form input:focus + label::after, .hasInput label::after{
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
}

.contacto .row .image .share{
  margin-top: 3rem;
}

.contacto .row .image .share img{
  width: 35rem;
  padding: 0 0 1.5rem 0;
}

.contacto .row .image .share p{
  font-size: 1.3rem;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.contacto .row .image .share span{
  font-size: 1.4rem;
  font-weight: 800;
}


.contacto .row .image .share .redes_sociales .politica{
  margin-top: 1rem;
}

.contacto .row .image .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;
}

.contacto .row .image .share .redes_sociales{
  flex: 1 1 40rem;
}

.contacto .row .image .share .redes_sociales .descripcion {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contacto .row .image .share .redes_sociales h2{
  margin-top: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.contacto .row .image .share .redes_sociales p{
  width: 90%;
  font-family: 'Roboto Slab', serif;
  font-weight: 200;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.contacto .row .image .share .redes_sociales .contenido{
  display: flex;
  gap: 2rem;
}

.contacto .row .image .share .redes_sociales .contacto{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  background-color: var(--verde-terciario);
}

.contacto .row .image .share .redes_sociales .contacto .ico{
  width: 45%;
  height: 45%;
}

.contacto .row .image .share .redes_sociales .contacto:hover{
  background-color: var(--verde-principal);
  color: var(--blanco-principal);
  scale: 1.09;
}

.contacto .row .image .share .redes_sociales .contacto svg{
  color: var(--negro-principal);
}

.contacto .row .image .share .redes_sociales .contacto:hover svg{
  color: var(--blanco-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 .politica{
  margin-top: 1rem;
}

.footer .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 .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){
  .home{
    margin-top: 10rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 1280px){
  .home{
    margin: 12rem 3rem 2rem 3rem;
  }
  .submit {
    width: 30%;
  }
}

@media (max-width: 1024px){
  .contacto .row .image{
    justify-content: center;
  }
}

@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);
  }

  .contacto{
    width: 90%;
  }

  .contacto .row{
    gap: 0;
  }

  .submit {
    width: 30%;
  }

  .section_form .men label::before{
    top: -76px;
  }

  .section_form label::before{
    top: -49px;
  }
}

@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) {
}


@media (max-width: 768px){

    .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%;
    }

    .section_form .men label::before{
    top: -72px;
  }

  .section_form label::before{
    top: -44px;
  }

}

@media (max-width: 450px){
}

@media (max-width: 414px){
  .section_form .men label::before{
    top: -70px;
  }

  .section_form label::before{
    top: -45px;
  }
}

@media (max-width: 412px){
}

@media (max-width: 393px){
}

@media (max-width: 390px){
}

@media (max-width: 375px){
  .section_form .men label::before{
    top: -70px;
  }

  .section_form label::before{
    top: -45px;
  }
}

@media (max-width: 360px){
}

@media (max-width: 280px){
  html{
      font-size: 40%;
  }

  .section_form .men label::before{
    top: -58px;
  }

  .section_form label::before{
    top: -38px;
  }

}