/*
Theme Name: Jayma-Theme
Theme URI: http://jayma-tech.com/
Author: JAYMA TEHCNOLOGY TEAM
Author URI: http://jayma-tech.com/
Description: Tema diseñado para cualquier tipo de Negocio. Es un tema perfecto para un sitio web corporativo, ya que tiene todas las características esenciales que todo negocio necesita. Viene con un control Responsive completo, y es el resultado de un trabajo continuo de parte de nuestros colaboradores. 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: 1.2.0
Text Domain: jayma-tech
Tags: JaymaTech, Jayma, Jayma-tech, Jayma Theme, Jayma Technology
*/
/***********ESTRUCTURAS********************************************************************************************/

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

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0px;
    font-family: "gothamr", Helvetica, Verdana;
    font-size:16px;
}

article,div,hgroup,aside,details,figcaption,figure,footer,header,ul,menu,nav,section,summary {
    display: block;
    /*border: 0.1em dashed #E46C0A; /*NARANJA*/
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

/****************TITULOS Y TEXTOS*********************************************************************************/

@media(min-width: 0px) {

    /***********FUENTES***********************************************************************************************/

    @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: "script";
        src: url("fonts/script/script.ttf");
        font-weight:normal; 
        font-style:normal;
    }

    @font-face {
        font-family: "gothamr";
        src: url('fonts/gothamr/gothamr.woff2') format('woff2'),
           url('fonts/gothamr/gothamr.woff') format('woff'),
           url("fonts/gothamr/gothamr.otf"),
                 url("fonts/gothamr/gothamr.ttf");
        font-weight:normal; 
        font-style:normal;
    }

    @font-face {
        font-family: "corbel";
        src: url('fonts/corbel/corbel.woff2') format('woff2'),
           url('fonts/corbel/corbel.woff') format('woff'),
           url("fonts/corbel/corbel.otf"),
                 url("fonts/corbel/corbel.ttf");
        font-weight:normal; 
        font-style:normal;
    }
    /***********TEXTOS***********************************************************************************************/  
      
    h1 {
        text-align: center;
	    color: #018235;
	    font-family: 'corbel', Helvetica, Verdana;
	    font-weight: 700;
	    font-size: 25px;
	    letter-spacing: 0px;
	    line-height: 32px;
	    padding: 15px 0px 5px 0px;
    }

    h2 {
        text-align: center;
	    color: #595959;
	    font-family: 'corbel', Helvetica, Verdana;
	    font-weight: 700;
	    font-size: 22px;
	    letter-spacing: 0px;
	    line-height: 25px;
	    padding: 5px 0px 5px 0px;
    }

    h3 {
        text-align: center;
	    color: #404040;
	    font-family: 'corbel', Helvetica, Verdana;
	    font-weight: 700;
	    font-size: 18px;
	    letter-spacing: 0px;
	    line-height: 20px;
	    padding: 5px 0px 5px 0px;
    }

    h4 {
        text-align: center;
	    color: #aa3f3c;
	    font-family: 'corbel', Helvetica, Verdana;
	    font-weight: 700;
	    font-size: 18px;
	    letter-spacing: 0px;
	    line-height: 20px;
	    padding: 5px 0px 5px 0px;
    }

    h5 {
        text-align: center;
	    color: #2196F3;
	    font-family: 'corbel', Helvetica, Verdana;
	    font-weight: 700;
	    font-size: 18px;
	    letter-spacing: 0px;
	    line-height: 20px;
	    padding: 5px 0px 5px 0px;
    }

    h6 {
        text-align: center;
	    color: #FF9800;
	    font-family: 'corbel', Helvetica, Verdana;
	    font-weight: 700;
	    font-size: 18px;
	    letter-spacing: 0px;
	    line-height: 20px;
	    padding: 5px 0px 5px 0px;
    }

    h1,h2,h3,h4,h5,h6 {
        clear: both;
    }

    p {
        text-align: center;
	    font-family: "gothamr", Helvetica, Verdana;
	    font-size: 16px;
	    line-height: 22px;
	    padding: 10px 0px;
	    color: black;
    }

    /****************ENLACES****************************************************************************************/

    a {
        color: #fea116; /*AZUL*/
        text-decoration: none;
        outline: none;
    }

    a.enlace {
        color: #fea116; /*AZUL*/
        text-decoration: none;
        outline: none;
    }

    a.boton {
        display: block;
	    padding: 10px;
	    background: transparent;
	    border: 2px solid #018235;
	    color: #018235;
	    font-weight: 700;
	    font-family: "gothamr";
	    margin: auto;
	    margin-top: 5px;
	    margin-bottom: 5px;
        font-size: 16px;
	}

	a.boton:hover {
		color: white;
        background: #ffc000;
	}

    a:hover {
        color: #943634;
        outline: none;
    }

    a:hover,a:focus,a:active {
        color: #943634; /*MORADO*/
        outline: none;
    }

    a:visited {
        outline: none;
    }

    a:focus {
        outline: none;
    }

    /****************VINCULO DE PAGINA ACTIVA / ACTUAL**************************************************************/

    li.current-menu-item,
    .page_item a {
        text-decoration: underline;
        outline: none;
        color: #ffc000 !important;
    }

    input[type="submit"] {
	    border-color: transparent;
	    border-radius: 0px;
	    background: transparent;
	    box-shadow: none;
	    text-shadow: none;
	    color: #ffffff;
	    border: 1px solid #ffffff;
	    font-family: "gotham";
	    font-weight: 900;
	    font-size: 15px;
	    padding: 7px 10px 8px 10px;
	    margin-top: 0px;
	    margin-left: 10px;
	    line-height: 1;
	    -webkit-appearance: button;
	    cursor: pointer;
	}

}

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

    abbr[title] {
        border-bottom: 1px dotted;
    }

    b, strong {
        font-weight: bold;
    }

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

    img {
        border: 0;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    figure {
        margin: 0px 0px;
    }

    figcaption {
        font-size: 0.85em;
        padding: 0.5em;
        text-align: center;
    }

    img, video {
        width: 100%;
        height: auto;
    }

    hr {
        border: 1px solid #BFBFBF; /*GRIS MEDIO*/
    }

    pre {
        overflow: auto;
    }

    code,kbd,pre,samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }

    embed,
    iframe,
    object {
        max-width: 100%;
    }

    /******************************************************************************************************************/

    /***********BOTONES Y FORMAS****************************************************************************************/

    button,input,optgroup,select,textarea {
        color: inherit;
        font: inherit;
        margin: 0;
    }

    button {
        overflow: visible;
    }

    button,select {
        text-transform: none;
    }

    button, html input[type="button"],input[type="reset"],input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    input {
        line-height: normal;
    }

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

    input[type=text], input[type=email], input[type=tel], textarea {
        padding: 0.5em;
        border-radius: 0.5em;
        text-align: center;
        background: #F7F8E0;
        cursor: pointer;
        color: #663300; /*MARRON OSCURO*/
    }

    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"],
    textarea {
        width: 90% !important;
        padding: 10px !important;
        margin: 10px 0px;
        border: 1.5px solid #4d6a79;
        background: transparent;
        text-align: left;
        font-size: 15px;
        max-height: 65px;
        resize: none;
        border-radius: 0px;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
    }

    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 {
        color: #111;
    }

    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"] {
        padding: 3px;
    }

    /*********BUSCAR*****************************************************/

    input[type="search"] {
        padding: 3px;
        color: #000;
	    border-radius: 5px;
	    -webkit-appearance: textfield;
	    box-sizing: content-box;
	    padding: 5px;
	    font-size: 15px;
    }

    input[type="search"]:focus {

    }

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    /***BOTONES****************************************************/

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        border-color: transparent;
	    border-radius: 0px;
	    background: transparent;
	    box-shadow: none;
	    text-shadow: none;
	    color: #ffffff;
	    border: 1px solid #ffffff;
	    font-family: "gotham";
	    font-weight: 900;
	    font-size: 15px;
	    padding: 7px 10px 8px 10px;
	    margin-top: 0px;
	    margin-left: 10px;
	    line-height: 1;
	    -webkit-appearance: button;
	    cursor: pointer;
    }

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        background: #4179CE; /*AZUL OSCURO*/
        cursor: pointer;
        color: #FFFFFF; /*MARRON OSCURO*/
    }

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

    textarea {
        overflow: auto;
        padding-left: 3px;
        width: 100%;
    }

    select {
        border: 1px solid #ccc;
    }

    fieldset { 
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }

    legend {
        border: 0;
        padding: 0;
    }

    optgroup {
        font-weight: bold;
    }

    /******************************************************************************************************************/

    /**********TABLAS Y LISTAS*****************************************************************************************/

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    td,th {
        padding: 0;
    }

    li {
        list-style: none;
    }

    /******************************************************************************************************************/

    /********EFECTOS DE OPACIDAD******************************************************************************************/

    .fade {
        opacity: 1;
        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;
    }

    .fade:hover {
        opacity: 0.7;
        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;
    }

    /**ALINEACIONES DE IMAGENES************************************************************************************/

    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
        width: auto;
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
        width: auto;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
        width: auto;
    }

    .size-full {
        width: 100%;
    }

}

