/*!
 * LoveHub - Multipurpose Non-Profit Theme
 * Copyright 1994-2015 ForBetterWeb.com
 * To use this theme you must have a license purchased at WrapBootstrap (https://wrapbootstrap.com)
 */



/***** Top content *****/

.inner-bg {
    padding: 100px 0 170px 0;
}

.top-content .text {
    color: #fff;
}

    .top-content .text h1 {
        color: #fff;
    }

.top-content .description {
    margin: 20px 0 10px 0;
}

    .top-content .description p {
        opacity: 0.8;
    }

    .top-content .description a {
        color: #fff;
    }

        .top-content .description a:hover,
        .top-content .description a:focus {
            border-bottom: 1px dotted #fff;
        }

.form-box {
    margin-top: 10px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #1D3E85;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

    .form-top-left h3 {
        margin-top: 0;
        color: #fff;
    }

    .form-top-left p {
        opacity: 5;
        color: #fff;
    }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 0px;
    font-size: 50px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 5;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #e2e2e2;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

    .form-bottom form textarea {
        height: 100px;
    }

    .form-bottom form button.btn {
        width: 100%;
    }

    .form-bottom form .input-error {
        border-color: #de615e;
    }

.social-login {
    margin-top: 35px;
}

    .social-login h3 {
        color: #fff;
    }

.social-login-buttons {
    margin-top: 25px;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    .inner-bg {
        padding: 60px 0 110px 0;
    }
}


/*glypconic*/

.glyphicon {
    font-size: 20px;
}


/*featurette*/

.featurette-divider {
    margin: 80px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 30px;
}

.featurette {
    padding: 50px;
}

/*p*/
.pPer {
    text-align: justify;
    color: #6b6a6a;
    font-size: 14px;
}

.pPer2 {
    text-align: center;
    color: #6b6a6a;
    font-size: 14px;
}

.pPer3 {
    text-align: center;
    color: #0589CB;
    font-size: 14px;
    padding-top: 22px;
}
/*titulos*/

.titulo {
    text-align: left;
    color: #464646;
    font-size: 20px;
}

.titulo2 {
    text-align: left;
    color: #267ce5;
    font-size: 20px;
}

.titulo3 {
    text-align: center;
    color: #090668;
    font-size: 14px;
}

.titulothum {
    text-align: center;
    color: #464646;
    font-size: 20px;
}

.tituloPro {
    text-align: center;
    color: #FFF;
    font-size: 20px;
}

/*Certficado*/
.secseguro {
    width: 100%;
    height: 35%;
    background: #000 url(../img/interna.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

/*Siniestro*/
.secbeneficios {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


/*Contacto*/
.seccontacto {
    width: 100%;
    height: 80%;
    background: #ededed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

/*Siniestro*/
.secsiniestro {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}



#ticket {
    width: 100%;
    background: #000 url(../img/tick.png) no-repeat;
    height: 45%;
}

.contactobody {
    text-align: justify;
    color: #6b6a6a;
    font-size: 14px;
}

.contacfooter {
    text-align: center;
    background-color: #267ce5;
    width: 100%;
    height: 35px;
    color: #fff;
    padding-top: 5px;
    font-size: 9px;
}

.contacfooter2 {
    text-align: justify;
    background-color: #0083A6;
    width: 100%;
    height: 3px;
}

.clickfooter {
    text-decoration: none;
    color: #fff;
    cursor: crosshair;
}
/*linea*/


hr {
    height: 2px;
    background-color: #009fab;
}

/*contenedorproductos*/
.containerProductos {
    width: 80%;
}

/*contenedorlogueo*/
.containerLogueo {
    background-color:;
}
/*contenedorNoticias*/
.containerNoticias {
    background-color: #ffffff;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #31708F;
    white-space: nowrap;
}


/* Base structure */



html, body {
    width: 100%;
    height: 100% !important;
}

body {
    font-family: "open sans",Arial,sans-serif;
    color: #545454;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

p {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 5px;
        font-size: 16px;
        line-height: 1.6;
    }
}

a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

.no-pad {
    padding: 0;
}

.headerline {
    border-bottom: 1px solid 182C81;
    padding-bottom: 15px;
    display: inline-block;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

section {
    position: relative;
    z-index: 999;
    padding: 15px 0;
}



@media(max-width:768px) {
    section {
        padding: 70px 0;
    }
}

.list-inline > li {
    padding-bottom: 10px;
}

.label {
    border-radius: 0;
}

.label-danger {
    background-color: #c00;
}

.btn {
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 2px solid #fff;
    outline: 0;
    color: #182C81;
    background-color: transparent;
}

    .btn-default:hover,
    .btn-default:focus {
        border: 2px solid #eee;
        outline: 0;
        color: #000;
        background-color: #eee;
    }

.btn-primary {
    border: 2px solid 182C81;
    outline: 0;
    color: #fff;
    background-color: 182C81;
}

    .btn-primary:hover,
    .btn-primary:focus {
        border: 2px solid #1F82B5;
        outline: 0;
        color: #fff;
        background-color: #182C81;
    }

.split-padding0,
.split-padding,
.split-padding2,
.split-padding3,
.split-padding4,
.split-padding5 {
    padding: 100px 60px 50px;
}

@media(max-width:768px) {
    .split-padding0,
    .split-padding,
    .split-padding2,
    .split-padding3,
    .split-padding4,
    .split-padding5 {
        padding: 50px 20px 50px;
    }
}

.split-padding-demo {
    padding: 50px;
}

.split-padding0,
.split-padding,
.split-padding2 {
    color: #fff;
}

.split-padding3,
.split-padding4 {
    color: #111;
}

.split-padding0 {
    background-color: #151515;
}

.split-padding {
    background-color: #111;
}

.split-padding2 {
    background-color: #000;
}

.split-padding3 {
    background-color: rgba(250, 250, 250, 0.8);
}

.split-padding4 {
    background-color: rgba(0, 0, 0, 0.05);
}

a .fa-circle {
    color: #777;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover .fa-circle {
    color: #555;
}

/* NavBar blanca*/

.navbar-blanca {
    margin-bottom: 0;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    color: rgba(255,255,255,.8);
    background-color: #ffffff;
    height: 5%;
    ∫
}


/* NavBar */

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    color: rgba(255,255,255,.8);
    background-color: #26b9e5
}

    .navbar-custom .navbar-brand {
        font-size: 26px;
        letter-spacing: -1px;
        text-transform: none;
    }

    .navbar-custom.top-nav-collapse .navbar-brand {
        font-size: 18px;
    }

    .navbar-custom .navbar-brand:focus {
        outline: 0;
    }

    .navbar-custom .navbar-brand .navbar-toggle {
        padding: 4px 6px;
        font-size: 16px;
        color: #fff;
    }

        .navbar-custom .navbar-brand .navbar-toggle:focus,
        .navbar-custom .navbar-brand .navbar-toggle:active {
            outline: 0;
        }

    .navbar-custom a {
        color: #fff;
        padding-top: 5px;
        font-size: 14px;
        font-family: "Helvetica Neue";
        font-weight: 300;
        letter-spacing: 0.10em;
        text-transform: none;
    }

    .navbar-custom .nav li a {
        -webkit-transition: background .4s ease-in-out;
        -moz-transition: background .4s ease-in-out;
        transition: background .4s ease-in-out;
        line-height: 20px;
    }

        .navbar-custom .nav li a:hover {
            outline: 0;
            color: rgba(255,255,255,.8);
            background-color: #29235c;
        }

        .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 {
            color: 182C81;
        }

            .navbar-custom .nav li.active a:hover {
                color: #fff;
            }

@media(min-width:768px) {
    .navbar-custom {
        padding: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #ff6f60;
        -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: 10px 30px;
            background-color: #1D3E85;
        }
}

.top-nav-collapse .container {
    width: auto;
}

.navbar-toggle {
    padding: 7px 5px 0;
    margin-bottom: 0;
    border: 1px solid, transparent;
}

.i {
    color: #80C6C7;
}

.y {
    color: #DDD;
}

.navbar-toggle .icon-bar + .icon-bar {
    background-color: white;
}

/* Intro */

.intro {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.intro2 {
    background: #000 url(../img/6.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

    .intro2 #clock {
        padding: 50px 0;
    }

        .intro2 #clock span {
            border-bottom: 1px solid #fff !important;
        }


.intro .intro-body {
    display: table-cell;
    vertical-align: bottom;
    /*background: rgba(24, 44, 129, 0.6);*/
    padding: 100px 0;
}

    .intro .intro-body .brand-heading {
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 2px;
        margin: 0 0 5px;
    }

.color {
    color: 182C81;
}

.intro .intro-body .intro-text {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .intro {
        padding: 0;
    }

        .intro .intro-body .brand-heading {
            font-size: 50px;
        }
}

@media (min-width: 992px) {
    .intro .list-inline {
        text-align: right;
    }
}

@media(max-width:768px) {
    .intro2 #clock {
        padding: 0;
    }

    .intro .intro-body {
        padding: 30px 0;
    }
}

/* VIDEO BACKGROUND */
.video-controls {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 1;
    opacity: .2;
    display: none;
}

.video-controls-visible {
    display: inline;
}

.video-controls .fa {
    color: #fff;
    padding: 5px;
    width: 25px;
}

/* Action */

#action {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 0;
}

/* About */

#about,
#about2,
#about3 {
    padding-top: 0;
    padding-bottom: 0;
    color: #333;
}

