﻿
@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    /* overflow: hidden;*/
    font-size: 20px;
    font-family: 'Montserrat-Regular' !important;
    /*   background-size: cover;*/
    background-color: #3273dc;
    background-image: url('../../../images/fondoWEB.jpg');
    background-repeat: repeat;
    background-color: rgba(255, 255, 255, 0.7);
}

.texto {
    font-size: 24px;
    font-weight: normal;
    color: black;
    text-align: right;
}

.txtIP {
    width: 200px;
    font-size: 18px;
    font-weight: normal;
    color: red;
    text-align: right;
}

#disclaimer {
    font-size: 20px;
    font-weight: normal;
    z-index: 9000;
    color: gray;
    padding: 60px 0px 60px 0px;
}

.boton {
    display: inline-block;
    padding: 5px 25px;
    font-family: 'Montserrat-Regular' !important;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    outline: none;
    color: #fff;
    background-color: #031c40;
    border: none;
    border-radius: 10px;
    transition: box-shadow 0.3s ease; /* Agregar transición para suavizar el efecto */
    /* Sombra inicial */
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}

    .boton:hover {
        /* Efecto al pasar el ratón sobre el botón */
        -webkit-box-shadow: 8px 8px 8px #666;
        box-shadow: 8px 8px 8px #666;
    }

    .boton:active {
        /* Efecto al hacer clic en el botón */
        -webkit-box-shadow: 3px 3px 3px #333;
        box-shadow: 3px 3px 3px #333;
    }


a img {
    border: none;
}

a:visited {
    color: White;
}

a:link {
    color: GrayText;
}

#divImgF {
    position: fixed;
    z-index: 9000;
    top: 69px;
    left: 0px;
    height: 48px;
}

.menuItemImg {
    width: 150px;
    height: 150px;
    padding: 10px;
    opacity: 0.8;
}

    .menuItemImg:hover {
        opacity: 1.0;
    }

.menuItemRoot {
    float: left;
    width: 150px;
    height: 150px;
    padding: 10px;
    opacity: 0.8;
}

.menuItemLabel {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    position: relative;
    top: -142px;
    float: right;
    left: -24px;
    width: 40px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222222;
    z-index: 99999;
    height: 100%;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    padding: 0;
}

.menuItemImg {
    width: 130px;
    height: 130px;
    border: 2px solid #fff;
    -moz-box-shadow: 0px 2px 1px #cfcfcf;
    -webkit-box-shadow: 0px 2px 1px #cfcfcf;
    box-shadow: 0px 2px 1px #cfcfcf;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    border-radius: 130px;
}