/***************************************************************************************************************/
/********ESTRUCTURAS PREDEFINIDAS*******************************************************************************/

@media(min-width: 0px) {

	main {
		overflow: hidden;
	}

    section#content-limit {
        text-align: center;
        max-width: 1000px;
        margin: auto;
        width: 92%;
        padding: 0% 4%;
    }

    div#header {
        background-color: black;
        color: white;
        text-align: center;
        padding: 40px 0px;
    }

    div#header a {
        color: #fea116;
    }

    div#page {
        background-color: #1cadab;
    }

    li.menu-item {
        cursor: pointer;
    }

}

@media(min-width: 650px) {
    section#content-limit {
        width: 96%;
        padding: 0% 2%;
    }

}

@media(min-width: 997px) {
    section#content-limit {
        width: 100%;
        padding: 0% 0%;
    }

}

/******************************************************************************************************************/
/********CABECERA**************************************************************************************************/

@media(min-width: 0px) {
    header.header-menu {
        width: 100%;
        text-align: center;
        z-index: 1000;
        top: 0px;
    	background: #fbfbfb;
        position: fixed;
        -webkit-box-shadow: 0px 6px 47px -10px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 6px 47px -10px rgba(0,0,0,0.75);
        box-shadow: 0px 6px 47px -10px rgba(0,0,0,0.75);
    }

    header.header-fixed {
        width: 100%;
        text-align: center;
        z-index: 1000;
        top: 0px;
    	background: #fbfbfb;
        position: fixed;
        -webkit-box-shadow: 0px 6px 47px -10px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 6px 47px -10px rgba(0,0,0,0.75);
        box-shadow: 0px 6px 47px -10px rgba(0,0,0,0.75);
    }

    /*******MENU PRINCIPAL************************/

    section#header-menu-icon {
        display: inline-block;
        vertical-align: middle;
    }

    section#header-menu-icon img {
        width: 120px;
        padding: 15px;
    }

    /***MENU RESPONSIVO***************************/

    div.menu_bar {
        padding-top: 5px;
        height: 35px;
        width: 40px;
        float: right;
        margin: 10px;
        filter: brightness(0.5);
    }

    div.menu_bar:hover {
        cursor: pointer;
    }

    div.menu_bar a.bt-menu {
        display: block;
    	text-align: center;
    }

    div.menu_bar a.bt-menu img {
        width: 20px;
        padding-top: 8px;
        margin: auto;
    }

    /***MENU ***************************/

    nav#nav-prin {
        width: 70%;
        height: 100%;
        left: -100%;
        margin: 0;
        position: fixed;
        background: rgb(0 0 0 / 62%);
        text-align: left;
        top: 0px;
        overflow: auto;
        overflow-x: hidden;
        z-index: 1000;
        max-width: 250px;
    }

    nav#nav-prin ul {
        width: 100%;
    }

    nav#nav-prin li {
        width: 100%;
        display: block;
    }

    nav#nav-prin a {
        color: white;
        display: block;
        font-family: "corbel";
        font-size: 16px;
        padding: 15px 0px 15px 19px;
        text-align: left;
    }

    nav#nav-prin li.current-menu-item a span,
    nav#nav-prin li.current-menu-item a i{
        color: #ffc000 !important;
        text-decoration: none;
    }

    nav#nav-prin li.current-menu-item,
    nav#nav-prin li.current-menu-item a span,
    nav#nav-prin li.current-menu-item a i{
        color: #ffc000 !important;
        text-decoration: none;
    }

    nav#nav-prin a:hover {
        background-color: #018235;
        color: #FFF;
    }
}

/*
@media(min-width: 850px) {

	header.header-menu section#header-menu-data {
		display: inline-block;
	    width: 49%;
	    text-align: left;
	    color: white;
	    font-size: 12px;
	}

	header.header-menu section#header-menu-data h3 {
		display: none;
	}

    /***MENU RESPONSIVO*******

    div.menu_bar {
        display: none;
    }

    nav#nav-prin {
        width: 50%;
	    background: initial;
	    left: initial !important;
	    position: initial;
	    text-align: right;
	    display: inline-block;
	    vertical-align: middle;
	    max-width: initial;
    }

    nav#nav-prin li {
        width: auto;
        display: inline-block;
    }

    nav#nav-prin ul li a {
        text-align: center;
	    font-size: 15px;
	    padding: 20px 5px 20px 5px;
    }
   
    nav#nav-prin .menu-item i {
        margin: 0px;
    }

    nav#nav-prin ul li a:hover {
        background-color: #5f5f5f; /*AZUL*
    }

    nav#nav-prin a span {
        padding: 0px 0px 0px 4px;
    }
}

@media(min-width: 997px) {

	header.header-menu section#header-menu-data {
	    font-size: 14px;
	    text-align: center;
	}

	nav#nav-prin ul {
        text-align: center;
    }

    nav#nav-prin ul li a {
        text-align: center;
	    font-size: 18px;
	    padding: 18px 10px 18px 10px;
    }

    header.header-menu section#content-limit {
    	max-width: initial;
    	padding: 0px 3%;
    	width: 96%;
    }
}

*/

/******************************************************************************************************************/
/**FOOTER**********************************************************************************************************/

@media(min-width: 0px) {
    footer { 
        max-width: 100%;
        width: 100%;
        text-align: center;
	    position: relative;
    }

    footer div.row-back {
    	background: url("img/fondos/Fondo1.png") #63874c;
        background-repeat: no-repeat;
    	background-position: 0px 100%;
	    background-size: 100% auto;
    }

    /************INFORMACION DE CONTACTO***************************/

    section#footer-row1 {
        background: url(img/fondos/footer-sub-bar.png);
	    background-position: 50% 0px;
	    background-size: 100% auto;
	    position: absolute;
	    top: -8px;
	    width: 302px;
	    background-repeat: no-repeat;
	    height: 60px;
	    text-align: center;
	    padding-top: 12px;
	    margin-left: auto;
	    margin-right: auto;
	    left: 0;
	    right: 0;
    }

    section#footer-row1 h2 {
        font-size: 19px;
        color: white;
        padding: 0px;
        display: inline-block;
        margin-top: -3px;
    }

    section#footer-row2 {
        text-align: center;
        padding: 70px 8%;
    }

    /*******WIDGETS FOOTER***************************************/

    section#footer-row2 .widget-footer {
        text-align: center;
        color: #ffffff;
        width: 200px;
        font-size: 13px;
        margin: 20px 15px;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        background: #5b7e4499;
        border-radius: 5px;
    }

    section#footer-row2 .widget-1.widget-footer{
        background: white;
    }

    section.widget-footer h3 {
        color: #ffc000;
        text-shadow: 1px 1px 3px black;
    }

    section.widget-footer p {
        width: 100%;
        line-height: 21px;
        color: white;
        margin: 0px 0px;
        font-size: 14px;
        text-align: left;
        padding: 3px 0px;
    }

    section.widget-footer p span{
    	display: inline-block;
    	vertical-align: top;
    }

    section.widget-footer .textwidget{
        line-height: 20px;
        text-shadow: 1px 1px 3px black;
    }

    section#footer-row2 section.descripcion.widget-footer {
    	text-align: center;
    }

    section.descripcion.widget-footer img {
    	width: 200px;
    	margin-bottom: 15px;
    }

    section.contacto.widget-footer img {
    	width: 20px;
    	margin-right: 6px;
    	display: inline-block;
    	vertical-align: middle;
    }

    section.widget-footer a {
        display: block;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
        color: white;
    }

    section.widget-footer a:hover {
        color: #ffc000; /*NARANJA*/
    }

    div.menu-menu-footer-container a {
        display: block;
        padding-bottom: 0px !important;
    }

    section.widget-footer div.textwidget a {
        display: initial;
    }

    /*******************************/

    section#footer-row3 {
        padding: 25px 8%;
        color: white;
        background: #131313;
    }

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

    section#footer-row3 img {
        width: 15px;
    }

    section#footer-row3 p {
        font-size: 13px;
        color: white
    }

    /*********************************************/

    section#footer-contact {
        background: #232323;
        padding: 30px 0px;
        position: relative;
    }

    section#footer-contact img {
        width: 100px;
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    
    section#footer-contact div.barra-contact h3 {
        vertical-align: middle;
        display: inline-block;
        text-transform: uppercase;
        color: white;
        font-size: 24px;
        padding: 5px 20px;
        font-weight: 100;
    }

    section#footer-contact div.barra-contact a.btn-footer-consult {
        display: block;
        padding: 10px;
        background: transparent;
        background: #ffc000;
        color: #ffffff;
        font-weight: 700;
        font-family: "gothamr";
        margin: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 138px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    /***********************************************/

    section#footer-contact2 {
        display: none;
        padding: 50px 0px;
        background: #fbfbfb;
        position: relative;
    }

    section#footer-contact2 div.footer-form {
        width: 81%;
        padding: 0px 20px 20px;
        max-width: 450px;
        display: inline-block;
        margin: auto;
        vertical-align: top;
    }

    iframe#footer-map {
    	margin-top: -50px;
	    margin-bottom: 0px;
	    width: 100%;
	    height: 320px;
    }

    section#footer-contact2 div.footer-form p {
        text-align: left;
    }

    section#footer-contact2 div.footer-form input[type="submit"].wpcf7-submit {
        display: inline-block;
        padding: 10px;
        background: transparent;
        border: 2px solid #018235;
        color: #018235;
        font-weight: 700;
        font-family: "gothamr";
        margin-top: 15px;
        font-size: 16px;
    }

    section#footer-contact2 div.footer-form span.wpcf7-not-valid-tip {
        color: #FFC107;
        font-size: 12px;
    }

    section#footer-contact2 div.footer-form div.wpcf7-validation-errors {
        border: 2px solid #FFC107;
        background: black;
        color: #FFC107;
        font-size: 14px;
        padding: 10px;
    }

    section#footer-contact2 div.footer-form div.wpcf7-mail-sent-ok {
        display: block;
        border: 2px solid #CDDC39;
        background: black;
        color: #8BC34A;
        font-size: 14px;
        padding: 10px;
    }

    section#footer-contact2 div.footer-form input[type="text"], 
    section#footer-contact2 div.footer-form input[type="email"], 
    section#footer-contact2 div.footer-form input[type="url"], 
    section#footer-contact2 div.footer-form input[type="password"], 
    section#footer-contact2 div.footer-form input[type="number"], 
    section#footer-contact2 div.footer-form input[type="tel"], 
    section#footer-contact2 div.footer-form input[type="range"], 
    section#footer-contact2 div.footer-form input[type="date"], 
    section#footer-contact2 div.footer-form input[type="month"], 
    section#footer-contact2 div.footer-form input[type="week"], 
    section#footer-contact2 div.footer-form input[type="time"], 
    section#footer-contact2 div.footer-form input[type="datetime"], 
    section#footer-contact2 div.footer-form input[type="datetime-local"], 
    section#footer-contact2 div.footer-form input[type="color"], 
    section#footer-contact2 div.footer-form textarea {
        color: #000000;
    }

    img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1 {
        width: 150px;
    }

}

