@font-face {
    font-family: 'MuseoSans_500';
    src: url('../../assets/fonts/MuseoSans_500.eot');
    src: url('../../assets/fonts/MuseoSans_500.eot') format('embedded-opentype'),
         url('../../assets/fonts/MuseoSans_500.woff2') format('woff2'),
         url('../../assets/fonts/MuseoSans_500.woff') format('woff'),
         url('../../assets/fonts/MuseoSans_500.ttf') format('truetype'),
         url('../../assets/fonts/MuseoSans_500.svg#MuseoSans_500') format('svg');
}


@font-face {
    font-family: 'MuseoSans_700';
    src: url('../../assets/fonts/MuseoSans_700.eot');
    src: url('../../assets/fonts/MuseoSans_700.eot') format('embedded-opentype'),
         url('../../assets/fonts/MuseoSans_700.woff2') format('woff2'),
         url('../../assets/fonts/MuseoSans_700.woff') format('woff'),
         url('../../assets/fonts/MuseoSans_700.ttf') format('truetype'),
         url('../../assets/fonts/MuseoSans_700.svg#MuseoSans_700') format('svg');
}

@font-face {
    font-family: 'selima';
    src: url('../../assets/fonts/selima.eot');
    src: url('../../assets/fonts/selima.eot') format('embedded-opentype'),
         url('../../assets/fonts/selima.woff2') format('woff2'),
         url('../../assets/fonts/selima.woff') format('woff'),
         url('../../assets/fonts/selima.ttf') format('truetype'),
         url('../../assets/fonts/selima.svg#selima') format('svg');
}

html {
    font-size: 18px;
}
body {
    font-family: 'MuseoSans_500';
    color: rgba(134,142,150,1);
}
a,i{
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

/*//// UTILITIES ///*/

.ClAzul{color: rgba(0,80,160,1);}
.BgAzul{background: rgba(0,80,160,1);}

.ClGris{color: rgba(246,246,246,1);}
.BgGris{background: rgba(246,246,246,1);}

.ClWhite{color: rgba(255,255,255,1);}
.BgWhite{background: rgba(255,255,255,1);}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}


.BotonTop{
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #545454;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    right: 15px;
    bottom: 20px;
    display: none;
}

.BotonTop i {
    font-size: 2rem;
    line-height: 1.5rem;
    position: relative;
    top: 0px;
}

.BotonTop:hover, .BotonTop:focus, .BotonTop:active{
    color: #fff;
    background: rgba(0,80,160,1);
}

.hasScrolled{
    display: block;
}

.BtnDefault {
    background: 
    #ffce35;
    color:
    #404041;
    border-radius: 50px;
    padding: 12px 36px;
    border: 1px solid
    #ffce35;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 12px 15px
    rgba(0,0,0,0.2);
    min-width: 220px;
    font-size: 0.9rem;
    /*margin: 0 auto;*/
    max-height: 48px;
    z-index: 1;
}

.BtnDefault:hover {
    background: #404041;
    color: #fff;
    text-decoration: none;
    border: 1px solid #404041;
}

/*//// AND UTILITIES ///*/

.Wrapper{
    max-width:100%;
    background-color:#fff;
    width:100%;
    padding-bottom:0px;
    margin:0 auto;
    position:relative;
    overflow-x: hidden;
}
.Header {
    background-size: contain;
    background-attachment: fixed;
}
.Header-Text{}
.Header-Text .Title {
    text-transform: uppercase;
    color: #fff;
    font-family: 'MuseoSans_700';
    font-size: 2rem;
    line-height: 2rem;
}
.Header-Text .Title .Title-Destacado {
    font-family: 'selima';
    display: block;
    text-transform: none;
    font-size: 4.5rem;
    line-height: 4.5rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 1rem;
}

/*///////////// LANDING REGISTRATE /////////////*/

.Lading-Registrate{}

