/*! HTML5 Boilerplate v5.3.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;
}

/*
 * 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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * 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 (min-width: 320px){
.navbar-fixed-top .navbar-brand {
    padding: 15px 40px;
}}

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        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;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top .navbar-brand {
    padding: 15px 25px 0 0;
}

}

@media (min-width: 992px) {
    .navbar-fixed-top .navbar-brand {
    padding: 15px 25px 0 15%;
}

}

@media (min-width: 1200px) {
    .navbar-fixed-top .navbar-brand {
    padding: 15px 25px 0 0;
}

}

@media (min-width: 768px) {
    .navbar-nav>li{
    padding-left: 5px;
    padding-right: 5px;
}
    .navbar-nav>li{
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-nav {
    margin: 0px -10px;
}


.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 275px;
}

}

@media (min-width: 992px) {
    .navbar-nav>li{
    padding-left: 5px;
    padding-right: 5px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left:0px;
}

}

@media (min-width: 1200px) {
    .navbar-nav>li{
    padding-left: 20px;
    padding-right: 20px;
}
}

@font-face{
    font-family: micotilexLight;
    src: url('../fonts/micotilexLight.ttf');

}

@font-face{
    font-family: logo;
    src: url('../fonts/micotilexLogo.ttf');

}

@font-face{
    font-family: micotilexMedium;
    src: url('../fonts/micotilexMedium.ttf');

}

@font-face{
    font-family: micotilexSemiBold;
    src: url('../fonts/micotilexSemiBold.ttf');
    
}

@font-face{
    font-family: micotilexExtraBold;
    src: url('../fonts/micotilexExtraBold.ttf');
    
}

body{
    font-family: "micotilexMedium";
}

li{
    font-family: "micotilexSemiBold";
    font-size: 1em;
}

.logo{
    font-family: "logo","Tahoma";
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a{
    color: #0069aa;
}

.navbar-inverse {
    background-color: #ffd200;
    border-color: #ffd200;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.5);
}

.container-fluid{
    /* padding-right: 0px; */
    /* padding-left: 0px; */
}

.marginSlider{
    margin-top: 80px;
}

