/*!
 * 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.
 */

body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}
body, html{
    font-size:18px;
    color: #000;
    font-family: 'Lora',sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
h2{
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
}
h3{
    font-size: 32px;
    line-height: 34px;
    font-weight: 500;
}
h3 span{
    margin-top: 20px;
    padding: 5px;
    display: inline-block;
    background-color: rgba(0,0,0,.2);
}
p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}
a {
    color: #0073A2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #0073A2;
}
.light {
    font-weight: 400;
}

#map {
    width: 100%;
    height: 200px;
}
ul{
    margin: 22px 0;
    padding: 0;
}
ul li{
    margin-bottom: 12px;
    position: relative;
    list-style-type: none;
    display: inline-block;
    padding-left: 18px;
}
ul li::after{
    content: "\f069";
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    left: 0px;
    top: 5px;
}


.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Open Sans',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;
}

.btn-default {
    border: 1px solid #0073A2;
    color: #0073A2;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #0073A2;
    outline: 0;
    color: #fff;
    background-color: #0073A2;
}

ul.banner-social-buttons {
    margin-top: 0;
}

.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);
    }
}

footer {
    padding: 50px 0;
    background: #0073A2;
    color: #fff;
}

footer p {
    margin: 0;
    color: #fff;
}

::-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);
}
blockquote{
    margin-top: 20px;
    padding: 20px 55px;
    border-left: 0px;
    position: relative;
}
blockquote::after{
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #eee;
    font-size: 34px;
}
blockquote cite{
    margin-top: 10px;
    display: block;
    font-size: 16px;
    color: #999;
}
.inner-page{
    margin-top: 84px;
}






/*NAVIGATION*/
    .navbar{
        min-height: initial;
    }
    .navbar-custom {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        text-transform: uppercase;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        background: rgba(255,255,255,1);
        background-image: none!important;
        background-position: initial;
    }
    .navbar-brand{
        padding: 8px 0;
    }
    .navbar-brand>img{
        max-width: 215px;
    }
    .navbar-custom .navbar-brand {
        font-weight: 700;
        height: initial;
    }
    .navbar-custom .navbar-brand:focus {
        outline: 0;
    }
    .navbar-custom .navbar-brand .navbar-toggle,
    .navbar-toggle{
        margin: 19px 0 0 0;
        padding: 0px 20px;
        font-size: 32px;
        color: #000;
    }
    .navbar-custom .navbar-brand .navbar-toggle:focus,
    .navbar-custom .navbar-brand .navbar-toggle:active {
        outline: 0;
    }
    .navbar-custom a {
        color: #000;
    }
    .navbar-custom .nav li{
        margin: 0;
        padding: 0;
        position: relative;
    }
    .navbar-custom .nav li::after{
        display: none;
    }
    .navbar-custom .nav li a {
        padding: 44px 20px 29px 20px; /*37px 20px;*/
        -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: #0073A2;
        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 {
        color: #0073A2;
    }
    .navbar-custom .nav > li.active > a::after{
        content: "";
        position: absolute;
        left: 0px;
        bottom: -1px;
        background: #0073A2;
        height: 3px;
        width: 100%;
    }
    .navbar-custom .nav li.active a:hover {
        color: #0073A2;
    }

    /*SUBMENU*/
        .navbar-custom .nav > li > ul.submenu{
            display: none;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 100%;
            left: 0px;
            background: rgba(0,0,0,.8);
            list-style-type: none;
            width: 200px;
        }
        .navbar-custom .nav > li:hover > ul.submenu{
            display: block;
        }
        .navbar-custom .nav > li > ul.submenu > li{
            margin: 0;
            padding: 0;
        }
        .navbar-custom .nav > li > ul.submenu > li > a{
            padding: 14px 8px;
            display: block;
            color: #fff;
            font-size: 14px;
            line-height: 14px;
            border-bottom: 1px solid #333;
        }
        .navbar-custom .nav > li > ul.submenu > li > a:hover{
            color: #0073A2;
        }


    /*HEADER COLLAPSE*/
        .top-nav-collapse{
        }
        .top-nav-collapse .navbar-brand{
            padding: 4px 0;
        }
        .top-nav-collapse .navbar-brand>img{
            max-width: 120px;
        }
        .top-nav-collapse .nav li > a{
            padding: 25px 20px 10px 20px; /*16px 20px;*/
        }


/*INTRO*/
    .intro, .intro-getstarted {
        display: table;
        width: 100%;
        height: 100%;
        padding: 100px 0;
        text-align: center;
        color: #fff;
        position: relative;
        background-color: #000;
        z-index: 2;
    }
    .intro{
        background: url(../img/intro-bg.jpg) no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    .intro::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(0,0,0,.6);
        z-index: -1;
    }

    .intro .intro-body {
        display: table-cell;
        vertical-align: middle;
        z-index: 2;
    }

    .intro .intro-body .brand-heading{
        font-size: 40px;
        line-height: 42px;
    }
    .intro .intro-body .brand-heading span{
        margin-top: 20px;
        font-size: 36px;
        line-height: 50px;
        font-weight: 300;
        background: #0073A2;
        color: #fff;
        padding: 4px 12px;
        display: inline-block;
    }
    .intro .intro-body .intro-text, .intro-body .intro-text{
        font-size: 36px;
    }


/*CONTENT SECTION*/
    .content-section {
        padding:100px 0;
    }
    .content-color-1{
        background-color: #013E58;
    }
    .content-color-1 p, .content-color-1 a, .content-color-1 li, .content-color-1 h1, .content-color-1 h2, .content-color-1 h3, .content-color-1 h4, .content-color-1 h5, .content-color-1 h6{
        color: #fff;
    }


/*SLIDERS*/
    #sliders{
        position: relative;
        display: block;
        height: 100%;
        max-height: 460px;
    }
    #slider1, #slider2{
        padding-right: 0px;
        padding-left: 0px;
        max-height: 460px;
    }

