/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
    font-family: 'ITCStoneSansStdMedium';
    src: url('../fonts/stonesansstd-medium-webfont.eot');
    src: url('../fonts/stonesansstd-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/stonesansstd-medium-webfont.woff') format('woff'), url('../fonts/stonesansstd-medium-webfont.ttf') format('truetype'), url('../fonts/stonesansstd-medium-webfont.svg#ITCStoneSansStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    width: 100%;
    height: 100%;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #fff;
    overflow-x: hidden;
}

.fnt-M {
    font: 'ITCStoneSansStdMedium';
}

.fnt-B {
    font: 'ITCStoneSansStdMedium';
}

.fnt-SB {
    font: 'ITCStoneSansStdMedium';
}

.p13 {
    font-size: 13px;
}

.p14 {
    font-size: 14px;
}

.p18 {
    font-size: 18px;
}

.p20 {
    font-size: 20px;
}

.p32 {
    font-size: 32px;
}

.p34 {
    font-size: 34px;
}

.p48 {
    font-size: 48px;
}

.p74 {
    font-size: 74px;
}

.p72 {
    font-size: 72px;
}

.p76 {
    font-size: 76px;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    margin: 0 0 35px;
    font-weight: 700;
    letter-spacing: 1px;
}

h4 {
    margin: 0 0 10px;
}




.light {
    font-weight: 400;
}

.navbar-custom {
    z-index: 2;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    transition: all 1s ease;
}

    .navbar-custom .navbar-brand {
        font-weight: 700;
    }

        .navbar-custom .navbar-brand:focus {
            outline: 0;
        }

        .navbar-custom .navbar-brand .navbar-toggle {
            padding: 4px 6px;
            font-size: 16px;
            color: #000;
        }

            .navbar-custom .navbar-brand .navbar-toggle:focus,
            .navbar-custom .navbar-brand .navbar-toggle:active {
                outline: 0;
            }

    .navbar-custom a {
        color: #fff;
    }

    .navbar-custom .nav li a {
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .navbar-custom .nav li a:hover {
            outline: 0;
            color: rgba(0,0,0,.8);
            background-color: transparent;
        }

        .navbar-custom .nav li a:focus,
        .navbar-custom .nav li a:active {
            outline: 0;
            background-color: transparent;
        }

    .navbar-custom .nav li.active {
        outline: 0;
    }

        .navbar-custom .nav li.active a {
            background-color: rgba(255,255,255,.3);
        }

            .navbar-custom .nav li.active a:hover {
                color: #000;
            }

@media(min-width:768px) {
    .navbar-custom {
        padding: 2px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

        .navbar-custom.top-nav-collapse {
            padding: 0;
            border-bottom: 1px solid #eee;
            background: #000;
        }
}

.intro {
    text-align: left;
    color: #fff;
    background: url(../../Images/landing/bg_banner_top_1920px.jpg) no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.introdos {
    background: url(../../Images/error.jpg) no-repeat bottom center scroll;
}

.intro .panel {
    color: #000;
    font-size: 1em;
    border-radius: 10px;
}

.intro .intro-body {
    padding: 60px 0;
}

    .intro .intro-body .brand-heading {
        font-size: 40px;
    }

    .intro .intro-body .intro-text {
        font-size: 24px;
    }

.intro .btn-link {
    color: #fff
}

@media(min-width:768px) {
    .intro {
        padding: 0;
    }

        .intro .intro-body .brand-heading {
            font-size: 100px;
        }

        .intro .intro-body .intro-text {
            font-size: 32px;
            text-shadow: 2px 2px 4px #000000;
        }

    .sombra {
        text-shadow: 2px 2px 4px #000000;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100% !important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .btn-circle:hover,
    .btn-circle:focus {
        outline: 0;
        color: #fff;
        background: rgba(255,255,255,.1);
    }

    .btn-circle i.animated {
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 1s;
        -moz-transition-property: -moz-transform;
        -moz-transition-duration: 1s;
    }

    .btn-circle:hover i.animated {
        -webkit-animation-name: pulse;
        -moz-animation-name: pulse;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

        ul.banner-social-buttons li:last-child {
            margin-bottom: 0;
        }
}

footer {
    padding: 50px 0;
}

    footer p {
        margin: 0;
    }

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}




#partnership {
    background: #d11e25;
    color: #fff;
    padding: 30px 40px 11px 0;
}

    #partnership h4 {
        margin-bottom: 0;
    }

    #partnership img {
        margin-bottom: -20px;
        margin-top: -30px;
    }

    #partnership small, #partnership a {
        color: #fff;
        font-size: 0.7em;
    }

        #partnership a:hover {
            color: lightgrey;
        }


