@font-face {
	font-family: 'Montserrat';
	src: url('../textFonts/Montserrat-VariableFont_wght.ttf') format("truetype-variations");
	font-weight: 1 999;
}

@font-face {
	font-family: 'Montserrat_italic';
	src: url('../textFonts/Montserrat-Italic-VariableFont_wght.ttf') format("truetype-variations");
	font-weight: 1 999;
}


*
{
    margin: 0;
    padding: 0;
	user-select: none;
}

body
{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	min-width: 600px;
}


/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/


.pantalla_carga
{
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(241, 241, 241);

	flex-direction: column;
	justify-content: center;
	align-items: center;

	z-index: 9999;
}

.pantalla_carga > img
{
	width: 100%;
	max-width: 250px;
}

.pantalla_carga > div
{
	width: 100%;
	max-width: 350px;
}





/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/

.input, select {
    position: relative;
    display: inline-block;
    border: 1px solid #000;
    outline: 0;
    border-radius: 3px;
    height: 40px;
    width: 100%;
    padding: 0 2%;
    background: #FFF;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 7%);
    transition: box-shadow 0.3s, border 0.3s;
    vertical-align: top;
    box-sizing: border-box;
}

/*=========================================================================================*/

input[type="search"]::-webkit-search-cancel-button {display: none;}

/*=========================================================================================*/
/*=========================================================================================*/
/* Un buen scroll */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: #c7c5c5;
}
::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background: #6e6e6e;
}
::-webkit-scrollbar-track {
	border-radius: 100px;
}

/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/* myButton */

.myButton
{
	display: inline-flex;
	
	padding: 5px 25px;
	border-radius: 1px;
	
	font-weight: bold;
	width: min-content;
    height: min-content;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
	user-select: none;
}

.myButton:active
{
	transform: scale(0.98);
}


.myButton_clasico
{
	border-radius: 25px;
}


/* Color blanco */
.myButton_b
{
	background-color: #fff;
	color:rgb(39, 93, 75);;
}

.myButton_b:hover
{
	color:#fff;
	background-color: rgb(236, 105, 83);
}

/* Color blanco */
.myButton_b2
{
	background-color: #fff;
	color:rgb(236, 105, 83);
}

.myButton_b2:hover
{
	background-color: rgb(230, 243, 239);
}

/* Color blanco */
.myButton_v
{
	background-color: #30775f;
	color:rgb(255, 255, 255);
}

.myButton_v:hover
{
	background-color: #338368;
}

/* Color naranjo */

.myButton_n
{
	background-color: rgb(236, 105, 83);
	color:#fff;
}

.myButton_n:hover
{
	opacity: 0.9;
}


/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/* Ckeckbox */

.content-input input,
.content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
 
.content-input input{
	visibility: hidden;
	position: absolute;
	right: 0;
	user-select: none;
}

.content-input{
	position: relative;
    padding: 0px 0 0px 45px;
    display: flex;
    user-select: none;
    align-items: center;
	height: 23px;
}
 
/* Estas reglas se aplicarán a todos las elementos i 
después de cualquier input*/
.content-input input + i{
       background: #f0f0f0;
       border:2px solid rgba(0,0,0,0.2);
       position: absolute; 
       left: 0;
       top: 0;
}
 
/* Estas reglas se aplicarán a todos los i despues 
de un input de tipo checkbox*/
.content-input input[type=checkbox ] + i{
	width: 35px;
	height: 20px;
	border-radius: 15px;
	transition: background 0.3s;
}

/*
Creamos el círculo que aparece encima de los checkbox
con la etqieta before. Importante aunque no haya contenido
debemos poner definir este valor.
*/
.content-input input[type=checkbox] + i:before{
	content: ''; /* No hay contenido */
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	-webkit-box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
	transition:left 0.3s;	
}

.content-input input[type=checkbox]:checked + i:before{
	left: 15px;
	-webkit-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 0 -3px 0 rgba(0,0,0,0.2);
}
 
.content-input input[type=checkbox]:checked + i{
 background: rgb(37, 199, 145);
}


/*=========================================================================================*/
/*=========================================================================================*/
/*=========================================================================================*/
/* img carga */

.img_carga, .img_carga2, .img_carga_fallo
{
	position: relative;
    margin-right: 10px !important;
    min-width: 100px;
	width: 100px;
	border-radius: 3px;
	text-align: center;
}

.img_carga_fallo::after
{
	content: "Imagen no encontrada";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 8;
	top:43%;
	left: 0;
	text-align: center;
	z-index: -1;
}


.img_carga:after
{
	content: "";
	height: 80%;
	max-height: 300px;
	width: 100%;
	background:url("../imgs/g.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
	background-position-y: 12px;
	position: absolute;
	z-index: 8;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: identifier 3s infinite;
    animation-direction: forward;
}

.img_carga2:after
{
	content: "";
	height: 80%;
	max-height: 300px;
	width: 100%;
	background:url("../imgs/g_blanco.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
	background-position-y: 12px;
	position: absolute;
	z-index: 8;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: identifier 3s infinite;
    animation-direction: forward;
}

@keyframes identifier
{
    0% { opacity: 0.9;}
    50% { opacity: 0.1; }
    100% { opacity: 0.9; }
}

/*=========================================================================================*/
/*=========================================================================================*/


.class_redirect
{
    text-decoration: underline;
    color:blue;
    cursor: pointer;
}

/*=========================================================================================*/
/*=========================================================================================*/


.pass_icon_change_type_input
{
	display: flex;
	position: absolute;
	right: 0;
	height: 25px;
	width: 25px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	cursor: pointer;
	transition: border 0.3s, transform 0.3s, background 0.5s;
	background: transparent;
}

.pass_icon_change_type_input:hover
{
	border: 1px solid #c0c0c0;
	transform: scale(1.15);
	background-color: rgba(119, 255, 0, 0.033);
}

.pass_icon_change_type_input:active
{
	background-color: rgba(119, 255, 0, 0.108);
}
