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

/*
 * 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
   ========================================================================== */
/*FONTS.........................*/
@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff2') format('woff2'),
        url('../fonts/fontawesome-webfont.woff') format('woff'),
        url('../fonts/fontawesome-webfont.ttf') format('truetype'),
        url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*ESTILOS DEL HEADER................................*/
.encabezado {
    width: 100%;
    height: auto;
    position: relative;
    float: center;
}

.encabezado .gris{
    width: 100%;
    height: 17px;
    background-color: #ebebeb;
    position: relative;
    float: center;
}

.encabezado .telefono {
    width: 100%;
    height: auto;
    bottom: 7px;
    position: relative;
    right: 80px;
}

.encabezado .gris .telefono p{
    font-size: 16px;
    color: #035e8d; 
    text-align: right;
}

.encabezado .telefono span{
    color: black;
}

.encabezado .menu{
    width: 100%;
    height: 101px;
    background-color: #ffffff;
    position: relative;
    float: left;
    box-shadow: 2px 2px 8px #cccccc;
}

.encabezado .menu .logo img{
    width: 150px;
    left: 150px;
    position: relative;
    top: 6px;
} 

.encabezado .menu .lista{
    position: relative;
    left: 300px;
    bottom: 102px;
}

.encabezado .menu .lista ul li{
    list-style: none;
    margin-right: 80px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.encabezado .menu .lista ul li a{
    text-decoration: none;
    font-size: 110%;
    text-transform: uppercase;
    position: relative;
    top: 44px;
}

.encabezado .menu .lista ul li a:hover{
    color: navy;
}

/* ESTILOS PARA EL PIE.............................................*/

.pie .privacidad{
  color: #035e8d;
  text-align: center;
  height: auto;
  font-size: 10px;
}

.pie .fondo-pie{
    background-color: #070561;
    height: 73px;
    color: white;

}

.pie .fondo-pie img{
    width: 55px;
    position: relative;
    left: 150px;
    top: 8px;
}

.pie .fondo-pie p{
    font-size: 17px;
    text-align: right;
    bottom: 51px;
    position: relative;
    line-height: 0;
}
.pie .fondo-pie input{
   line-height: normal;
   color: black;
   position: relative;
   left: 18%;
   bottom: 100px;

}

.pie .reservado{
  color: #035e8d;
  text-align: center;
  height: auto;
  font-size: 10px;
}


/****************************FLEXSLIDER***************************/
.flexslider {
    margin: 110px 310px 60px;
    width: 52%;
    position: relative;
    bottom: 4px;
    margin-bottom: -16px;
}

.flex-control-nav {
    display: none;
}



/****************************QUIENES SOMOS**********************/
.quienes-somos .img-quienes{
    position: relative;
    width: 103.5%;
}

.quienes-somos  .container{
    width: 38%;
  left: 118px;
  position: relative;
}

.quienes-somos .figura-roja{
    position: relative;
    margin: 30px 0;
    width: 100%;
    height: 31px;
}

.quienes-somos .info-quienes{
    margin-top:  143px;
    position: relative;
    bottom: 22px;
}

.tecnozone{
    position: relative;
    margin-bottom: 40px;
}

.tecnozone p {
    font-family: 'titillium-regular';
    font-size: 150%;
    color: #898989;
    margin-left: 30px;
}

.tecnozone span{
    color: #898989;
    font-size: 16px;
    font-family: 'titillium-regular';
}

.tecnozone #texto-rojo{
    font-family: 'titillium-regular';
    font-size: 16px;
    color: #c92020;
}

.tecnozone:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  height: 30px;
  border: 1px solid #035e8d;
}

.tecnozone2{
    position: relative;
    margin-bottom: -15px;
}

.tecnozone2 p {
    font-family: 'titillium-regular';
    font-size: 150%;
    color: #898989;
    margin-left: 30px;
}

.tecnozone2 span{
    color: #898989;
    font-size: 16px;
    font-family: 'titillium-regular';
}

.tecnozone2 #texto-rojo{
    font-family: 'titillium-regular';
    font-size: 16px;
    color: #c92020;
}

.tecnozone2:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  height: 30px;
  border: 1px solid #035e8d;
}

.quienes-somos .figura-roja p{
    font-family: 'titillium-bold';
    font-size: 170%;
    margin: -41px 9px;
    position: relative;
    color: white;
    z-index: 2;
}

.quienes-somos .impesa,
.quienes-somos .maqsa{
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-right: -5px;   
    margin-top: 37px;
    margin-bottom: 115px;
}

.quienes-somos .impesa img,
.quienes-somos .maqsa img{
    margin: 7% auto 0;
}


/*----------------CONTACTO-----------------------------------*/
.contacto{
    height: 773px;
}

.contacto .figura2{
    position: relative;
    margin: 143px 0;
    width: 100%;
    height: 31px;
    bottom: 21px;
}

.contacto .figura2 p {
    font-family: 'titillium-regular';
    font-size: 170%;
    color: white;
    margin-left: 12px;
    margin-top: -39px;
}

