@charset "utf-8";
/* CSS Document */

.body {
    background-color: #EBE7E7;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#link{
  color: black;
  text-decoration: none;
}
.fondo {
    background-color: #FBFBFB;
}
.fondo2 {
    background-color: #FDF8F3;
}.linea-1 {
    border: medium groove #E71317;
}
.margen-sup-1 {
    margin-top: 1%;
}
.total-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.oculto {
    color: #FFFFFF;
    font-size: 2px;
}
.contraer-altura {
    margin-top: -11px;
    margin-bottom: -9px;
}
.h6-chico {
    font-size: 0.8rem;
}
.marco {
    border: thin solid #BBB6B6;
    margin-top: 9px;
    margin-right: 3%;
    margin-bottom: 3%;
    margin-left: 3%;
    -webkit-box-shadow: 1px 1px #CACACA;
    box-shadow: 1px 1px #CACACA;
}
.margen-izq-1 {
    margin-left: 1%;
    margin-right: 1%;
}
.flotar {
    background-attachment: fixed;
}
.text-rojo {
    color: #B50607;
}
.margen-laterales {
    padding-left: 2%;
    padding-right: 2%;

}

.h5-res{
    font-size: clamp(1rem, 1.3vw, 1.3rem);
}.titulo-rojo {
    text-transform: uppercase;
    color: #DF0609;
}
.fondo-amarillo {
    background-color: #F2FFD2;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: normal;
    font-size: large;
}
.fondo-gris {
    background-color: #ECECEC;
}
.texto-azul {
    color: #4B59E9;
}
