﻿#billboardLogeado .carousel-inner .carousel-item{
    z-index:999;
}

.btn-registrar-link {
    border-radius: 15px;
    padding: 2px 8px;
    margin-top: 0.3em;
    display: inline-block;
   
    
}
.btn-registrar-xl {
    background: #f00;
    border: 1px solid #f00;
    color: #fff;
    -webkit-transition: color 150ms linear, background 150ms linear;
    -o-transition: color 150ms linear, background 150ms linear;
    transition: color 150ms linear, background 150ms linear;
    font-size: .95em !important;
}

    .btn-registrar-xl:hover {
        background: #F78181;
        color: white;
        border: 1px solid #f00;
        text-decoration: none;
    }

.heading3 {
    border-bottom: 1px solid #ccc
}

/*Corregir expansión de Carrousel Bootstrap*/
.fix {
  align-items: flex-start !important;
}

/* Tooltip container */
.tooltip_rfv {
}
    /* Tooltip text */
    .tooltip_rfv .tooltiptext {
        visibility: visible;
        background-color: #FF7F2A;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        padding: 5px;
        border: 1px solid #FF5500;
        font-weight: 700;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 2;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip_rfv:hover .tooltiptext {
        visibility: visible;
    }

    .tooltip_rfv .tooltiptext .left {
        top: -5px;
        right: 105%;
    }

    .tooltip_rfv .top {
        bottom: 115%;
    }

    .tooltip_rfv .bottom {
        width: 120px;
        top: 100%;
        left: 50%;
        margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
    }

    .tooltip_rfv .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #FF5500 transparent transparent transparent;
    }

    .tooltip_rfv input[type=text], .tooltip_rfv input[type=number], .tooltip_rfv textarea {
        border: 2px solid #FF5C00 !important
    }

.fondo-acceso-principal {
    /*margin-bottom: 2em;*/
    position: relative;
    /*padding-bottom: 1em;
    background: #ec3f3c;*/
}

#contenedor-login{
    height: 100% !important;
    bottom: 0;
    top: 0;
    overflow-y: hidden;
}

#panelLogin {
    position: absolute;
    width: 320px;
    z-index: 999;
    top:0;
    bottom:0;
 
}

    #panelLogin .well {
        background: #fff;
        box-shadow: 0px 1px 15px -13px rgba(0, 0, 0, .5);
        padding: 2em;
       height: 100%;
       top:0;
       bottom: 0;
       overflow-y: hidden;
    }

.btn-login {
    font-size: 15px !important;
    width: 200px;
    /* margin-bottom: 0.25em; */
}

.btn-primary {
    background-color: #114192;
    border-color: #224092;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    border-radius: 30px;
}

    .btn-primary.btn-lg {
        font-weight: 600;
        font-size: 20px;
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

#panelLogin .form-control {
    border: none !important;
    border: 1px solid #4b84bc !important;
    border-radius: 10px;
    font-size: 12px;
}

#panelLogin h6 {
    color: #ce353c;
    font-weight: 700;
    text-align: center;
    line-height: 10%;
}

#panelLogin p {
    color: black;
    font-weight: 400;
    text-align: center;
    font-size: .85em;
}

.remarcado {
    color: #114192;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

.contenedor-acceso {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
}

    /* .contenedor-acceso img {
        width: 85%;
        margin-bottom: 0.75em;
    } */

.lnksComunicacion .btn {
    line-height: 1em;
    color: #088909 !important;
}

    .lnksComunicacion .btn i {
        margin-top: 0.5em;
    }

.green-link {
    color: #088909 !important;
    font-weight: 700 !important;
}

.blue-link {
    color: #0a4497 !important;
    font-weight: 700 !important;
}

/*Form Group para login*/
.form-group {
    /* margin-bottom: 0px !important; */
}

p {
    padding-bottom: 0px !important;
    margin: 0px !important;
}

/*Pop Up*/
.modalBackground {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.modalPopup {
    background-color: rgb(236,63,60);
    font-size: 12px;
    text-align: center;
    position: fixed;
    min-width: 400px;
    min-height: 200px;
    border-radius: 5px;
}

    .modalPopup.panel {
        /* display: none; */
        width: 600px;
        padding: 0;
        background-color: white;
        border-radius: 4px;
        font-size: 14px;
        position: fixed;
        box-sizing: border-box;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        border: none;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

.panel .head {
    position: relative;
    z-index: 1;
    font-weight: normal;
    color: #fff;
    font-size: 22px;
    background: #e31a23;
    font-family: Century Gothic;
    padding: 6px 20px;
}



.close {
    position: absolute;
    right: 4px;
    top: 10px;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 0 solid #ff5c00;
    z-index: 2;
}

/* MOVIL */
@media only screen and (min-width:350px) and (max-width:450px){
    
    /* #billboardLogeado
    .carousel,
    .carousel-inner {
    height: 19vh;
    background-color: #2A2A2A;
    }

    .carousel-item {
    max-height: 78vh;
    min-height: 19vh;
    max-width: 100vw;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    }

    #panelLogin .well {
        height: 78vh;
    } */

}


.spin {
    display: inline-flex !important;
    border: 3px solid #323335;
    border-top-color: #909092;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}  