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

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.line_hr{
    border-color: rgb(226, 92, 25);
    border-width: 2px;
}

@font-face {
    font-family: 'Gandhi-Light';
    src: url('./fonts/GandhiSerif-Italic.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gandhi-Bold';
    src: url('./fonts/GandhiSans-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gandhi-Regular';
    src: url('./fonts/GandhiSans-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

/********************************  Navegacion    ******************************************************/
.logo {
    width: 7rem;
}

.nav-acil {
    font-family: 'Gandhi-Bold';
    color: #E25B19;
    font-size: 2.3vh;
}

.nav-acil:hover {
    font-family: 'Gandhi-Bold';
    color: #F6B312;
    font-size: 2.3vh;
    background: none;
}

.textCustom{
    color: #E25B19 !important;
}

@media (min-width:760px) {
    .nav-acil {
        font-family: 'Gandhi-Bold';
        color: #E25B19;
        font-size: 3vh;
    }

    .nav-acil:hover {
        font-family: 'Gandhi-Bold';
        color: #F6B312;
        font-size: 3vh;
        background: none;
    }
}

@media (min-width:820px) {
    .nav-acil {
        font-family: 'Gandhi-Bold';
        color: #E25B19;
        font-size: 2.3vh;
    }

    .nav-acil:hover {
        font-family: 'Gandhi-Bold';
        color: #F6B312;
        font-size: 2.3vh;
        background: none;
    }
}

@media (min-width:1024px) {
    .nav-acil {
        font-family: 'Gandhi-Bold';
        color: #E25B19;
        font-size: 3vh;
    }

    .dropdown-toggle::after {
        margin: 0;
    }

    .nav-acil:hover {
        font-family: 'Gandhi-Bold';
        color: #F6B312;
        font-size: 3vh;
        background: none;
    }
}

@media (min-width:1440px) {
    .logo {
        width: 10rem;
    }

    .nav-acil {
        font-size: 2.5vh;
    }

    .nav-acil:hover {
        font-size: 2.5vh;
    }

}

.show {
    color: #F6B312 !important;
}

.nav-menu {
    border: none;
}

.visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.hamburger {
    margin: 0 auto;
    margin-top: 0;
    width: 30px;
    height: 30px;
    position: relative;
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #E25B19;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 13.5px;
    left: 0px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}

/* HAMBURGER 1 */

.checkbox1 {
    display: flex;
}

.checkbox1:checked+label>.hamburger1>.bar1 {
    transform: rotate(45deg);
    transform-origin: 5%;
    width: 41px;
}

.checkbox1:checked+label>.hamburger1>.bar2 {
    transform: translateX(-40px);
    background-color: transparent;
}

.checkbox1:checked+label>.hamburger1>.bar3 {
    transform: none;
    background-color: transparent;
}

.checkbox1 .hamburger1 > .bar2 {
    margin-right: 40px; /* Ajusta el valor negativo según sea necesario */
}

.checkbox1:checked+label>.hamburger1>.bar4 {
    transform-origin: 5%;
    transform: rotate(-45deg);
    width: 41px;
}

/*------------------------------- Formulario-----------------------------*/

.sinBotonera::-webkit-inner-spin-button,
.sinBotonera::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.container_form_custom {
    position: relative;
    width: 60vw;
    border: 3px solid rgb(226, 92, 25);
    border-radius: 20px;
    padding: 25px 50px;
    margin-top: 50px;
    background-color: rgb(238, 238, 238);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: .3s ease-in-out;
}

.container_form_custom2 {
    position: relative;
    width: 60vw;
    border: 3px solid rgb(226, 92, 25);
    border-radius: 20px;
    padding: 25px 50px;
    margin-top: 75px !important;
    margin-bottom: 106px !important;
    background-color: rgb(238, 238, 238);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: .3s ease-in-out;
}

.container_form_custom3 {
    position: relative;
    width: 60vw;
    border: 3px solid rgb(226, 92, 25);
    border-radius: 20px;
    padding: 25px 50px;
    margin-top: 50px !important;
    margin-bottom: 75px !important;
    background-color: rgb(238, 238, 238);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: .3s ease-in-out;
}

@media (max-width:480px) {
    .container_form_custom  { width: 95vw; }
    .container_form_custom2 { width: 95vw; }
    .container_form_custom3 { width: 95vw; }
}

.btn-custom {
    position: relative !important;
   background-color: rgb(226, 92, 25);
    border: 1px solid rgba(174, 174, 174, 0.3);
    height: auto;
    width: 210px;
    transition: .3s ease-in-out;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    &:hover{
        background-color: black;
        border: 1px solid black;
        transition: .3s ease-in-out;
    }
}

.label-custom{
    font-family: 'Gandhi-Regular' !important;
    font-weight: 500;
}

input{
    height: auto !important;
}

.input-custom{
    display: none;
}

.check-custom{
    height: 15px !important;
    width: 15px !important;
}

.check-custom:checked{
    background-color: rgb(226, 92, 25);
    border: none;
}


/* FOOTER */

/**********Footer***********/

.contenedor-footer {
    bottom: 0;
    background-color: #E25B19;
    color: white;
    z-index: 8000;
    margin-top: auto;
}



.footer-links {
    color: white;
    text-decoration: none;
    font-size: 0.6em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gandhi-Bold';
    font-weight: 400;
}

.footer-links-derechos{
    color: white;
    text-decoration: none;
    font-size: 0.6em;
    text-align: center;
    font-family: 'Gandhi-Bold';
    font-weight: 400;
    margin-left:-7vw;
}

.footer-links:hover {
    color: #F6B312;
}


.footer-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-contain:nth-child(4) {
    align-items: flex-end;
    font-size: 1.6rem;
}

@media (min-width:760px) {
    .footer-links {
        font-size: 1rem;
    }

    .footer-contain {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media (min-width:1024px) {
    .footer-links {
        font-size: 1rem;
    }
    
    .footer-links-derechos{
        font-size: 1rem;
    }
}

.globo-contenedor{
    width: 20vh;
    position: fixed;
    bottom: 120px;
    right: 7px;
    z-index: 7999;
}

.globo-texto{
    width: 80%;
    position: absolute;
    bottom: 41%;
    right: 13%;
}

.globo-texto-1{
    margin: 0px;
    color: white;
    font-size: 2vh;
    text-align: center;
}

.globo-texto-2{
    margin: 0;
    margin-top: -7px;
    color: white;
    font-size: 2.4vh;
    text-align: center;
}

@media (min-width:1024px) {
    .globo-contenedor{
        width: 27vh;
    }

    .globo-texto-1{
        font-size: 2.4vh;
    }

    .globo-texto-2{
        font-size: 3.4vh;
    }
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
  }
  
  .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #9ff47a;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  
  }
  
  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }

  /*ventana*/
.cajalogin {
    padding: 7%;
    background-color: rgb(255, 255, 255) !important;
    width: 40rem;
    height: 23rem;
  }

  
@keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes scale {
  
    0%,
    100% {
      transform: none;
    }
  
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  
  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
  }
  
  .texto-sesion {
    color: rgb(0, 0, 0) !important;
    padding-top: 10px;
  }

  .divCenter {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .checkmark_error {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: rgb(255, 2, 2);
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #9ff47a;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
  }
  
  .checkmark__cross {
    stroke: red;
    fill: #eb8888;
  }
  
  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes scale {
  
    0%,
    100% {
      transform: none;
    }
  
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  
  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px #c14242;
    }
  }