@media (max-width: 767px) {
.marginSlider{
    margin-top: 50px;
}
li{
    font-size: 1.7em;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
}

.navbar-inverse .navbar-nav>li>a:hover{
    color: #003b67;
}

.marginTop{
    margin-top: 50px;
}

.marginTop2{
    margin-top: 190px;
}

@media (max-width: 768px) {
.marginTop{
    margin-top: 30px;
}
}

.marginBottom{
    margin-bottom: 50px;
}

.marginBottom25{
    margin-bottom: 25px;
}

@media (max-width: 768px) {
.marginTop{
    margin-bottom: 30px;
}
}

    .slider{
        width:600px;
        margin:20px auto;
        text-align:center;
    }
    h3{
        padding:20px 20px;
        background:white;
    }
    .slider div{
        margin-right:5px;
    }
h1{
    color: #0069aa;
}

h2{
    font-family: micotilexLight;
    color: #0069aa;
    font-size: 2em;
}

.dividerBlue{
    font-family: micotilexMedium;
    color: white;
    font-size: 30px;
}

.dividerBlue {
    height: 140px;
    background: #0069aa;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    margin-bottom: 0px;
}

.dividerPies {
    height: 175px;
    background: url('../images/fondoPies.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    margin-bottom: 0px;
}

.footer {
    /* height: 175px; */
    background: #0069aa;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px 5px;
    margin-bottom: 0px;
}

@media (max-width:768px) {
    .dividerBlue{
        font-size: 25px;
        padding-left: 10px;
        padding-right: 10px;
        padding: 40px 0;
    }
}

@media (max-width:500px) {
    .dividerBlue p{
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: -10px;
    }
}

.img-responsive{
    display: inline-block;
}

h3{
    font-size: 1.2em;
}

.btn-success{
    font-size: 1.5em;
    border: none;
    background-color: #0069aa;
    padding: 10px 25px;
}

.btn-success:hover{
    background-color: #0069aa;
}

.consejos, .contacto h2{
    font-family: "micotilexLight";
    color: #0069aa;
}

.footer p{
    color: white;
    font-size: 1.5em;
    font-family: "micotilexLight";
    margin: 0 20px;
}

.inline{
    display: inline;
}

.imagenSobreMicotilex{
    height: 270px;
    background: url('../images/sobreMicotilexImagenPrincipal.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.imagenSobreMicotilex > h1{
    position: relative;
    padding-top: 40px;
    padding-left: 50%;
    font-family: "micotilexMedium";
    color: white;
    font-size: 5em;
    text-shadow: 3px 5px 8px rgba(0, 0, 0, 0.7);;
}

@media only screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .imagenSobreMicotilex {
        height: 270px;
    }  
    .imagenSobreMicotilex > h1{
        padding-top: 40px;
        font-size: 5em;
    }
}

@media only screen and (max-device-width: 992px), screen and (max-width: 992px) {
    .imagenSobreMicotilex {
        height: 270px;
    }  
    .imagenSobreMicotilex > h1{
        padding-top: 70px;
        padding-left: 50%;
        font-size: 4em;
    }
}

@media only screen and (max-device-width: 768px), screen and (max-width: 768px) {
    .imagenSobreMicotilex {
        height: 200px;
    }  
    .imagenSobreMicotilex > h1{
        padding-top: 50px;
        padding-left: 30%;
        font-size: 3em;
    }
}

.imagenProductos{
    height: 270px;
    background: url('../images/productosImagenPrincipal2.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.imagenProductos > h1{
    position: relative;
    padding-top: 70px;
    padding-left: 50%;
    font-family: "micotilexMedium";
    color: white;
    font-size: 5em;
    text-shadow: 3px 5px 8px rgba(0, 0, 0, 0.7);;
}

@media only screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .imagenProductos {
        height: 270px;
    }  
    .imagenProductos > h1{
        padding-top: 70px;
        font-size: 5em;
    }
}

@media only screen and (max-device-width: 992px), screen and (max-width:992px) {
    .imagenProductos {
        height: 270px;
    }  
    .imagenProductos > h1{
        padding-top: 100px;
        padding-left: 50%;
        font-size: 4em;
    }
}

@media only screen and (max-device-width: 768px), screen and (max-width: 768px) {
    .imagenProductos {
        height: 200px;
    }  
    .imagenProductos > h1{
        padding-top: 50px;
        padding-left: 30%;
        font-size: 3em;
    }
}

.imagenSintomas{
    height: 270px;
    background: url('../images/sintomasImagenPrincipal.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.imagenSintomas > h1{
    position: relative;
    padding-top: 70px;
    padding-left: 50%;
    font-family: "micotilexMedium";
    color: white;
    font-size: 5em;
    text-shadow: 3px 5px 8px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .imagenSintomas {
        height: 270px;
    }  
    .imagenSintomas > h1{
        padding-top: 70px;
        font-size: 5em;
    }
}

@media only screen and (max-device-width: 992px), screen and (max-width: 992px) {
    .imagenSintomas {
        height: 270px;
    }  
    .imagenSintomas > h1{
        padding-top: 100px;
        padding-left: 50%;
        font-size: 4em;
    }
}

@media only screen and (max-device-width: 768px), screen and (max-width: 768px) {
    .imagenSintomas {
        height: 200px;
    }  
    .imagenSintomas > h1{
        padding-top: 50px;
        padding-left: 30%;
        font-size: 3em;
    }
}

.imagenTratamiento{
    height: 270px;
    background: url('../images/tratamientoImagenPrincipal.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.imagenTratamiento > h1{
    position: relative;
    padding-top: 70px;
    padding-left: 50%;
    font-family: "micotilexMedium";
    color: white;
    font-size: 5em;
    text-shadow: 3px 5px 8px rgba(0, 0, 0, 0.7);;
}

@media only screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .imagenTratamiento {
        height: 270px;
    }  
    .imagenTratamiento > h1{
        padding-top: 70px;
        font-size: 5em;
    }
}

@media only screen and (max-device-width: 992px), screen and (max-width: 992px) {
    .imagenTratamiento {
        height: 270px;
    }  
    .imagenTratamiento > h1{
        padding-top: 100px;
        padding-left: 50%;
        font-size: 4em;
    }
}

@media only screen and (max-device-width: 768px), screen and (max-width: 768px) {
    .imagenTratamiento {
        height: 200px;
    }  
    .imagenTratamiento > h1{
        padding-top: 50px;
        padding-left: 15%;
        font-size: 3em;
    }
}

.imagenPrevencion{
    height: 270px;
    background: url('../images/prevencionImagenPrincipal.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.imagenPrevencion > h1{
    position: relative;
    padding-top: 70px;
    padding-left: 50%;
    font-family: "micotilexMedium";
    color: white;
    font-size: 5em;
    text-shadow: 3px 5px 8px rgba(0, 0, 0, 0.7);;
}

@media only screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .imagenPrevencion {
        height: 270px;
    }  
    .imagenPrevencion > h1{
        padding-top: 70px;
        font-size: 5em;
    }
}

@media only screen and (max-device-width: 992px), screen and (max-width: 992px) {
    .imagenPrevencion {
        height: 270px;
    }  
    .imagenPrevencion > h1{
        padding-top: 100px;
        padding-left: 50%;
        font-size: 4em;
    }
}

@media only screen and (max-device-width: 768px), screen and (max-width: 768px) {
    .imagenPrevencion {
        height: 200px;
    }  
    .imagenPrevencion > h1{
        padding-top: 50px;
        padding-left: 15%;
        font-size: 3em;
    }
}

.imagenConsejos{
    height: 540px;
    background: url('../images/consejosImagenPrincipal.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.imagenConsejos > h1{
    position: relative;
    padding-top: 200px;
    padding-left: 50%;
    font-family: "micotilexMedium";
    color: white;
    font-size: 7em;
    text-shadow: 3px 5px 8px rgba(0, 0, 0, 0.7);;
}

@media only screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .imagenConsejos {
        height: 420px;
    }  
    .imagenConsejos > h1{
        padding-top: 140px;
        font-size: 5em;
    }
}

@media only screen and (max-device-width: 768px), screen and (max-width: 768px) {
    .imagenConsejos {
        height: 200px;
    }  
    .imagenConsejos > h1{
        padding-top: 50px;
        padding-left: 40%;
        font-size: 2.5em;
    }
}

.imagenContacto{
    height: 270px;
    background: url('../images/contactoImagenPrincipal.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.imagenContacto > h1{
    position: relative;
    padding-top: 70px;
    padding-left: 50%;
    font-family: "micotilexMedium";
    color: white;
    font-size: 5em;
    text-shadow: 3px 5px 8px rgba(0, 0, 0, 0.7);;
}

@media only screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
    .imagenContacto {
        height: 270px;
    }  
    .imagenContacto > h1{
        padding-top: 70px;
        font-size: 5em;
    }
}

@media only screen and (max-device-width: 992px), screen and (max-width: 992px) {
    .imagenContacto {
        height: 270px;
    }  
    .imagenContacto > h1{
        padding-top: 100px;
        padding-left: 50%;
        font-size: 4em;
    }
}

@media only screen and (max-device-width: 768px), screen and (max-width: 768px) {
    .imagenContacto {
        height: 200px;
    }  
    .imagenContacto > h1{
        padding-top: 50px;
        padding-left: 15%;
        font-size: 3em;
    }
}

@media only screen and (max-device-width:991px), screen and (max-width: 991px) {
    .margenSuperiorSmall{
        padding-top: 50px;
    }
    .margenInferiorSmall{
        padding-bottom: 50px;
    }
}

.noPadding{
    padding: 0;
}

.menuActivo{
    color: #ffd200;
}


h4{
    padding-top: 5px;
    padding-bottom: 20px;
    margin: 0px 15px 0 15px;
}

h2{
    margin: 0px 15px 0 15px;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        padding-bottom: 0px;
}
}

.bordesCurvos{
    border-radius: 30px 30px 30px 30px;
-moz-border-radius: 30px 30px 30px 30px;
-webkit-border-radius: 30px 30px 30px 30px;
border: 0px solid #000000;
}

.carousel-control.right, .carousel-control.left{
    background-image:none;
}

.textoCarruselh1{
    font-size: 2.2em;
    color: white;
}

.textoCarruselh2{
    font-size: 1.1em;
    color: white;
}

.textoCarruselh3{
    font-size: 2em;
    color: white;
    padding: 10px 0px;
    text-decoration:underline
}

.carousel-caption{
    text-align: left;
}

.Carrusel{
    width: 100%;
    height: 350px;
    background-color: #0069aa;

}

.bold{
    font-family: "micotilexExtraBold";
    margin: 0 auto;
    margin-bottom: 10px;
}

.bold2{
    font-size: 2em;
    font-family: "micotilexExtraBold";
    color: #0069aa;
}

#filters li span {
    color: #0069aa;
}

.marginCarrusel{
    padding-top: 50px;
}

@media only screen and (max-device-width: 768px), screen and (max-width: 768px) {
    .marginCarrusel{
        padding-top: 30px;
    }
}

.bordeBlanco{
border: 5px solid #ffffff;
}

.paddingConoceMas{
    padding: 15px 20px;
}

label{
    font-family: "micotilexLight";
    font-size: 1.5em;
    color: #0069aa;
}

.fondoGris{
    background-color: #F1F1F1;
    border:20px;
    border-style: solid;
    border-color: #F1F1F1;
}

.textoSintomas{
    font-size: 1.4em;
    font-family: "micotilexLight";
}

.text-justified{
    text-align: left;
    text-justify: inter-word;
}

.text-Left{
    text-align: left;
}

.outerGlow{
-webkit-box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 24px -1px rgba(0,0,0,0.1);
}


.dropdown:hover .dropdown-menu {
display: block;
}

.dropdown-menu {
    background-color: #ffd200;
    left: -35%;
    border-color: transparent;
}

.dropdown-menu>li>a {
    color: #0069aa;
    padding: 10px 20px;
}

.dropdown-menu>li>a:hover {
    color: #003b67;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
}

@media (max-width: 767px) {.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: white;
    font-size: 0.7em;
}
.dropdown:hover .dropdown-menu {
display: none;
}
}

