/*
 * HTML5 Boilerplate
 *
 * 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,
button,
input,
select,
textarea {
    color: #222;
}

body {
    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 and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HelveticaLTStd-Bold.eot');
    src: local('☺'), url('../fonts/HelveticaLTStd-Bold.woff') format('woff'), url('../fonts/HelveticaLTStd-Bold.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Bold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HelveticaLTStd-Light.eot');
    src: local('☺'), url('../fonts/HelveticaLTStd-Light.woff') format('woff'), url('../fonts/HelveticaLTStd-Light.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Light.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HelveticaLTStd-Roman.eot');
    src: local('☺'), url('../fonts/HelveticaLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueUltLt';
    src: url('../fonts/HelveticaNeueLTStd-UltLt.eot');
    src: local('☺'), url('../fonts/HelveticaNeueLTStd-UltLt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-UltLt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-UltLt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
    src: local('☺'), url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLTStd-Th.eot');
    src: local('☺'), url('../fonts/HelveticaNeueLTStd-Th.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Th.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Th.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body
{
    background: url(../img/fondo.png) bottom right;
    background-size: cover;
}
header
{
    background: url(../img/menu.png) white bottom center no-repeat;
}
footer
{
    background: url(../img/fondo_pie.png) white bottom center no-repeat;
    height: 190px;
}
a
{
    color: inherit;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: inherit;
}
ul.menu_idioma
{
    list-style: none;
    color: white;
    margin-top: 110px;
    margin-left: 25px;
    font-family: 'Helvetica';
    padding: 0px;
    font-size: 15px;
}
li.menu_idioma
{
    display: inline-block;
}
li.menu_idioma.seleccionado
{
    color:#3cacdc;
}
ul.menu
{
    list-style: none;
    color: white;
    margin-bottom: 6px;
    margin-top: -12px;
    font-family: 'Helvetica';
    padding-left: 5px;
    font-weight: bold;
}
li.menu
{
    display: inline-block;
    margin: 5px;
}
li.menu:hover, li.menu.seleccionado
{
    color:#3cacdc;
}

ul.menu_pie
{
    list-style: none;
    color: white;
    margin-top: 40px;
    font-family: 'Helvetica';
    padding-left: 10px;
    font-size: 14px;
}
li.menu_pie.seleccionado
{
    font-weight: bold;
}
#logo_superior
{
    margin: 20px 15px 10px;
}
#logo_inferior
{
    margin: 30px 0px 0px;
}

.contenido
{
    background: white;
}
.destacado
{
    text-align: center;
    margin-top: 30px;
}
.destacado .texto
{
    width: 248px;
    text-align: left;
    margin: 10px auto;
    color: #484848;

}
.destacado h2
{
    font-family: 'Helvetica';
    font-weight: 100;
    margin: 0px;
    font-size: 18px;
}
.destacado p
{
    margin: 0px;
    font-size: 14px;
}
.destacado h2 strong
{
    color: #3cacdc;
}
.destacado p.read_more
{
    color: #224058;
    margin: 10px 0px;
    font-size: 12px;
}
.destacado.catalogo .texto
{
    width: 217px;
}
.destacado.catalogo img[src*="catalogo.jpg"]
{
    margin: 30px 0px;
}
.destacado.about_home .texto
{
    width: 525px;
    text-align: center;
}


.lista_contenido
{
    list-style-image:url('../img/marca_lista.png');
    color: #f9f9f9;
    font-family: 'Helvetica';
    font-weight: 100;
    font-size: 15px;
    padding: 0px 0px 0px 20px;
    width: 85%;
}
.lista_contenido li
{
    padding: 20px 0px;
}

/*--------About-------------*/
.about
{
    background: url(../img/fondo_about.jpg) bottom center no-repeat;
}
.about footer
{
    background: none;
    margin-top: 430px
}
.about .texto_about
{
    text-align: center;
    width: 727px;
    margin: 0px auto;
    text-align: left;
}
.about .texto_about img
{
    margin: 30px 0px;
}
.texto_about h1
{
    font-family: 'Helvetica';
    font-weight: 100;
    color:#3cacdc;
    font-size: 50px;
}
/*--------About-------------*/



/*--------Background-------------*/
.texto_background img
{
    margin: 30px 0px;
}
.texto_background
{
    text-align: center;
    width: 727px;
    margin: 0px auto;
    text-align: left;
}
.texto_background h1
{
    font-family: 'Helvetica';
    font-weight: 100;
    color: #9e9e9e;
    font-size: 50px;
    width: 45%;
    line-height: 55px;
}
.texto_background h1 strong{
    font-weight: 600;
    color: #3cacdc;
}
.texto_background h2
{
    font-family: 'HelveticaNeueUltLt';
    color: #224058;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    width: 520px;
}
.texto_background h2 strong
{
    font-family: 'HelveticaNeue';
}
.texto_background p
{
    padding-right: 207px;
    font-family: 'HelveticaNeue';
    font-weight: 100;
    color:#484848;
    text-align: justify;
    background: url(../img/mundo.png) center right no-repeat;
    margin-bottom: 150px;
}
.texto_background p a.read_more
{
    float: right;
    color: #224058;
    font-family: "Helvetica";
    margin-top: 25px;
    font-size: 14px;
}
/*--------Background-------------*/


