/*
Theme Name: Jayma-Theme
Theme URI: http://jayma-tech.com/
Author: JAYMA TEHCNOLOGY
Author URI: http://jayma-tech.com/
Description: Tema diseñado para cualquier tipo de Negocio. Perfecto para sitios peueñas y medianas empresas, con todas las características necesarias para emprender o crecer como empresa. Este tema es el resultado de un trabajo continuo de parte de nuestros colaboradores en investigación, desarrollo e innovación. Este tema es fácil de utilizar y se encuentra basado en el panel de opciones de Wordpress donde se puede llenar todos los detalles sobre sus servicios y el propósito de su sitio web. Puede escribir título, descripción de los servicios, crear menús personalizados y manejar diferentes herramientas de edición.
Version: 2.1.0
Text Domain: jayma-tech
Tags: JaymaTech, Jayma, Jayma-tech, Jayma Theme, Jayma Technology
*/
/*
   _                                 _            _                          
  (_) __ _ _   _ _ __ ___   __ _    | |_ ___  ___| |__    ___ ___  _ __ ___  
  | |/ _` | | | | '_ ` _ \ / _` |___| __/ _ \/ __| '_ \  / __/ _ \| '_ ` _ \ 
  | | (_| | |_| | | | | | | (_| |___| ||  __/ (__| | | || (_| (_) | | | | | |
 _/ |\__,_|\__, |_| |_| |_|\__,_|    \__\___|\___|_| |_(_)___\___/|_| |_| |_|
|__/       |___/                                                               
*/
/***********ESTRUCTURAS************************************************/
*{
    border: 0;
    margin: 0;
    padding: 0; 
}

body{
    margin: 0px;
    position: relative;
    overflow-x: hidden;
    color: #000000;
    font-family: "lator", Helvetica, Verdana;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    background: #000000;
}

    /**** BARRA SCROLL **********/
    /*Color de Bordes*/
    body::-webkit-scrollbar-track
    {
    	-webkit-box-shadow: inset 0 0 6px #d8d8d8;
    	border-radius: 0px;
    	background-color: transparent;
    }

    /*Color del Fondo*/
    body::-webkit-scrollbar
    {
    	width: 10px;
    	background-color: #d8d8d8;
        margin-right: 10px;
    }

    /*Color del Thumb*/
    body::-webkit-scrollbar-thumb
    {
    	border-radius: 0px;
    	-webkit-box-shadow: inset 0 0 6px #e42e2d;
    	/*Fondo del Thumb*/
        background-color: #cc2c2b;
    }

/******************************/
article,div,hgroup,aside,details,figcaption,figure,footer,header,ul,ol,menu,nav,section,summary{
    display: block;
    outline: none;
    /*border: 0.1px dashed #E46C0A; /*NARANJA*/
}

[hidden], template {
    display: none;
}

/********************************************************************/
/******WORDPRESS*****************************************************/
@media(min-width: 0px){
    /*--------------------------------------------------------------
    # Accessibility
    --------------------------------------------------------------*/
    /* Text meant only for screen readers. */
    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000; /* Above WP toolbar. */
    }

    /* Do not show the outline on the skip link target. */
    #content[tabindex="-1"]:focus {
        outline: 0;
    }
    /*--------------------------------------------------------------
    # Clearings
    --------------------------------------------------------------*/
    .clear:before,
    .clear:after,
    .entry-content:before,
    .entry-content:after,
    .comment-content:before,
    .comment-content:after,
    .site-header:before,
    .site-header:after,
    .site-content:before,
    .site-content:after,
    .site-footer:before,
    .site-footer:after {
        content: "";
        display: table;
        table-layout: fixed;
    }

    .clear:after,
    .entry-content:after,
    .comment-content:after,
    .site-header:after,
    .site-content:after,
    .site-footer:after {
        clear: both;
    }

    /*--------------------------------------------------------------
    # Content
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    ## Posts and pages
    --------------------------------------------------------------*/
    .sticky {
        display: block;
    }

    .byline,
    .updated:not(.published) {
        display: none;
    }

    .single .byline,
    .group-blog .byline {
        display: inline;
    }

    .page-links {
        clear: both;
        margin: 0 0 1.5em;
    }

    /*--------------------------------------------------------------
    ## Asides
    --------------------------------------------------------------*/
    .blog .format-aside .entry-title,
    .archive .format-aside .entry-title {
        display: none;
    }

    /*--------------------------------------------------------------
    ## Comments
    --------------------------------------------------------------*/
    .comment-content a {
        word-wrap: break-word;
    }

    .bypostauthor {
        display: block;
    }

    /*--------------------------------------------------------------
    # Infinite scroll
    --------------------------------------------------------------*/
    /* Globally hidden elements when Infinite Scroll is supported and in use. */
    .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
    .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
        display: none;
    }

    /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
    .infinity-end.neverending .site-footer {
        display: block;
    }

    /*--------------------------------------------------------------
    # Media
    --------------------------------------------------------------*/
    .page-content .wp-smiley,
    .entry-content .wp-smiley,
    .comment-content .wp-smiley {
        border: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }

    /* Make sure embeds and iframes fit their containers. */
    /*--------------------------------------------------------------
    ## Captions
    --------------------------------------------------------------*/
    .wp-caption {
        margin-bottom: 1.5em;
        max-width: 100%;
    }
    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }
    .wp-caption-text {
        text-align: center;
    }
    /*--------------------------------------------------------------
    ## Galleries
    --------------------------------------------------------------*/
    .gallery {
        margin-bottom: 1.5em;
    }
    .gallery-item {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }

    .gallery-caption {
        display: block;
    }   
}

