﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

* {
    outline: none !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--neutros-gris-400, #9CA3AF);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--neutros-gris-400, #9CA3AF);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--neutros-gris-400, #9CA3AF);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

body {
    padding: 0px;
    font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0rem !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 12px;
    padding-right: 12px;
    z-index: -1;
    width: 100%;
    position:absolute;
}

.invalid-feedback{
    font-weight: 500;
}

.dvCargando {
    --bs-gutter-x: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none !important;
}

.hidden {
    display: none !important;
}

.modal-backdrop.show {
    background: #071436;
    opacity: .9;
    filter: alpha(opacity=80); /* Para versiones anteriores de IE */
}

hr {
    height: 2px;
    background: var(--gray-200, #E5E7EB);
    display: block;
}

/*
.recaptcha-checkbox-border{
    border-radius: 8px !important;
}*/
/*
iframe {
    border-radius: 8px !important;
    border: 1px solid var(--grayscale-gray-4, #CACCCF) !important;
}*/

/******************************/
/*MOBILE*/
/******************************/
@media (max-width: 500px) {
    hr{
        display: none;
    }  
    /*.body-content {
        position: absolute;
    }*/
}