/* AL Diseño 01 2024 */
@media only screen and (max-width: 989px){

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

body{
    font-family: 'Lato', sans-serif;
}

  .button {
    color: white;
    border-radius: 0.5rem;
    border-color: var(--Secondary-500, #009CDE);
    background: var(--Secondary-500, #009CDE);
    display: flex;
    width: 100%;
    height: 3rem;
    padding: 0rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
    color: var(--White, #FFF);
    text-align: center;
    /* Base/B/Bold */
    font-family: Lato, Sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    /* 150% */
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    /*background-color: rgba(0, 0, 0, 0.6);*/
  }

  .linea2 {
    color: var(--Primary-900, #0F172A);
    text-align: center;
    /* Heading 6/H6/Regular */
    font-family: 'Lato', sans-serif;
    font-size: 1.10rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /*width: 22.0625rem;*/
    width:30vw;
    height: 2.375rem;
    flex-shrink: 0;
    /* 1.5rem */
  }

  .linea3{
    color: var(--Primary-900, #0F172A);
    text-align: center;
    /* Heading 6/H6/Regular */
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width:30vw;
    height: 2.375rem;
    flex-shrink: 0;

}

  
  .test {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    font-family: 'Roboto', sans-serif;
    background-image: url(/images/fondo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: none;
    z-index: 1

  }

  .test2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    font-family: 'Roboto', sans-serif;
    background-image: url(webmailfondo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: none;
    z-index: 1
    

  }

  .modal {
    width: 300px;
    height: 200px;
    line-height: 200px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    background-color: #8ebf42;
    border-radius: 40px;
    text-align: center;
    z-index: 11;
  }

  .modal1 {
    z-index: 15;
    line-height: 12px;
    position: fixed;
    top: 43vh;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    /*gap: 4vh;*/
    color: black;
    height: 50vh;
    width: 42vw;
    border-radius: 1px;
    font-family: Montserrat, sans-serif;
    font-size: 1.7em;
    display: none;
  }

  .modal2 {
    z-index: 15;
    line-height: 12px;
    position: fixed;
    top: 20vh;
    left: 14vw;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    color: black;
    height: 98vh;
    border-radius: 1px;
  }

  .modalwebmail {
    z-index: 15;
    line-height: 12px;
    position: fixed;
    top: 63vh;
    left: 5vh;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: black;
    width: 42vw;
    font-family: Montserrat, sans-serif;
    font-size: 1.7em
  }
  
  .inp {
    border-radius: 12px;
    display: flex;
    padding: 20px;
    align-items: center;
    /*gap: -27px;*/
    /*flex: 0 1 1;*/
    /*align-self: stretch;*/
    height: 2em;
    width: 100%;
    border: 1px solid var(--Neutral-200, #C0C0C0);
    background: var(--White, linear-gradient(0deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.60) 100%), #FFF);

  }

  .modal3 {
    line-height: 200px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    background-color: #FFaa42;
    border-radius: 40px;
    text-align: center;
    z-index: 13;
  }

  .modal4 {
    z-index: 15;
    line-height: 12px;
    position: fixed;
    top: 23vh;
    left: 36vw;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
    color: black;
    height: 98vh;
    width: 70vw;
    border-radius: 1px;
  }

  .label1 {
    color: var(--Primary-900, #0F172A);
    display: inline-flex;
    flex-direction: column;
    /* Base/B/Regular */
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    /*gap: 1.5em;*/
    padding-top: 1.2em;
    line-height: 1.5rem;
    margin-bottom: 5px;
    /* 150% */
  }

  .label2 {
    color: var(--Primary-900, #0F172A);
    display: inline-flex;
    flex-direction: column;
    /* Base/B/Regular */
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    /*gap: 1.5em;*/
    padding-top: 1.2em;
    line-height: 1.5rem;
    margin-bottom: 5px;
    /* 150% */
  }

  .inputFields {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    /*gap: 4.5rem;*/
    position: absolute;
    width: 70vw;
    top: 10vh;
  }

  .inputwebmail {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 21vw;
    width: 27vw;
    top: 9vh;
  }

  .recordar{
    margin: 35px 0 10px;
    color: #0F172A;
    align-items: center;
    cursor: pointer;
    margin-left: 3.5em;
    
  }
  .recordar a{
    color: #0F172A;
    text-decoration: none;
    font-weight: bold;
}
  .registrarse{
    margin: 40px 5;
    text-align: center;
    font-size: 16px;
    color: #999;

  }

  .registrarse p{
   margin-bottom: 0.7em;
   
  }

  .registrarse a{
    color: #0F172A;
    text-decoration: none;
    font-weight: bold;

  }

  .container{
    display: flex;
    align-items: center;
    height: 43px;
    width: 139%;
    position: relative;

  }

  .passw{

    color: #121212;
    border-radius: 12px;
    display: flex;
    padding: 21px;
    border: 1px solid var(--Neutral-200, #C0C0C0);
    position: absolute;
    top: 0.1px;
    left: 0;
    right: 0;
    bottom: 8px;
    padding-left: 1.3rem;
    margin-right: 8.4em;
  }

  .bx{
    font-size: 30px;
    transform: translateX(180px);
    opacity: 70%;
    cursor: pointer;
    margin-left: 2.3em;
  }


.tooltip{
    position: relative;
    padding: 2px 7px;
    margin: 20px;
    font-size: 15px;
    border-radius: 50%;
    color: #019cde;
    border: 2px solid #019cde;
display: flex;
right: 0.8em;
top: 0.1em;
}

.tooltip:before,
.tooltip:after{
position: absolute;
content: "";
opacity: 0;
transition: all 0.4s ease;
color: #121212;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);

}

.tooltip:before{
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
    transform: translateY(20px);
    left: -1px;
    top: -13px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);


}

.tooltip:after{
    content: attr(data-tooltip);
    background: white;
    width: 350px;
    height: 30px;
    font-size: 13px;
    font-weight: 300;
    top: -75px;
    left: -150px;
    padding: 15px;
    border-radius: 15px;
    letter-spacing: 1px;
    text-align: center;
    transform: translateY(20px);



}

.tooltip:hover::before,
.tooltip:hover::after{
opacity: 1;
transform: translateY(-2px);

}

.derechos{
  margin: 30px 0 5px;
  color: grey;
  align-items: center;
margin-top: 6em;
margin-left: 10em;
font-size: 0.8rem;
  
}

.mail{
    display: flex;
    flex-direction: row;

  }


}























  @media screen and (min-width:990px){
    
body {
    position: relative;
    /*padding: 20px; */
    margin: 0;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    /* background: #8ebf42;*/
    color: #eeeeee;
    /*background-image: url(test3.svg);*/

  }

  .button {
    color: white;
    border-radius: 0.5rem;
    border-color: var(--Secondary-500, #009CDE);
    background: var(--Secondary-500, #009CDE);
    display: flex;
    width: 100%;
    height: 3rem;
    padding: 0rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
    color: var(--White, #FFF);
    text-align: center;
    /* Base/B/Bold */
    font-family: Lato, Sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    /* 150% */
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    /*background-color: rgba(0, 0, 0, 0.6);*/
  }

  .linea2 {
    color: var(--Primary-900, #0F172A);
    text-align: center;
    /* Heading 6/H6/Regular */
    font-family: Montserrat, sans-serif;
    font-size: 1.10rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /*width: 22.0625rem;*/
    width:30vw;
    height: 2.375rem;
    flex-shrink: 0;
    /* 1.5rem */
  }

  .linea3{
    color: var(--Primary-900, #0F172A);
    text-align: center;
    /* Heading 6/H6/Regular */
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width:30vw;
    height: 2.375rem;
    flex-shrink: 0;

}

  
  .test {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    font-family: 'Roboto', sans-serif;
    background-image: url(/images/fondo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1

  }

  .test2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    font-family: 'Roboto', sans-serif;
    background-image: url(webmailfondo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1

  }

  .modal {
    width: 300px;
    height: 200px;
    line-height: 200px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    background-color: #8ebf42;
    border-radius: 40px;
    text-align: center;
    z-index: 11;
  }

  .modal1 {
    z-index: 15;
    line-height: 12px;
    position: fixed;
    top: 43vh;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    /*gap: 4vh;*/
    color: black;
    height: 50vh;
    width: 42vw;
    border-radius: 1px;
    font-family: Montserrat, sans-serif;
    font-size: 1.7em
  }

  .modal2 {
    z-index: 15;
    line-height: 12px;
    position: fixed;
    top: 20vh;
    left: 36vw;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
    color: black;
    height: 98vh;
    width: 70vw;
    border-radius: 1px;
  }

  .mail{
    display: flex;
    flex-direction: row;

  }


  .modalwebmail {
    z-index: 15;
    line-height: 12px;
    position: fixed;
    top: 63vh;
    left: 5vh;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: black;
    width: 42vw;
    font-family: Montserrat, sans-serif;
    font-size: 1.7em
  }
  
  .inp {
    border-radius: 12px;
    display: flex;
    padding: 20px;
    align-items: center;
    /*gap: -27px;*/
    /*flex: 0 1 1;*/
    /*align-self: stretch;*/
    height: 2em;
    width: 100%;
    border: 1px solid var(--Neutral-200, #C0C0C0);
    background: var(--White, linear-gradient(0deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.60) 100%), #FFF);

  }

  .modal3 {
    line-height: 200px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    background-color: #FFaa42;
    border-radius: 40px;
    text-align: center;
    z-index: 13;
  }

  .modal4 {
    z-index: 15;
    line-height: 12px;
    position: fixed;
    top: 23vh;
    left: 36vw;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
    color: black;
    height: 98vh;
    width: 70vw;
    border-radius: 1px;
  }

  .label1 {
    color: var(--Primary-900, #0F172A);
    display: inline-flex;
    flex-direction: column;
    /* Base/B/Regular */
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    /*gap: 1.5em;*/
    padding-top: 1.2em;
    line-height: 1.5rem;
    margin-bottom: 5px;
    /* 150% */
  }

  .label2 {
    color: var(--Primary-900, #0F172A);
    display: inline-flex;
    flex-direction: column;
    /* Base/B/Regular */
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    /*gap: 1.5em;*/
    padding-top: 1.2em;
    line-height: 1.5rem;
    margin-bottom: 5px;
    /* 150% */
  }

  .inputFields {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    right: 21vw;
    width: 27vw;
    top: 17vh;
  }

  .inputwebmail {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 21vw;
    width: 27vw;
    top: 9vh;
  }

  .recordar{
    margin: 35px 0 10px;
    color: #0F172A;
    align-items: center;
    cursor: pointer;
margin-left: 30%;
    
  }
  .recordar a{
    color: #0F172A;
    text-decoration: none;
    font-weight: bold;
  }
  .registrarse{
    margin: 40px 0;
    text-align: center;
    font-size: 16px;
    color: #999;
    display: flex;
    justify-content: center;

  }

  .registrarse a{
    color: #0F172A;
    text-decoration: none;
    font-weight: bold;
    margin-top: 1em;
    margin-left: 0.3em;
    
  }

  .container{
    display: flex;
    align-items: center;
    height: 43px;
    width: 100%;
    position: relative;

  }
  .passw{

    color: #121212;
    border-radius: 12px;
    display: flex;
    padding: 21px;
    border: 1px solid var(--Neutral-200, #C0C0C0);
    position: absolute;
    top: 0.1px;
    left: 0;
    right: 0;
    bottom: 8px;
    padding-left: 1.3rem;
  }

  .bx{
    font-size: 30px;
    transform: translateX(180px);
    opacity: 70%;
    cursor: pointer;
    margin-left: 57%;
  }


  .tooltip{
    position: relative;
    padding: 2px 7px;
    margin: 20px;
    font-size: 15px;
    border-radius: 50%;
    color: #019cde;
    border: 2px solid #019cde;
display: flex;
right: 0.8em;
top: 0.1em;
}

.tooltip:before,
.tooltip:after{
position: absolute;
content: "";
opacity: 0;
transition: all 0.4s ease;
color: #121212;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);

}

.tooltip:before{
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
    transform: translateY(20px);
    left: -1px;
    top: -13px;
}

.tooltip:after{
    content: attr(data-tooltip);
    background: white;
    width: 350px;
    height: 30px;
    font-size: 13px;
    font-weight: 300;
    top: -75px;
    left: -150px;
    padding: 15px;
    border-radius: 15px;
    letter-spacing: 1px;
    text-align: center;
    transform: translateY(20px);



}

.tooltip:hover::before,
.tooltip:hover::after{
opacity: 1;
transform: translateY(-2px);

}

.derechos{
  margin: 30px 0 5px;
  color: grey;
  align-items: center;
margin-top: 6em;
margin-left: 10em;
font-size: 0.8rem;
  
}


}