#about {
    width: 100%;
    background: url(../img/imagen_ingreso.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


#beneficios {
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#interna {
    width: 100%;
    height: 40%;
    background: url(../img/imagen_interna.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#internaHome {
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/3_cirugia.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


.vigilado {
    background: url(../img/vigilado.png) no-repeat left;
    padding-bottom: 45px;
}

@media(max-width:768px) {
    #about,
    #about2,
    #about3 {
        text-align: center;
    }
}

/* Countdown */

#clock div {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 60px;
}

#clock span {
    display: block;
    font-size: 72px;
    font-weight: 300;
    padding: 30px 0;
    border-bottom: 1px solid #333;
}

@media (max-width: 768px) {
    #clock div {
        font-size: 14px;
        margin: 0 15px;
    }

    #clock span {
        font-size: 42px;
        padding: 15px 0;
    }
}

@media (max-width: 468px) {
    #clock div {
        font-size: 11px;
        margin: 0 7px;
    }

    #clock span {
        font-size: 32px;
        padding: 5px 0;
    }
}

/* Progress Bar */

#progress {
    background-color: #26b9e5;
    color: #fff;
}

.progress {
    margin-bottom: 40px;
    background-color: #333;
}

/* Sponsors */

#sponsor {
    background: #151515;
}

.sponsor img {
    max-width: 132px;
    height: 50px;
    margin: 50px auto;
    display: block;
}

/* Team */

#team h2 {
    margin-bottom: 55px;
}

/*footer*/

#footer {
    background-color: #bbbdbf;
    color: #FFF;
    height: 100px;
}

#footer1 {
    background-color: #fff;
    padding: 100px,0;
}

/* Contact */

#contact {
    width: 100%;
    color: #fff;
    background: url(../img/4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

@media(max-width:1200px) {
    #contact, #mission, #about, .intro {
        background-attachment: scroll;
    }
}