/********************************************************************/
/******ELEMENTOS DE FIGURAS / VIDEO / AUDIO /************************/  
@media(min-width: 0px){

    img {
        border: 0;
    }

    img, video{
        width: 100%;
        height: auto;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    figure {
        margin: 0px 0px;
    }

    figcaption{
        font-size: 0.85em;
        padding: 0.5em;
        text-align: center;
    }
    
    hr{
        border: 1px solid #BFBFBF; /*GRIS MEDIO*/
    }
    
    embed,
    iframe,
    object {
        max-width: 100%;
    }

    audio,canvas,progress,video {
        display: inline-block;
        vertical-align: baseline;
    }

    audio:not([controls]) {
        display: none;
        height: 0;
    }
}

/********************************************************************/
/*****FUENTES DE TEXTO***********************************************/
@media(min-width: 0px){

    @font-face{
        font-family: "calibri";
        src: url('fonts/calibri/calibri.woff2') format('woff2'),
            url('fonts/calibri/calibri.woff') format('woff'),
            url("fonts/calibri/calibri.otf"),
            url("fonts/calibri/calibri.ttf");
        font-weight:normal; 
        font-style:normal;
    }

    @font-face {
        font-family: "lator";
        src: url('fonts/lato/lator.woff2') format('woff2'),
            url('fonts/lato/lator.woff') format('woff'),
            url("fonts/lato/lator.otf"),
            url("fonts/lato/lator.ttf");
        font-weight:normal; 
        font-style:normal;
    }

    @font-face {
        font-family: "lator";
        src: url('fonts/lato/latorB.woff2') format('woff2'),
            url('fonts/lato/latorB.woff') format('woff'),
            url("fonts/lato/latorB.otf"),
            url("fonts/lato/latorB.ttf");
        font-weight:bold; 
    }
}

/********************************************************************/
/******TITULOS ******************************************************/
@media(min-width: 0px){

    h1,h2,h3,h4,h5,h6 {
        clear: both;
        font-weight: bold;
        letter-spacing: 0px;
        margin-bottom: 5px;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    h2 {
        font-size: 23px;
        line-height: 29px;
    }

    h3 {
        font-size: 18px;
        line-height: 25px
    }

    h4 {
        font-size: 16px;
        line-height: 20px;
    }

    h5 {
        font-size: 13px;
        line-height: 17px;
    }

    h6{
        font-size: 11px;
        line-height: 14px;
    }
}

/********************************************************************/
/******TEXTOS *******************************************************/
@media(min-width: 0px){

    p, span {
        margin: 10px 0px;
        text-align: justify;
    }

    p span {
        color: #2196f3;
        display: initial;
        margin: 0px;
    }

    b, strong {
        font-weight: bold;
    }

    /********************/

    blockquote {
        background: #f1f1f1;
        padding: 10px;
        display: inline-block;
        margin: 10px 0px;
    }

    blockquote p {
        font-size: 14px;
        line-height: 18px;
    }

    pre {
        overflow: auto;
        padding: 10px 0px;
        width: 100%;
        font-size: 16px;
    }

    abbr[title] {
        text-decoration: none;
        border-bottom: 1px dashed;
    }

    dfn {
        font-style: italic;
    }

    mark {
        background: #ff0;
        color: #000;
    }

    small {
        font-size: 80%;
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sup {
        top: -0.5em;
    }

    sub {
        bottom: -0.25em;
    }

    code,kbd,samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }
}

/********************************************************************/
/******VINCULOS Y BOTONES********************************************/
@media(min-width: 0px){
    
    a {
        color: #2196f3;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        display: block;
        text-align: center;
        margin: 10px 0px;
    }

    a:hover, a:focus, a:active {
        color: #FF9800;
        outline: none;
    }

    a:visited {
        outline: none;
    }

    /**********************/
    .link {
        display: initial;
        margin: 0px;
        width: auto;
        cursor: pointer;
    }

    .link:hover {
        color: #FF9800;
    }

    /**********************/
    .boton,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        padding: 8px 15px;
        background: transparent;
        margin: 20px auto;
        width: auto;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        text-align: center;
        text-shadow: none;
        text-transform: none;
        color: #ce2c2b;
        font-family: "lator", Helvetica, Verdana;
        font-size: 16px;
        line-height: 23px;
        border-color: transparent;
        border-radius: 0px;
        border: 1px solid;
        box-shadow: none;
        -webkit-appearance: initial;
    }

    .boton:hover,
    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        background: #ce2c2b;
        color: #ffffff;
        font-weight: 100;
    }

    .boton:focus,
    button:focus,
    input[type="button"]:focus,
    input[type="reset"]:focus,
    input[type="submit"]:focus,
    button:active,
    input[type="button"]:active,
    input[type="reset"]:active,
    input[type="submit"]:active {
    }

    button[disabled], html input[disabled] {
        cursor: default;
    }
    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    /**********************/
    .disable-button {
        pointer-events: none;
    }
}

/********************************************************************/
/******LISTAS********************************************************/
@media(min-width: 0px){

    ul, ol {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 10px 0px;
    }

    li {
        display: list-item;
        text-align: left;
        margin-left: 25px;
        list-style: url("") square;
        padding: 3px 0px 3px 10px;
    }

    ol li {
        list-style: decimal;
    }
}

/********************************************************************/
/****FORMULARIO******************************************************/
@media(min-width: 0px){

    div.wpcf7 {
        text-align: center;
    }

    form {
        margin: auto;
        text-align: left;
    }

    form div {
        width: 100%;
        text-align: left;
        display: inline-block;
    }

    fieldset { 
        border: 1px solid #c0c0c0;
        margin: 10px 0px;
        padding: 10px;
        text-align: left;
    }

    legend {
        border: 1px solid silver;
        padding: 5px 10px;
    }

    form div.wpcf7 .ajax-loader {
        visibility: hidden;
        display: inline-block;
        width: 16px;
        height: 16px;
        border: none;
        padding: 0;
        margin: 0 0 0 4px;
        vertical-align: middle;
    }

    form img.wpcf7-captchac {
        max-width: 133px;
        width: 26%;
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
        border: 1px solid #d2d2d2;
        height: 36px;
    }

    form span.wpcf7-form-control-wrap.captcha-1 {
        width: 70%;
        display: inline-block;
        vertical-align: middle;
    }

    form span.wpcf7-not-valid-tip{
        color: #e00000;
        font-size: 13px;
        font-weight: normal;
        display: block;
    }

    form div.wpcf7-validation-errors {
        width: 88%;
        font-size: 13px;
        line-height: 16px;
        background: #ffd598;
        border: 2px solid #FF9800;
        margin: 15px 0px;
        padding: 10px;
    }

    form div.wpcf7-mail-sent-ok {
        border: 2px solid #398f14;
        background: #def7c1;
        width: 88%;
        font-size: 13px;
        line-height: 16px;
        margin: 15px 0px;
        padding: 10px;
    }
}

/********************************************************************/
/******INPUTS********************************************************/
@media(min-width: 0px){

    /**************/ 
    input {
        line-height: normal;
    }

    input[type="text"], 
    input[type="email"], 
    input[type="url"], 
    input[type="password"], 
    input[type="number"], 
    input[type="tel"], 
    input[type="range"], 
    input[type="date"], 
    input[type="month"], 
    input[type="week"], 
    input[type="time"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="color"],
    input[type="search"],
    textarea,
    select {
        height: 30px;
        width: 97.9%;
        max-width: -webkit-fill-available;
        font-size: 16px;
        color: #404040;
        font-family: lator, Helvetica, Verdana;
        line-height: 23px;
        padding: 3px 10px;
        margin: 5px 0px 10px;
        border: 1px solid #cccccc;
        border-radius: 0px;
        background: transparent;
        text-align: left;
        max-height: 100px;
        resize: none;
        overflow: auto;
        cursor: auto;
        outline: none;
        box-sizing: content-box;
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    textarea:focus,
    select:focus {
    }

    textarea {
        padding: 7px 10px;
    }

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /*********BUSCAR**************/
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    optgroup {
        font-weight: 100;
    }
}

/********************************************************************/
/******TABLAS********************************************************/
@media(min-width: 0px){

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    th, td {
        border: 1px solid #b9b9b9;
        padding: 8px;
    }
}

/********************************************************************/
/*****ALINEACIONES DE IMAGENES***************************************/
@media(min-width: 0px){
    .alignnone,
    .aligncenter,
    .alignleft,
    .alignright,
    .size-full {
        margin: 15px 0px;
        width: 100%;
    }    
}

@media(min-width: 750px){
    .alignnone {

    }

    .alignleft {
        display: inline;
        float: left;
        margin: 25px 25px 25px 0px;
        width: 40%;
    }

    .alignright {
        display: inline;
        float: right;
        margin: 25px 0px 25px 25px;
        width:  40%;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin: 25px 0px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        max-width: 100%;
    }

    .size-full {
        width: 100%;
        margin: 25px 0px;
    }
}

/********************************************************************/
/*****EFECTOS *******************************************************/
@media(min-width: 0px){

    /******TRANSPARENCIA***************/
    .transparencia {
        opacity: 0.7;
        filter:alpha(opacity=10);
        -ms-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }

    .transparencia:hover {
        opacity: 1;
        filter:alpha(opacity=7);
        -ms-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    /******CAMBIO***************/
    .cambio{
        -ms-transition: all 0.8s ease-in;
        -moz-transition: all 0.8s ease-in;
        -o-transition: all 0.8s ease-in;
        -webkit-transition: all 0.8s ease-in;
        transition: all 0.8s ease-in;
    }
    .cambio:hover{
        -ms-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        -webkit-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out;
    }

    /******GRISES***************/
    .gris{
        -webkit-filter: grayscale(75%);
        filter: grayscale(75%);
        -ms-transition: all 0.8s ease-in;
        -moz-transition: all 0.8s ease-in;
        -o-transition: all 0.8s ease-in;
        -webkit-transition: all 0.8s ease-in;
        transition: all 0.8s ease-in;
    }
    .gris:hover{
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        -ms-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        -webkit-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out;
    }

    /******BLUR***************/
    .blur{
        filter: blur(5px);
        -ms-transition: all 0.8s ease-in;
        -moz-transition: all 0.8s ease-in;
        -o-transition: all 0.8s ease-in;
        -webkit-transition: all 0.8s ease-in;
        transition: all 0.8s ease-in;
    }
    .blur:hover{
        filter: blur(0px);
        -ms-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        -webkit-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out;
    }

    /******BRILLO***************/
    .brillo{
        filter: brightness(78%);
        -ms-transition: all 0.8s ease-in;
        -moz-transition: all 0.8s ease-in;
        -o-transition: all 0.8s ease-in;
        -webkit-transition: all 0.8s ease-in;
        transition: all 0.8s ease-in;
    }
    .brillo:hover{
        filter: brightness(100%);
        -ms-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        -webkit-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out;
    }        
}

/********************************************************************/
/******ESTRUCTURAS PREDEFINIDAS**************************************/
@media(min-width: 0px){

    main#main-content{
        display: block;
        width: 100%;
        position: relative;
        padding-top: 0px;
    }

    section#content-limit{
        text-align: center;
        max-width: 1050px;
        margin: auto;
        width: 80%;
        padding: 0% 10%;
    }    
}

