/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 8 may. 2023, 18:29:17
    Author     : Alex
*/

@font-face {
    font-family: 'Arial';
    /*src: url('https://master.guruitperu.com/icons/fonts/CaviarDreams.ttf') format('truetype'),*/
    /*     url('https://master.guruitperu.com/icons/fonts/CaviarDreams.woff') format('woff');*/
    font-weight: normal;
    font-style: normal;
    /*text-transform: uppercase;*/
}

p,h1,h2,h3,h4,h5,div,a,span,label,td,tr,th,body {
    font-family: 'Areial', sans-serif;
}

.emailerror{
    border: solid 1px red;
}
.emailerror:after{
    content:"Correo Invalido";
    color:red;
}

#culqi_checkout_frame{
    z-index: 99 !important; 
}

.loading-overlay{
    z-index: 9999999999999 !important;
    opacity: 1 !important;
} 

.mb-4 {
    margin-bottom: 1.5rem!important;
}