﻿/*
    *
    * Azul clarito: #87CAE0 - rgb(143, 206, 237)
    * Azul fuerte: #1D74AE - rgb(23, 117, 189)
    * Dorado: #CA9E17 - rgb(202, 156, 18)
    *
*/
:root {
    --dorado: #CA9E17;
    --azul-fuerte: #1D74AE;
    --azul-claro: #87CAE0;
    --bg-dorado: #CA9E17;
}
body {
    font-size: 16px;
    font-family:Arial, Helvetica, sans-serif;
    position: relative;
}

header {
    width: auto;
}

header#headerSeccion{
    background-color: var(--azul-fuerte);
}

html {
    overflow-x: hidden;
}

.barraAzulClaro {
    background-color: #87CAE0;
    height: 0.7em;
    width: 100%;
}

.barraAzulFuerte {
    background-color: #1D74AE;
    height: .7em;
    width: 100%;
}

.bg-dorado{
    background-color: var(--bg-dorado);
}

.img-historia-derecha {
    float: right;
    margin-left: 10px;
}

.img-historia-izquierda {
    float: left;
    margin-right:10px;
}

.img-historia-derecha, .img-historia-izquierda, .img-historia {
    width: 250px;
    margin:10px;
    
}

.img-ancho {
    width: 100%;
}

.pdf-icon{
    width:50%;
}

.text-titulo {
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #CA9E17;
    color: #1D74AE;
}

.text-subtitulo{
    color: var(--dorado);
    font-weight: bold;
    text-transform: uppercase;
}

.text-dorado{
    color: var(--dorado);
}

.text-azul-fuerte{
    color: var(--azul-fuerte);
}

.text-titulo-menu {
    text-transform: uppercase;
    color: #1D74AE;
    font-weight: bold;
}

#ContenedorPrincipal {
    /*box-shadow: 0px 0px 20px black;*/
    padding: 0 !important;
}

#coronillas, #cantos{
    padding: 0 15px;
}

#coronillas .row a:hover{
    text-decoration: none;
}

#descripcionEvento {
    padding:10px;
}

#descripcionEvento span#horarioEvento {
    font-size:1.4em;
    padding:0;
    margin:0;
}

#detallesEvento span:nth-child(1){
    font-size:1.2em;
}


#diaEvento {
    width: 150px;
    background-color: white;
    height: 150px;
    border-radius: 10px;
    float: right;
    vertical-align: middle;
    margin: 10px 0 10px 0;
}

#diaEvento p {
    margin: 20px 0 -10px 0 !important;
    font-size: 1.35em;
}

#historiaRemedios{
    padding:1em;
}

#MenuIndex [class*="col-"] > a img.img-fluid {
    max-width: 70% !important;
}

#MenuIndex [class*="col-"] > a:hover {
    text-decoration: none;
}

#trianguloLogo {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000;
}

#SeparadorLogo {
    position: absolute;
    width: 12%;
    background: white;
    height: 17%;
    box-shadow: 0px 0px 15px 3px black;
    left: 7%;
    z-index:1000;
    top: 0;
}

#SeparadorLogo img{
    position: absolute;
    bottom:0;
}

@media (min-width: 992px) {
    #SeparadorLogo {
        height: 17% !important;
    }

    /*#diaEvento {
        float: none;
        margin: 10px auto 0 auto;
    }*/
}

@media (max-width: 768px) {
    #diaEvento {
        float: none;
        padding: 5px 0 0 0;
        margin: 10px auto 0 auto;
    }
}

@media (max-width: 576px) {
    #SeparadorLogo {
        height: 4% !important;
    }

    #diaEvento {
        float: none;
        padding: 5px 0 0 0;
        margin: 10px auto 0 auto;
    }
}
