
#MdlAgendarEntrevista{
    z-index: 99999;    
}
.modal-backdrop.fade.in{
    z-index: 9999; 
    pointer-events: none;     
}
/**************************************
   Home 
**************************************/

#homeAgendarEntrevista{
    background-color: #fff;    
    
    background-image: url(/img/fondo-home-AgendarEntrevista.png?v01);
    background-position: right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    
}
    #homeAgendarEntrevista > div{
        margin: auto;
        max-width: 900px;  
        padding: 50px 25px; 
    }
    #homeAgendarEntrevista h5,
    #homeAgendarEntrevista h6{
        font-size: 30px;
        line-height: 30px;
        
        margin: 0px;
        padding: 0px;
    }
    #homeAgendarEntrevista h5{
        color: #384f5a;    
        text-shadow: 2px 1px 6px  #fff;
    }
    #homeAgendarEntrevista h6{
        color: #00b2ca;    
        padding-bottom: 20px;
        text-shadow: 2px 1px 6px  #fff;
    }
    #homeAgendarEntrevista .btn{
        letter-spacing: 0px;
        line-height: 19px;
        font-size: 14px;
        vertical-align: middle;
        max-width: 100%;
        color: #fff;
        background-color: #384f5a; 
        white-space: normal;      
    }
        #homeAgendarEntrevista .btn:hover{
            background-color: #00b2ca;       
        }


@media screen and (max-width:576px) {

    #homeAgendarEntrevista{
        background-color: #DBE7EA;    
        background-image: none;
    }
}


/**************************************
   Modal Agendar Entrevista 
**************************************/


#MdlAgendarEntrevista .btnLoading{
    opacity: 0.5;
    pointer-event: none; 
    
    position: relative;   
}
#MdlAgendarEntrevista .p2 .btnLoading .fa-spinner{
    display: inline-block; 
    
    position: absolute;
    right: 3px;
    top: 24%;
    color: #fff;
    font-size: 19px;
}
#MdlAgendarEntrevista .p4 .btnLoading.loadingActive .fa-spinner{
    display: inline-block; 
    
    position: absolute;
    right: 3px;
    top: 24%;
    color: #fff;
    font-size: 19px;
}
#MdlAgendarEntrevista input[type="text"],
#MdlAgendarEntrevista input[type="email"]{
    border: 1px solid #00b2ca;
    width: 100%;
    padding: 3px 10px;
    font-weight: 400;
}
#MdlAgendarEntrevista h3,
#MdlAgendarEntrevista h2,
#MdlAgendarEntrevista p,
#MdlAgendarEntrevista b
{
    margin: 0px;
    padding: 0px;
    color: #384f5a;    
}
#MdlAgendarEntrevista p{
    font-weight: 500;
}
#MdlAgendarEntrevista h3,
#MdlAgendarEntrevista h2{
    font-size: 30px;
    line-height: 35px;
}
#MdlAgendarEntrevista h3{
    color: #00b2ca;    
}
#MdlAgendarEntrevista .modal-content{
    background-color: #c1c8cb;
    padding: 35px 0;
    
    background-image: url(/img/fondo-modal-AgendarEntrevista.png?v01);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
#MdlAgendarEntrevista .modal-content{
    color: #384f5a;
}
#MdlAgendarEntrevista .padding{
    padding-left: 55px; 
    padding-right: 55px;
}
#MdlAgendarEntrevista .close{
    opacity: 1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    position: absolute;
    top: -24px;
}
    #MdlAgendarEntrevista .close:hover{
        background: #00d9ff;    
        color: #000;
    }
