/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.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
   ========================================================================== */
@font-face {
    font-family: 'johnston';
    src: url('font/ufonts.com_p22_johnston_underground_1-webfont.eot');
    src: url('font/ufonts.com_p22_johnston_underground_1-webfont.eot#iefix') format('embedded-opentype'),
         url('font/ufonts.com_p22_johnston_underground_1-webfont.woff') format('woff'),
         url('font/ufonts.com_p22_johnston_underground_1-webfont.ttf') format('truetype'),
         url('font/ufonts.com_p22_johnston_underground_1-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    font-family: 'johnston' !important;
    font-weight: bold;

}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

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

a{
    text-decoration: none !important;
}

body {
    width: 100%;
    height: 100%;
}

header {
    margin-top: 15px;
}

.wrapp {
    width: 1000px;
    margin: 0 auto;
}

.main {
    position: relative;
    overflow: hidden;
}

.menu_top li {
    float: left;
    padding-left: 40px;
}

.nivoSlider {
    height: 463px !important;
}

.nivo-controlNav {
    text-align: center;
    margin-top: -30px;
    margin-right: 270px;
    position: relative;
    padding: 0px !important;
    z-index: 99;
}

.nivo-directionNav {display: none}

.menu_top li:first-child {
    padding-left: 20px;
}

.col_1 {
    width: 25%;
    float: left;
    height: 463px;
    background-color: rgb(233, 233, 233);
    background-color: rgba(0, 0, 0, 0.06);
}

.parraf {
    margin: 20px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    padding-bottom: 10px;
    line-height: 18px;
    color: rgb(146, 183, 113);
}

.parraf-2 img{
    margin: 0 auto;
    display: block;
}

.parraf-2 {
    margin-top: -10px !important;
}

.parraf-3 {
    margin-bottom: 0px;
    border: none;
    padding: 0;
    margin-top: -10px;
}

.parraf-4 {
    margin-top: 15px;
    margin-bottom: 0px;
    border: none;
    padding: 0;
    color: black;
}

.parraf-4 li{
    list-style: none;
}

.social_l {
    margin-top: 5px;
    width: 65%;
    float: left;
}

.hashtag {
    width: 30%;
    float: left;
    margin-top: 5px;
}

.telf {
    color: black;
}

.col_2 {
    width: 75%;
    float: left;
}

.col_3 {
    position: absolute;
    right: 0;
    height: 463px;
    background-color: rgb(146, 183, 113);
    background-color: rgba(146, 183, 113, 0.95);
    z-index: 99;
    transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
}

.puntitos {
    padding-top: 30px;
    padding-bottom: 10px;
}

.oculto {
    right: -245px;
    transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
}

.oculto .arrow{
    display: none;
}

.oculto .arrow_{
    display: block;
}

.arrow_ {
    display: none;
}

.title {
    padding: 50px;
    text-align: center;
    color: white;
font-size: 1.7em;
line-height: 40px;
margin: 0.83em 0!important;
    margin-bottom: 10px !important;
}

.img_slider {
    width: 100%;
    height: 463px;
}

.nivo-controlNav .active {
    background: white !important;
}

.nivo-controlNav a {
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    background: rgba(255,255,255, 0.2) !important;
    border-radius: 100% !important;
    text-indent: -9999px !important;
    border: 0 !important;
    margin-left: 10px !important;
}

.title strong{ font-weight: normal; color: white;}

.pastilla {
    width: 295px;
}

ul, li {
    margin: 0;
    padding: 0;
}

.lang {
    float: right;
}

.lang ul li{
    float: left;
    padding-left: 5px;
}

.lang ul li:first-child {
    padding-left: 0px;
}

.logo img {
    margin-left: 75px;
    margin-top: 20px;
}

.menu_bottom {
    margin-left: 20px;
    display: inline-block;
}

.menu_bottom ul li{
    float: left;
    padding-right: 20px;
}

.telf {
    background: url(../img/telf.png);
    background-repeat: no-repeat;
    background-position-y: 4px;
    padding-left: 8px;
}

footer {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.copyright {
    font-size: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.35);
    padding-top: 10px;
}

.menu_top li a:hover h1{
    color: rgb(146, 183, 113);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.arrow img{
    padding: 10px 10px;
}

.arrow_ img{
    padding: 10px 10px;
    padding-bottom: 15px;
}

.share_fb a{
    color: white;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 30px;
    position: relative;
    display: block;
}

.at16nc.at16t_compact {
    background-position: 0px -2896px !important;
}

.bold{
    font-weight: bold;
}
.grey{
    color:grey;
}

/* ==========================================================================
   fix hX, SEO
   ========================================================================== */
h1, h2, h3 {
    font-family: johnston;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: inherit;
    margin: 0;
    padding: 0;
}

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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   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,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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