.BoxRegistrate {
    background: #fff;
    position: relative;
    top: -70px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.BoxRegistrate .Registrate-Header {
    border-bottom: 1px solid rgba(0,0,0,0.3);
/*    display: flex;
    justify-content: space-between;*/
}

.BoxRegistrate .Registrate-Header .TextDatos {
    line-height: 1.2rem;
    width: 32.2%;
    display: inline-block;
}

.BoxRegistrate .Registrate-Header .TextDatos strong {
    display: block;
}

.BoxRegistrate .Registrate-Header .TextDatos .LinkRequisitos{
    color: rgba(134,142,150,1);
    text-decoration: underline;
}

.BoxRegistrate .Registrate-Header .TextDatos .LinkZoom{
    color: rgba(134,142,150,1);
    text-decoration: none;
}
.BoxRegistrate .Registrate-Header .TextDatos .LinkZoom:hover{
    color: rgba(134,142,150,1);
    text-decoration: none;
}

.Registrate-Content{}
.Registrate-Content .Img{}
.Registrate-Content .Title{font-size: 1.4rem;}

/*///////////// LANDING NECESIDADES /////////////*/

.Lading-Necesidades{}

.BoxNecesidades{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.BoxNecesidad{
    position: relative;
    cursor: pointer;
}
.BoxNecesidad .Img:hover{
    opacity: 0.5;
}
.BoxNecesidad .Icon {
    width: 35px;
    height: 35px;
    background: url("../../assets/img/icon-zoom.png");
        background-size: auto;
    background-size: auto;
    background-size: cover;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-content: center;
}

.BoxNecesidad .Icon .fa {
    position: absolute;
    color: rgb(0, 80, 160);
    right: 2px;
    bottom: 4px;
    font-size: 15px;
}

.BoxNecesidad .Icon:hover .fa{
    color: #6d6e70;
}

.BoxNecesidad .Img{
    opacity: 1;
}

.Check {
    width: 40px;
    height: 40px;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: flex;
    position: absolute;
    top: 30px;
    right: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
}
.Check.active{
    opacity: 1;
}

.Necesidades-Header{}
.Necesidades-Header .Title{
    font-family: 'MuseoSans_700';
}
.Necesidades-Header .Title{}

.Lightbox-Popup {
    max-width: 400px !important;
    text-align: center !important;
    border-radius: 10px !important;
    width: 100%;
    padding: 40px 60px !important;
}

.Lightbox-Popup .TitleBalance {
    margin: 0;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.4rem;
}

.Lightbox-Popup .TitleFalta {
    margin: 0;
        margin-bottom: 0px;
    font-size: 1.3rem;
    text-align: center;
    color: rgba(0,80,160,1);
    text-transform: uppercase;
    line-height: 1.6rem;
    margin-bottom: 15px;
}

.Lightbox-Popup .TextFalta {
    color: #868e96;
}

.Lightbox-Popup img {
    margin: 15px 0;
}

.Lightbox-Popup .Link {
    width: 220px;
    height: 60px;
    display: flex;
    background: rgba(0,80,160,1);
    border: 1px solid rgba(0,80,160,1);
    margin: 0 auto;
    color: #fff !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    /*margin-top: 40px;*/
    cursor: pointer;
}
.Lightbox-Popup .Link i{
    margin-left: 15px;
}

.Lightbox-Popup .Link:hover{
    text-decoration: none;
    background: #fff;
    color: rgba(0,80,160,1) !important;
}
.Lightbox-Popup .Link:hover i{
    color: rgba(0,80,160,1) !important;
}

/*///////////// CONTACTO /////////////*/

.FormRegistro{}
.FormRegistro .Link {
    max-width: 280px;
    height: 60px;
    display: flex;
    background: rgba(0,80,160,1);
    border: 1px solid rgba(0,80,160,1);
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    font-size: 1.2rem;
}
.FormRegistro .Link:hover {
    text-decoration: none;
    background: transparent;
    color: rgba(0,80,160,1);
}

.FormRegistro .Input {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,80,160,1);
    background: transparent;
    padding: 10px 0 20px 0px;
    font-size: 1.2rem;
}

.FormRegistro .Label{
    color:rgba(134,142,150,1);
    font-size: 0.8rem;
    margin: 0;
}

.FormRegistro .TextAviso {

    color: rgba(134,142,150,1);
    font-size: 0.8rem;
    margin: 0;
    padding-top: 0 !important;

}
.FormRegistro .MensajeError{
    display: none;
    width: 100%;
    padding: 1rem 0;
    margin-bottom: 0rem;
    text-align: center;
}
.FormRegistro .MensajeError.activeError{
    display: block;
}
.FormRegistro .MensajeError .TextError{
    margin-bottom: 0rem;
    color: red;
    font-size: 1.2rem;
}

.FormRegistro input::-webkit-input-placeholder{color:rgba(134,142,150,0.5);opacity:1 !important;font-size: 1.2rem;}
.FormRegistro input::-moz-placeholder{color:rgba(134,142,150,0.5);opacity:1 !important;font-size: 1.2rem;}
.FormRegistro input:-ms-input-placeholder{color:rgba(134,142,150,0.5);opacity:1 !important;font-size: 1.2rem;}
.FormRegistro input:-moz-placeholder{color:rgba(134,142,150,0.5);opacity:1 !important;font-size: 1.2rem;}


.FormRegistro .Input:focus, .FormRegistro .Input:active{
    border-bottom: 1px solid rgba(134,142,150,0.5);
    box-shadow: none;
}

.FormRegistro .Input.activeError, .FormRegistro .Label.activeError{
    color: red;
}

.FormRegistro .Input.activeError:focus, .FormRegistro .Input.activeError:active, .FormRegistro .Input.activeError{
    border-bottom: 1px solid red;
    box-shadow: none;
}

.BoxParticipaFlotante {
    background: rgba(255,255,255,0.8);
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    padding: 15px;
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.1);
}
.BoxParticipaFlotante .BtnLinkParticipar{
    width: 220px;
    height: 50px;
    display: flex;
    background: rgba(0,80,160,1);
    border: 1px solid rgba(0,80,160,1);
    margin: 0 auto;
        margin-top: 0px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
}
.BoxParticipaFlotante .BtnLinkParticipar:hover{
    text-decoration: none;
    background: transparent;
    color: rgba(0,80,160,1);
}

.MG-BoxParticipar{
    text-align: center;
    background: #f6f6f7;
    padding: 4rem;
}
.MG-BoxParticipar .Title{
    font-size: 1.4rem;
}
.MG-BoxParticipar .LinkZoom{
    width: 380px;
    height: 50px;
    display: flex;
    background: rgba(0,80,160,1);
    border: 1px solid rgba(0,80,160,1);
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
}
.MG-BoxParticipar .LinkZoom:hover {
    text-decoration: none;
    background: transparent;
    color: rgba(0,80,160,1);
}

.MG-BoxQuieres{
    text-align: center;
    background: #fff;
    padding: 4rem;
}
.MG-BoxQuieres .Title{
    font-size: 1.2rem;
}

.BoxRequisitos {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
}
.BoxRequisitos .Title{
    font-size: 1.2rem
}
.BoxRequisitos .Link{
    color: rgba(134,142,150,1);
}

.BoxCheck{
    font-weight: normal;
    font-size: 0.9rem;
    position: relative;
}
.BoxCheck input{
    position: relative;
    top: 1px;
    margin-right: 5px;

}