@font-face {
    font-family: "Cera PRO";
    src: url("Postugasins\fonts\CeraPro-BoldItalic.ttf");
}
input#file1 {
    overflow: hidden;
}
input#file2 {
    overflow: hidden;
}
input#file3 {
    overflow: hidden;
}
.modal-dialog {
    margin-top: 150px;
}
div#menu {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    position: fixed;
    width: 100%;
    background-color: #1a57db !important;
}

Nav#menu {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    position: fixed;
    width: 100%;
    background-color: #1a57db !important;
}

.mt-10 {
    margin-top: 4rem !important;
}

strong#title {
    color: #1973de;
}

.bg-seccion {
    background-color: #1a57db!important;
    color: #f2f4f7;
}

.bg-header {
    background-color: #cccccce0!important;
    color: #1a1b1b;
}

button.btn.btn-link {
    color: antiquewhite;
}

.custom-file-label:before {
    content: "";
}

.custom-file-label:after {
    content: "Elegir";
}


/* Agregadas del Proyecto PHP */

.carousel-indicators {
    margin: 0;
    display: block;
    top: 40%;
    right: 20px;
    left: unset;
    transform: translateY(-50%);
}

.lead,
.nav-link {
    font-size: 1.2rem;
}

h1,
h2,
h3 {
    font-weight: 600;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

h5.custom-file-label {
    margin-top: revert;
}

h6.text-primary {
    margin: auto;
}

h6.text-danger {
    margin: auto;
}

select#menulist {
    background: transparent;
    border: 0px;
    color: white;
    text-color: white;
}

select option {
    margin: 40px;
    background: #1a57db;
    color: rgb(246, 244, 250);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: currentcolor;
}

.modal-header {
    color: aliceblue;
}

.text-sucess {
    font-size: 0.8rem !important,
}


/* 
.py-6 {
    padding: 3.4rem;
} */


/* .text-white-50 {
    color: rgba(255, 255, 255, .5)!important;
} */

.col-lg-4.col-md-12.d-flex {
    padding-top: 70px;
}


/* .item img {
    width: 100%;
    height: 100%;
}
 */


/* 
:root {
    --color-dark: #f9f9faea!im
p   ort
nt;
    --color-light: #3944e0;
    --color-gold: #f0ea9f;
    --color-btn: #1b1c1df3;
   

}

body {
   


    font-family: 'Vesper Libre', serif;
    font-weight: 200;
    background-color: var(--color-dark);
    color: var(--color-light);
    letter-spacing: .05rem;
}

.text-light {
    color: var(--color-dark) !important;
}

.text-dark {
    color: var(--color-dark) !important;
}

.bg-ligth {
    color: var(--color-dark) !important;
}

.bg-dark {
    background-color: var(--color-light) !important;
}

.lead,
.nav-link {
    font-size: 1.6rem;
}

h1,
h2,
h3 {
    font-weight: 600;
}

.btn-primary {
    background-color: var(--color-btn) !important;
    border: 0;
    border-radius: 0;
    font-size: 1.4rem;
    padding: .5rem 2rem
}

.btn-primary:hover {
    background-color: var(--color-btn) !important;
    border: 0;
    opacity: .9;
}


.slide-number {
    bottom: 20px;
    right: 40px;
}

.py-6 {
    padding: 3.4rem;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5)!important;
}

a {
    color: #feffff;
}

.col-lg-4.col-md-12.d-flex {
    padding-top: 100px;
}

.item img {
    width: 100%;
    height: 100%;
}

*/