.display{
	display:block;
}

.no-display{
	display:none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html{
    font-family: poppins;
}
nav{
    background-color: #265FEE;
    height: 5rem;
    border-radius: 0px 0px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button{
    text-align: center;
    background-color: white;
    border-radius: 30.5px;
    color: #265FEE;
    font-family: poppins;
    
}
h2{
    margin-top: 1.2rem;
    font-family: poppins;
    font-weight: 800;
    color: white;
    background-color: #11B5E4;
    width: 25rem;
    padding: .3rem .5rem .3rem 1rem;
}
h3{
    font-family: raleway;
    font-weight: 700;
    color: white;
    background-color: #265FEE;
    font-size: small;
    width: 15rem;
    padding: .3rem .5rem .3rem 1rem;

}
.fondo{
    background-color: #11B5E4;
    padding: .3rem 3rem .3rem 1rem;
    margin-bottom: .4rem;
    width: max-content;
}
h1{
    font-family: poppins;
    color: white;
    font-weight: 700;
    font-size: 5rem;

}

h4{
    font-family: poppins;
    color: white;
    font-weight: 600;
    font-size: medium;
}

.fuxia{
    background-color: #FE0F86;
    border-radius: 37px;
    font-family: poppins;
    color: white;
    margin-left: 2rem;
    font-weight: 700;
    margin-top: 1.5rem;
    width: 60%;
}
.contenido{
    margin-top: 2rem;
}
.uno{
    margin-left: .5rem;
}
.dos{
    margin-right: .5rem;
}

form{
    background: rgba(17, 181, 228, 0.2);
    border-radius: 15px;
    font-family: poppins;
    margin-top: 1rem;
    padding:.5rem .7rem 1.2rem .7rem;
}
.ingresa{
    font-family: poppins;
    font-weight: 700;
    text-align: center;
    color: #265FEE;
    font-size: medium;
    margin-bottom: 0%;
    
}
.hogar{
    color: #265FEE;
    font-weight: 400;
    text-align: center;
    font-size: x-small;
}
.nombre{
    color: #265FEE;
    font-weight: 400;
}
.form-group{
    color: #265FEE;
}
.porfavor{
    font-size: .7rem;
    font-weight: 300;
}
.form-check{
    color: #265FEE;
    font-weight: 400;
    padding-bottom: 1rem;
}
.btn-primary{
    border-radius: 30px;
    background: #265FEE;
    font-size: .8rem;
    font-family: poppins;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titulo{
    font-family: poppins;
    color: #265FEE;
    font-weight: normal;
    font-size: 2rem;
    margin-top: 2rem;
    padding-left: 1%;
}
.cuadro{
    font-family: poppins;
}
/*
i{
    color: #F29100;
    font-size: 3rem;
    margin-left: 1rem;
} */
/*.geo{
    color: #F29100;
    font-weight: 600;
    font-size: 1.5rem;
    margin-left: .5rem;

}*/
.desc{
    font-size: x-small;
}

.cuadros{
    background: #F29100;
    border-radius: 10px;
    margin: .5rem 2rem 1rem 2rem;
}
.title{
    font-weight: 600;
    font-size: medium;
}
.text{
    font-size: small;
    font-weight: 300;
}
td{
    color: white;
    font-family: poppins;
}
.icono{
    margin:auto;
    font-size: 5rem;
}
footer{
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: .5rem;
    font-size: .6rem
}
@media (min-width: 200px) and (max-width: 500px){
    .logo{
        margin-top: .6rem;
        width: 40%;
        display: flex;
        justify-content: center;
        
    }
    .button{
        font-size: .6rem;
        
        text-align: center;
        margin-left: -5rem;
        

    }
    .dos{
        margin-right: 0%;
    }
    .fondo{
        margin: auto;
        text-align: center;
        width: auto;
        padding: 0%;
        padding-bottom: .3rem;
        
    }
    h1{
        font-size: 3rem;
        text-align: center;
    }
    .botonf{
        text-align: center;
    }
    h2, h3{
        width: auto;
        margin: auto;
        margin-bottom: .5rem;
        text-align: center;
    }
   /*.geo{
       font-size: .7rem;
   }*/
   .fuxia{
       margin-left: 0%;

   }
   /*i{
       font-size: 1.4rem;
       margin-left: .5rem;
   }
   .desc{
       font-size: .5rem;
   } */
   .titulo{
       text-align: center;
   }
  .icono{
      font-size: 2rem;
      
  }
  .text{
      font-size: .6rem;
  }
  .title{
      font-size: .8rem;
  }
  .prin{
      padding:.6rem .2rem .6rem .2rem;
  }

}
@media (min-width: 500px) and (max-width: 800px){
    .logo{
        margin-top: .6rem;
        
    }
    .button{
        font-size: .6rem;
        margin-top: 1rem;
        text-align: center;

    }
    .fondo{
        margin: auto;
        text-align: center;
    }
    .botonf{
        text-align: center;
    }
    h2, h3{
        margin: auto;
        margin-bottom: .5rem;
        text-align: center;
    }
   /*.geo{
       font-size: 1rem;
   }
   i{
       font-size: 1.4rem;
       margin-left: .5rem;
   }
   .desc{
       font-size: .6rem;
   } */
   .titulo{
       text-align: center;
   }
  

    

}
@media (min-width: 800px) and (max-width: 1200px){
    /*
    i{
        font-size: 2rem;
    } */

}