﻿
body {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    height: 100vh;
    background-color: #f7f7f7;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu; /* aqui estoy */
    font-family: 'SF Pro Display Thin';
    font-size: 16px;
    font-weight: 300;
    position: relative;
}

.login {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    /*background-color: #E44222;*/
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 5px;
    width: 390px;
    text-align: center;
    margin-left: 195px;
    height: auto;
    /*background-image: url("../images/texturaLogin.png");*/
}

.otrasOpciones {
    margin-top: 20px;
    float: right;
    text-align: center;
    width: 31%;
    position: relative;
    padding-right: 27px;
    padding-left: 27px;
}

.loginBox {
    /*margin-left: 35px;*/
    width: 90%;
}

.loginBox:focus {
    border-color: #e4422291;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(228, 66, 34, 0.6);
}

.footer {
    background-color: #E44222;
    color: white;
}

.titulos {
    color: white;
    font-size: 23px;
    font-weight: 400;
    margin-left: 34px;
}

.blanco {
    color: white;
}

.terminos {
    margin-bottom:8.6%;
}

@font-face {
    font-family: 'SF Pro Display Thin';
    font-style: normal;
    font-weight: normal;
    src: local('SF Pro Display Thin'), url('../css/fonts/SF-Pro-Display-Light.woff') format('woff');
}

.captcha-stilo{
    
    width: 300px;
    margin-left: 28px;

}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

