/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */








html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
a{
    color: #FFF;
    text-decoration: none;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Florida Trading custom styles
   ========================================================================== */
@font-face {
    font-family: 'Danton-Bold';
    src: url('../fonts/Danton-Bold.eot');
    src: local('☺'), url('../fonts/Danton-Bold.woff') format('woff'), url('../fonts/Danton-Bold.ttf') format('truetype'), url('../fonts/Danton-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Danton-Bold' !important;
    background-color: #498FC8 !important;
}
img, a, h1,h2,h3,.view,.over, li{
    webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    text-decoration: none !important;
}
header{
    background: #fff;
    height: 115px;
    position: relative;
}
.row{
    background: #fff;
}
.descrip{
    font-size: 18px;
    margin-top: 20px;
}
.descrip strong{
    color:#1F76BC;
}
.logo{
    text-align: center;
    width: 288px;
    height: 78px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;

}

.menu_content a, .menu_content a:hover{
    font-size: 20px;
}
.menu_content{
    margin-top: -37px;
    height: 60px;
    padding: 0;

}
.menu_content li{
    height: 60px;
    line-height: 60px;
    border-top: 4px solid transparent;
}
/*.menu_content li:hover, .menu_content li:focus,.menu_content li.active{*/
    /*border-top: 4px solid #F8DF03;*/
/*}*/
.nav > li > a:hover, .nav > li > a:focus, .menu_content li.active a {
    background-color: #498FC8 !important;
    color: #fff !important;


}
.navbar-nav > li > a{
    padding-left: 26px !important;
    padding-right: 26px !important;
}
.nav-pills > li > a{
    border-radius: 0 !important;


}
.menu_content li a{
    color: #33A5DF !important;
    line-height: 30px !important;
 }
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.icon-bar {
    background-color: #1F76BC;
}
.navbar-toggle{
    float: none !important;
}
.central{
   background-color: #498FC8;
   padding-top: 10px;
}
.cinta{
    background: url("../img/cinta_destacados.png") no-repeat center;
    position: absolute;
    width: 375px;
    height: 88px;
    text-align: center;
    padding-top: 14px ;
    color: #FFF;
    font-size: 24px;
    left: calc(50% - 185px);
    left: -webkit-calc(50% - 185px);
    left: -moz-calc(50% - 185px);
    z-index: 99;
    margin-top: 4px;
}
.sliderWrap{
    background-color: #FFF;
    padding: 15px;
    margin:  30px auto !important;
}
.slides h3{
    color:#1F76BC;
    font-size: 30px;
}
.slides p{
    font-size: 24px;
}
.flex-direction-nav .flex-prev{
    font-size: 40px;
    color: #FFF;
}
.flex-direction-nav .flex-next{
    font-size: 40px;
    color: #FFF;
}

.ventajas figure{
    padding-top: 20px;
    padding-right: 0;
}
.list{
    list-style: none;
    padding: 0;
}
.list .glyphicon{
    color:#1F76BC !important;
    margin-right: 5px;
}
.empreTitle{
    border-left: 6px solid #1F76BC;
    padding-left: 5px;
    color:#1F76BC;
    margin-bottom: 30px !important;
}
.azul{
    color:#1F76BC;
}
.servicios{
    background:#FFF url("../img/serv-cont.jpg") top right no-repeat;
    background-size: contain;
    height: 535px;
}
.lista-serv .glyphicon{
    color:#FFF !important;
}
.lista-serv{
    margin: 40px 0 0 0;
    padding: 50px;
    background: #1D7FC4;
    color: #FFF;
}
.lista-serv li{
    margin-bottom: 10px;
    font-size: 18px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.boxShadowB{
    -webkit-box-shadow:  0 2px 4px rgba(4, 4, 4, 0.36);
    -moz-box-shadow:  0 2px 4px rgba(4, 4, 4, 0.36);
    box-shadow:  0 2px 4px rgba(4, 4, 4, 0.36);
}
.sombraText{
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}
.celeste{
    color:#33A5DF;
}
.gris{
    color:#707070;
}
.bGris2{
    background-color:#FAFAFA;
    padding-bottom: 20px;
}
.bGris{
    background-color:#EEEEEE;
    padding-bottom: 20px;
}
.tBlanco{
    color:#FFF;
}
.tituloMedio{
    box-sizing: content-box;
    font-size: 23px;
    margin: 0 !important;
    /*border-top: 4px solid #FFF;*/
    padding: 0px 15px;
    position: absolute;
    background-color: #498FC8;
    line-height: 65px;
    z-index: 99;
}
.mt20{
    margin-top: 20px;
}
.bBlanco{
    background-color: #FFF;
}
.borderGray{
    border: 1px solid #e5e5e5;
}
.borderBottomGray{
    border-bottom: 1px solid #e5e5e5;
}
.borderBottomCele{
    border-bottom: 6px solid #1F76B8 !important;

}
.btn-c{
    color: #FFF !important;
    background-color:#1F76B8;
    padding: 10px 30px !important;
    margin: 50px auto !important;
    border-radius: 30px !important;
}

.marcaGal{
    margin:13px 0;
    cursor: pointer;
    overflow: hidden;
    webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.prod-catal{
    min-height: 163px !important;
}
.marcaGal:hover{

    transform: scale(1.1);
}
.modal-content{
    border-radius: 0 !important;
}
#modalTitulo{
    color: #33A5DF !important;
    font-size: 24px !important;
}
.language{
    margin-top: 13px;
}
.language a{
    color: #33A5DF;
    font-size: 12px;
    margin: 0 5px;
    padding-right: 10px;
}
.language a:last-child{
    border-right: none !important;
}
.language a:hover, .language a:hover, .language a.active, .language a:focus{
    color:#707070 !important;
}
.menuLang{
    display: none;
}


.titleP{
    padding: 8px 7px;

}
.content_footer{
    background: url("../img/footer_bg.jpg") top center;
    background-size: cover;
    margin-top: 10px;
}
footer{
    color:#FFF;
    /*font-family: verdana !important;*/
}
footer a{
    color:#FFF !important;
}
footer .logo-footer img{
    float: right;
}
.mapita, .datos{
    padding: 10px 0;
}
#map_ubi{
    height: 230px;
    color: #1F76BC;
}
.copy{
    background-color: #111;
    color: #FFF;
    text-align: center;
    padding: 15px;
}
.copy2{
    background: url("../img/footer_bg.jpg") top center;
    background-size: cover;
}
.derechos{
    margin-top: 30px;
}
.border-FFF{
    height: 10px;
    border-bottom: 1px solid #FFF;
}
.bgBlanco{
    background-color: #FFF;
    padding-bottom: 10px;
    padding-top: 10px;
}
aside ul {
    width: 100%;
    float: left;
    list-style: none;
    padding-bottom: 10px;
    margin: 10px 0 20px;
    border-bottom: #a0a0a0 1px solid;
}
.titleSection{
    background-color: #1F76BC;
    height: 65px;
    margin-top: 40px;
}
.cintaTitle{

    background: url("../img/cinta_title.png") no-repeat center;

    width: 452px;
    height: 106px;
    text-align: center;
    padding-top: 14px ;
    color: #FFF;
    font-size: 30px;
    z-index: 99;
    margin: -31px auto 0 auto;

}

#btnContacto {
    border-radius: 0 !important;
    border: 0 !important;
    background-color: #1F76BC !important;
    outline: none !important;
    color: #FFF !important;
}
.url{
    font-size: 14px;

}
@media (max-width: 1200px){
    .marcaGal{
        width: 50% !important;
        float: left !important;
    }

}
@media (min-width: 1200px){
    .sliderWrap{
        width: 1000px !important;

    }
}
@media (max-width: 400px) {
    .logo {
        width: 240px !important;
        text-align: center;
        margin-top: 35px !important;
    }

    .navbar-toggle{
        margin-right: 0 !important;
    }
    .language{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .slides h3{
        font-size: 24px !important;
    }
    .slides p{
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .logo {
        text-align: center;
        margin: 32px auto 0 auto !important;
        float:none !important;
        position: relative;
    }
    .title{
        text-align: center;
    }
    .menu_content {
        margin-top: 0px !important;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 9999;
    }

    .menu_site{
        background: #fff;
        z-index: 9999;
        margin: -47px 0px 0px 40px !important;
    }
    .nav > li > a:hover, .nav > li > a:focus, .menu_content li.active a {
        color:#707070 !important;
    }

    .language{
        top: 5px;
        right: 0;
        text-align: center;
        position: absolute !important;
    }
    .language button{
        margin: 0 auto !important;
    }
    .sliderWrap{
        background-color: #FFF;
        padding: 30px;

    }
    .cinta{
        display:none !important;
    }

    .menuLang{
        display: block;
        margin-top: -11px !important;
    }
    .lang-con{
        display: none;
    }
    .menu_lang{
        position: relative;
        right: 61px;
        top: -63px;
        border: 1px solid rgb(221, 221, 221);
        background-color: rgb(255, 255, 255);

    }
    .marcaGal{
        width: 50% !important;
        float: left !important;
    }
    .content_footer {
         margin-top: 0 !important;
    }
    footer .logo-footer, footer .logo-footer img {
        float: none !important;
        margin:0 auto;
    }
    .derechos{
        margin-top: 22px;
        margin-bottom: 13px;
        text-align: center;
    }
}

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