@media(min-width: 997px){
    section#content-limit{
        width: 95%;
        padding: 0% 0%;
    }
}

/*******************************************************************/
/********CABECERA***************************************************/
@media(min-width: 0px){

    /***MENU PRINCIPAL****************/
    header.header {
        display: inline-block;
        width: 100%;
        position: fixed;
        text-align: left;
        top: 0px;
        z-index: 1000;
        height: auto;
        /*background: #ffffff;*/
        /*border-bottom: 10px solid #ce2c2b;*/
    }

    header.header section.datosIdentidad {
        text-align: left;
        display: inline-block;
        width: auto;
        /*padding: 10px 0px;*/
    }

        header.header section.datosIdentidad a.btnIdentidad {
            display: inline-block;
            vertical-align: middle;
            margin: 0px;
            text-align: left;
            padding: 10px 0px;
            padding-left: 15px;
            background: white;
            box-shadow: -75px -20px 100px 7px;
    	}

        header.header div.triangulo {
            display: inline-block;
            vertical-align: top;
            width: 50px;
            height: 100px;
            margin-left: -5px;
            background: url(img/fotos/triangulo.png);
            background-size: 100% 106%;
            background-repeat: no-repeat;
        }

    	header.header section.datosIdentidad a.btnIdentidad img {
            width: 85px;
            display: inline-block;
            vertical-align: middle;
        }

        header.header section.datosIdentidad a.btnIdentidad div.datosEmpresa {
            display: inline-block;
            vertical-align: middle;
        }

        header.header section.datosIdentidad a.btnIdentidad p {
            display: block;
            vertical-align: middle;
            width: 186px;
            color: #4c4c4b;
            line-height: 20px;
            font-weight: 600;
            margin: 0px;
            margin-left: 12px;
    	}

        header.header section.datosIdentidad a.btnIdentidad p.descripcion {
            line-height: 16px;
        }

    header.header section.datosContacto {
        text-align: right;
        display: inline-block;
        vertical-align: middle;
        float: right;
        margin-right: 28px;
        margin-top: 20px;
    }

        header.header section.datosContacto a{
            display: inline-block;
            vertical-align: middle;
            width: 17px;
            margin: 0px 7px;
            filter: brightness(0.4);
        }

        header.header section.datosContacto a:hover{
            filter: brightness(0.6);
        }

        header.header section.datosContacto a.btnEmail {
            width: auto;
            display: block;
            color: white;
            font-size: 13px;
        }

        header.header section.datosContacto a.btnEmail img{
            display: inline-block;
            vertical-align: middle;
            width: 17px;
            margin-left: 8px;
        }

    /******BOTON DE MENU*******/
    header.header a.btnMenu {
        padding: 26px 20px;
        margin: 0px;
        display: inline-block;
        vertical-align: middle;
        float: right;
        width: 30px;
        filter: brightness(0.7);
	}

    header.header a.btnMenu:hover {
        filter: brightness(0.6);
    }

    /******OPCIONES DE MENU*******/
    header.header nav.menuPrincipal {
	    width: 235px;
	    height: 100%;
	    left: -235px;
	    position: fixed;
        margin: 0px;
        text-align: left;
        top: 100px;
        overflow: hidden auto;
        background: #232323;
        z-index: 1000;
    }

        header.header nav.menuPrincipal li {
            display: block;
            margin: 0px;
        }

        header.header nav.menuPrincipal li a {
            color: #d4d4d4;
            text-align: left;
            padding-left: 7px;
            font-size: 14px;
        }

        header.header nav.menuPrincipal li a i {
            margin-right: 12px;
            font-size: 20px;
        }

        header.header nav.menuPrincipal li a:hover {
            color: #FF9800;
        }

        header.header nav.menuPrincipal li.current-menu-item a,
        .page_item a{
            outline: none;
            color: #03A9F4 !important;
        }
}

@media(max-width: 630px){
    header.header section.datosContacto {
        display: none;
    }
}

/*******************************************************************/
/********FOOTER*****************************************************/
@media(min-width: 0px){

    footer {    
        max-width: 100%;
        width: 100%;
        text-align: center;
        display: inline-block;
    	z-index: 100;
        /*border-top: 10px solid #ce2c2b;*/
        /*margin-top: -8px;*/
    }

        /****WIDGETS************/
        footer section.widgets {
            background: #0080b3;
            padding: 50px 0px;
            position: relative;
            box-shadow: 0px -30px 60px -45px black;
        }

            footer section.widgets section#content-limit {
                text-align: center;
            }

            footer section.widgets section.widget-footer {
                display: inline-block;
                margin-right: 35px;
                margin-bottom: 15px;
                margin-top: 15px;
                vertical-align: top;
                max-width: 250px;
                /* background: rgb(0 0 0); */
                position: relative;
                z-index: 10;
            }

            footer section.widgets .widget.widget-footer {
                background: transparent !important;
            }

            footer section.widgets section.widget-footer img {
                max-width: 180px !important;
                height: auto;
            }

            footer section.widgets section.widget-footer h3 {
                text-align: left;
                font-size: 16px;
                color: white;
                text-transform: uppercase;
            }

            footer section.widgets section.widget-footer div.textwidget p {
                color: #bdbdbd;
                font-size: 14px;
                line-height: 18px;
            }

            footer section.widgets img.dark{
                width: 60%;
                max-width: 490px;
                position: absolute;
                bottom: 0px;
                right: 0px;
            }

            footer section.widgets section.widget-footer ul li {
                color: #ffffff;
                display: block;
                text-align: left;
                margin-left: 0px;
                list-style: none;
                padding: 1px 0px;
            }

            footer section.widgets section.widget-footer ul li a {
                color: #ffffff;
                text-decoration: none;
                outline: none;
                cursor: pointer;
                display: block;
                text-align: left;
                margin: 6px 0px;
            }

            footer section.widgets section.widget-footer ul li a:hover {
                color: #FF9800;
            }

            footer section.widgets section.widget-footer .widget-title {
                text-align: left;
                font-size: 16px;
                color: white;
                text-transform: uppercase;
            }

            footer section.widgets section.widget-footer p.contact-footer{
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: flex-start;
                text-align: left;
                line-height: 18px;
            }

            footer section.widgets section.widget-footer p.contact-footer img{
                margin-top: 5px;
            }

            footer section.widgets section.widget-footer p.contact-footer span{
                color: white;
                text-align: left;
            }

        /****DERECHOS***********/
        footer section.derechos {
            background: #00c1ff;
            padding: 20px 0px;
            border-top: 10px solid #00496b;
        }

    	    footer section.derechos p {
    	        color: white;
    	        text-align: center;
    	        font-size: 14px;
    	    }

    	    footer section.derechos p a {
    	    	color: #FFC107;
    	    }

    	    footer section.derechos p a:hover {
    		    color: #FF9800;
    		}

    	    footer section.derechos img{
    	        width: 18px;
    	        margin: 0px 0px -3px 5px;
    	    }
}

