﻿:root {
    --TEXT: rgb(121,134,140);
    --SECONDARY-TEXT: rgb(203,216,222);
    --MAIN: rgb(0,75,133);
    --SECONDARY: rgb(219,230,234);
    --HOVER: rgb(240,244,247);
    --TITLE: rgb(0,75,139);
    --HOVER-SECONDARY: rgb(136,234,255);
}

@font-face {
    font-family: 'newake-font-regular';
    src: url('../fonts/newake-font-regular.otf') format('opentype');
}

@font-face {
    font-family: 'visbycf-regular';
    src: url('../fonts/visbycf-regular.otf') format('opentype');
}

@font-face {
    font-family: 'visbycf-light';
    src: url('../fonts/visbycf-light.otf') format('opentype');
}

#logosAgsFooter {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#logos911Footer {
    width: 23%;
    margin-left: auto;
    margin-right: auto;
}


span.validationStyle {
    color: rgb(229,0,0);
    display: flex;
    align-items: center;
    padding-left: 23px;
    font: 600 10pt 'visbycf-light';
    text-transform: capitalize;
    animation: prueba 0.75s ease-in;
    background: url('../images/validation/error.png') no-repeat 44% center;
    height: 32px;
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
}

@keyframes prueba {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.main-container {
    height: 100%;
    background: url("../images/fondop.png") no-repeat;
    background-size: 100%;
}


    .main-container header {
        background: url("../images/fondoc.png") no-repeat;
        background-size: 100% 100%;
        padding: 15px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 15px 5px silver;
        height: 135px;
    }


        .main-container header img {
            display: block;
            width: 12em;
            margin-top: 4%;
        }

.img2 {
    width: 11.55em !important;
}




.main-container footer {
    /*background: url("../images/pie.png") no-repeat;*/
    background-position: bottom center;
    background-size: 175px auto;
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    margin: auto !important;
    padding: 25px !important;
    box-shadow: 0 -11px 11px -11px silver;
}



    .main-container footer > div:nth-child(1) img {
        display: block;
        width: 24px;
        height: 24px;
        margin: 5px !important;
    }

    .main-container footer > div:nth-child(2) img {
        display: block;
        width: 67px;
    }

    .main-container footer > div:nth-child(1) {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .main-container footer > div:nth-child(1) > div {
            flex-basis: 100%;
            display: flex;
            align-items: center;
            font: 600 11pt 'visbycf-regular' !important;
            color: var(--SECONDARY-TEXT);
        }

            .main-container footer > div:nth-child(1) > div img {
                width: 19px !important;
                height: 19px !important;
            }

    .main-container footer > div:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

span.validationStyle {
    background: url('../images/validation/error.png') no-repeat 30% center;
}


.main-container footer > div {
    width: 50%;
}

@media screen and (min-width:240px) and (max-width: 1023px) and (orientation:portrait) {
    .main-container header img {
        width: 7em !important;
        margin-top: 12%
    }

    #img2 {
        width: 6.60em !important;
    }

    .main-container footer {
        width: 100%
    }

    #logosAgsFooter {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #logos911Footer {
        width: 43%;
        margin-left: auto;
        margin-right: auto;
    }


    .main-container header {
        height: 79px !important;
    }
}

@media screen and (min-width:240px) and (max-width: 1023px) and (orientation:landscape) {
    .main-container header img {
        width: 12em !important;
    }

    .main-container header {
        height: 91px !important;
    }
}

#page-container {
    position: relative !important;
    min-height: 100vh !important;
}

#content-wrap {
    padding-bottom: 2.5rem !important; /* Footer height */
}

.hhh {
    font: 30pt 'newake-font-regular';
    color: black;
    text-align: center;
    margin-bottom: 35px !important;
}

.hhhf {
    font: 28pt 'newake-font-regular';
    color: #0165E1;
    text-align: center;
    margin-bottom: 35px !important;
}

.hhhi {
    font: 28pt 'newake-font-regular';
    color: #E1306C;
    text-align: center;
    margin-bottom: 35px !important;
}

.hhht {
    font: 28pt 'newake-font-regular';
    color: #1DA1F2;
    text-align: center;
    margin-bottom: 35px !important;
}

.btn-flotante {
    font-size: 16px; /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    color: #ffffff; /* Color del texto */
    border-radius: 5px; /* Borde del boton */
    letter-spacing: 2px; /* Espacio entre letras */
    background-color: #28a745; /* Color de fondo */
    /*padding: 18px 30px; Relleno del boton */
    border-radius: 20em;
    position: fixed;
    bottom: 40px;
    left: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

    .btn-flotante:hover {
        background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-7px);
    }

@media only screen and (max-width: 600px) {
    .btn-flotante {
        border-radius: 10em;
        font-size: 14px;
        bottom: 92%;
        position: absolute;
        left: 25%;
    }
        .btn-flotante:hover {
            background-color: #28a745 !important; /* Color de fondo al pasar el cursor */
            box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
            transform: translateY(-7px);
        }
}