#MdlAgendarEntrevista  .botonera{
    text-align: right;    
}
    #MdlAgendarEntrevista .btn{
        letter-spacing: 0px;
        line-height: 19px;
        font-size: 14px;
        vertical-align: middle;
        padding-left: 25px;
        padding-right: 25px;
    }
    #MdlAgendarEntrevista .D30{
        color: #fff;
        background-color: #384f5a;       
    }
        #MdlAgendarEntrevista .D30:hover{
            background-color: #2a2a2a;       
        }
    #MdlAgendarEntrevista .D31{
        color: #fff;
        background-color: #00b2ca;
        padding: 14px 25px;  
        
        margin-left: 25px;     
    }
        #MdlAgendarEntrevista .D31:hover{
            background-color: #007c8d;       
        }
    
    
    #MdlAgendarEntrevista  .botonera b{
        display: inline-block;
        vertical-align: middle;
        text-align: right;    
        padding: 0 25px;
        font-size: 17px;
    }

.inputRadio{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 5px ;
    margin-bottom: 10px ;
    overflow: hidden;
}
    .inputRadio > div{
        display: inline-block;
        margin: 0 15px;    
    }
    .inputRadio > div input{
        vertical-align: middle;  
        margin: 0px;  
    }
    .inputRadio > div span{
        font-weight: 500; 
        padding-left: 5px;
        vertical-align: middle; 
    }
    .inputRadio .hr{
        height: 2px;
        background-color: #384f5a;
        margin: 9px 15px;
        display: block;
        width: 100%;
        padding: 1px;
    }
    


@media screen and (max-width:500px) {

    #MdlAgendarEntrevista .padding {
        padding-left: 25px;
        padding-right: 25px;
    }
    #MdlAgendarEntrevista .btn{
        min-width: 80%;
        margin: 5px auto;    
    }
    #MdlAgendarEntrevista .noMovil{
        display: none;   
    }
    
    #MdlAgendarEntrevista  .inputRadio > div {
        display: block;
        width: 100%;
    }
}



/**************************************
  Video Youtube
**************************************/




#MdlAgendarEntrevista iframe{
    height:450px!important;    
}
@media screen and (max-width:500px) {

    #MdlAgendarEntrevista iframe{
        height:275px!important;    
    }
}

.videoYoutube{
    position: relative;
}
.videoYoutube .boxVideoPausa,
.videoYoutube .boxVideoFin{
    display: none;
    
    position: absolute;
    left:0px;
    top:0px;
    
    width: 100%;
    height: 100%;
    
    background-color: #000;
    
    text-align: center;
    
    

}
    .videoYoutube .boxVideoPausa i,
    .videoYoutube .boxVideoFin i{
        font-size: 60px;
        color: #fff;
        margin-left: 4px;
    }
    .videoYoutube.pausa .boxVideoPausa,
    .videoYoutube.fin .boxVideoFin{
        display: block;
    }
    .videoYoutube.pausa .boxVideoPausa button,
    .videoYoutube.fin .boxVideoFin button{
        padding: 30px;
        background-color: red;
        position: absolute;
        
        margin: auto;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        
        border-radius: 30px;
        width: 140px;
        height: 140px;
        
        border: 2px solid #fff;
    }
    .videoYoutube.pausa .boxVideoPausa button:focus,
    .videoYoutube.fin .boxVideoFin button:focus,
    .videoYoutube.pausa .boxVideoPausa button:hover,
    .videoYoutube.fin .boxVideoFin button:hover{
        background-color: #a10000;
    }
    
@media screen and (max-width: 576px)
{
    .videoYoutube.pausa .boxVideoPausa button,
    .videoYoutube.fin .boxVideoFin button{
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border-radius: 30px;
        width: 110px;
        height: 117px;
    }
}





#MdlAgendarEntrevista .campoCel.validado{
    
}
    #MdlAgendarEntrevista .campoCel.validado *{
        pointer-events: none;    
    }
    #MdlAgendarEntrevista .campoCel.validado *{
        opacity: 0.8;   
    }
    #MdlAgendarEntrevista .campoCel.validado .validacionOK{
        display: block!important;
    }
    #MdlAgendarEntrevista .campoNumeroCel.aplacado button{
        opacity: 0.2; 
        pointer-events: none;   
    }
    #MdlAgendarEntrevista .codigoValCel.aplacado{
        
    }
    
    
    