select {
    display: block;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.aceptar {
    margin-top: 7px;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    color: #777777;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-italic {
    font-style: italic;
}

.transition {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.section-full {
    padding: 150px 0;
}

.section-footer {
    padding: 30px 0;
}

.section-half {
    padding: 75px 0;
}

.flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-grow {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

.flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

.flex-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.space-around {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.flex-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-cell {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.display-table {
    display: table;
}

.light {
    color: #fff;
}

.dark {
    color: #000;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.container.fullwidth {
    width: 100%;
}

.container.no-padding {
    padding-left: 0;
    padding-right: 0;
}


/************************/
/* structure de la page */
/************************/
.list {
    list-style: none;
    margin: 10px auto;
    padding: 0px;
}

.list:hover .progressBar-circle {
    stroke: #E44222;
}

.list:hover .progressBar-percentage {
    color: #E44222;
}

.list-item {
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
}


.default-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.default-header .right-bar {
    position: relative;
}

.default-header nav .main-menu {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

p {
    color: #333333;
}

.default-header nav .main-menu a {
    display: inline-block;
    color: #E44222;
    margin: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 10000000;
}

.main_title:after {
    content: "";
    display: block;
    clear: both;
}

.default-header nav .main-menu a:hover {
    color: #E44222;
}

.default-header nav .mobile-btn {
    display: none;
    top: -20px;
    font-size: 36px;
}

.sticky-header {
    padding: 15px 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(220,220,220,0.80)), to(rgba(220,220,220,0.80)));
    background: -o-linear-gradient(left, rgba(220,220,220,0.80) 0%, rgba(220,220,220,0.80) 100%);
    background: linear-gradient(to right, rgba(220,220,220,0.80) 0%, rgba(220,220,220,0.80) 100%);
}

.is-sticky .sticky-header {
    background: -webkit-gradient(linear, left top, right top, from(rgba(220,220,220,0.80)), to(rgba(220,220,220,0.80)));
    background: -o-linear-gradient(left, rgba(220,220,220,0.80) 0%, rgba(220,220,220,0.80) 100%);
    background: linear-gradient(to right, rgba(220,220,220,0.80) 0%, rgba(220,220,220,0.80) 100%);
}

.header-social {
    margin-left: 20px;
}

.header-social a {
    margin: 0 5px;
    padding: 0 5px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
}

.header-social a:hover {
    color: #fdd303;
}

.navcarbox {
    padding-left: 5px;
    display: block;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    -o-transition: box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #f7941d;
}

.navbar-brand img {
    float: left;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0;
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 15%;
    left: 1.8%;
    right: auto;
    width: 109%;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.header-text h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}

.header-text h2 span {
    padding: 10px;
    color: #E44222;
}

.header-text h3 span {
    padding: 15px;
}

.navbar {
    margin-bottom: 0px;
}

.sumbit-button {
    margin-top: -22px;
    margin-bottom: 20px;
}

#imgCaptcha {
    margin-left: 24%;
    margin-top: 10px;
    margin-bottom: 11px;
}

#lblMensaje {
    color: #857f7f;
}

.otraOpcion {
    font-size: 13px;
    margin-right: 38px;
    color: #E44222;
}

.otraOpcion:hover {
    color: #e44222a8;
}

.centrado {
    text-align: center;
}

.footer {
    /*height: 140px;*/
    /*width: 100%;*/
    bottom: 0;
    left: 0;
}

.or-wrapper {
    height: 20px;
}

.or-wrapper p {
    padding: 0 10px;
    background: #E44222;
    margin: 0px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
}

.position-relative {
    position: relative;
}

.btn-login {
    width: 85%;
    border-radius: 5px;
    background: #E44222;
    color: white;
}

.btn-login:hover {
    color: white;
    background: #e44222d9;
}

/* Responsive - otros */
/*@media (max-width: 991px) {
    .default-header nav .main-menu a {
        margin: 0 5px;
    }
}*/

@media only screen and (max-width: 1500px) {
    
    /* For mobile phones: */
    .footer {
        position: relative;
        width: 100%;
    }
}

@media only screen and (min-width: 1500px) {
    /* For mobile phones: */
    .footer {
        position: relative;
        width: 100%;
    }

    .section-login {
        margin-top: 135px;
    }
}


/* Responsive - tabled */
@media(max-width:1500px) {
    .section-login {
        padding-top: 100px;
    }    
}

@media(max-width:1200px) {
    .hidden-sm {
        display: none !important;
    }
    .section-login {
        padding-top: 100px;
    }
}

@media(max-width:768px) {

        .is-sticky .sticky-header {
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.932)), to(rgba(255,255,255,255)));
            background: -o-linear-gradient(left, rgba(255, 255, 255, 255) 0%, rgba(255,255,255,255) 100%);
            background: linear-gradient(to right, rgba(255, 255, 255, 255) 0%, rgba(255,255,255,255) 100%);
        }

        .default-header nav .main-menu {
            display: none;
        }

        .default-header .main-menu {
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            position: absolute;
            top: 40px;
            right: 0;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,255)), to(rgba(255,255,255,255)));
            background: -o-linear-gradient(left, rgba(255,255,255,255) 0%, rgba(255,255,255,255) 100%);
            background: linear-gradient(to right, rgba(255,255,255,255) 0%, rgba(255,255,255,255) 100%);
            padding: 30px 20px;
        }

        .default-header .main-menu a {
            margin: 5px 20px !important;
        }

        .default-header .mobile-btn {
            display: block !important;
            font-size: 36px !important;
            position: absolute;
            top: 0;
            right: 0;
        }

        .header-social {
            display: none !important;
        }

        header {
            flex: 1;
            width: 100%;
        }

        .main-menu {
            display: none !important;
        }

        .section-login {
            padding-top: 100px;
        }

        .login {
            margin-left: 18%;
        }
    }

    /* Responsive - mobil */
    @media (max-width: 480px) {

        body {
            align-items: center;
        }

        form {
            flex: 1;
        }

        .footer {
            height: 165px !important;
            display: none;
        }

        .main-menu {
            display: none !important;
        }

        .login {
            margin-left: 0px !important;
            width: 100%;
        }

        .otrasOpciones {
            width: 90%;
            margin-top: 0px;
        }

        .section-login {
            padding-top: 100px;
        }

        .btn-login {
            width: 90%;
        }
    }

