﻿@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-Regular.woff2') format('woff2'), url('../fonts/Panton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-Bold.woff2') format('woff2'), url('../fonts/Panton-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-BoldItalic.woff2') format('woff2'), url('../fonts/Panton-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-Light.woff2') format('woff2'), url('../fonts/Panton-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-LightItalic.woff2') format('woff2'), url('../fonts/Panton-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-ExtraBlack.woff2') format('woff2'), url('../fonts/Panton-ExtraBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-ExtraBlackItalic.woff2') format('woff2'), url('../fonts/Panton-ExtraBlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: 'Panton';
    font-size: 14px;
    color: #555;
}



/*** LOADER ***/
.loader-bg .loader-box .loader {
    border: 6px solid #eeeeee;
    border-radius: 50%;
    border-top: 6px solid #00a1c4;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}

.loader-bg .loader-box p {
    color: var(--morado);
    font-size: 2rem;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loadercontainer {
    height: 100vh;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
}

/*** FIN LOADER ***/

#containernovalido {
    height: 100vh;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Estilos agregados por fausto dzib*/

/*--------------------------Header--------------------------------------------*/
.flex-column {
    flex-direction: column !important;
}

.h-100 {
    height: 100% !important;
}

.d-flex {
    display: flex !important;
}
/*-----------------------------------------------------------------------------*/
/*--------------------------Header--------------------------------------------*/
.header-section, #header {
    height: 80px;
    background-color: #242f5d;
    color: black;
    z-index: 999;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 500ms;
}

.py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.header-section, .header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.w-80-p {
    width: 80% !important;
}
/*-----------------------------------------------------------------------------*/

/*--------------------------Contenido--------------------------------------------*/
.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.info-section {
    /*padding-left: 5vw;
    padding-right: 5vw;*/
    margin-top: 90px;
}
/*-----------------------------------------------------------------------------*/

.NavbarPersonalidazo {
    background-color: rgb(36, 47, 93);
}

.FooterPersonalizado {
    background-color: #f8f9fa !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-top: auto !important;
    display: block;
}

.iconRS {
    border-radius: 0;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    height: 50px;
    width: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.top-info {
    border-bottom: 1px solid white;
}

.p-12 {
    padding: 12px !important;
}

.p-36 {
    padding: 36px !important;
}

.w-100-p {
    width: 100% !important;
}

.w-75-p {
    width: 75% !important;
}

.contact-info {
    font-size: 1.2rem;
}

/*.pt-24 {
    padding-top: 24px !important;
}
*/
.mb-12 {
    margin-bottom: 12px !important;
}

/*
.provider-footer-section, .bottom-info, .info-item, mat-icon {
    transform: scale(0.8);
}
*/
.mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}

.mat-icon {
    font-weight: 400 !important;
    line-height: 1;
}

.mr-4 {
    margin-right: 4px !important;
}

i, mat-icon {
    font-size: 24px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    line-height: 24px;
}

.icon-emergencia {
    font-weight: 800;
    padding-left: 2px;
    border-left: 1px solid white;
    font-size: 1.5rem;
}

.label-info-wrapper {
    resize: none;
    text-align: center;
}

.label-info {
    padding: 16px;
    background: rgba(0, 0, 0, 0.2);
}

.pb-24 {
    padding-bottom: 24px !important;
}

/* Cuerpo */
#cuerpo {
    display: table;
    width: 100%;
    /*margin-top:15px;
    margin-bottom:15px;*/
    margin: 0 auto;
    /* padding-bottom: 80px;*/
    min-height: calc(100vh - 448.6px);
}

/*--------------------------footer--------------------------------------------*/
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.mt-auto {
    margin-top: auto !important;
}
/*-----------------------------------------------------------------------------*/

