﻿@charset "UTF-8";
/* CSS Document */

/*
 * Primary #6ceefb
 * Dark #6d6d6d		
 * Light #dfdfdf
 */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Maven+Pro:wght@400..900&display=swap');


@font-face {
  font-family: 'PPFormula Light';
  font-style: normal;
  font-weight: normal;
  src: local('PPFormula Light'), url('../fonts/PPFormula-Light.otf') format('opentype');
}

@font-face {
  font-family: 'PPFormula Medium';
  font-style: normal;
  font-weight: normal;
  src: local('PPFormula Medium'), url('../fonts/PPFormula-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'PPFormula Extended Bold';
  font-style: normal;
  font-weight: normal;
  src: local('PPFormula Extended Bold'), url('../fonts/PPFormula-ExtendedBold.otf') format('opentype');
}

@font-face {
  font-family: 'PPFormula SemiExtended Bold';
  font-style: normal;
  font-weight: normal;
  src: local('PPFormula SemiExtended Bold'), url('../fonts/PPFormula-SemiExtendedBold.otf') format('opentype');
}

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
  line-height: 23px !important;
  background: rgb(244,246,249);
  background: -webkit-linear-gradient(rgba(244,246,249,1) 0%, rgba(244,246,249,1) 50%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(rgba(244,246,249,1) 0%,  rgba(244,246,249,1) 50%, rgba(255,255,255,1) 100%);
  background: linear-gradient(rgba(244,246,249,1) 0%, rgba(244,246,249,1) 50%,  rgba(255,255,255,1) 100%); 
  font-family: "Poppins", Sans-serif;
  font-weight: 300;
  color: #7e7f80;

}

section{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#header{
  min-height: 100px;
  background-color: #000 !important; 
  box-shadow: rgb(230, 230, 230) 0px 2px 8px;
}

#header .logo{
  padding: 30px 0px;
}

#main{
  padding: 30px 0px 30px 0px;
  
}
#main .card{
  /* border: 0px !important; */
  background-color: #FFF !important;
  border-radius: 10px;
  box-shadow: rgb(230, 230, 230) 0px 2px 8px;
}

#main .card .card-body{
  padding: 30px;
}

#main .card .card-header{
  background-color: transparent;
  padding: 20px 30px 10px 30px;
}

#loading{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

#loading img{
  position: absolute;
  width: 192px;
  height: 192px;
  top: 50vh;
  margin-top: -96px;
  left: 50%;
  margin-left: -96px;
}

.text-xl{
  font-weight: 600;
  border: 0;
  box-shadow: 0;
  font-size: 32px !important;
  text-align: center;
}

.text-lg{
  font-size: 24px !important;
  font-weight: 400 !important;
  text-align: center;
  border: 0;
  box-shadow: 0;
}

.text-md{
  font-size: 18px;
  text-align: center;
  border: 0;
  box-shadow: 0;
}

.text-primary{
  color: #a2e201 !important;
}

.border-primary{
  border-color: #9B47F4 !important;
}

.btn-primary{
  background-color: #daff00;
  border-color: #daff00;
  color: #000;
  font-weight: 600;
  padding: 15px 0px;
  border-radius: 50px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  background-color: #a2e201 !important;
  border-color: #a2e201 !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.form-floating > .form-control::placeholder {
  color: revert !important;
}

.form-floating > .form-control:not(:focus)::placeholder {
  color: transparent !important;
}

.btn-outline-primary{
  color: #6d6d6d;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active{
  color: #6d6d6d !important;
  background-color: transparent !important;
}

.form-control:focus,
.form-control:active,
.form-control:hover{
  box-shadow: none !important;
}

.form-select:focus,
.form-select:active,
.form-control:focus,
.form-control:active{
  border-color: #6d6d6d;
}


.form-control{
  font-size: 14px;
}

::-ms-input-placeholder { /* Edge 12-18 */
  font-weight: 400;
  color: rgba(223, 223, 223, 1) !important;
}

::placeholder {
  font-weight: 400;
  color: rgba(223, 223, 223, 1) !important;
}

#footer{
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4{
  font-family: "Montserrat", Sans-Serif;
  color: #22242C;
  font-weight: 700;
}

h1{
  font-size: 2.25rem;
}

h2{
  font-size: 25px;
}

h3{
  font-size: 20px;
}

h4{
  font-size: 15px;
  font-weight: 700;
}

h5{
  font-weight: 600;
  font-size: 14px;
  color: #22242C;
}

a{
  color: #543FEC;
}

a:hover,
a:focus{
  text-decoration: none !important;
  color: #4836ca;
}


.teclado {
  display: grid;
  grid-template-columns: repeat(3, 70px);
  gap: 10px;
}

.teclado button {
  font-size: 24px;
  padding: 20px;
  cursor: pointer;
}

.teclado .boton-ancho {
  grid-column: span 2;
}

.teclado .boton-borrar {
  background-color: #f44336;
  color: white;
}

.teclado .boton-ingresar {
  background-color: #4CAF50;
  color: white;
}

@media screen and (max-width: 767px) {
  #main .card .card-body{
    padding: 25px;
  }
}