@media (max-width: 767px) {.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #ffd200;
}
}

.marker{
    height: 75px;
}

@media (max-width: 768px) {
.marker{
    height: 10px;
}
}

.marginTop20{
    margin-top: 20px;
}

.textWhite{
    color: white;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0069aa;
}

.navbar-inverse .navbar-toggle {
    border-color: #0069aa;
}

@media (min-width: 768px) {
.nav>li>a {
    padding: 15px 22px;
}
}

@media (min-width: 992px) {
.nav>li>a {
    padding: 15px 15px;
}
}

.registroMenu{
    top: 6px;
}

.registro{
    top: 8px;
}

.registroSlider{
    top: 20px;
}

.registroTexto{
    top:10px;
}

.registroTexto2{
    top:15px;
}

sup {
    font-size:0.4em;
    vertical-align:top;
    top: 12px;
}

.ceroPadding{
    padding: 0;
}

@media (min-width: 768px){
.navbar-nav {
    margin-top: 15px;
}
.marginSlider{
    margin-top: 145px;
}
}

@media (min-width: 1200px){
.marginSlider{
    margin-top: 90px;
}
.navbar-nav {
    margin-top: 8px;
}
}

@media (min-width: 992px){
.navbar-nav {
    margin: 0px -25px;
}
.marginSlider{
    margin-top: 80px;
}
}

.paddingLeft{
    padding-left: 1%;
}

@media (min-width: 1200px){
.paddingLeft{
    padding-left: 55px;
}
}

.navbar {
    min-height: 80px;
}

.navbar-toggle {
    margin-top: 23px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ffd200;
}

@media (min-width: 768px){
.paddingLogoMobile {
    padding: 15px 15%;
}
}

.textoNegro{
    color: black;
}

.textSombra{
    text-shadow: 3px 5px 8px rgba(0, 0, 0, 1);;

}

.navbar-inverse .navbar-nav>li>a:focus {
    color: #0069aa;
}