.slide1 {
    background: url(../../Images/landing/intro-bg.jpg) cover;
    height: 100%
}

#sections li {
    border-top: 1px solid #eee;
    padding: 5px 0;
}

#sections a.black {
    color: #000;
}


#welcome, #steps {
    color: #000;
}

    #steps .pasos {
        padding: 80px 0;
        border-bottom: 1px solid #eee
    }

    #steps .pasosalt {
        background: #f8f8f8;
    }

.right {
    padding-right: 50px
}

.input-group-addon {
    padding: 0px 0px 0px 4px !important;
    font-size: 22px !important;
    line-height: 1 !important;
    color: #642f83 !important;
    text-align: center !important;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    border-radius: 10px 0 0 10px !important;
    border-right-style: none !important;
}

.input-group {
    margin: 10px !important;
}

    .input-group .form-control {
        height: 32px !important;
        border-left-style: none !important;
        border-radius: 0 10px 10px 0 !important;
        box-shadow: 0px 10px 10px -10px #642f83;
    }

.btn-success {
    background-color: #642f83 !important;
    border-color: #642f83 !important;
    border-radius: 20px;
    font-weight: bold;
    width: 60% !important;
    box-shadow: 0px 10px 10px -10px #642f83;
}

.centerText {
    text-align: center;
    font-size: 19px;
}

.center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.purple {
    color: #642f83;
}

.textRight {
    text-align: right;
    padding-right: 12px;
    font-size: 10px;
}

.alignRight {
    text-align: right;
}

.centerText h6 {
    margin: 10px 0;
}

.strongLink {
    font-weight: bold;
    font-size: 16px;
}

.login {
    width: 85%;
}

.imgChat {
    margin: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.imgChatFooter {
    margin: 0;
    height: 100px;
    width: 100px;
    cursor: pointer;
}

.lineGray {
    border-top: 1px solid #ccc;
    text-align: left;
    padding: 10px 0;
}

.doctor {
    width: 100%;
    height: auto;
}

@media (min-width: 1440px) {
    .banner-servicios-gris {
        width: 75%;
    }

    .banner-servicios-doctor {
        width: 25%;
    }
}

@media (min-width: 1600px) {
    .banner-servicios-gris {
        width: 75%;
    }

    .banner-servicios-doctor {
        width: 25%;
    }
}

@media (min-width: 1920px) {
    .banner-servicios-gris {
        width: 80%;
    }

    .banner-servicios-doctor {
        width: 20%;
    }
}

.bgray {
    height: inherit;
    background-color: #ccc;
    padding: 25px 50px;
}

.innerBox {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 5px 10px 10px -10px #ccc;
    text-align: center;
    color: #000;
    padding: 15px 5px;
    height: inherit;
    word-break: break-word;
}

    .innerBox img {
        margin-bottom: 10px;
    }

.doctorImage {
    position: absolute;
    top: -25px;
    right: -51px;
    text-align: right;
}

.doctorBack {
    position: absolute;
    right: 60px;
}

.doctorIco {
    position: absolute;
    right: 108px;
    top: 33px;
}

.doctorText {
    position: absolute;
    right: 112px;
    top: 131px;
    text-align: center;
}

.whiteLink, .whiteLink:hover {
    color: #fff !important;
}

#appAon {
    color: #000;
}

.AonText {
    font-size: 30px;
}

.AonRed {
    color: #ff0000;
    font-weight: bold;
    /*font-size: 45px;*/
}

.pocket {
    text-align: center;
}

.fontGray {
    background-color: #ccc;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.backPurple {
    background-color: #642f83;
}

.red {
    color: #ff0000;
}

.footer {
    height: 55px;
}

    .footer a, .footer span {
        font-size: 15px;
        text-decoration: revert;
    }

.input-group .sizeField {
    width: 89% !important;
    border-radius: 0px !important;
    border-right-style: none;
}

.input-group-addin {
    padding: 2px 0 28px 0 !important;
    line-height: 1 !important;
    color: #642f83 !important;
    text-align: center !important;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    border-radius: 0px 10px 10px 0 !important;
    border-left-style: none !important;
    height: 0px !important;
    display: flex;
}

    .input-group-addin img {
        top: 6px;
        position: relative;
        width: 21px;
    }

.row {
    margin-right: 0;
}

.img-div {
    height: 72px;
}

.div-social {
    padding: 11% 0 0 0;
    margin: 17% 0 0 0;
}

.container {
    margin-right: unset;
}

.display-flex-center {
    display: flex;
    align-items: center;
}


.transform-center-parent {
    position: relative;
    transform-style: preserve-3d;
}

.transform-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.display-inline-block {
    display: inline;
}

    .display-inline-block > div {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }