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

    /**** 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 #45B6A8;
    	/*Fondo del Thumb*/
        background-color: #b2efe8;
    }

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

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


    /*MONSERAT*/
    @font-face {
        font-family: "monserat";
        src: url('fonts/monserat/Montserrat-ExtraBold.woff2') format('woff2'),
            url('fonts/monserat/Montserrat-ExtraBold.woff') format('woff'),
            url("fonts/monserat/Montserrat-ExtraBold.otf"),
            url("fonts/monserat/Montserrat-ExtraBold.ttf");
        font-weight:bold; 
    }


    /*ROBOTO*/
    @font-face {
        font-family: "roboto";
        src: url('fonts/roboto/Roboto_Condensed-Light.woff2') format('woff2'),
            url('fonts/roboto/Roboto_Condensed-Lightd.woff') format('woff'),
            url("fonts/roboto/Roboto_Condensed-Light.otf"),
            url("fonts/roboto/Roboto_Condensed-Light.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: #45B6A8;
        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: 14px;
        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: 14px;
        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;
        height: 70px;
    }

    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;
        z-index: 1;
        /* padding-top: 91px;*/
    }

    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: auto;
        position: fixed;
        text-align: right;
        bottom: 0px;
        right: 0px;
        z-index: 1000;
        height: auto;
        /* background: #ffffff; */
        /* border-bottom: 10px solid #ce2c2b;*/
    }

    /******BOTON DE MENU*******/
    header.header a.btnMenu {
        background: #45B6A8;
        border-radius: 100px;
        /* border: 4px solid #ffffff; */
        padding: 17px 13px 10px 14px;
        margin: 10px;
        display: inline-block;
        vertical-align: middle;
        float: right;
        width: 28px;
        filter: brightness(0.9);
    }

    header.header a.btnMenu:hover {
        filter: brightness(1);
    }

    /******OPCIONES DE MENU*******/
    header.header nav.menuPrincipal {
        width: 55px;
        height: auto;
        right: -65px;
        position: fixed;
        margin: 0px 10px 0px 0px;
        text-align: center;
        top: 50%;
        transform: translate(0%, -50%);
        /*overflow: hidden auto;*/
        background: #2E4151;
        z-index: 1000;
        border-radius: 25px 25px 15px 15px;
    }

        header.header nav.menuPrincipal li {
            display: block;
            margin: 0px;
            padding: 0px;
        }

        header.header nav.menuPrincipal li a {
            color: #cdcdcd;
            padding: 7px 0px;
            text-align: center;
            position: relative;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

        header.header nav.menuPrincipal li a img {
            width: 25px;
            height: auto;
            line-height: normal;
            margin: 0px;
            padding: 0px;
            filter: brightness(0.9);
        }

        header.header nav.menuPrincipal li a:hover img {
            filter: brightness(1);
        }

        header.header nav.menuPrincipal li a p {
            text-align: center;
            overflow-wrap: normal;
            margin: 0px;
            display: none;
            position: absolute;
            top: 50%;
            transform: translate(0%, -50%);
            width: max-content;
            min-width: 32px;
            max-width: 80px;
            right: 60px;
            background: #0a0a0a;
            padding: 7px;
            border-radius: 10px;
            font-size: 12px;
            line-height: 11px;
        }

        header.header nav.menuPrincipal li a:hover p {
            display: inline-block;
        }

        header.header nav.menuPrincipal li a i {
            margin-right: 12px;
            font-size: 20px;
        }

        header.header nav.menuPrincipal li a:hover {
            color: #ffffff;
        }

        header.header nav.menuPrincipal li.current-menu-item a,
        .page_item a{
            outline: none;
            color: #2196f3 !important;
        }

    /******IDENTIDAD*******/
    header.header section.datosIdentidad {
        text-align: left;
        display: inline-block;
        width: auto;
        padding: 10px 0px;
        background: #45B6A8;
        border-radius: 25px 25px 0px 0px;
    }

        header.header section.datosIdentidad a.btnIdentidad {
            display: inline-block;
            vertical-align: middle;
            margin: 0px;
            text-align: center;
            /*margin-left: 15px;*/
    	}

    	header.header section.datosIdentidad a.btnIdentidad img {
            width: 60%;
            margin: auto;
            display: inline-block;
            vertical-align: middle;
        }

        header.header section.datosIdentidad a.btnIdentidad p {
            display: inline-block;
            vertical-align: middle;
            width: 150px;
            color: #4c4c4b;
            line-height: 20px;
            font-weight: 600;
            margin-left: 12px;
            text-align: left;
            font-size: 13px;
            line-height: 16px;
    	}

    header.header section.datosContacto {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        /* float: right; */
        margin: 0px;
        background: #3c556b;
        padding-top: 11px;
        border-radius: 0px 0px 10px 10px;
    }

        header.header section.datosContacto a{
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            margin: 5px 10px;
            filter: brightness(0.9);
            text-align: center;
        }

        header.header section.datosContacto a:hover{
            filter: brightness(1);
        }
}

@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: #111111;
            padding: 35px 0px;
            position: relative;
        }

            footer section.widgets section#content-limit {
                text-align: left;
            }

            footer section.widgets section.widget-footer {
                display: inline-block;
                margin-right: 40px;
                margin-bottom: 15px;
                margin-top: 15px;
                vertical-align: top;
                max-width: 250px;
                /*background: rgb(0 0 0 / 59%);*/
                position: relative;
                z-index: 10;
            }

            footer section.widgets section.widget-footer h2 {
                font-size: 16px;
                color: white;
            }

            footer section.widgets section.widget-footer h3 {
                font-size: 16px;
                color: white;
            }

            footer section.widgets section.widget-footer p {
                color: #bdbdbd;
                font-size: 14px;
                line-height: 18px;
            }

            footer section.widgets section.widget-footer p span {
                color: #bdbdbd;
                font-size: 14px;
                line-height: 18px;
            }

            footer section.widgets section.widget-footer img {
                max-width: 180px !important;
                height: auto;
            }

            footer section.widgets section.widget-footer ul {
                margin: 0px;
            }

            footer section.widgets section.widget-footer ul li {
                display: inline-block;
                width: 100%;
                text-align: left;
                margin-left: 0px;
                list-style: none;
                padding: 0px;
            }

            footer section.widgets section.widget-footer ul li a {
                display: inline-block;
                width: auto;
                text-align: left;
                margin: 5px 0px 5px 0px;
                font-size: 14px;
                line-height: 18px;
                color: #bdbdbd;
            }

            footer section.widgets section.widget-footer ul li a:hover {
                color:  #ffed00;
            }

            footer section.widgets img.dark{
                width: 60%;
                max-width: 490px;
                position: absolute;
                bottom: 0px;
                right: 0px;
            }

        /****DERECHOS***********/
        footer section.derechos {
            background: #000000;
            padding: 20px 0px;
        }

    	    footer section.derechos p {
    	        color: white;
    	        text-align: center;
    	        font-size: 14px;
                width: fit-content;
                padding: 0px 8px;
                display: inline-block;
    	    }

    	    footer section.derechos p a {
    	    	color: #ffed00;
    	    }

    	    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;
        border-bottom: 11px solid #111111;
    }

        /*****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: #000000;
                text-align: center;
                margin: auto;
                max-width: 500px;
                background: #ffed00;
                margin-top: 25px;
                padding: 10px;
            }

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

/*BANNERS*/
section.pageBanners img.lineBanner {
    display: block;
    position: absolute;
    z-index: 10;
    width: 35%;
    max-width: 360px;
}

section.pageBanners img.lineBanner.line1 {
    top: 0px;
    left: 20px;
}

section.pageBanners img.lineBanner.line2 {
    bottom: 0px;
    left: 11%;
}

section.pageBanners img.pointsBanner {
    position: absolute;
    z-index: 10;
}

section.pageBanners img.pointsBanner.points1 {
    left: 15px;
    bottom: 30px;
    width: 7%;
    max-width: 80px;
}

section.pageBanners img.pointsBanner.points2 {
    right: 30px;
    bottom: 30px;
    width: 12%;
    max-width: 130px;
}

/*******************************************************************/
/****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;*/
    }
        section.home section.pageBanners section.shadow img.home {
            width: 80%;
            max-width: 390px;
            margin-bottom: 20px;
            filter: brightness(1.5);
        }

        section.home section.pageBanners section.shadow h3 {
            font-size: 30px;
            line-height: 35px;
            font-weight: 900;
            text-align: left;
            color: #ffed00;
            text-transform: uppercase;
            letter-spacing: 1px;
            max-width: 509px;
            margin: 25px 0px 0px 28px;
            font-family: "lator", Helvetica, Verdana;
        }

        section.home section.pageBanners img.lineBanner {
            display: block;
            position: absolute;
            z-index: 10;
            width: 35%;
            max-width: 360px;
        }

        section.home section.pageBanners img.lineBanner.line1 {
            top: 0px;
            left: 20px;
        }

        section.home section.pageBanners img.lineBanner.line2 {
            bottom: 0px;
            left: 11%;
        }

        section.home section.pageBanners img.pointsBanner {
            position: absolute;
            z-index: 10;
        }

        section.home section.pageBanners img.pointsBanner.points1 {
            left: 15px;
            bottom: 30px;
            width: 7%;
            max-width: 80px;
        }

        section.home section.pageBanners img.pointsBanner.points2 {
            right: 30px;
            bottom: 30px;
            width: 12%;
            max-width: 130px;
        }

    /*BUSCADOR*/
    section.home div.weespot-search {
        display: inline-block;
        position: absolute;
        background: transparent;
        padding: 0px;
        margin: auto;
        left: 0;
        right: 0;
        width: fit-content;
        top: 10px;
        z-index: 1000;
        text-align: center;
    }

        section.home div.weespot-search input {
            display: inline-block;
            margin: 0px;
            background: white;
            border: 1px solid #45B6A8;
            border-radius: 20px;
            width: 300px;
            padding-left: 15px;
        }

        section.home div.weespot-search div#weespot-suggestions {
            position: absolute;
            display: none;
            z-index: 10000;
            width: 80%;
            background: #f3f3f3;
            width: 270px;
            margin: auto;
            left: 0;
            right: 0;
            /*padding: 10px;*/
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid #45B6A8;
            top: 45px;
        }

        section.home div.weespot-search div#weespot-suggestions .suggestion {
            display: inline-block;
            width: 100%;
            padding: 11px 0px;
            font-size: 14px;
            line-height: 15px;
            border-bottom: 1px solid #dbdbdb;
            text-align: center;
        }

        section.home div.weespot-search div#weespot-suggestions .suggestion:hover {
            cursor: pointer;
            background: #e6f0f9;
            color: #000000;
        }

        section.home div.weespot-search div#weespot-suggestions .suggestion.empty:hover {
            background: #f3f3f3;
            cursor: default;
            pointer-events: none;
        }

        section.home div.weespot-search div#weespot-selected-tags{
            display: block;
            width: fit-content;
            padding: 9px;
            margin-top: 4px;
            text-align: center;
        }

        section.home div.weespot-search div#weespot-selected-tags span.weespot-chip {
            background: #2e4151;
            color: white;
            padding: 6px 8px;
            border-radius: 10px;
            font-size: 14px;
            display: inline-block;
            margin: 3px 3px;
            line-height: 17px;
            cursor: pointer;
        }

        section.home div.weespot-search div#weespot-selected-tags span.weespot-chip span.remove{
            cursor: pointer;
        }

    /*RESULTADOS*/
    section.home section.topten {
        /*display: inline-block;*/
        display: none;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        left: 10px;
        z-index: 10000;
        /* background: #45b6a8; */
        /* padding: 10px; */
        width: 220px;
    }

    section.home section.topten div.cabecera {
        display: inline-block;
        width: -webkit-fill-available;
        background: #45b6a8;
        border-radius: 30px 30px 0px 0px;
        padding: 15px;
    }

    section.home section.topten div.cabecera img {
        width: 36px;
        display: inline-block;
        vertical-align: text-bottom;
        margin-right: 6px;
        margin-bottom: 3px;
    }

    section.home section.topten div.cabecera h2 {
        display: inline-block;
        vertical-align: text-bottom;
        color: #ffffff;
        font-family: "monserat";
    }

    section.home section.topten div.cabecera p {
        text-align: left;
        font-size: 12px;
        line-height: 14px;
        color: white;
        margin: 0px;
        margin-top: 4px;
    }

    section.home section.topten div#weespot-results {
        background: #ffffff;
        border-radius: 0px 0px 25px 25px;
        overflow: hidden;
    }

    section.home section.topten div#weespot-results p.empty {
        font-size: 13px;
        padding: 4px 15px;
        line-height: 18px;
        text-align: left;
    }

    section.home section.topten div#weespot-results .weespot-spot {
      padding: 14px;
      cursor: pointer;
      border-bottom: 1px solid #dbdbdb;
      filter: grayscale(0.5);
    }

    section.home section.topten div#weespot-results .weespot-spot:hover {
        background: #f9f9f9;
        filter: grayscale(0);
    }

    section.home section.topten div#weespot-results div.weespot-spot img.imagen {
        border-radius: 10px;
        width: 50px;
        display: inline-block;
        vertical-align: middle;
    }

    section.home section.topten div#weespot-results div.weespot-spot div.descripcion {
        display: inline-block;
        vertical-align: middle;
        width: 126px;
        margin-left: 8px;
    }

    section.home section.topten div#weespot-results div.weespot-spot h3 {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "monserat";
    }

    section.home section.topten div#weespot-results div.weespot-spot p {
        margin: 0px;
        text-align: left;
        font-size: 12px;
        line-height: 14px;
    }

    section.home section.topten div#weespot-results div.weespot-spot span {
        text-align: left;
        font-size: 12px;
        line-height: 14px;
    }

    section.home section.topten div#weespot-results div.weespot-spot span img.imagen {
        width: 11px;
    }

}

/***************************************************************************************************/
/*******CONTACTANOS*********************************************************************************/
section.contacto {
    display: none;
}

section.contactanos {
    box-shadow: 0px 0px 61px -3px black;
    background: #ffffff;
    padding: 15px 0px;
    position: relative;
    overflow: hidden;
}

    section.contactanos section.columna {
        padding: 20px;
        margin: 20px;
        max-width: 350px;
        display: inline-block;
        vertical-align: top;
        /*background: gray;*/
        text-align: left;
    }

        section.contactanos section.columna img.logo {
            max-width: 320px;
            margin-bottom: 15px;
        }

        section.contactanos section.columna h2 {
            color: black;
        }

        section.contactanos section.columna h3 {
            color: #979797;
        }

        section.contactanos section.columna p.direccion {
            color: #000000;
            font-size: 15px;
            line-height: 18px;
            width: 260px;
            text-align: left;
        }

        section.contactanos section.columna a.btnRS {
            display: block;
            text-align: left;
            margin: 5px 0px;
        }

        section.contactanos section.columna a.btnRS img {
            filter: brightness(0.5);
            width: 12px;
            display: inline-block;
            vertical-align: middle;
            text-align: left;
        }

        section.contactanos section.columna p.telefono {
            font-size: 15px;
            line-height: 18px;
        }

        section.contactanos section.columna p.telefono img {
            filter: brightness(0.5);
            width: 12px;
            display: inline-block;
            vertical-align: middle;
            text-align: left;
        }

        section.contactanos section.columna input.wpcf7-form-control.wpcf7-captchar {
            width: 235px;
        }

