﻿/*@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
body {
    margin: 0;
    font-size: small;
    /*background-image: url('../images/fondos/mat.png');*/
    /*background-image: url('../images/fondos/xpd_22.png');*/
    /*background: linear-gradient(to bottom right, #935f45, #987d51, orange);*/
    background-repeat: repeat;
    font-family: 'Times New Roman';
}
label {
    font-size: 12pt;

}
.margen-cuerpo{
    margin-top: 165px;
}
.divisor {
    width: 100%;
    height: 15px;
    background: linear-gradient(180deg, #c7c7c7, white);
}
.font-cormorant {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
.scrooll-adhesion{
    max-height: 935px;
    overflow: auto;
}
.border-gris-oscuro {
    border: 2px solid #c1c1c1;
}
.bg-silver {
    background-color: #efefef;
}
.cuerpo-mb150-mt50 {
    margin-bottom: 150px;
    margin-top: 50px;
}
a.link-comunicado {
    text-decoration: none;
    color: darkblue;
}
a:hover.link-comunicado {
    text-decoration: none;
    color: #0026ff;
}

.h-35 {
    height: 35px;
}
.h-50px {
    height: 50px;
}
.h-75px {
    height: 75px;
}
.h-1000 {
    height: 1000px;
}
.w-90 {
    width: 90px;
}
.min-w-100 {
    min-width: 100px;
}
.max-w-100 {
    max-width: 100px;
}
.mb-80px{
    margin-bottom: 80px;
}
.Oculto {
    display: none;
}
.btn-adhesiones {
    position: absolute;
    top: 5px;
    right: 25px;
}
.ancho-alto-ventana {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100vh;
}
.fondo-negro-opacidad-40{
    background-image: url('../images/fondo_negro_opacidad40.png');
    background-repeat: repeat;
}
.resumen{
    font-stretch: expanded;
    letter-spacing: 3px;
}
.text-verde{
    color: #7a894e;
}
.text-gold{
    color: goldenrod;
}
.btn-verde {
    background-color: #7a894e;
}
.btn-blue-dark{
    background-color: darkblue;
}
.position-toolbar-master {
    position: fixed;
    top: 5px;
    left: 25px;
}
.position-toolbar-child {
    position: fixed;
    top: 160px;
    left: 25px;
    z-index: 10000;
}
.fondo-juan-pablo {
    background-image: url('../images/fondos/papa_juan_pablo_II.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-block{
    margin: 0px auto 0px auto;
    background-color: #343a40;
    width: 100px;
    height: 50px;
}
.centrar-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fondo-login {
    background-image: url('../images/freepik/17748603.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.texto-sombreado{
    text-shadow: 1px 1px 2px black;
}
.card-login {
    width: 350px;
}

.card-registro {
    width: 550px;
}

/*.winWait {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 4000;
    background-image: url('../images/fondo_negro_opacidad40.png');
}
*/
.btn-100x100 {
    width: 100px;
    height: 100px;
}

.text-azul-marino {
    color: #0c3c60;
}
.itm-max-height-85 {
    max-height: 85px;
}
.bg-attach-fixed {
    background-attachment: fixed;
}
.fixed-top-right {
    position: fixed;
    right: 5px;
    top: 85px;
}
.borde-izquierdo-verde {
    border-left: 4px solid #00ff21;
}
.borde-izquierdo-amarillo {
    border-left: 4px solid #ffd800;
}
.borde-izquierdo-rojo {
    border-left: 4px solid #941200;
}

@media screen and (max-width: 575.98px) {
    .margen-cuerpo {
        margin-top: 180px;
    }
    .h1{
        font-size: x-large;
    }
    .h3 {
        font-size: large;
    }
    .card-login {
        width: 350px;
    }
    .card-registro {
        width: 350px;
    }
    .header-block {
        margin: 0px auto 0px auto;
        background-color: #343a40;
        width: 75px;
        height: 50px;
    }
    .position-toolbar {
        position: absolute;
        top: 125px;
        left: 25px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .card-login {
        width: 350px;
    }
    .card-registro {
        width: 350px;
    }

    /*// Medium devices (tablets, 768px and up)*/
    @media screen and (min-width: 768px) and (max-width: 991.98px) {
    }

    /*// Large devices (desktops, 992px and up)*/
    @media screen and (min-width: 992px) and (max-width: 1199.98px) {
    }

    /*// Extra large devices (large desktops, 1200px and up)*/
    @media screen and (min-width: 1200px) {
    }
}