/*--------Services-------------*/
.services
{
    background: url(../img/fondo_services.jpg) bottom center no-repeat;
}
.services footer
{
    background: none;
}
.texto_services img
{
    margin: 30px 0px;
}
.texto_services
{
    text-align: center;
    width: 727px;
    margin: 0px auto;
    text-align: left;
}
.texto_services h1
{
    font-family: 'Helvetica';
    font-weight: 100;
    color: #9e9e9e;
    font-size: 50px;
    width: 45%;
    line-height: 55px;
    margin: 0px;
}
.texto_services h1 strong{
    font-weight: 600;
    color: #3cacdc;
}
.texto_services h2
{
    font-family: 'HelveticaNeueUltLt';
    color: #224058;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
    width: 520px;
}
.texto_services h2 strong
{
    font-family: 'HelveticaNeue';
}
.texto_services p
{
    width: 520px;
    font-family: 'HelveticaNeue';
    font-weight: 100;
    color:#484848;
    text-align: justify;
    font-size: 15px;
}
.texto_services p a.read_more
{
    float: right;
    color: #224058;
    font-family: "Helvetica";
    margin-top: 25px;
    font-size: 14px;
}
.texto_services.pastilla
{
    margin: 10px 25px;
    width: 520px
}
.texto_services.pastilla .cabecera
{
    background: url(../img/cabecera_pastilla.jpg) no-repeat;
    height: 35px;
    color: white;
    font-family: "Helvetica";
    padding: 15px 0px 0px 25px;
    font-size: 20px;
}
.texto_services.pastilla .cabecera span{color:#73B6E5;font-weight: normal;}
.texto_services.pastilla .cuerpo
{
    background: url(../img/cuerpo_pastilla.jpg) no-repeat;
    background-size: cover;
    text-transform: uppercase;
}
.texto_services.pastilla .cuerpo ul
{
    padding: 10px;
    margin: 0px;
    list-style: none;
    color: #868685;
    font-size: 12px;
}
/*--------Services-------------*/


/*--------how we work-------------*/
.how_we
{
    background: url(../img/fondo_how_we.jpg) bottom center no-repeat;
}
.how_we footer
{
    background: none;
}
.how_we .texto_how_we
{
    text-align: center;
    width: 727px;
    margin: 0px auto;
    text-align: left;
}
.how_we .texto_how_we img
{
    margin: 30px 0px;
}
.texto_how_we h1
{
    font-family: 'Helvetica';
    color:#3cacdc;
    font-size: 50px;
    font-weight: 600;
}
.texto_how_we h1 span
{
    color: white;
    font-weight: 100;
}
.texto_how_we h2
{
    font-family: 'HelveticaNeueUltLt';
    color: white;
    font-size: 17px;
    line-height: 28px;
    font-weight: normal;
    width: 530px;
}
.texto_how_we h2 strong
{
    font-family: 'HelveticaNeue';
}
.texto_how_we p
{
    width: 520px;
    font-family: 'HelveticaNeue';
    font-weight: 100;
    color:white;
    text-align: justify;
    font-size: 14px;
}
.graficas
{
    text-align: center !important;
}
/*--------how we work-------------*/



/*--------total proyect-------------*/
.total_proyect
{
    background: url(../img/fondo_total_proyect.jpg) bottom center no-repeat;
}
.total_proyect footer
{
    background: none;
    margin-top: 85px;
}
.total_proyect .texto_total_proyect
{
    text-align: center;
    width: 727px;
    margin: 0px auto;
    text-align: left;
}
.total_proyect .texto_total_proyect img
{
    margin: 30px 0px;
}
.texto_total_proyect h1
{
    font-family: 'Helvetica';
    color:#3cacdc;
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
}
.texto_total_proyect h1 span
{
    color: white;
    font-weight: 100;
}
.texto_total_proyect h2
{
    font-family: 'HelveticaNeueUltLt';
    color: white;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
    width: 530px;
}
.texto_total_proyect h2 strong
{
    font-family: 'HelveticaNeue';
}
.texto_total_proyect p
{
    width: 520px;
    font-family: 'HelveticaNeue';
    font-weight: 100;
    color:white;
    text-align: justify;
    font-size: 14px;
}
.graficas
{
    text-align: center !important;
}
/*--------total proyect--------------*/


.slide
{
    position: relative;
    width: 940px;
    height: 444px;
}
.slide>*
{
    position: absolute;
    width: 940px;
    height: 444px;
    opacity: 0;

    -webkit-transition: all 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.slide>.activo
{
    opacity: 1;
}
.slide h2
{
    font-family: "HelveticaNeue";
    font-weight: 100;
    color: white;
    font-size: 35px;
    margin: 30px;
}
.slide h2 span
{
    font-family: "HelveticaNeue";
    font-weight: 600;
    color: #3cacdc;
}
.slide .slide1
{
    background: url(../img/slide1.jpg);
}
.slide .slide2
{
    background: url(../img/slide2.jpg);
}
.slide .slide3
{
    background: url(../img/slide3.jpg);
}

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