/***************************************************************************************************/
/*******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: 50px 0px 20px 0px;
    }

        section.pageContent article.page-article div.servicios div.servicio {
            width: 100%;
            max-width: 220px;
            display: inline-block;
            vertical-align: top;
            padding: 0px;
            margin: 15px;
            height: 240px;
            background: #efefef;
        }

        section.pageContent article.page-article div.servicios div.servicio div.imagen {
            display: inline-block;
            width: 100%;
            padding: 0px;
            height: 180px;
            border-bottom: 4px solid #ce2c2b;
        }

        section.pageContent article.page-article div.servicios div.servicio h1 {
            width: auto;
            display: inline-block;
            padding: 8px;
            font-size: 16px;
            line-height: 20px;
            color: #000000;
            font-weight: 100;
        }

    section.pageContent section.servicios {
        margin: 30px 0px 15px 0px;
    }

        section.pageContent section.servicios h2 {
            margin: 25px 0px;
        }

        section.pageContent section.servicios div.servicio {
            display: inline-block;
            padding: 15px;
            width: 200px;
            background: #e3e3e3;
            vertical-align: top;
            margin: 15px;
            border-radius: 8px;
            border-radius: 8px;
            border: 1px solid #b5b5b5;
            filter: grayscale(0.5);
        }

        section.pageContent section.servicios div.servicio:hover {
            filter: grayscale(0);
        }

        section.pageContent section.servicios div.imagen {
            height: 200px;
            width: 200px;
            border-radius: 8px;
            border: 1px solid #b5b5b5;
        }
        
        section.pageContent section.servicios h3 {
            font-size: 16px;
            margin: 10px 0px;
            padding: 5px;
            line-height: 20px;
            min-height: 40px;
        }
}

@media(min-width: 650px){
    section.pageContent section.post-related a.post-related {
        width: 90%;
        max-width: 220px;
        margin: 20px 15px;
    }  
}

/***************************************************************************************************/
/*******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.nosotros article.page-article {
        padding: 0px;
    }

    section.nosotros section.identidad {
        padding: 40px 0px;
    }

        section.nosotros section.identidad section.content-limit {
            text-align: left;
        }

        section.nosotros section.identidad h2 {
            text-align: left;
            margin-bottom: 13px;
            color: #535353;
        }

        section.nosotros section.identidad img {
            max-width: 45%;
            display: inline-block;
            vertical-align: middle;
            margin: 25px 0px;
            min-width: 310px;
        }

        section.nosotros section.identidad h3 {
            text-align: left;
            /* max-width: 45%; */
            display: block;
            /* vertical-align: middle; */
            margin: 25px 0px;
            font-size: 30px;
            font-weight: 900;
            line-height: 38px;
            text-transform: uppercase;
            color: #2096eb;
            /* border-left: 0.5px solid; */
            /* padding-left: 30px; */
            margin-left: 30px;
        }

    section.nosotros section.resena {
        padding: 25px 0px;
        background: #f5f5f5;
    }

    section.nosotros section.misionVision {
        padding: 40px 0px;
        background: #ffed00;
    }
        section.nosotros section.misionVision div.columna {
            display: inline-block;
            width: 40%;
            padding: 25px;
            min-width: 230px;
        }

        section.nosotros section.misionVision div.columna p {
            text-align: center;
        }

    section.nosotros section.valores {
        padding: 50px 0px;
        background: black;
    }
        section.nosotros section.valores h2 {
            color: #ffed00;
        }

        section.nosotros section.valores div.valor {
            display: inline-block;
            vertical-align: top;
            padding: 20px;
            width: 30%;
            max-width: 230px;
            min-width: 180px;
        }

        section.nosotros section.valores img {
            filter: contrast(0) brightness(100);
            width: 130px;
        }

        section.nosotros section.valores h3 {
            color: #ffed00;
            height: 48px;
        }

        section.nosotros section.valores p {
            text-align: center;
            line-height: 18px;
            color: #ababab;
        }
}


@media(min-width: 620px){

    section.nosotros section.identidad h3 {
        text-align: left;
        max-width: 45%;
        display: inline-block;
        vertical-align: middle;
        margin: 25px 0px;
        font-size: 35px;
        font-weight: 900;
        line-height: 38px;
        text-transform: uppercase;
        color: #2096eb;
        border-left: 0.5px solid;
        padding-left: 30px;
        margin-left: 30px;
    }
}

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

.joinchat__powered {
    display: none;
}

.suggestion.active {
  background: #f0f0f0;
}



.leaflet-control-zoom {
  border-radius: 10px;
  overflow: hidden;
  border: 0px !important;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    border-radius: 50px !important;
}

.leaflet-control-attribution {
    display: none;
}

.weespot-user-tooltip {
  background-color: #2b83ff;
  color: #fff;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}