/*PAGE TITLE*/
    #page-title{
        position: relative;
        top: 95px;
        margin-bottom: 95px;
        background-color: #f0f0f0;
    }
    #page-title h1{
        margin-bottom: 0px;
        font-size: 60px;
        line-height: 60px;
        color: #013E58;
    }

/*Cómo*/
    .como-bloque{
        margin-bottom: 35px;
    }
    .como-bloque ul li{
        text-align: left;
    }
    .como h2{
        margin-bottom: 85px;
    }
    .como-bloque h3{
        color: #0089C2;
    }

/*Qué ofrecemos*/
    .que-ofrecemos img{
        margin-bottom: 20px;
    }
    .qo1, .qo2{
        border-bottom: 1px solid #f0f0f0;
    }



/*SIGNUP FORM*/

    #signup {
        display: block;
        border-top: 1px solid #cbcbcb;
        background-color: #eee;
    }

    /* Form style */
        .field{
            width: 48%;
            float: left;
            margin: 30px 0;
        }
        .fthird{
            width: 33.33%;
            float: left;
        }
        .comments{
            margin: 0 auto;
            width: 100%;
        }
        .submit{
            width: 100%;
            display: block;
        }
        label{
            display: block;
            width: 100%;
            font-size: 16px;
            line-height: 16px;
            font-family: 'Open Sans', serif;
            color: #0073A2;
        }
        input{
            margin: 10px 0;
            padding: 8px 10px;
            width: 90%;
            border: 1px solid #f0f0f0;
            text-align: center;
        }
        input[type=submit]{
            margin: 0 auto;
            padding: 10px 18px;
            width: initial;
            text-align: center;
            background: #0073A2;
            color:#fff;
            font-size: 20px;
            border: 0px;
            outline: none;
        }
        input[type=submit]:hover{
            background-color: #013E58;
        }
        textarea{
            margin: 10px auto;
            padding: 8px 10px;
            width: 72%;
            display: block;
            text-align: center;
            border: 1px solid #f0f0f0;
        }
        mark{
            background-color: transparent;
        }
        mark.validate {
            display: inline-block;
            margin: 12px 0 0 10px;
            width: 16px;
            height: 16px;
            background: transparent none;
        }
        mark.valid {
            background: url(../img/success.gif) no-repeat top left;
        }
        mark.error {
            background: url(../img/error.gif) no-repeat top left;
        }

        acronym { border-bottom:1px dotted #ccc; }


/*SOCIAL SHARING*/
    #floatingSocialShare{
        position: relative;
        z-index: 10;
    }

    #floatingSocialShare a{
        position: relative;
        width: 48px;
        height: 48px;
        line-height: 24px;
        display:list-item;
        list-style-type: none;
        padding: 5px 0;
        text-align: center;
        color: #fff;
    }

    #floatingSocialShare a:focus, #floatingSocialShare a:hover {
        color: #fff;
        width:52px;
        opacity: 0.8;
        transition-duration: 0.3s;
        transition-property: right;
        transition-timing-function: ease-out;
    }

    #floatingSocialShare a, #floatingSocialShare a:visited, #floatingSocialShare a:focus, #floatingSocialShare a:active, #floatingSocialShare a:hover {
        outline: 0 none !important;
    }

    #floatingSocialShare i{
        line-height: inherit;
        font-size: 24px;
        text-align: center;
    }

    #floatingSocialShare .top-left{
        position: fixed;
        top: 20%;
        left:0;
    }

    #floatingSocialShare .top-right{
        position: fixed;
        top: 20%;
        right:0;
    }

    #floatingSocialShare .facebook{
        background-color: #3b5998;
    }

    #floatingSocialShare .twitter{
        background-color: #00aced;
    }

    #floatingSocialShare .google-plus{
        background-color: #dd4b39;
    }

    #floatingSocialShare .linkedin{
        background-color: #007bb6;
    }

    #floatingSocialShare .envelope{
        background-color: #726C6C;
    }

    #floatingSocialShare .pinterest{
        background-color: #c92228;
    }

    #floatingSocialShare .stumbleupon{
        background-color: #eb4924;
    }

    #floatingSocialShare .shareCount{
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        color: #dddddd;
        font-size:  10px;
    }

    #floatingSocialShare .m-top5{
        margin-top: 5px;
    }