/*******************************************************************/
/****ERROR 404******************************************************/
@media(min-width: 0px){
    section.error404 {
        width: 100%;
    }
}

/*******************************************************************/
/********BANNERS DE PAGINAS ****************************************/
@media(min-width: 0px){

    section.pageBanners {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

        /*****BANNER IMAGEN****************/

        section.pageBanners section.shadow {
            min-height: 200px;
            width: 100%;
            background: rgb(0 0 0 / 50%);
            padding-top: 150px;
            padding-bottom: 70px;
            position: relative;
        }

            section.pageBanners section.shadow h1 {
                text-align: center;
                color: white;
                text-shadow: 1px 1px 5px black;
                text-transform: uppercase;
                letter-spacing: 1px;
                max-width: 600px;
                margin: auto;
                margin-bottom: 10px;
            }

            section.pageBanners section.shadow h2 {
                text-align: center;
                color: white;
                text-shadow: 1px 1px 5px black;
            }

            section.pageBanners section.shadow h3 {
                text-align: center;
                color: #e98932;
                text-shadow: 1px 1px 5px black;
            }

            section.pageBanners section.shadow h4 {
                text-align: center;
                color: #e98932;
                text-shadow: 1px 1px 5px black;
            }

            section.pageBanners section.shadow p.desc {
                color: #ffffff;
                text-align: center;
                margin: auto;
                max-width: 500px;
                background: #0080b3;
                margin-top: 25px;
                padding: 10px;
                text-transform: uppercase;
            }

            section.pageBanners section.shadow span{
                color: #ffc107;
            }

        /*****BANNER VIDEO*****************/
        section.pageBanners video#video-banner {
            position: absolute;
            z-index: 0;
            width: 100%;
            top: 0;
            left: 0;
            display: none;
        }
}

@media(min-width: 560px){
    section.pageBanners video#video-banner {
        display: block;
    }
}

/*******************************************************************/
/****FORMULARIO DE BUSQUEDA*****************************************/
@media(min-width: 0px){
    form.search-form {
        width: 100%;
        padding: 0px;
        margin: 20px 0px 10px 0px;
        text-align: center;
    }

    form.search-form label {
        width: 60%;
        margin-right: 10px;
        text-align: right;
    }

    form.search-form label input[type="search"] {
        width: 90%;
        margin: 0px;
        background: white;
    }

    form.search-form label, 
    form.search-form input {
        display: inline-block;
        vertical-align: middle;
    }
}

/*******************************************************************/
/********META SLIDER ***********************************************/
@media(min-width: 0px){

    div.metaslider {
        width: 100%;
        position: relative;
        padding: 50px 0px;
    }

    /****SLIDER NORMAL -> Modo carrusel 4 columnas**********/
    div.metaslider div.flexslider {
        width: 250px;
        margin: auto;
    }

    div.metaslider div.flexslider ul.slides li {
        width: 250px !important;
        height: 250px !important;
    }

    div.metaslider div.flexslider ul.slides li img{
        width: 160px !important;
        display: block !important;
        margin: auto !important;
    }

    div.metaslider div.flexslider ul.slides li div.caption-wrap {
        min-height: 75px;
        color: black;
        /* position: absolute !important; */
        /* bottom: 0px !important; */
        background-color: rgb(255 255 255 / 0%) !important;
        opacity: 1 !important;
        /* margin: 0px !important; */
        display: block !important;
        /* width: 100% !important;*/
        text-align: center;
    }

    div.metaslider div.flexslider ul.slides li div.caption-wrap .caption {
        padding: 8px !important;
    }

    div.metaslider div.flexslider ul.slides li div.caption-wrap .caption h2 {
        font-size: 16px;
        color: #FF9800 !important;
        line-height: 22px !important;
        text-align: center;
    }

    div.metaslider div.flexslider ul.slides li div.caption-wrap .caption p {
        color: #F6F6F6 !important;
        text-align: center !important;
        font-size: 12px !important;
        line-height: 14px !important;
    }

    /*******SLIDER NAVIGATION**************/
    div.metaslider div.flexslider ul.flex-direction-nav a.flex-next {
        right: 0px !important;
    }

    div.metaslider div.flexslider ul.flex-direction-nav a.flex-prev {
        left: 0px !important;
    }

    div.metaslider div.flexslider ul.flex-direction-nav a {
        margin: 0px !important;
        width: 25px;
        height: 25px !important;
        top: 50% !important;
        opacity: 0 !important;
        background-size: cover;
    }

    div.metaslider div.flexslider:hover ul.flex-direction-nav a {
        opacity: 1 !important;
    }

    /****SLIDER BANNER ********************************/
    section.pageBanners div.metaslider {
        width: 100%;
        position: relative;
    }

    section.pageBanners div.metaslider div.flexslider {
        width: 100%;
        margin: auto;
    }

    section.pageBanners div.metaslider div.flexslider ul.slides li {
        width: 100% !important;
        height: auto !important;
        max-height: 300px;
    }

    section.pageBanners div.metaslider div.flexslider ul.slides li img{
        width: 100% !important;
        display: block !important;
        margin: auto !important;
        filter: brightness(70%);
    }

    section.pageBanners:hover div.metaslider div.flexslider ul.slides li img{
        filter: brightness(100%);
    }

    section.pageBanners div.metaslider div.flexslider ul.slides li div.caption-wrap {
        text-align: right !important;
        position: absolute !important;
        bottom: 15% !important;
        max-width: 270px !important;
        left: auto !important;
        right: 5% !important;
        background-color: transparent !important;
    }

    section.pageBanners div.metaslider div.flexslider ul.slides li div.caption-wrap .caption {
        padding: 0px !important;
    }

    section.pageBanners div.metaslider div.flexslider ul.slides li div.caption-wrap .caption h2 {
        font-size: 20px;
        text-transform: uppercase;
        color: #03A9F4 !important;
        line-height: 23px !important;
        text-align: right;
        text-shadow: 2px 2px 7px black;
    }

    section.pageBanners div.metaslider div.flexslider ul.slides li div.caption-wrap .caption p {
        color: #F6F6F6 !important;
        font-size: 14px !important;
        line-height: 19px !important;
        text-transform: uppercase;
        text-align: right !important;
        text-shadow: 1px 1px 7px black;
    }
}

@media(min-width: 650px) {

    div.metaslider div.flexslider {
        width: 500px;
    }

    section.pageBanners div.metaslider div.flexslider ul.slides li div.caption-wrap {
        bottom: 20% !important;
        max-width: 400px !important;
    }

    section.pageBanners div.metaslider div.flexslider ul.slides li div.caption-wrap .caption h2 {
        font-size: 30px;
        line-height: 33px !important;
    }
}

@media(min-width: 800px) {

    div.metaslider div.flexslider {
        width: 750px;
    }
}

@media(min-width: 1020px) {

    div.metaslider div.flexslider {
        width: 1000px;
    }

    section.pageBanners div.metaslider div.flexslider ul.slides li div.caption-wrap {
        right: 10% !important;
    }
}