@media(min-width: 613px) {
	section.menu.widget-footer li{
		padding-left: 55px;
	}
}

@media(min-width: 997px) {

}

/******************************************************************************************************************/
/**SLIDER *********************************************************************************************************/

@media(min-width: 0px) {

    section#home-slider {
        position: relative;
        background-color: #F3F3F3;
        height: 400px;
        overflow: hidden;
    }

    /*******SLIDER*******************************/

    div#slider1 {
        width: 100%;
        margin: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        div#slider1 li img {
            width: 100%;
            display: block;
            margin: auto;
            /*-webkit-filter: grayscale(75%); filter: grayscale(75%);*/
        }

        div#slider1 li img:hover {
            /*-webkit-filter: grayscale(0%); filter: grayscale(0%);*/
            cursor: hand;
        }

        div#slider1 li a:hover {
            opacity: 0.7;
            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;
        }

    /*******SLIDER *********************/

    .metaslider{
            width: 225px !important;
        }
        .metaslider .slides img {
            width: 180px !important;
            display: inline-block !important;
        }

        .metaslider .caption-wrap {
            position: relative !important;
            top: 10px;
            bottom: 0 !important;
            left: 0 !important;
            background: none !important;
            color: #0e0e0e !important;
            font-weight: 100 !important;
            opacity: 1 !important;
            margin: 0 !important;
            display: block !important;
            width: 100% !important;
            line-height: 1.4em !important;
            text-align: center !important;
            padding: 0% 0% !important;
        }
  
        .metaslider .caption-wrap h4{
        text-align: center;
        color: #1c3b73;
        font-family: "calibri", Helvetica, Verdana;
        text-shadow: 0px 1px 1px black;
        line-height: 18px;
        max-width: 200PX;
        display: inline-block;
        margin-top: 12px;
    }
        .metaslider .caption {
            padding: 0px 8% !important;
        }
        .metaslider .caption .text{
            text-align: center !important;
            line-height: 17px;
        }
        .metaslider ul{
            left: 0.4%;
        }

        .flexslider .slides li {
            width: 225px !important;
            height: 245px !important;
        }
        .flex-direction-nav a{
          margin: -64px 0px 0 !important;
          top: 50%;
            height: 50px !important;
        }
    .flexslider:hover .flex-next{
        right: -15px !important;
    }
    .flexslider:hover .flex-prev{
        left: -15px !important;
    }

}

@media(min-width: 900px){  
  .metaslider{
            width: 675px !important;
        }
}

@media(min-width: 1200px){  
  .metaslider{
            width: 900px !important;
        }
}

/******************************************************************************************************************/
/**CUERPO DE LA PAGINA  DE INICIO *********************************************************************************/