/*MEDIA QUERIES*/

    @media(max-width:1199px) {
        ul.banner-social-buttons {
            margin-top: 15px;
        }
    }

    @media(max-width: 991px){
        
        #floatingSocialShare{
        margin-top: 50px;
        }

        #floatingSocialShare .top-left{
            top: auto;
            bottom: 0;
            width: 100%;
            z-index: 999;
        }

        #floatingSocialShare .top-right{
            top: auto;
            bottom: 0;
            width: 100%;
            z-index: 999;
        }

        #floatingSocialShare a{
            position: relative;
            float: left;
            display:list-item;
            list-style-type: none;
        }

        #floatingSocialShare a:focus, #floatingSocialShare a:hover {
            -moz-transition-property: none;
            -webkit-transition-property: none;
            -o-transition-property: none;
            transition-property: none;
        }
    }

    @media(min-width:768px) {
        p {
            margin: 0 0 35px;
            font-size: 20px;
            line-height: 1.6;
        }
        .navbar-custom {
            padding: 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 rgba(255,255,255,.3);
            background: #fff;
            border-bottom: 1px solid #f0f0f0;
        }
        .intro {
            padding: 0;
        }
        .intro .intro-body .brand-heading {
        }
        .intro .intro-body .intro-text {
            font-size: 26px;
        }
    }

    @media(min-width:767px) {
        .download-section {
            padding: 100px 0;
        }

        #map {
            height: 400px;
        }
    }

    @media(max-width:767px) {
        .content-section{
            padding: 40px 0;
        }
        .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
            margin-right: 0px;
        }
        .navbar-custom .navbar-brand{
            padding-left: 20px;
        }
        .intro .intro-body .brand-heading, .intro-getstarted .intro-body .brand-heading{
            font-size: 45px;
            line-height: 50px;
        }
        .intro .intro-body .brand-heading span, .intro-getstarted .intro-body .brand-heading span{
            font-size: 28px;
            line-height: 28px;
        }
        .intro .intro-body .intro-text, .intro-body .intro-text{
            font-size: 24px;
        }
        ul.banner-social-buttons li {
            display: block;
            margin-bottom: 20px;
            padding: 0;
        }
        ul.banner-social-buttons li:last-child {
            margin-bottom: 0;
        }
        ul.nav.navbar-nav{
            background-color: #fff;
        }
        .navbar-custom .nav li a{
            padding: 18px;
        }
        .row{
            margin-right: 0px;
            margin-left: 0px;
        }
        .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
            margin-right: 0px;
            padding-right: 0px;
        }
        #sliders{
            max-height: 840px;
        }
        .fthird{
            width: 100%;
            float: none;
        }
        textarea{
            width: 90%;
        }
        .mapa{
            margin: 0 auto 30px;
            padding: 0!important;
            width: 90%;
        }
        #map{
            height: 300px;
        }
        footer{
            padding-bottom: 80px;
        }
    }




.translate {
    z-index: 99;
}
.translate a {
    text-decoration: none;
    list-style-type: none;
}

.switcher {
	position:fixed;
    height: 24px;
	width: 117px;
	right: 50px;
	top: 0px;
    /*-webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;*/
	box-sizing: border-box;
    -webkit-z-index: 99999999;
    -moz-z-index: 99999999;
    -ms-z-index: 99999999;
    -o-z-index: 99999999;
    z-index: 99999999;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.switcher a {
    margin-left: 5px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.switcher img {
    margin-top: -8px;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1 !important; 
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 96px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px 0;
    position: absolute;
    z-index: 1;
    margin-top: 17px;
    margin-left: -60px;
    font-size: 12px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.cd-main-nav li a {
    cursor: pointer;
}