/******************************************************************/
/********HUGE IT SLIDER *******************************************/
@media(min-width: 0px) {

    div.slider_1 {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
        z-index: 0 !important;
        position: relative !important;
    }

    div.slider_1 div.huge-it-wrap {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    div.slider_1 div.huge-it-wrap ul.huge-it-slider {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    div.slider_1 div.huge-it-wrap ul.huge-it-slider li img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    div.slider_1 div.huge-it-wrap ul.huge-it-slider li div.slider-title {
        text-decoration: none;
        position: absolute;
        z-index: 0;
        display: none;
        width: 90%;
        max-width: 400px;
        text-transform: uppercase;
        right: 10% !important;
        bottom: auto !important;
        margin: 0px !important;
        top: 15% !important;
        text-align: right;
        font-weight: 900;
        color: #03A9F4;
        background: transparent !important;
        border-style: none;
        font-size: 17px !important;
        border-width: 0px;
        border-color: transparent;
        border-radius: 0px;
        font-family: "lator";
        text-shadow: 2px 2px 7px black;
    }

    div.slider_1 div.huge-it-wrap ul.huge-it-slider li div.slider-description {
        font-size: 12px !important;
        line-height: 15px !important;
        font-family: "lator";
        font-weight: 800;
        text-decoration: none;
        position: absolute;
        z-index: 0;
        display: block;
        width: auto;
        max-width: initial;
        height: auto;
        right: 0% !important;
        bottom: auto !important;
        top: 45% !important;
        padding: 0px;
        margin: 0px !important;
        color: #ce2c2b;
        background: #ffffffe6 !important;
        border-style: solid;
        border-width: 0px;
        border-color: #ffffff;
        border-radius: 0px;
        text-align: center;
        /* text-shadow: 1px 1px 7px black;*/
    }

    div.slider_1 div.huge-it-wrap ul.huge-it-slider li div.slider-description div {
        padding: 0px 15px !important;
    }

    div.slider_1 div.huge-it-wrap ul.huge-it-slider li div.slider-description div p{
       color: #232323 !important;
       text-align: center !important;
    }

    div.slider_1 div.huge-it-wrap ul.huge-it-slider li div.slider-description div p span{
       color: #ce2c2b !important;
    }

    /*************************************/
    div.slider_1 div.huge-it-wrap a.huge-it-arrows {
        display: none;
        height: 35px;
        background-size: 20px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        top: 50% !important;
    }

    .huge-it-wrap:after, .huge-it-slider:after, .huge-it-thumb-wrap:after, .huge-it-arrows:after, .huge-it-caption:after {
        display: none !important;
    }

    div.slider_1 div.huge-it-wrap:hover a.huge-it-arrows {
        display: block;
    }

    div.slider_1 div.huge-it-wrap a.huge-it-prev {
        background: url("img/iconos/left.png") rgba(0, 0, 0, 0.43);
        left: 0px !important;
        left: 0px !important;
        background-position: 2px 8px !important;
        width: 30px;
    }

    div.slider_1 div.huge-it-wrap a.huge-it-next {
        background: url("img/iconos/right.png") rgba(0, 0, 0, 0.43);
        right: 0px !important;
        background-position: 10px 8px !important;
        width: 35px;
    }

    /******************************************/
    div.slider_1 div.huge-it-wrap div.huge-it-dot-wrap {
        position: absolute;
        top: 20px;
        height: 15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    div.slider_1 div.huge-it-wrap div.huge-it-dot-wrap a {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        cursor: pointer;
        display: block;
        float: left;
        height: 11px;
        margin: 2px !important;
        position: relative;
        text-align: left;
        text-indent: 9999px;
        width: 11px !important;
        background: #000000 !important;
        box-shadow: none;
        margin: 0px 5PX !important;
    }

    div.slider_1 div.huge-it-wrap div.huge-it-dot-wrap a.active {
        background: #ffffff !important;
    }
}

@media(min-width: 650px) {

    div.slider_1 div.huge-it-wrap ul.huge-it-slider li div.slider-title {
        top: 40% !important;
        font-size: 30px !important;
    }

    div.slider_1 div.huge-it-wrap ul.huge-it-slider li div.slider-description {
        top: 66% !important;
        font-size: 25px !important;
        line-height: 27px !important;
    }
}
    
/******************************************************************/
/****PAGINAS DE BUSQUEDA*******************************************/
@media(min-width: 0px){

    section.search-content {
        display: inline-block;
        width: 100%;
	    background: #00b4c8;
    }

    section.search-content section.pageBanners section.shadow {
        height: 320px;
    }

    section.search-content section.search-result {
	    width: 100%;
	    display: inline-block;
		background: black;
		text-align: center;
    }

    section.search-content section.search-result article {
        width: 100%;
	    max-width: 200px;
	    display: inline-block;
	    background: #151515;
	    text-align: left;
	    position: relative;
	    margin: 1px -5px 0px 2px;
    }

    section.search-content section.search-result article div.post-img {
        width: 100%;
        max-width: 100%;
        height: 170px;
        display: inline-block;
        vertical-align: top;
    }

    section.search-content section.search-result article div.post-desc {
     	width: 100%;
	    overflow: hidden;
	    display: inline-block;
	    vertical-align: top;
	    padding: 15px 0px 30px 0px;
	    height: 95px;
    }

    section.search-content section.search-result article div.post-desc h1 {
	    font-size: 16px;
	    line-height: 17px;
	    padding: 0px 15px;
	    font-family: "lator";
	    color: #FF9800;
    }

    section.search-content section.search-result article div.post-desc p {
        font-size: 13px;
        line-height: 16px;
        padding: 0px 15px;
    	color: #c1c1c1;
    }

    section.search-content section.search-result article div.post-desc a {
        display: inline-block;
        position: absolute;
        bottom: 0px;
        right: 0px;
        padding: 2px 8px;
        background: #088896;
        color: white;
        font-size: 13px;
    }

    section.search-content section.search-result article div.post-desc a:hover {
        background: #0cb3c5;
    }

    section.search-content section.search-result article:hover {
    	background: #eaeaea;
    }

    section.search-content section.search-result article:hover div.post-desc h1,
    section.search-content section.search-result article:hover div.post-desc p {
        color: #252525;
    }

    /*******************************/
    section.search-content section.search-result nav.navigation.pagination {
        margin: 50px 0px;
    }

    section.search-content section.search-result nav.navigation.pagination a {
        width: auto;
	    padding: 7px 10px;
	    background: #2f2f2f;
	    color: #00b4c8;
	    font-size: 14px;
	    border-radius: 50px;
	    margin: 6px;
    }

    section.search-content section.search-result nav.navigation.pagination a:hover {
    	color: black;
    	background: #ff9800;
    }

    section.search-content section.search-result nav.navigation.pagination span.current {
        width: auto;
	    padding: 7px 10px;
	    background: #07bed2;
	    color: white;
	    font-size: 14px;
	    border-radius: 50px;
	    margin: 6px;
    }

    section.search-content section.search-result nav.navigation.pagination span.dots {
    	color: #00b4c8;
    }

    /***************************/
    section.search-content section.search-form {
        text-align: center;
        margin: 40px 0px 120px 0px;
    }

    section.search-content section.search-form h3 {
        text-align: center;
        color: black;
    }
}


/***************************************************************************************************/
/********PAGINA DE INICIO***************************************************************************/
@media(min-width: 0px){

    section.home {
        width: 100%;
        /*margin-bottom: -180px;*/
    }

    /*BANNERS*/
    section.home section.banner {
        margin-bottom: -16px;
    }

    section.home section.pageBanners section.shadow {
    	/*background: transparent;*/
        padding-bottom: 0px;
    }
        section.home section.pageBanners section.shadow img.home {
            width: 80%;
            max-width: 170px;
            filter: brightness(100) grayscale(1);
        }

        section.home section.pageBanners section.shadow img.home2 {
            max-width: 400px;
        }

        section.home section.pageBanners section.shadow h3.home3 {
            font-size: 50px;
            line-height: 53px;
            font-weight: 900;
            text-transform: uppercase;
            text-align: left;
            padding: 0px 0px 0px 45px;
            margin-bottom: 0px;
            max-width: 900px;
            /* font-family: bebas; */
            color: #0080b3;
            margin-bottom: 2px;
            text-shadow: 0 0 black;
            position: relative;
            z-index: 100;
        }

        section.home section.pageBanners section.shadow h3 {
            font-weight: 100;
            margin-bottom: 20px;
        }

    /*SERVICIOS1*/
    section.home section.servicios1 {
        display: inline-block;
        width: 100%;
        background: #0080b3;
        z-index: 10;
        position: relative;
        padding: 60px 0px;
        box-shadow: 0px -30px 50px 10px black;
	}

        section.home section.servicios1 h1 {
            color: #ffffff;
        }

		section.home section.servicios1 h1 span {
		    color: #FF9800;
		}

        section.home section.servicios1 p {
            text-align: center;
            color: #ffffff;
        }

    /*SERVICIOS2*/
    section.home section.servicios2 {
        display: inline-block;
        width: 100%;
        background: #00c1ff;
        padding: 60px 0px;
    }

        section.home section.servicios2 a {
            margin: 30px;
            border: 10px solid #ffffff;
            text-align: center;
            background: #00496b;
            max-width: 245px;
            width: 130px;
            vertical-align: top;
            height: 130px;
            padding: 20px;
            border-radius: 200px;
        }

        section.home section.servicios2 a:hover {
            filter: grayscale(0);
            background: #191919;
        }

        section.home section.servicios2 a img {
            width: 50px;
            margin: 10px;
        }

        section.home section.servicios2 a p {
            font-size: 17px;
            line-height: 22px;
            text-align: center;
            margin: 0px;
            color: white;
            font-weight: 600;
            text-transform: uppercase;
        }

        section.home section.servicios2 a span {
            font-size: 13px;
            text-align: center;
            margin: 0px;
            color: #ffffff;
            line-height: 15px;
        }

        section.home section.servicios2 a.boton2 {
            background: #272727;
        }

        section.home section.servicios2 a.boton3 {
            display: inline-block;
            background: #1f1f1f;
            /*width: 100%;
            max-width: 1024px;
            height: auto;*/
        }

        section.home section.servicios2 a.boton3 img,
        section.home section.servicios2 a.boton3 div.desc {
            display: inline-block;
            vertical-align: middle;
        }

    /*NOSOTROS*/
    section.home section.nosotros {
        background: url("img/fotos/boomer.jpg") rgb(255 255 255);
        /* background: #ffffff; */
        background-repeat: no-repeat;
        background-position: right;
        padding: 164px 0px;
        position: relative;
        overflow: hidden;
    }

        section.home section.nosotros div.triangulo{
            width: 100%;
            height: auto;
            border-left: 1000px solid rgb(245 245 245);
            border-top: 295px solid transparent;
            border-bottom: 330px solid transparent;
            position: absolute;
            top: 0px;
        }

        section.home section.nosotros section#content-limit {
            text-align: left;
        }

        section.home section.nosotros img.gear {
            position: absolute;
            left: -250px;
            top: 5%;
            width: 600px;
        }

        section.home section.nosotros div.text {
            display: inline-block;
            text-align: left;
            max-width: 420px;
            background: white;
            position: relative;
            padding: 20px;
            /*box-shadow: 10px 10px 70px -7px black;*/
            border-radius: 20px;
        }

        section.home section.nosotros h1 {
            width: auto;
            text-align: center;
            display: inline-block;
        }

    /*PRODUCTOS*/
    section.home section.productos {
        display: inline-block;
        background: #ffffff;
        width: 100%;
        padding: 50px 0px;
	}

	    section.home section.productos h1 {
		    text-align: left;
		}

		section.home section.productos h1 span {
	    	color: #ce2c2b;
	    }
}


@media(min-width: 650px){
    section.home section.pageBanners section.shadow h3.home3 {
        font-size: 70px;
        line-height: 80px;
        font-weight: 900;
        text-transform: uppercase;
        text-align: left;
        padding: 0px 0px 0px 45px;
        margin-bottom: 0px;
        max-width: 900px;
        /* font-family: bebas; */
        color: #0080b3;
        margin-bottom: 2px;
        text-shadow: 0 0 black;
        position: relative;
        z-index: 100;
    }
}

/***************************************************************************************************/
/*******ENTRADAS COMPLETAS**************************************************************************/
@media(min-width: 0px){

    section.pageContent {
        width: 100%;
        display: inline-block;
        background: white;
    }

    section.pageContent article.page-article {
        width: 100%;
        display: inline-block;
        padding: 70px 0px 100px 0px;
    }

        /*******************/
        section.pageContent section.post-categories {
            width: 100%;
            display: inline-block;
            padding: 10px 0px 30px 0px;
        }

        section.pageContent section.post-categories section#content-limit{
            text-align: left;
        }

        section.pageContent section.post-categories h4 {
            text-align: center;
            width: auto;
        }

        section.pageContent section.post-categories h4,
        section.pageContent section.post-categories a.post-category {
            display: inline-block;
            vertical-align: middle;
        }

        section.pageContent section.post-categories a.post-category {
        }

        /*******************/
        section.pageContent section.post-comments {
            width: 100%;
            display: inline-block;
            padding: 20px 0px 40px 0px;
            background: #ececec;
        }

        section.pageContent section.post-comments ol {
            margin: 15px 0px;
        }

        section.pageContent section.post-comments ol ul.children {
            margin-left: 20px;
            width: auto;
        }

        section.pageContent section.post-comments ol ul.children li {
            background: rgba(99, 99, 99, 0.2);
        }

        section.pageContent section.post-comments ol li {
            list-style: none;
            margin-left: 0px;
            padding: 15px;
            background: white;
            margin: 10px 0px;
        }

        section.pageContent section.post-comments ol li img.avatar {
            width: 100%;
        }

        section.pageContent section.post-comments ol li.comment div.comment-author {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 10px;
        }

        section.pageContent section.post-comments ol li.comment div.comment-author img {
            max-width: 60px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 60px;
            margin-right: 10px;
        }

        section.pageContent section.post-comments ol li.comment div.comment-author div.comment-author-data {
            display: inline-block;
            width: auto;
            max-width: 170px;
            vertical-align: middle;
        }

        section.pageContent section.post-comments ol li.comment div.comment-author div.comment-author-data h3 {
            font-size: 17px;
            line-height: 20px;
        }

        section.pageContent section.post-comments ol li.comment div.comment-author div.comment-author-data p.date {
            font-size: 12px;
            line-height: 13px;
        }

        section.pageContent section.post-comments ol li.comment div.comment-author div.comment-author-data p.url {
            font-size: 12px;
            line-height: 15px;
            width: auto;
        }

        section.pageContent section.post-comments ol li.comment div.comment-content {
            width: 100%;
            background: #efefef;
        }

        section.pageContent section.post-comments ol li.comment div.comment-content em {
            color: #c30c0c;
            font-size: 13px;
            padding: 10px 0px 0px 10px;
        }

        section.pageContent section.post-comments ol li.comment div.comment-content p {
            font-size: 14px;
            padding: 10px;
        }

        section.pageContent section.post-comments ol li.comment div.comment-reply {
            width: 100%;
            text-align: right;
        }

        section.pageContent section.post-comments ol li.comment div.comment-reply a.comment-reply-link {
            width: auto;
            padding: 2px 7px;
            display: inline-block;
            font-size: 12px;
            color: white;
            background: #088896;
        }

        section.pageContent section.post-comments nav.comment-navigation {
            display: inline-block;
            width: 100%;
            margin: 10px 0px;
        }

        section.pageContent section.post-comments nav.comment-navigation div.nav-previous,
        section.pageContent section.post-comments nav.comment-navigation div.nav-next {
            display: inline-block;
            vertical-align: top;
            width: auto;
        }
        section.pageContent section.post-comments nav.comment-navigation div.nav-previous a,
        section.pageContent section.post-comments nav.comment-navigation div.nav-next a{
            color: white;
            padding: 3px 8px;
            display: inline-block;
            background: #088896;
            font-size: 14px;
            margin: 0px 8px;
            min-width: 90px;
        }

        section.pageContent section.post-comments div.comment-respond {
            text-align: left;
            margin: 20px 0px;
        }

        section.pageContent section.post-comments div.comment-respond form {
            text-align: left;
        }

        section.pageContent section.post-comments div.comment-respond form input[type="text"],
        section.pageContent section.post-comments div.comment-respond form textarea  {
            background: white;
        }

        /**********************/
        section.pageContent section.post-related {
            width: 100%;
            display: inline-block;
            padding: 25px 0px;
            background: #5d5d5d;
            position: relative;
        }

        section.pageContent section.post-related h3 {
            width: auto;
            text-align: center;
            background: #038d9c;
            max-width: max-content;
            color: white;
            padding: 5px 10px;
            margin: auto;
            position: absolute;
            top: -15px;
            left: 0;
            right: 0;    
        }

        section.pageContent section.post-related a.post-related {
            width: 80%;
            max-width: 360px;
            background: #e0e0e0;
            padding: 0px;
            margin: 20px 15px;
            display: inline-block;
        }

        section.pageContent section.post-related a.post-related:hover {
            background: #f5f5f5;
            box-shadow: 5px 5px 23px -12px black;
        } 

        section.pageContent section.post-related a.post-related div.temp-services-img {
            height: 160px;
        }

        section.pageContent section.post-related a.post-related div.temp-services-desc {
            padding: 15px;
        }

        section.pageContent section.post-related a.post-related div.temp-services-desc h1 {
            margin: 0px;
            font-size: 17px;
            line-height: 22px;
            margin-bottom: 5px;
        }

        section.pageContent section.post-related a.post-related div.temp-services-desc p {
            font-size: 13px;
            line-height: 15px;
            text-align: left;
        }

    section.pageContent article.page-article div.servicios {
        width: 100%;
        display: inline-block;
        padding: 20px 0px 30px 7px;
    }

        section.pageContent article.page-article section.sectionServicios {
            display: block;
            margin-bottom: 20px;
        }

        section.pageContent article.page-article section.sectionServicios section#content-limit {
            /*background: #00486a;*/
            text-align: left;
            position: relative;
            max-width: 750px;
        }

        section.pageContent article.page-article section.sectionServicios section#content-limit h3 {
            display: inline-block;
            vertical-align: middle;
            text-transform: uppercase;
            color: #fff;
            padding: 10px 20px;
            margin: 0 0 10px 0;
            line-height: 20px;
            font-size: 14px;
            position: absolute;
            transform: rotate(270deg);
            left: -108px;
            top: 109px;
            width: 240px;
            text-align: center;
            background: #00486a;
            /*border-radius: 10px;*/
        }

        section.pageContent article.page-article div.servicios div.servicio {
            width: 100%;
            max-width: 220px;
            display: inline-block;
            vertical-align: top;
            padding: 0px;
            margin: 0px;
            height: 240px;
            background: #00c1ff;
            /*border: 1px solid #b7b7b7;*/
            /* border-radius: 10px; */
            overflow: hidden;
        }

        section.pageContent article.page-article div.servicios div.servicio div.imagen {
            display: inline-block;
            width: 100%;
            padding: 0px;
            height: 180px;
            border-bottom: 1px solid #00486a;
        }

        section.pageContent article.page-article div.servicios div.servicio h1 {
            display: inline-block;
            text-align: center;
            padding: 5px;
            font-size: 16px;
            line-height: 20px;
            color: #ffffff;
            font-weight: 900;
            text-transform: uppercase;
            width: 96%;
        }

    /*REPARACION*/
    section.pageContent.reparacion article.page-article {
        background: #0080b3;
    }

    section.pageContent.reparacion article.page-article section.sectionServicios section#content-limit h3 {
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        color: #00c1ff;
        padding: 0px;
        margin: 0 0 10px 0;
        line-height: 20px;
        font-size: 18px;
        position: initial;
        transform: none;
        left: -108px;
        top: 109px;
        width: auto;
        text-align: left;
        background: transparent;
        /* border-radius: 10px;*/
    }
    
    section.pageContent.reparacion article.page-article section.sectionServicios {
        display: block;
        margin-bottom: 20px;
        background: #00486a;
        padding: 30px 0px 100px 0px !important;
    }

        section.pageContent.reparacion article.page-article section.sectionServicios section#content-limit {
            /* background: #00486a; */
            text-align: left;
            position: relative;
            max-width: 1050px;
        }

        section.pageContent.reparacion article.page-article section.sectionServicios section#content-limit ul {
            display: inline-block;
            vertical-align: middle;
            max-width: 700px;
            margin: 10px 20px;
            column-count: 1;
        }

        section.pageContent.reparacion article.page-article section.sectionServicios section#content-limit ul li {
            color: white;
            padding-left: 0px;
            display: list-item;
            vertical-align: top;
            width: fit-content;
            text-align: left;
            min-width: 200px;
        }

    section.pageContent.reparacion article.page-article section.sectionImagenes {
        display: block;
        margin-top: -100px;
        margin-bottom: 70px;
    }
    
    section.pageContent.reparacion article.page-article section.sectionImagenes section#content-limit {
        text-align: left;
    }

    section.pageContent.reparacion article.page-article section.sectionImagenes img {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: auto;
        max-width: 300px;
        max-height: 300px;
    }

    /*ILUMINACION*/
    section.pageContent.iluminacion article.page-article section.sectionServicios {
        display: block;
        margin-bottom: 20px;
        margin-top: 60px;
    }

        section.pageContent.iluminacion article.page-article section.sectionServicios section#content-limit {
            /*background: #00486a; */
            text-align: left;
            position: relative;
            max-width: 1050px;
        }

        section.pageContent.iluminacion article.page-article section.sectionServicios section#content-limit h3 {
            display: inline-block;
            vertical-align: top;
            text-transform: uppercase;
            color: #00c1ff;
            padding: 10px;
            margin: 0 0 10px 0;
            line-height: 20px;
            font-size: 20px;
            position: initial;
            transform: none;
            left: -108px;
            top: 109px;
            width: auto;
            text-align: left;
            background: #00486a;
        }

        section.pageContent.iluminacion article.page-article section.sectionServicios section#content-limit span{
            color: #ffffff;
            background: #d73529;
            padding: 10px;
            margin-left: 10px;
            display: inline-block;
            vertical-align: top;
            text-transform: uppercase;
            margin: 0 0 10px 0;
            line-height: 20px;
            font-size: 20px;
            width: auto;
            text-align: left;
        }

        /*CONTROL DE CALIDAD*/
        section.pageContent.controlCalidad article.page-article section.sectionServicios section#content-limit {
            /*background: #00486a; */
            text-align: center;
            position: relative;
            max-width: 1050px;
        }

        section.pageContent.controlCalidad article.page-article div.servicios {
            width: 100%;
            max-width: 460px;
            background: #00486a;
            margin: 4px 2PX;
            padding: 10px;
            display: inline-block;
            vertical-align: top;
            text-align: center;
        }

        section.pageContent.controlCalidad article.page-article section.sectionServicios section#content-limit h3 {
            display: block;
            vertical-align: middle;
            text-transform: uppercase;
            color: #fff;
            padding: 0px 20px;
            margin: 0 0 10px 0;
            line-height: 20px;
            font-size: 14px;
            position: initial;
            transform: none;
            left: -108px;
            top: 109px;
            width: auto;
            text-align: center;
            background: transparent;
        }

        section.pageContent.controlCalidad article.page-article {
            padding: 70px 0px 0px 0px;
        }

        section.pageContent.controlCalidad article.page-article div.servicios img {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            height: auto;
            max-width: 227px;
        }

        section.pageContent.controlCalidad article.page-article section.imagenes {
            padding: 48px 0px;
            background: #00486a;
            margin-top: 35px;
            display: inline-block;
            width: 100%;
        }

        section.pageContent.controlCalidad article.page-article section.imagenes img {
            width: 100%;
            max-width: 500px;
            display: inline-block;
            vertical-align: top;
        }
}