@media(min-width: 0px) {
    section#main-content {
        width: 100%;
        margin-top: 60px;
    }

    section.banner-pages {
		height: 400px;
		overflow: hidden;
		position: relative;
	}
	
	section.banner-pages div#shadow {
	    height: 305px;
	    width: 100%;
	    background: rgba(0, 0, 0, 0.5);
	    padding-top: 95px;
	    position: absolute;
	    top: 0px;
	}

	section.banner-pages h1 {
    	color: white;
    	text-transform: uppercase;
    }

    section.banner-pages p {
    	color: white;
    }

    section.banner-pages a.boton {
	    width: 120px;
	    text-align: center;
	    color: white;
	    border: 2px solid white;
	}

	section.banner-pages a.boton:hover {
		background: #ffc000;
	}

	section.banner-pages div#video-banner {
		display: none;
	}

	/******************************************/

	section#home-company {
        display: block;
    	background: #018235;
    	padding: 60px 0px;
        position: relative;
        -webkit-box-shadow: -3px 11px 64px 42px rgba(0,0,0,0.75);
        -moz-box-shadow: -3px 11px 64px 42px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 60px 4px rgba(0,0,0,0.75);
    }

    section#home-company p {
    	position: relative;
    	color: white;
    }

    section#home-company p img {
	    position: absolute;
	    top: -40px;
	    width: 37px;
	    left: 0px;
	}

	/*********************************************/

	section#home-aboutus {
    	background: #fbfbfb;
    	padding: 70px 0px;
    }

    section#home-aboutus div.about1 {
	    width: 81%;
	    background: #ececec;
	    padding: 20px;
	    max-width: 450px;
	    display: inline-block;
	    margin: auto;
	    vertical-align: top;
	}

	section#home-aboutus img.about {
		margin-bottom: 10px;
	}
	
	section#home-aboutus div.about2 {
		width: 81%;
		padding: 20px;
		max-width: 450px;
		display: inline-block;
		margin: auto;
		vertical-align: top;
		background: white;
	}

	section#home-aboutus video {
		margin-bottom: 10px;
	}

	section#home-aboutus a.boton {
		width: 100px;
    	margin-top: 20px;
    }

    section#home-aboutus p.bold {
        font-weight: 600;
    	color: #018235;
    }

	section#home-aboutus .flex-viewport {
		width: 230px !important;
		margin: auto;
	}

    section#home-aboutus .flexslider .slides li {
	    width: 230px !important;
	    height: 163px !important;
	}

	/**************************************/

	section#home-services {
		padding: 70px 0px;
        background: url(img/fondos/fondo3.png) #e0e0e0;
        background-size: 100%;
	}

	section#home-services div.servicios {
	    display: inline-block;
	}

    section#home-services div.servicios div.servicio{
        padding: 15px;
        display: inline-block;
        vertical-align: top;
        margin: 15px;
        background: #018235;
        max-width: 40%;
        min-width: 250px;
        color: white;
        line-height: 20px;
    }

    section#home-services div.servicios div.servicio h2{
        color: #ffc000;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    section#home-services div.servicios div.servicio li{
        list-style: square;
        text-align: left;
        margin-bottom: 10px;
        margin-left: 23px;
    }


    /***************************************/

    section#home-services div.coment {
        position: relative;
        background: #696969;
        max-width: 923px;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 20px;
        width: 75%;
    }

    section#home-services div.coment img.marc1 {
        position: absolute;
        top: -12px;
        left: -12px;
        width: 25px;
    }

    section#home-services div.coment p {
        color: white;
    }
    
    section#home-services div.coment img.marc2 {
        position: absolute;
        bottom: -12px;
        right: -12px;
        width: 25px;
    }

    /**************************************/

    section#home-news {
        padding: 50px 0px;
        background: url(img/fondos/fondo4.jpg) #e0e0e0;
        background-size: 100%;
    }

    section#home-news section#home-block {
        display: inline-block;
        vertical-align: top;
        padding: 20px 15px 30px 15px;
        margin: auto;
        text-align: center;
        width: 250px;
        position: relative;
    }

    section#home-news div.home-img {
        height: 145px;
    }

    section#home-news div.home-img p {
        background: rgba(0, 0, 0, 0.38);
        height: 100%;
        color: white;
        padding: 15px 20px 0px 20px;
        font-size: 16px;
        font-weight: 600;
    }

    section#home-news div.home-content {
        background: #eaeaea;
        padding: 10px;
        min-height: 126px;
    }

    section#home-news p.date {
        font-size: 13px;
        background: #232121;
        padding: 5px;
        color: white;
    }

    section#home-news p.resume {
        font-size: 14px;
        line-height: 18px;
    }

    section#home-news a {
        width: 100%;
        display: block;
        padding: 11px 0px;
        background: #aa3f3c;
        color: white;
        cursor: pointer;
    }

    section#home-news a.btn-news {
        margin: auto;
        margin-bottom: 40px;
        width: 100%;
        max-width: 250px;
        display: block;
        padding: 11px 0px;
        background: #232323;
        color: white;
        cursor: pointer;
    }

    section#home-news a:hover {
        background: #943634;
    }


    /***************************************/

    section#home-news div.coment {
        position: relative;
        background: #696969;
        max-width: 923px;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 20px;
        width: 75%;
    }

    section#home-news div.coment img.marc1 {
        position: absolute;
        top: -12px;
        left: -12px;
        width: 25px;
    }

    section#home-news div.coment p {
        color: white;
    }
    
    section#home-news div.coment img.marc2 {
        position: absolute;
        bottom: -12px;
        right: -12px;
        width: 25px;
    }

    /************************************/

    section#home-links {
        padding: 40px 0px;
        position: relative;
	    -webkit-box-shadow: -3px 11px 64px 42px rgba(0,0,0,0.75);
	    -moz-box-shadow: -3px 11px 64px 42px rgba(0,0,0,0.75);
	    box-shadow: 0px 0px 60px 4px rgba(0,0,0,0.75);
    }

    div.slider-links {
        width: 220px;
        margin: auto;
        height: 300px;
    }

    div.slider-links div.flex-viewport {
        width: 220px;
        height: 300px;
    }

    div.slider-links .flexslider .slides li {
        width: 220px !important;
        text-align: center;
    }

    div.slider-links .flex-direction-nav a {
        top: 70% !important;
    }
}

