﻿/*CSS PERSONALIZADO*/

html , body {
    height: 100%;
}

body {
    background-color: #F5F5F5;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.top-bar {
    padding-left: 2em;
    background: #42BDD8;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #555553;
}

#header-logo {
    width: 50px;
    margin-top: 6px;
}

.top-bar-section ul  {
    /*background-color: #42BDD8;*/
    height: 41px;
}
.top-bar-section li a  {
    /*background-color: #42BDD8;*/
    height: 41px;
}
.top-bar-section li a:hover {
    background-color: #35A5C0;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 0px 15px;
    line-height: 45px;
    background: none repeat scroll 0% 0% #42BDD8;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #35A5C0	;
}
.contenedor-basico {
    padding: 1em;
}
.contenedor-basico ul {
    padding: 0 1.25em 0 1.25em;
    list-style: none;
}
.contenedor-basico ol {
    padding: 1em;
}
.contenedor-01 {
    background-color: #FFF;
}
.sombra-basica {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.h2-principal-landing {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 3.75em;
    margin-bottom: 10px;
    font-weight: bold;
}
.h2-principal-landing-complemnt {
    font-size: 0.2em;
}
.bottom-bar {
    height: 200px;
    line-height: 0.75px;
    /*top: calc(100% - 200px);*/
    position: absolute;
    background-color: #534741;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #FC0;
    width: 100%;
    color: #FFF;
    padding-top: 1em;
    padding-left: 1em;
    display: none;
}
.bottom-bar .row .column{
    font-size: 0.5em;
}

/*.parents {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    height: 100%;
    width: 50%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;  
}*/

/*#socialLoginForm .parents {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}*/

/*#socialLoginForm {
    -webkit-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}

.rotate-3d {  
    transform: rotateY(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.transition {
    height: 100%;
    width: 50%;
    opacity: 1;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: rotateY(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: transform 0.4s, opacity 0.1s 0.3s;
    -webkit-transition: transform 0.4s, opacity 0.1s 0.3s;
}*/

/* VARIOS*/
.highlight-1 {
    color: #008CBA;
}

.modal-fulltext {
    font-size: 0.75em;
}

/* Login de emergencia*/

.cont-buttons-login-gen {
    padding-top: 48px;
}
.login-buttons-bottom-margin {
    min-height: 36px;
    display: block;
    clear: both;
}
.login-button-gen {
    display: block;
    width: 85%;
    margin: 0 auto;
    padding: 0.5em 0 0.75em 0;
    color: white;
    line-height: 1em;
    background-color: #090;
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
}
.login-button-gen:hover {
    background-color: #008CBA;
    color: white;
}
.login-button-gen span {
    font-size: 0.75em;
    font-weight: normal;
}

/* AQUÍ EMPIEZA EL FOOTER */
footer {
    background: #333333;
    display: inline-block;
    width: 100%;  
    clear: both;
    position: relative;
    z-index: 10;
    margin-top: 2em;  
}

footer .content-footer {
    margin: 20px 30px;
}

    footer .content-footer h1, .content-footer a, .content-footer span, .content-footer li {
        color: #666666;
    }

/* AQUÍ TERMINA EL FOOTER */



/* AJUSTES VARIOS MEDIA QUERIES */

@media only screen and (max-width: 480px) {

    html, body {
        font-size: 75%;
    }

    body {
        background: #F5F5F5 url(../Images/background-4-xsmall.jpg) bottom repeat-x fixed;
        background-size: 100%;
    }

    /*.h2-principal-landing {
    font-size: 2em;
    color:#3CC;
    }*/

}

@media only screen and (min-width: 640px) {

    html, body {
        font-size: 100%;
    }

    body {
        background: #F5F5F5 url(../Images/background-4-xsmall.jpg) bottom repeat-x fixed;
        background-size: 100%;
    }

}

@media only screen and (min-width: 1024px) {

    html, body {
        font-size: 100%;
    }

    body {
        background: #F5F5F5 url(../Images/background-4-large.jpg) bottom repeat-x fixed;
        background-size: 100%;
    }

}

@media only screen and (min-width: 1280px) {

    html, body {
        font-size: 100%;
    }

    body {
        background: #F5F5F5 url(../Images/background-4-xlarge.jpg) bottom repeat-x fixed;
        background-size: 100%;
    }
}

#socialLoginForm {
    background-color: white;
    display: inline-block;
    width: 100%;
}

    #socialLoginForm .margin-login input[type="submit"] {
        background-color: #009900;
        border: none;
        padding: 10px 30px;
        margin-bottom: 0;
        color: white;
        width: 100%;
    }

span.message-login {
    display: block;
}

span.message-login ul {
    list-style: none;
    margin-left: 0;
}

span.message-login {
    padding: 5px;
    color: #AD6B52;
    display: inline-block;
}

.user-passwd {
    margin-top:15px;
}

.user-passwd a {
    font-size: 12px;
    width: 47%;
}

.btn-login {
    background-color: #009900;
    border: none;
    padding: 10px 18px;
    margin-bottom: 0;
    width: 100%;
}

#goHome {
    background-color: #009900;
    border: none;
    color: white;
    padding: 10px 18px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
}

.text-example {
    font-size: 10px;
    margin-bottom: 0;
}
.text-glm {
    font-weight: bold;
}

.title-no-register {
    color: #855146;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

ol.list-no-register li{
    font-size: 12px;
}

.margin-login {
    padding-top: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
}

#login {
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #FFF;
    margin-left: 3em;
    margin-top: 3em;
    margin-bottom: 3em;
}

.login-title {
    background: #E5E5E5;
    padding-top: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0.5em;
    padding-left: 1.5em;
    margin-top: 4em;
}

    /*.login-title h2 strong {
        color: white;
    }*/

    .login-title embed {
        margin-top: 8px;
        margin-right: 10px;
    }

    .login-title embed svg {
        max-width: 70px;
        max-height: 40px;
    }

    .login-title p, .login-title button {
        margin-bottom: 0; 
        text-align: center;  
    }

.off-canvas-wrap, .inner-wrap {
    /*height: 100%;*/
}

.contenedor-basico ul li a {
    color: #008cba;
    text-decoration: underline;
}

.contenedor-basico ul li a.landing-anchor:hover {
    color: #008cba;
}

label {
    display: inline-block;
}

ul.off-canvas-list li label {
    display: block;
}

/* solution height 100% */
body, html{
    height:100%;
    width:100%;
}

.off-canvas-wrap, .inner-wrap { 
    height:100%;   
}

body, html{
    height:100%;
    width:100%;
}
.off-canvas-wrap, .inner-wrap{
    height:100%;   
}
.page{
    height:100%;   
}

.off-canvas-wrap { 
    overflow-y: scroll; 
} 

.inner-wrap { 
    min-height: 100%; 
}
/* solution height 100% */

#message-not-user {
    display: none;
}

    #message-not-user .margin-login {
        padding-top: 0;
    }

#content-external-login {
    display: none;
}

#registerButton {
    background-color: #009900;
    border: none;
    padding: 10px 30px;
    margin-bottom: 0;
    color: white;
    width: 100%;
}

.browser-background {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #35A5C0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 90;
    top: 0;
    left: 0;
}

.browserMessage {
    background-color: white;
    padding:30px 20px;
    margin-top: 10%;
    margin-left: 25%;
    margin-right: 25%;
    position: fixed;
    z-index:100;
    width: 50%;
}