@media(min-width: 650px){
    section.pageContent section.post-related a.post-related {
        width: 90%;
        max-width: 220px;
        margin: 20px 15px;
    }  

    section.pageContent.reparacion article.page-article section.sectionServicios section#content-limit ul {
        display: inline-block;
        vertical-align: middle;
        max-width: 700px;
        margin: 10px 20px;
        column-count: 3;
    }

    section.pageContent.iluminacion article.page-article section.sectionServicios img {
        width: 100%;
        max-width: 230px;
        margin: 10px;
        display: inline-block;
        vertical-align: top;
    }

    section.pageContent article.page-article div.servicios {
        width: 100%;
        display: inline-block;
        padding: 20px 0px 30px 0px;
    }
}

@media(min-width: 997px){

    section.pageContent article.page-article div.servicios {
        width: 100%;
        display: inline-block;
        padding: 20px 0px 30px 67px;
    }

    section.pageContent.reparacion article.page-article div.servicios {
        padding: 0px;
    }

    section.pageContent.iluminacion article.page-article div.servicios {
        width: 100%;
        display: inline-block;
        padding: 0px;
    }
}


/***************************************************************************************************/
/*******CONTACTO**************************************************************************/
@media(min-width: 0px){

    section.pageContent section.contacto {
        width: 100%;
        display: inline-block;
        padding: 70px 0px 100px 0px;
    }

        section.pageContent section.contacto div.columna{
            display: inline-block;
            width: 100%;
            vertical-align: top;
            max-width: 460px;
            padding: 20px;
            text-align: left;
        }
}