.contacto  .container{
    width: 38%;
    left: 118px;
    position: relative;
    height: 2px;
}

.contacto .info-contacto{
    margin-top: -49px;
    position: relative;
    bottom: 35px;
}

.contacto #webform-ajax-wrapper-161 {
    position: relative;
    margin-top: -9px;
    top: 10px;
}

.contacto #webform-ajax-wrapper-161 input{
    width: 100%;
    float: left;
    border-radius: 0px;
    padding: 5px 10px;
    margin: 10px 0;
}

.contacto #webform-ajax-wrapper-161 textarea{
    width: 100%;
    float: left;
    height: 180px;
    margin: 10px 0;
    padding: 5px 10px;
    margin-bottom: 256px;
}

.contacto #webform-ajax-wrapper-161 .boton1{
    bottom: 198px;
    position: relative;
    width: 50%;
}

.contacto #webform-ajax-wrapper-161 .boton2{
    bottom: 190px;
    position: relative;
    width: 50%;
    margin-bottom: -288px;
}
  
    
.contacto #webform-ajax-wrapper-161 .boton1 #buttonComentario{
    height: 45px;
    width: 100%;
    margin: 10px 0px; 
    border-radius: 0px;
    background-color: #035e8d;
    position: relative;
}

.contacto #webform-ajax-wrapper-161 .boton1 #buttonComentario i,
.contacto #webform-ajax-wrapper-161 .boton2 #buttonComentario2 i{
    color: #fff;
    font-size: 18px;
}

.contacto #webform-ajax-wrapper-161 .boton2 #buttonComentario2{
    height: 45px;
    width: 100%;
    border-radius: 0px;
    background-color: #035e8d;
}

label.error {
  color: black;
}

.form-control-2{
    color: #898989;
}

.form-control-2:-moz-placeholder{
    color: #898989 !important;
}


.form-control-2::-moz-placeholder{
    color: #898989 !important;
}


.form-control-2::-ms-input-placeholder{
    color: #898989 !important;
}

.form-control-2::-webkit-input-placeholder{
    color: #898989 !important;
}

.contacto .mapa{
    position: relative;
    bottom: 377px;
    left: 129%;
    width: 66%;
}
.contacto .texto-ubicacion{
    left: 129%;
    position: relative;
    bottom: 380px;
    margin-bottom: -304px; 
}


/*-------------------------ACCESORIOS-------------------------*/

.accesorios .figura3{
    position: relative;
    margin: 143px 0;
    width: 100%;
    height: 31px;
    bottom: 21px;
}

.accesorios .figura3 p {
    font-family: 'titillium-regular';
    font-size: 170%;
    color: white;
    margin-left: 12px;
    margin-top: -39px;
}

.accesorios  .container{
  width: 38%;
  left: 118px;
  position: relative;
}

.contacto .info{
    margin-top: -49px;
}

.tecno{
    position: relative;
    margin-bottom: 40px;
    bottom: 62px;
}

.tecno p {
    font-family: 'titillium-regular';
    font-size: 139%;
    color: #898989;
    margin-left: 15px;
    position: relative;
    bottom: 55px
}

.tecno img{
    width: 56%;
   position: relative;
   left: 108%;
   bottom: 84px;
}

.tecno:before {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  height: 30px;
  border: 1px solid #035e8d;
}

/***********************SERVICIOS*****************************/
.tecno{
    position: relative;
    margin-bottom: 40px;
    bottom: 62px;
    left: 19%;

}

.tecno p {
    font-family: 'titillium-regular';
    font-size: 139%;
    color: #898989;
    margin-left: 15px;
    position: relative;
    bottom: 55px
}

.tecno ul{
    color: black;
    font-size: 100%;
    font-family: 'titillium-regular';

}

.tecno1{
    position: relative;
    margin-bottom: 40px;
    bottom: 241px;
    left: 57%;
}

.tecno1 p {
    font-family: 'titillium-regular';
    font-size: 139%;
    color: #898989;
    margin-left: 15px;
    position: relative;
    bottom: 55px
}

.tecno1 ul{
    color: black;
    font-size: 100%;
    font-family: 'titillium-regular';
}

.tecno1:before {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  height: 30px;
  border: 1px solid #035e8d;
}

.tecno2{
    position: relative;
    margin-bottom: -283px;
    bottom: 465px;
    left: 102%;
}

.tecno2 p {
    font-family: 'titillium-regular';
    font-size: 139%;
    color: #898989;
    margin-left: 15px;
    position: relative;
    bottom: 55px
}

.tecno2:before {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  height: 30px;
  border: 1px solid #035e8d;
}

.servicios .figura3{
    position: relative;
    margin: 143px 0;
    width: 100%;
    height: 31px;
    bottom: 21px;
}

.servicios .figura3 p {
    font-family: 'titillium-regular';
    font-size: 170%;
    color: white;
    margin-left: 12px;
    margin-top: -39px;
}

.servicios  .container{
  width: 60%;
  left: 118px;
  position: relative;
}

.servicios .info{
    margin-top: -49px;
}




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