@media(min-width: 650px) {
	section#home-aboutus .flex-viewport {
		width: 460px !important;
		margin: auto;
	}

    div.slider-links {
        width: 440px;
    }

    div.slider-links div.flex-viewport {
        width: 440px;
    }
}

@media(min-width: 850px) {
	section.banner-pages div#video-banner {
		display: block;
	}

    div.slider-links {
        width: 660px;
    }

    div.slider-links div.flex-viewport {
        width: 660px;
    }
}

@media(min-width: 997px) {
	section.banner-pages div#video-banner {
		display: block;
		margin-top: -150px;
	}
    
    section#home-services section#home-block {
        filter: grayscale(0.5);
    }

    section#home-services section#home-block:hover {
        filter: grayscale(0);
    }

    div.slider-links {
        width: 880px;
    }

    div.slider-links div.flex-viewport {
        width: 880px;
    }
}

@media(min-width: 1115px) {
    section#home-services section#home-block {
        margin: 0px 25px;
    }
}

/******************************************************************************************************************/
/****ERROR 404*****************************************************************************************************/

@media(min-width: 0px) {
    section.error-404 {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    section.error-404 h1 {
        color: #C00000;
        padding-bottom: 25px;
        text-align: center;
    }

    section.error-404 p {
        color: #404040;
        padding: 0px 5% 25px 5%;
        width: 60%;
            margin: auto;
            text-align: center;
    }

    div.error-404-search {
        width: 95%;
        padding-bottom: 25px;
        margin: auto;
    }

    div.error-404-search span.screen-reader-text {
        display: none;
    }

    div.error-404-search input.search-field {
        width: 200px;
        padding: 8px;
        margin: 10px 10px 20px;
    }

    div.error-404-search input.search-submit {
        border: 2px solid;
        border-color: white;
        border-radius: 0px;
        background: none;
        box-shadow: none;
        line-height: 1;
        padding: 8px 11px;
        text-shadow: none;
        color: white;
        font-family: "calibri", Helvetica, Verdana;
        font-size: 17px;
        width: 114px;
    }

    div.error-404-search input.search-submit:hover {
        background: white;
        color: #4B7DC6;
    }

}

/******************************************************************************************************************/
/***********PAGINAS COMPLETAS**************************************************************************************/

@media(min-width: 0px) {
    
    section.page-page {
        width: 100%;
    }

    section.page-content {
    	padding: 70px 0px;
    	background: url("img/fondos/fondo4.jpg");
    	background-size: 100%; 
    }

    section.page-content p {
    	font-size: 15px;
    	text-align: justify;
    }

    section.page-content pre {
    	padding: 10px 0px;
    	width: 100%;
    	font-family: "corbel";
    }

    section.page-content blockquote {
    	background: #e2e2e2;
    	margin: 15px 0px;
    	padding: 0px 10px;
    }

    section.page-content blockquote p {
    	font-size: 15px;
    	font-style: italic;
    }

    section.page-content figure.alignnone, 
	section.page-content figure.aligncenter,
	section.page-content figure.alignleft,
	section.page-content figure.alignright,
    section.page-content figure.size-full {
	    margin: 15px 0px;
	    width: 100% !important;
	}

    section.page-content img.alignnone, 
	section.page-content img.aligncenter,
	section.page-content img.alignleft,
	section.page-content img.alignright,
    section.page-content img.size-full {
	    margin: 15px 0px;
	    width: 100%;
	}

	section.page-content div.wp-video {
		width: 100% !important;
		margin: 15px 0px;
	}

	section.page-content ul {
        margin: 9px 0px;
    }

    section.page-content li {
        text-align: left;
	    list-style: square;
	    margin-left: 20px;
	    width: 93%;
	    margin-top: 9px;
	    margin-bottom: 9px;
    }

    section.page-content ol {
        margin: 9px 0px;
    }

    section.page-content ol li {
        list-style: decimal;
    }

	/**********************************************************/

	section.page-content .block-about {
	    width: 100%;
	    max-width: 250px;
	    display: inline-block;
	    vertical-align: top;
	    background: #2775b3;
	    padding: 15px;
	    margin: 10px;
	    color: white;
	    min-height: 122px;
	}

	/***************************************************/

	section.page-content div.valores {
    	padding: 25px 0px;
	}

	section.page-content div.valores div {
	    width: 100%;
	    max-width: 200px;
	    background: blue;
	    display: inline-block;
	    vertical-align: bottom;
	    padding: 20px;
	    color: white;
	    font-weight: 100;
	    font-size: 30px;
	    font-family: "corbel";
	    margin: 6px;
	    position: relative;
	}

	section.page-content div.valores div.val1 {
		background: #2196f3;
	}

	section.page-content div.valores div.val2 {
		background: #ff9800;
	}

	section.page-content div.valores div.val3 {
		background: #009688;
	}

	section.page-content div.valores div img {
	    width: 64px;
	    display: block;
	    margin: auto;
	    margin-bottom: 20px;
	    margin-top: 20px;
	}

}

@media(min-width: 650px) {

	section.page-content figure.alignnone {
		width: 100% !important;
		margin: 15px 0px;
    }

	section.page-content figure.aligncenter {
		clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
	}

	section.page-content figure.alignleft {
		display: inline;
        float: left;
        margin: 15px 15px 15px 0px;
        width: 50% !important;
	}

	section.page-content figure.alignright {
		display: inline;
        float: right;
        margin: 15px 0px 15px 15px;
        width: 50% !important;
	}

    section.page-content figure.size-full {
        width: 100% !important;
    }

    section.page-content img.alignnone {
		width: 100%;
		margin: 15px 0px;
    }

	section.page-content img.aligncenter {
		clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
	}

	section.page-content img.alignleft {
		display: inline;
        float: left;
        margin: 15px 15px 15px 0px;
        width: 50%;
	}

	section.page-content img.alignright {
		display: inline;
        float: right;
        margin: 15px 0px 15px 15px;
        width: 50%;
	}

    section.page-content img.size-full {
        width: 100%;
    }

    /***********************************/

    section.page-content div.valores div {
	    width: 100%;
	    max-width: 148px;
	    display: inline-block;
	    vertical-align: bottom;
	    padding: 20px;
	    color: white;
	    font-weight: 100;
	    font-size: 30px;
	    font-family: "corbel";
	}

	section.page-content div.valores div img {
		margin: 0px;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}

	section.page-content div.valores div.val1 {
	    height: 100px;
	}
	section.page-content div.valores div.val1 span {
	    display: block;
    	margin-top: 70px;
	}

	section.page-content div.valores div.val2 {
	    height: 150px;
	}
	section.page-content div.valores div.val2 span {
	    display: block;
    	margin-top: 120px;
	}
	section.page-content div.valores div.val2 img {
		top: 70px;
	}

	section.page-content div.valores div.val3 {
	    height: 200px;
	}
	section.page-content div.valores div.val3 span {
	    display: block;
    	margin-top: 170px;
	}
	section.page-content div.valores div.val3 img {
		top: 120px;
	}

}

@media(min-width: 997px) {

}

/******************************************************************************************************************/
/*********** PAGINAS DE BUSQUEDA Y ARCHIVOS ***********************************************************************/

@media(min-width: 0px) {

	section.search-page,
	section.archive-page  {
		padding: 70px 0px;
	    background: url(img/fondos/fondo3.png) #e0e0e0;
	    background-size: 100%;
	}

    article.group-posts {
	    display: inline-block;
	    vertical-align: top;
	    padding: 20px 15px 30px 15px;
	    margin: auto;
	    text-align: center;
	    width: 250px;
	    position: relative;
    }
 	
 	article.group-posts div.home-icon img {
    	width: 40px;
    	margin-top: 35px;
    }

    article.group-posts section#home-block div.home-icon {
		background: url(img/fondos/rombo-icons.png);
        background-size: 140px;
        background-position: 55px 4px;
        background-repeat: no-repeat;
        position: relative;
        z-index: 100;
        height: 116px;
        display: block;
        margin-bottom: -60px;
	}

    article.group-posts div.home-img {
        height: 145px;
    }
    
    article.group-posts div.home-title {
	    background: #943634;
	    font-size: 18px;
	    font-family: "corbel";
	    padding: 12px 0px;
	    color: white;
	}

	article.group-posts div.home-content {
    	background: white;
    	padding: 15px;
        min-height: 125px;
    }

    article.group-posts p.resume {
	    font-size: 14px;
	    line-height: 18px;
	}

	article.group-posts a {
	    width: 100%;
	    display: block;
	    padding: 11px 0px;
	    background: #aa3f3c;
	    color: white;
	    cursor: pointer;
	}

	article.group-posts a:hover {
		background: #943634;
	}

}

@media(min-width: 650px) {

}

@media(min-width: 997px) {
	article.group-posts {
        filter: grayscale(0.5);
    }

    article.group-posts:hover {
        filter: grayscale(0);
    }
}