/***************************************************************************************************/
/*******ARCHIVOS ***********************************************************************************/
@media(min-width: 0px){

    section.archive-content {
        width: 100%;
        display: inline-block;
    }

    /*****************************/
    section.archive-content section.archive-categories {
	    width: 100%;
	    text-align: center;
	    display: inline-block;
	    margin: 60px 0px 10px;
	}

	section.archive-content section.archive-categories h3 {
	    display: inline-block;
	    vertical-align: middle;
	    width: auto;
	    text-align: center;
	    margin: 0px;
	    color: #737373;
	}

	section.archive-content section.archive-categories form.category-select {
		width: 220px;
	}

	section.archive-content section.archive-categories form select.postform {
	    display: inline-block;
	    max-width: 160px;
	    vertical-align: middle;
	    margin: 0px;
	    margin-right: 7px;
	}

	section.archive-content section.archive-categories input[type="submit"] {
	    display: inline-block;
	    vertical-align: middle;
	    width: 44px;
	    height: 44px;
	    margin: 0px;
	}

	/******************************/
    section.archive-content section.archive-result {
        width: 100%;
        display: inline-block;
        padding: 45px 0px 45px 0px;
    }
	
    section.archive-content section.archive-result article {
        width: 90%;
        max-width: 90%;
        display: inline-block;
        margin: 15px;
        background: #efefef;
        text-align: left;
        position: relative;
    }

    section.archive-content section.archive-result article div.post-img {
        width: 100%;
        max-width: 100%;
        height: 140px;
        display: inline-block;
        vertical-align: top;
    }

    section.archive-content section.archive-result article div.post-desc {
        width: 100%;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        padding: 15px 0px 30px 0px;
    }

    section.archive-content section.archive-result article div.post-desc h1 {
	    font-size: 14px;
	    line-height: 15px;
	    padding: 0px 15px;
	    max-height: 48px;
	    overflow: hidden;
    }

    section.archive-content section.archive-result article div.post-desc p {
        font-size: 12px;
        line-height: 15px;
        padding: 0px 15px;
    }

    section.archive-content section.archive-result article div.post-desc a {
        display: inline-block;
        position: absolute;
        bottom: 0px;
        right: 0px;
        padding: 2px 8px;
        background: #088896;
        color: white;
        font-size: 13px;
    }

    section.archive-content section.archive-result article div.post-desc a:hover {
        background: #0cb3c5;
    }

    /*******************************/
    section.archive-content section.archive-result nav.navigation.pagination {
        margin: 50px 0px 20px 0px;
    }

    section.archive-content section.archive-result nav.navigation.pagination a {
        width: auto;
        padding: 7px;
        background: #efefef;
        color: #088896;
        font-size: 14px;
    }

    section.archive-content section.archive-result nav.navigation.pagination a:hover {
        color: white;
        background: #088896;
    }

    section.archive-content section.archive-result nav.navigation.pagination span.current {
        width: auto;
        padding: 7px;
        background: #07bed2;
        color: white;
        font-size: 14px;
    }

    /***************************/
    section.archive-content section.search-form {
        text-align: center;
        margin: 10px 0px 40px 0px;
    }

    section.archive-content section.search-form h3 {
        text-align: center;
        color: #737373;
    }

}

