﻿
:root {
    /*--rojo: #e15963;*/
    --rojo: #EF4650 !important;
    --negro: black !important;
    --gris: #8b8b8b !important;
    --gris_oscuro: #5D6162 !important;
    --rojo_claro: hsla(9, 100%, 61%, 0.3) !important;
    /* --fuente: Open Sans !important;*/
    --verde: #3DBE9D !important;
    --fuente: 'Open Sans', !important;
}

:root {
    
}
/*body {
    font-family: var(--fuente);*/ /* Aplica la fuente al cuerpo del documento */
/*}*/

label, input::placeholder {
    font-family: var(--fuente); /* Aplica la fuente a los labels y placeholders */
    
}

/* Aplicar la fuente también a los selects y cualquier otro elemento específico */
select, textarea {
    font-family: var(--fuente);
}

/* Si necesitas aplicar la fuente a otros elementos específicos o partes del formulario */
input, textarea, select {
    font-family: var(--fuente);
}
body {
    background-color: #ececed;
    font-family: var(--fuente);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main.pb-3 {
    padding: 0% 15% 0% 15%;
    height: max-content;
    overflow-y: auto;
}
@media (min-width: 1140px) {
    body {
        font-size: 100%;
    }
}
@media (min-width: 720px) {
    body {
        font-size: 90%;
    }
}

/*HEADER*/


#header {
  /*  height: auto;*/
}
#header {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#901335', endColorstr='#880f1c', GradientType=0);
/*    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);*/
   /* height: 130px;*/
}

@media (min-width: 65em) {
    #block-navegacionprincipalenglish, .main-menu-nav {
        /* margin-left: calc(-50vw + 50%); */
        /* margin-right: calc(-50vw + 50%); */
        /* padding-left: 0; */
        /* padding-right: 0; */
        /* float: none; */
        /* background-color: #000; */
        /* clear: both; */
    }
}
@media (min-width: 65em) {
    .toggle-expand {
        display: none;
    }
}
.toggle-expand {
    color: navy;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.toggle-expand__open {
    display: inline-block;
    text-align: center;
}
.toggle-expand {
    color: navy;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
}






.container {
    margin-right: auto;
    margin-left: auto;
  
}
.container:before, .container:after {
    display: table;
    content: "";
    line-height: 0;
}

#header-lvl2 {
    background-color: var(--negro);
   
    /*  height: 60px;*/
}
#header .container {
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: initial;
    padding: 0% 15% 0% 15%;
}
#menu-nav {
    display: -webkit-inline-box;
    background-color: var(--negro);
    color: #ded1d4;
    text-align: center;
    width: 100%;
    min-height: 60px;
    /*height: 60px;*/
}
#menu-nav .row {
    margin: 0;
}
.span3 {
    width: 220px;
    background-color: none;
}
#logo-and-name h1 {
    margin-left: 10px;
    margin-top: -2px;
}
#header-div-nav {
    width: 100%;
}
.span8 {
    width: 620px;
}
#header-nav {
    float: right;
    margin-bottom: 0;
    margin-top: 15px;
}


#menu-btns .col-md-4 {
    width: 14%;
}
#menu-btns div {
    padding: 0px;
    overflow: hidden;f
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-md-2 {
    float: left;
}

/*FIN HEADER*/
    /*FOOTER*/
    #footer-wrapper {
    background: var(--negro);
    width: 100%;
  /*  margin-top: 50px;*/
    color: whitesmoke;
 /*   position: absolute;*/
    height: 300px;
    bottom: 0;
}
footer {
    min-height: 40px;
    margin-top: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
#footer.container {
    /* width: max-content; */
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px 70px 0px;
    border-bottom: solid 1px grey;
    height: -webkit-fill-available;
}
.container:before, .container:after {
    display: table;
    content: "";
    line-height: 0;
}

#copyright-footer {
    background-color: var(--negro);
    color: grey;
    text-align: center;
    width: 100%;
    height: 50px;
    padding-top: 10px;
   /* position: absolute;*/
    bottom: 0;
}
#print-date {
    display: none;
}
#footer-wrapper a {
    color: #ded1d4;
    padding-bottom: 50px;
}

/*FIN FOOTER*/

/*BOTONES*/
titulo1 {
    font-size: 1.75rem;
    color: black;
    font-weight: bolder;
}
.boton {
    display: inline-block;
    /*  font-weight: bolder;*/
    color: white;
    text-align: center;
    vertical-align: middle;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    background-color: var(--rojo);
    border: 1px solid var(--rojo);
    padding: 1rem 1rem 1rem 1rem; /*  .895rem 1.85rem;*/
    /*   font-size: 1rem;*/
    /*   line-height: 1.5;*/
    border-radius: 2.25rem;
    width: 15%;
    min-width: fit-content;

}

.boton_lg {
    font-weight: bolder;
    font-size: 1.2rem;
    line-height: 1.4;
}
.boton_md {
    font-weight: bolder;
    font-size: 1rem;
    line-height: 1.4;
}

    .boton:hover {
        background-color: white; /* Cambia el color de fondo */
        color: var(--rojo);
        text-decoration: none;
    }
.boton:active {
    transform: translateY(2px); /* Efecto de desplazamiento hacia abajo */
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
   
}
.boton:disabled {
    background-color: var(--gris); 
    border: 1px solid var(--gris);
    cursor: not-allowed;
}
.boton:disabled:hover {
    color: white;
}
button:disabled {
    background-color: var(--gris); /* Color de fondo más claro */
    border: 1px solid var(--gris);
    cursor: not-allowed; /* Cursor de no permitido */
}
button:disabled:hover {
    color:var(--gris);
}
.boton_verde {
    background-color: var(--verde);
    border: 1px solid var(--verde);
    color:white;
}
    .boton_verde:hover {
        background-color:white;
       color:var(--verde);
    }
.boton-blanco {
    display: inline-block;
    /*  font-weight: bolder;*/
    color: var(--rojo);
    text-align: center;
    vertical-align: middle;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    background-color: white;
    border: 1px solid var(--rojo);
    padding: 1rem 1rem 1rem 1rem; /*  .895rem 1.85rem;*/
    /*   font-size: 1rem;*/
    /*   line-height: 1.5;*/
    border-radius: 2.25rem;
    width: 15%;
    min-width: fit-content;
}

.boton-blanco:hover {
    background-color: var(--rojo);
    color: white;
}

/*FIN BOTONES*/
/*FUENTES*/
.titulo_grande {
    font-size: 35px;
 /*   font-family: open sans;   */
    line-height: 41px;
}
.titulo_mediano {
    font-size: 20px;
   /* font-family: open sans;*/
   
    line-height: 35px;
}


.texto_pequenio { 
    font-weight: 400;
    line-height: 25px;
}
.negrita {
    font-weight: bold;
    line-height: 25px;
}
/*FIN FUENTES*/


/*FOrmulario */
.form-control {
    color: #595C5F; /* var(--gris_oscuro);*/
    font-weight: 400;
    min-height: 45.2px;
    padding-top: 15px !important;
    border: 1px solid #ced4da;
    border-radius: .55rem;
}

.form-control:focus {
    border-color: var(--rojo);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(254,70,33,.075);
    transition: box-shadow 0.3s ease-in-out;
}
.upload-button {
    height: 30px;
    margin-top: -5px;
    padding-top: 2px;
}

/*hr {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}*/