@media(min-width: 550px){

    section.archive-content section.archive-result article {
        max-width: 210px;
    }

    section.archive-content section.archive-result article div.post-desc {
        height: 110px;
    }
}


/***************************************************************************************************/
/*******PAGINA NOSOTROS***************************************************************************/
@media(min-width: 0px){

    section.nosotrosDesc {
        padding: 75px 0px;
        background: white;
    }

    section.nosotrosMision {
        background: #0080b3;
        padding: 75px 0px;
        box-shadow: 0px 0px 80px -30px black;
        position: relative;
        z-index: 100;
    }

        section.nosotrosMision div.mision {
            max-width: 450px;
            display: inline-block;
            vertical-align: top;
            padding: 25px;
        }

        section.nosotrosMision div.mision h2 {
            width: 100%;
            display: inline-block;
            color: #ffffff;
            text-transform: uppercase;
            font-size: 35px;
            text-align: left;
            border-bottom: 4px solid white;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        section.nosotrosMision div.mision p {
            text-align: left;
            color: white;
        }

    section.nosotrosImagen {
        display: block;
        height: 450px;
        background: url(img/fondos/fondo4.png);
        background-size: cover;
        background-position: center;
        position: relative;
        filter: brightness(0.5);
    }

    section.nosotrosValores {
        background: #00c1ff;
        padding: 75px 0px;
    }

        section.nosotrosValores h2 {
            color: white;
        }

        section.nosotrosValores div.valor {
            display: inline-block;
            vertical-align: top;
            width: 140px;
            padding: 30px;
        }

        section.nosotrosValores div.valor img {
            width: 90px;
            filter: invert(1);
        }

        section.nosotrosValores div.valor p {
            color: white;
            text-align: center;
        }
}


/***************************************************************************************************/
/*******PAGINA SERVICIOS***************************************************************************/
@media(min-width: 0px){

    section.pageContent section.servicios2 {
        display: inline-block;
        width: 100%;
        background: #151515;
    }

        section.pageContent section.servicios2 a {
            margin: 0px 0px 0px -5px;
            border: 0px;
            text-align: center;
            background: #191919;
            max-width: 245px;
            width: 100%;
            vertical-align: top;
            height: 125px;
            padding: 20px 8px;
            filter: grayscale(1);
        }

        section.pageContent section.servicios2 a:hover {
            filter: grayscale(0);
            background: #191919;
        }

        section.pageContent section.servicios2 a img {
            width: 50px;
            margin: 10px;
        }

        section.pageContent section.servicios2 a p {
            font-size: 13px;
            line-height: 15px;
            text-align: center;
            margin: 0px;
            color: #ce2c2b;
        }

        section.pageContent section.servicios2 a span {
            font-size: 13px;
            text-align: center;
            margin: 0px;
            color: #ffffff;
            line-height: 15px;
        }

        section.pageContent section.servicios2 a.boton2 {
            background: #272727;
        }

        section.pageContent section.servicios2 a.boton3 {
            display: inline-block;
            background: #1f1f1f;
            width: 100%;
            max-width: 1024px;
            height: auto;
        }

        section.pageContent section.servicios2 a.boton3 img,
        section.pageContent section.servicios2 a.boton3 div.desc {
            display: inline-block;
            vertical-align: middle;
        }
}