/*
Theme Name: Domoelectra
Theme URI: https://www.giga4.es
Author: Joan L. Díaz @ GIGA4
Author URI: https://www.giga4.es
Description: Theme oficial de Domoelectra
Version: 5.2.1
Text Domain: domoelectra_
Tags:
*/

/*--------------------------------------------------------------
                            WEBFONTS
--------------------------------------------------------------*/

body {-webkit-font-smoothing: antialiased;}

@font-face {
            font-family: DomoFont;
            src: url("../images/Intro-Black-Caps.svg");
            src: url("../fonts/Intro-Black-Caps.woff");
            src: url("../fonts/Intro-Black-Caps.otf");
            src: url("../fonts/Intro-Black-Caps.ttf");
            font-weight: 800;
}
            
@font-face {
            font-family: DomoFont;
            src: url("../images/Intro-Bold-Caps.svg");
            src: url("../fonts/Intro-Bold-Caps.woff");
            src: url("../fonts/Intro-Bold-Caps.otf");
            src: url("../fonts/Intro-Bold-Caps.ttf");
            font-weight: 600;
}
            
@font-face {
            font-family: DomoFont;
            src: url("../images/Intro-Regular-Caps.svg");
            src: url("../fonts/Intro-Regular-Caps.woff");
            src: url("../fonts/Intro-Regular-Caps.otf");
            src: url("../fonts/Intro-Regular-Caps.ttf");
            font-weight: 300;
}
        
@font-face {
            font-family: DomoFont;
            src: url("../images/Intro-Book-Caps.svg");
            src: url("../fonts/Intro-Book-Caps.woff");
            src: url("../fonts/Intro-Book-Caps.otf");
            src: url("../fonts/Intro-Book-Caps.ttf");
            font-weight: 100;
}

@font-face {
            font-family: DomoFont;
            src: url("../images/Intro-Book-Caps.svg");
            src: url("../fonts/Intro-Book-Caps.woff");
            src: url("../fonts/Intro-Book-Caps.otf");
            src: url("../fonts/Intro-Book-Caps.ttf");
            font-weight: 100;
}

/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
        color: #fff;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
select{
	background-color: #2f5f90;
	color: white;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
    text-align: center;
}

.main-navigation li {
	display: inline-block;
	/*position: relative;*/
	float:none;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	/*float: left;*/
	position: absolute;
	top: 3em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	/*left: auto;*/
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    color: white;
    font-family: 'DomoFont', Verdana, sans-serif;
    line-height: 1.4;
    padding-left: 30%;
    padding-right: 30%;
}

.menu-toggle, .menu-toggle:focus, .menu-toggle:hover { 	
	background: none;
    border: none;
    box-shadow: none;
    text-shadow: none; }

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
    	display: inline-block;
	}
	
	#bono{
		width: 5px;
	}
	


	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 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:hover,
.screen-reader-text:active,
.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: 1.4rem;
	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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 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;
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}


/* 20.0 Individual elements */

#masthead, #content, #colophon { margin: 0 auto;  }

#content { width:100%; }
/*#content { width:1100px; padding-left: 2.5%; padding-right: 2.5%; } */

body.single #primary { width:75%; float: left; }
body.single #secondary, body.blog #secondary { width:27%; float: left; background: #F2F2F2; padding-left: 2.5%; padding-right: 3%;}
body.single #secondary .widget{margin: 0 0 40px;}

body.single.single-list #primary { width: 100%; }

.pagination { background: none; }
.pagination a { color: white; text-decoration: none; transition: ease 0.2s;}
.pagination a:hover { color: #d9d9d9;}
.pagination {color: white; font-family: 'DomoFont', Verdana, sans-serif; text-align: center; font-size: 21px; margin-top: 28px;}
.pagination .current{color: #fee122;}
.pagination .page-numbers{padding: 0px 7px;font-weight: 600; margin-bottom: 15px; display: inline-block; }
.pagination .dots{ font-size: 10px;}
.pagination .next,
.pagination .prev{border: 1px solid white;font-size: 14px;padding: 5px 14px;padding-top: 8px;}
.pagination .prev{margin-right: 12px;}.pagination .next{margin-left: 12px;}

.block-3-2-l { width:65%; margin-right: 1.5%; float: left; }
.block-3-1-r { width:32%; margin-left: 1.5%; float: right; }

.block-3-2-r { width:65%; margin-left: 1.5%; float: right; }
.block-3-1-l { width:32%; margin-right: 1.5%; float: left; }

.contact-form input[type=email], .contact-form input[type=text], .contact-form textarea { max-width:100%!important; width:100% !important; }
.contact-submit { text-align: right; }
.contact-submit input[type="submit"], .contact-submit input[type="submit"]:hover { background: #91127b; border-color: transparent;
border: none;
border-radius: 0;
text-shadow: none;
color: white;
padding: 1.4% 2.5%;
font-size: 14px;
box-shadow: 2px 2px 5px #AAA;
}
.contact-submit input[type="submit"]:hover { opacity:0.8; }

.list-2-0, .list-2-1 { width:46%; clear:none; float: left; }
.list-2-0 { margin-left: 0; margin-right: 2%; clear:left; }
.list-2-1 { margin-right: 0; margin-left: 2%; }

.list-excerpt li .thumb {
    /*max-width: 100%;
    overflow: hidden;
    height: 189px !important;
    border: 1px solid rgb(178, 176, 176);*/
    width: 100%;
    height: 189px;
    max-height: 189px;
    overflow: hidden;
    position: relative;
}

/*--------------------------------------------------------------
                        Header
--------------------------------------------------------------*/

#preheader {
    background: #005db9;
    border-bottom: 1px solid rgb(2, 80, 155);
    color: white;
    width: 97%;
    margin: 0 auto;
    display: block;
    /*height: 43px;*/
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
}

#preheader .preheader-wrapper{max-width: 1400px; margin: 0 auto;}
#preheader .contactos .whatsapp{margin-left: 25px;}

#preheader .contactos { display: inline-block;width: 75%; }
#preheader .searchblock{ display: inline-block;width: 25%;}

#preheader .contactos{float:left; padding-bottom: 13px;}
#preheader .searchblock{float:right; padding-bottom: 13px; }

#preheader .contactos div a{color: white; text-decoration: none;}
#preheader .contactos div{
    display: inline-block;
    padding: 13px 0 0px;
    line-height: 18px;
    color: white;
    font-size: 13px;
    text-align: left;
}

#preheader .searchblock form{text-align: right;margin-top: 5px;}
#preheader .searchblock .search-field{    
    background: none;
    border: 0px;
    border-bottom: 1px dotted #ffffff;
    border-radius: 0px;
    color: white;
    font-size: 13px;
    width: 70%;
}

#preheader .searchblock .search-submit{
    background-image: url('../images/busquedalupa2.png');
    background-color: transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    text-indent: -9999999px !important;
    border: none !important;
    width: 17px !important;
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: 3px;
    padding: 0px;
}

#preheader .searchblock .search-submit:hover{background-position: bottom;}

#preheader .searchblock .search-field::-webkit-input-placeholder,
#preheader .searchblock .search-field:-moz-placeholder,
#preheader .searchblock .search-field::-moz-placeholder,
#preheader .searchblock .search-field:-ms-input-placeholder{color: #ffffff;}

@media screen and (max-width:767px){
#preheader .contactos { width:100%; text-align:center; float:none; }
#preheader .searchblock { display:none; }
}
@media screen and (max-width:480px){ 
#preheader { display:none; }
}

body {font-family: 'Roboto', Helvetica, Arial, sans-serif; background: #1571cd;}
#masthead { background: #005db9; color:white; }


#masthead .site-title a{
    /*background: url('img/mainlogo.png') 0 0 no-repeat;*/
    display: block;
    height: auto;
    margin: 0 auto;
    /*text-indent: -9999px;*/
    margin-top: 25px;
    /*background-size: contain;*/
    width: 80%;
    max-width: 470px;
}

#masthead .site-description {
    font-family: 'DomoFont', Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    font-size: 17px;
    margin-top: 18px;
}

/*--------------------------------------------------------------
                    Menú Principal
--------------------------------------------------------------*/

#site-navigation {
    background-color: #03539f;
    padding: 0px 0px;
    margin-top: 30px;
    text-align: center;
}

#site-navigation li{
    color:white;
    font-family: 'DomoFont', Verdana, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 0px;
    font-size: 18px;
    padding: 15px;
}

#site-navigation li a{
    color:white;
    display: inline-block;
}
#site-navigation li > ul li:hover { 
	background-color: #003C76;
}
#site-navigation li > ul li:hover a { color: whitesmoke; }

#site-navigation #menu-item-1752 a{color: #fee122;font-weight: 600;}

#site-navigation #menu-menu-principal > li:before{
    display: inline-block;
    content: ' ';
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 12px; 
    transition: fadein 2.1s;
    background-image: url('../images/iconsmenu.png');
    background-position-y: 0px;
}

#site-navigation #menu-menu-principal > li#menu-item-1745:before{background-position-x: 0px;}
#site-navigation #menu-menu-principal > li#menu-item-10299:before{background-position-x: -52px;}
#site-navigation #menu-menu-principal > li#menu-item-1750:before{background-position-x: -25px;}
#site-navigation #menu-menu-principal > li#menu-item-1749:before{background-position-x: -77px;}
#site-navigation #menu-menu-principal > li#menu-item-1751:before{background-position-x: -103px;}
#site-navigation #menu-menu-principal > li#menu-item-1752:before{background-position-x: -129px;}

body.post-type-archive-servicios #site-navigation #menu-menu-principal > li#menu-item-1736,
body.single-post #site-navigation #menu-menu-principal > li#menu-item-1749,
body.single-domoconsejos #menu-item-1750{background: #004181;}

#site-navigation #menu-menu-principal > li:hover:before,
body.single-domoconsejos #site-navigation #menu-menu-principal > li#menu-item-1750:before,
body.single-post #site-navigation #menu-menu-principal > li#menu-item-1749:before,
body.post-type-archive-servicios #site-navigation #menu-menu-principal > li#menu-item-1736:before,
#site-navigation #menu-menu-principal > li.current-menu-item:before,
#site-navigation #menu-menu-principal > li.current-menu-parent:before{
    background-position-y: -26px !important;
}

#site-navigation #menu-menu-principal > li:hover,
#site-navigation .sub-menu{
    background: #00478B;
}

#site-navigation #menu-menu-principal > li.current-menu-item,
#site-navigation #menu-menu-principal > li.current-menu-parent{
    background: #004181;
}

#site-navigation li li:nth-child(5n+1) { clear: left; }


/*--------------------------------------------------------------
                        Footer
--------------------------------------------------------------*/
#colophon {
    background: #0056A6;
    color: #eaeaea;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
body.page-template-template-home #colophon { margin-top: 0; }

#colophon #contactos{margin-bottom: 15px !important;}
#colophon #address {color: #dddddd;font-size: 13px;text-align: center;margin-bottom: 15px;}

#colophon #contactos{text-align: center; margin: 0 0;}
#colophon #contactos li{display:inline; font-size: 13px; padding: 0 0 0 15px;}
#colophon #contactos li a{color: #eaeaea; text-decoration: none; transition: ease 0.2s;}
#colophon #contactos li a:hover{color: #fff;}

#colophon #contactos li:before,
#preheader .contactos div:before{
    width: 15px;
    height: 15px;
    content: ' ';
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

#colophon #contactos li.tel:before,
#preheader .contactos .tel:before{background-image: url('../images/icontelefon.png');}
#colophon #contactos li.mail:before{background-image: url('../images/iconmail.png');width:20px;}
#colophon #contactos li.whatsapp:before,
#preheader .contactos .whatsapp:before{background-image: url('../images/iconwhatsapp.png');height: 17px;width: 17px;}


#colophon .menu-footer-menu-container ul{text-align: center; margin: 0 0;}
#colophon .menu-footer-menu-container li{display:inline; font-size: 13px; padding: 0 0 0 15px;}
#colophon .menu-footer-menu-container li:first-child {padding: 0 0 0 0;}
#colophon .menu-footer-menu-container li a{color: #eaeaea; text-decoration: none; transition: ease 0.2s; font-weight: bold;}
#colophon .menu-footer-menu-container li a:hover{color: #fff;}


#colophon #byG4{
  display: block;
  text-align: center;
  font-size: 12px;
  color: #E7E7E7;
  margin-bottom: 17px;
}

#colophon #byG4 a{color: #eaeaea; transition: ease 0.2s; text-decoration: none;}
#colophon #byG4:hover a{color: #fff; text-decoration: underline;}

#colophon #byG4 .logo{
  background:url('../images/minilogoG4ex.png');
  display: inline-block;
  width: 43px;
  height: 14px;
  margin-right: 8px;
  margin-top: 0px;
  vertical-align: text-bottom;
}

/* ANIMACION LOGO FOOTER */

#colophon .footerlogo {height: 93px;width: 90px;margin: 0 auto;margin-top: 25px;margin-bottom: 20px;}

#colophon .domologo {display: inline-block;}
@media screen and (min-width: 768px) {
  #footer .domologo { margin-left: -25px; }
}

#colophon .domologo img {
    transition: ease 0.5s;
    -webkit-transition: all 0.5s ease;
    width: 90px;
    height: 90px;
    margin: 0; 
}

#colophon:hover .domologo img {
    width: 80px;
    height: 80px;
    margin: 5px;
}

#colophon .domologo:before{
    display: inline-block;
    content: " ";
    position: absolute;
    width: 192px;
    height: 70px;
    margin-left: -90px;
    margin-right: 0;
    margin-top: 5px;
    background:url('../images/wordmarkfooter1.png');
    opacity: 0.0;
    transition: opacity 0.4s 0.5s, margin-left 0.3s 0.4s;
}

#colophon:hover .domologo:before{
    margin-left: -186px;
    opacity: 1.0;
}

#colophon .domologo:after{
    display: inline-block;
    content: " ";
    position: absolute;
    width: 268px;
    height: 70px;
    margin-left: -70px;
    margin-right: 0;
    margin-top: 5px;
    background:url('../images/wordmarkfooter2.png');
    opacity: 0.0;
    transition: opacity 0.4s 0.5s, margin-left 0.3s 0.4s;
}

#colophon:hover .domologo:after{
    margin-left: -3px;
    opacity: 1.0;
}

@media (max-width: 767px) {
  #footer .domologo:after, #footer .domologo:before{ display: none; }
}

h1, h2, h3, h4, h5, h6 {font-family: 'DomoFont', Verdana, sans-serif; text-transform: uppercase;}

/*--------------------------------------------------------------
                            Home
--------------------------------------------------------------*/

.button{
    display: inline-block;
    color: white !important;
    font-family: 'DomoFont', Verdana, sans-serif;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    padding: 8px 11px 5px 11px;
    margin: 20px 0px 0px 0px;
    transition: ease 0.3s;
}

.button:hover{color: #fee122 !important;}

/* Slider */

.colhome.par{background: #1065BB;}

.col0-home {
    width: 100%;
    left: 0;
    float: left;
    margin-bottom: 35px;
    /*margin-top: 35px;*/
    padding: 30px 0px;
}

.page-template-template-home #content { margin-top: 0!important; }

.col0-home .superwrapper-slider {max-width: 1472px; margin: 0 auto;}
/*.rsMainSlideImage{margin-left: 0px !important;}*/
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs{    background: #1065BB !important;}

.royalSlider{width:55%; }

/*.rsImg {width: 100% !important;}*/
.royalSlider .rsGCaption{padding: 20px 30px;}

.royalSlider .rsGCaption,
.royalSlider .rsDefault .rsBullets
{position: relative;}

.rsOverflow{border: 3px solid white;}

.rsOverflow,
.rsDefault .rsBullets,
.royalSlider .rsGCaption{ float:left !important; }

.royalSlider .rsGCaption {
    position: absolute;
    right: -78.6%;
    top: 0;
    width: 78.6%;
    height: 100%;

    float: none!important;
    bottom: auto!important;
    left: auto!important;
}

.royalSlider .rsGCaption .rsCaption{display: table-cell; vertical-align: middle;}
.rsDefault .rsBullets{line-height: initial;}
.rsDefault .rsGCaption {bottom: 0; left: 0;background: none;}


.royalSlider .rsCaption .title {
    font-family: 'DomoFont', Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    width: 85%;
}
.royalSlider .rsCaption .title:after{
    content: ' ';
    width: 50%;
    height: 5px;
    background: #fee122;
    display: block;
    margin: 25px 0px 25px 0px;
}
.royalSlider .rsCaption .excerpt{
    font-size: 13px;
    width: 95%;
}
.royalSlider .rsCaption .button{
    padding: 8px 50px 5px 50px;
}

.rsDefault .rsBullets {
    background: none !important;
    bottom: 12px; 
    height: 24px; 
}
.rsDefault .rsBullet { padding-left: 9px; padding-right: 9px; }
.rsDefault .rsBullet, .rsDefault .rsBullet span { width: 12px; height: 12px; }



/* Columnas */

.wrappercol1{max-width: 1500px;margin: 0 auto;}

.col1-home-h2 {color: white; text-align: center; font-size: 28px; font-weight: 600;margin-bottom: 35px;display: block;}
/*.col1-home-h2:before {background: url('img/happyicon.png'); width:50px; height:50px; content:' ';display: block;margin: 0 auto;}*/

.col1-home {width: 100%;left: 0;float: left;margin: 0 auto;padding: 50px 0px; margin-bottom: 35px;}

.col1-home ul{margin: 0 auto; text-align: center; color: white; font-size: 14px;}
.col1-home ul h3{color: #fee122;font-size: 19px;font-weight: 600;margin-bottom: 10px;}
.col1-home ul li{width:33%; display: inline-block;padding: 0px 6%;}
.col1-home ul li:before{margin-bottom: 15px !important;}

.col1-home ul li.autorizados:before{background: url('../images/autorizadosicon.png'); width:50px; height:50px; content:' ';display: block;margin: 0 auto;}
.col1-home ul li.dospuntocero:before{background: url('../images/dospuntoceroicon.png'); width:50px; height:50px; content:' ';display: block;margin: 0 auto;}
.col1-home ul li.comunidad:before{background: url('../images/comunidadicon.png'); width:50px; height:50px; content:' ';display: block;margin: 0 auto;}
.col1-home a.button {width: 100%;margin-top: 25px;}

.col2-home {padding: 0 0%; margin: 0 auto; padding-bottom: 35px;max-width: 1500px;}
.col2-home-wrapper{margin-top: 35px;}
.col2-home .post-wrapper{
    background: #F2F2F2;
    width: 31%;
    display: block;
    float: left;
    margin: 1%;
    padding: 25px 25px;
    text-decoration: none;
    box-shadow: 0px 0px 0px #333;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}

.col2-home .post-wrapper .hentry {margin: 0 0 !important;}

.col2-home .post-wrapper h2 {
    color: #383838;
    text-align: center;
    margin: 12px 0px;
    font-weight: 600;
    letter-spacing: -0.6px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
}
.col2-home .post-wrapper h2 a{color: #383838; text-decoration: none;}
.col2-home .post-wrapper .fecha{
    text-align: center;
    font-size: 15px;
    font-family: 'DomoFont', sans-serif;
    color: #ABABAB;
    font-weight: 600;
    margin-top: 5px;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.col2-home .post-wrapper .el_excerpt{
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #424242;
}

.col2-home .post-wrapper .imagen{width: 100%;height: 200px;overflow: hidden;position: relative;}
.col2-home .post-wrapper .imagen img {
    height: auto;
    width: 364px;
    max-height: 50000%;
    position: absolute;
    -webkit-transition: margin-top 300ms ease;
    -moz-transition: margin-top 300ms ease;
    -o-transition: margin-top 300ms ease;
    transition: margin-top 300ms ease;
    opacity: 0;
    max-width:5000%;
}

.superwrapper-slider .rsImgwrap{width: 100%;height: 400px;overflow: hidden;position: relative;}
.superwrapper-slider .rsImgwrap img {
    height: auto;
    width: 364px;
    max-height: 50000%;
    position: absolute;
    -webkit-transition: margin-top 300ms ease;
    -moz-transition: margin-top 300ms ease;
    -o-transition: margin-top 300ms ease;
    transition: margin-top 300ms ease;
    opacity: 0;
    max-width:5000%;
}

.col2-home .post-wrapper .post-wrapper-a .imagen:after{
	content:"";
	display:block;
	width: 100%;
	height: 100%;
	/* z-index: 9999; */
	position: absolute;
    background-position: 49% 66px;
    background-repeat: no-repeat;
    background-image: url('../images/leermasicon.png');
    background-size: 50px;
    opacity: 0;
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
  /*  animation-name: bombeofondo;
    animation-iteration-count: infinite;
    animation-duration: 2.0s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:both;
    animation-direction: alternate;*/
}
/*
@keyframes bombeofondo {
    0% {background-size: 10%;}
    100% {background-size: 13%;}
}
*/
.col2-home .post-wrapper:hover {box-shadow: 1px 1px 20px #333;}

.col2-home .post-wrapper .post-wrapper-a .imagen:after{padding-top: 20%;}
.col2-home .post-wrapper .post-wrapper-a:hover .imagen:after{	
    background-color: rgba(254, 225, 34, 0.8);
    opacity: 1;
    content: 'Leer más »';
    text-align: center;
    padding-top: 108px;
    font-size: 16px;
    font-family: 'DomoFont', sans-serif;
    color: white;
    font-weight: 600;
}

.col2-home .post-wrapper .post-wrapper-a:hover .imagen img{-webkit-filter: blur(4px); -moz-filter: blur(4px); -o-filter: blur(4px); -ms-filter: blur(4px); filter: blur(4px);}
.col2-home .post-wrapper .imagen.img-vacia{}
.col2-home a.post-wrapper-a{display:block; text-decoration: none;cursor: pointer;}
.col2-home .morepostsblog{width:100%; text-align: center;margin-top: 14px;}

.col3-home { clear:left; }
.col3-home-h2 {
    color: white;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    max-width: 1500px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
}
.col3-home-h2:before{
    display: inline-block;
    margin: 0 auto;
    margin-right: 12px;
    /* background-size: 35px; */
    width: 50px;
    height: 50px;
    content: ' ';
    vertical-align: middle;
    background: url('../images/consejoiconogrande.png');
}


.domoconsejo-block{padding: 0 5%;width:100%;margin-bottom: 60px;}
.domoconsejo-block .wrapper{max-width: 1500px; /*display: table;*/ padding: 0px 1%;margin: 0 auto;width:100%;}
.domoconsejo-block .uno,.domoconsejo-block .dos{ /*display: table-cell;vertical-align: middle;*/ }

.subtitle-col3-home {color: white; text-align: center;margin-bottom: 32px;}

.domoconsejo-block .uno{width: 25%;}
.domoconsejo-block .dos{width: 100%;}

.domoconsejo-block #titleblock{
    font-family: 'DomoFont', Verdana, sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 41px;
    line-height: 53px;
    text-align: center;
    font-weight: 800;
    letter-spacing: -1.1px;
}

.domoconsejo-block #wrapper-consejos{
    float: left;
    width: 100%;
    background: #fee122;
    margin-left: 0;
}
/*
.domoconsejo-block #wrapper-consejos:before{
    display: block;
    position: absolute;
    content: ' ';
    width: 81px;
    height: 28px;
    margin-left: -71px;
    margin-top: 11px;
    background: url('img/rayobocadillo_horiz.png');
}
*/
.domoconsejo-block .bx-wrapper{
	/*max-width:300px!important;*/
    padding: 8px 30px;
}

.domoconsejo-block .bx-viewport { 
	background: none;
	font-family: 'DomoFont', Verdana, sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	border:none; 
	color: #383838;
	text-align: center;
    font-weight: 600 !important;
	letter-spacing: -0.6px;
	box-shadow:none;
	left:0px; 
}

.domoconsejo-block .bx-viewport a {
    display: inline-block;
    color: #383838;
    font-size: 21px;
    margin-top: 2px;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
}
.domoconsejo-block .bx-viewport {height: 30px !important;}

.col4-home{padding: 60px 0px;}

.col4-home ul{
    margin: 0 auto;
    text-align: center;
    padding: 0px 0%;
    color: white;
    font-size: 14px;
    width: 100%;
    max-width: 1400px;
}

.col4-home ul > li{display:inline-block;padding:0 4%}

.col4-home .wrapperdesc{
    color: white;
    text-align: center;
    display: block;
    font-size: 15px;
    margin: 0 auto;
    max-width: 1400px;
    line-height: 28px;
    /* border-top: 1px solid white; */
    /* border-bottom: 1px solid white; */
    /* padding: 15px 0; */
    padding-bottom: 25px;
}

.col4-home .wrapperdesc span{display:block;}

.col4-home-h2 {color: white; text-align: center; font-size: 28px; font-weight: 600;margin-bottom: 15px;margin-top: 10px;display: block;}

.col4-home-h2:before{
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
    width: 50px;
    height: 50px;
    content: ' ';
    vertical-align: middle;
    background: url('../images/titleiconocertificados.png');
}

.col-banners-home .widget{
    background: none !important;
    display: inline-block;
}

.col-banners-home .wrapper-banners{
    color: white;
    text-align: center;
    display: block;
    font-size: 15px;
    margin: 0 auto;
    max-width: 1400px;
    line-height: 28px;
    padding: 60px 0px;
}

.col-banners-home .widget_sp_image{
    width: 40%;
    margin: 0 5%;
    overflow: hidden;
    vertical-align: middle;
    padding: 0px;
}

.col-banners-home .widget_sp_image img{border: 1px solid white;}
/*--------------------------------------------------------------
                          Single
--------------------------------------------------------------*/

body.single #content{
    padding: 3% 0%;
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 55px;
    background: #f2f2f2;
}
body.single #primary,
body.single-domoconsejos #primary{
    background: #F2F2F2;
    width:73%;
    padding: 0% 3%;
    padding-right: 2.5%;
    /*margin: 3% 0%;*/
    border-right: 1px dotted #A0A0A0;
}

.entry-header .byline{display: none;}

.wrapper-thumbnail img {width:100%;}

.hentry .entry-title {
    font-family: 'DomoFont', Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 33px;
    width: 96%;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 5px;
}

.posted-on:before,
.post-wrapper .fecha time:before{
    display: inline-block;
    width:15px;
    height:15px;
    content:' ';
    background: url('../images/iconcalendar.png');
    vertical-align: middle;
    margin-right: 6px;
}

.post-wrapper .fecha time:before{vertical-align: text-bottom;}

.hentry .entry-meta,
.hentry .entry-meta a {
    text-align: center;
    font-size: 13px;
    font-family: 'DomoFont', sans-serif;
    color: #888;
    text-decoration: none;
    font-weight: 300;
}
.hentry .entry-meta{
    width: 93%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 10px;
}

.hentry .entry-content{
    width: 93%;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.2px;
    line-height: 25px;
    /* margin-top: 30px; */
    color: #696969;
}

.hentry .entry-content h1{
    margin-bottom: 18px;
    color: #0056A6;
    font-size: 26px;
    font-weight: 600 !important;
}

.hentry .entry-content h2{
    margin-bottom: 18px;
    color: #0056A6;
    font-size: 21px;
    font-weight: 600 !important;
}

body.single article.hentry .entry-content h2{color: #0056A6 !important;text-align: left !important;} /*FIX FORMATO ANTIGUO */

.hentry .entry-content h2 span{color: #0056A6 !important;}

.hentry .entry-content h2 strong{font-weight: 600 !important;}

.hentry .entry-content p {margin-bottom: 30px;}

.hentry .entry-content .matasello img{margin: 0;}
.matasello > div{width:24px;}
.matasello{
    display: table;
    white-space: nowrap;
    border-bottom: none !important;
    width: 95%;
    margin: 0 auto;
}
.matasello:before {
    background: linear-gradient(to bottom, #B1B1B1, #B1B1B1) no-repeat left center / 97% 1px;
    content: "";
    display: table-cell;
    width: 50%;
}
.matasello:after {
    background: linear-gradient(to bottom, #B1B1B1, #B1B1B1) no-repeat right center / 97% 1px;
    content: "";
    display: table-cell;
    width: 50%;
}

.hentry .entry-content a{color: #0056A6;text-decoration: none;border-bottom: 1px dotted;padding-bottom: 0px;}

.gallery-item a { border-bottom:none!important; }


.hentry .entry-content img.alignleft{margin: 15px 1.5em; margin-left: 0;}
.hentry .entry-content img.alignright{margin: 15px 1.5em; margin-right: 0;}
.hentry .entry-content img.alignright{margin: 15px 1.5em; margin-right: 0;}
.hentry .entry-content img{margin: 15px 1.5em;}
.hentry .entry-content img.aligncenter { margin-left:auto; margin-right:auto; }

.entry-content .embed-youtube{text-align: center;display: block;margin: 1.1em 0;}
.hentry .entry-content > .ssba{margin-bottom: 26px;margin-top: 14px;}

.ssba, .ssba a {
    text-decoration: none;
    background: none;
    font-size: 20px;
    border: none !important;
}
.ssba img{vertical-align: middle !important;margin: 0 0 !important;}
.ssba, .ssbaa{text-align:center;}
.ssba>div{text-align:center!important}
.ssba_sharecount{margin-right:15px;margin-left:2px}
.ssba_sharecount:before{
    border-color:rgba(63,179,102,0);
    border-right-color:#43b6e5;
    border-width:6px;top:50%;
    margin-top:-6px
}
.ssba_sharecount{
    padding:5px 11px !important;
    padding-bottom:4px !important;
    /*vertical-align:super!important*/
}
.social-header-wrap{float:right;}
.social-header-wrap>div{display:inline-block;margin-left:22px;margin-bottom:0px}
.social-header-wrap>div:first-child{margin-left:0px}

/* RELATED PRODUCTOS - DEFINITIVO? */

.wrapper-productos{background-color: #E6E6E6;list-style: none;margin: 0;text-align: center;margin-bottom: 50px;}
.producto{display:inline-block;width: 17%;margin: 30px 3%;vertical-align: top;}
.producto img{border:1px solid #C1C1C1;}

@media screen and (max-width:640px){
	.producto { width: 34%; }
}

@media screen and (max-width:400px){
	.producto { width: 68%; }
}

.producto h3{
    padding-bottom: 15px;
    padding-top: 7px;
    margin-top: 3px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #3a3939;
    font-weight: 300;
}

.producto .wrapperbotones{
    /*height: 35px;*/
    text-align:center;
}
.producto .precio,
.producto .verproducto{
    /*width: 50%;*/
    /*float: left;*/
    font-family: DomoFont,Arial,sans-serif!important;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.5px;
    display: inline-block;
    height: 30px;
}

.producto .precio { margin-bottom:5px; margin-top:5px; }

.producto .precio > span{
    background-color: #fee122;
    text-transform: uppercase;
    letter-spacing: -1px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    font-weight: 600;
    height: 100%;
    width: 100%;
    /* float: right; */
    display: table-cell;
    border: 1px solid #fee122;
    padding-top: 2px;
    padding-left:5px;
    padding-right:5px;
}

.producto .description{
    line-height: 16px;
    font-size: 12px;
    color: #5F5F5F;
    border-bottom: 1px solid #939393;
    margin-bottom: 17px;
    padding-bottom: 17px;
}

.producto .verproducto a{
    display: block;
    background-color: #03539f;
    text-transform: uppercase;
    letter-spacing: -1px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    font-weight: 600;
    height: 100%;
    background-image: url('../images/ojoicono.png');
    content: 'ver';
    background-repeat: no-repeat;
    background-position: center center;
    float:right;
    border: 1px solid #024280;
    width: 70%;
    transition: ease 0.5s;
    min-width: 60px;    
}

.producto .verproducto a:hover{
    background-color: #0869c6;
    border: 1px solid #05519b;
}

.relatedproducts-tiendaonline h2,
h2.comments-title{
    text-transform: uppercase;
    color: #939393;
    font-size: 21px;
    font-weight: 800;
    padding: 14px 20px 14px;
    margin: 0px 0 35px;
    position: relative;
    letter-spacing: -0.3px;
    border-bottom: 3px solid #C4C4C4;
    border-top: 3px solid #C4C4C4;
    text-align: center;
    font-family: 'DomoFont', Verdana, Arial, sans-serif;
    background: transparent;
    line-height: 1.1;
}

.relatedproducts-tiendaonline h2:before,
h2.comments-title:before{
    content: '//';
    display: inline-block;
    color: #939393;
    font-weight: 600;
    font-size: 22px;
    font-family: 'DomoFont', Verdana, Arial, sans-serif;
    letter-spacing: -5.1px;
    margin-right: 7px;
}

.relatedproducts-tiendaonline h2:after,
h2.comments-title:after{
    content: '//';
    display: inline-block;
    color: #939393;
    font-weight: 600;
    font-size: 22px;
    font-family: 'DomoFont', Verdana, Arial, sans-serif;
    letter-spacing: -5.1px;
    margin-left: 7px;
}


/* COMENTARIOS */

#comments ol{list-style: none!important;}
.comment-list{margin: 0;}
.comment-list .avatar{float:left;margin-top: 4px;margin-right: 12px;}
.comment-list .says{display:none;}
.comment-meta .fn{
    color: #757575;
    font-family: 'DomoFont';
    font-size: 16px;
    font-weight: 700;
}
.comment-meta .fn a{
    color: #757575;
    text-decoration: none;
}
.comment-metadata a{text-decoration: none;color:#9C9C9C;}
.comment-metadata {
    margin-top: -3px;
    font-size: 11px;
    font-family: 'DomoFont', Verdana, sans-serif;
    text-decoration: none;
    font-weight: 300;
}

.comment-content{
    background: #E8E8E8;
    padding: 15px;
    margin-top: 14px;
    color: #525252;
    font-size: 14px;
    line-height: 20px;
}

.comment-list .reply{
    background-color: #E8E8E8;
    padding-left: 16px;
    font-family: 'DomoFont', sans-serif;
    font-size: 10px;
    padding: 17px 0px;
    padding-top: 0px;
}

.comment-list .reply a{
    text-decoration: underline;
    color: #828282;
    padding-top: 4px;
    transition: ease 0.4s;
}
/*
.bypostauthor > .comment-body .comment-content{background:#226BB5;}
.bypostauthor > .comment-body .reply{background:#226BB5;}
*/
.comment-list .reply a:hover{
    color: #6a6a6a;
}

#comments #reply-title{color: #848484;font-size: 18px;}
#comments .comment-notes{font-size:12px; color: #919191}
#comments .comment-form-author,
#comments .comment-form-email{font-size:14px; color: #5c5c5c;display: inline-block;}
#comments .comment-form-url{display: none;}
#comments .comment-form-author{margin-right: 6%;}

.logged-in-as {font-size: 12px;margin-bottom: 12px;}
.logged-in-as a{color: #757575;text-decoration: none;font-weight: 500;}
#comments #submit{}
.comment-body{margin-bottom: 20px;}
.comment-content p{margin: 0;}
#comments .children{margin-left: 1.7em;}
.comment-form-comment > label{display: none;}

#comments .submit{
    border: 1px solid #0056A6;
    background: #1571CD;
    border-radius: 0px;
    -webkit-appearance: initial;
    box-shadow: none;
    color: white;
    text-shadow: none;
    font-family: 'DomoFont', Verdana, sans-serif;
    font-size: 14px;
    transition: cubic-bezier(0.25, 0.1, 0.29, 0.55) 0.4s;
}
#comments .submit:hover{background: #197ee3;}

/* SIDEBAR */

.widget-title{
    text-transform: uppercase;
    color: #939393;
    font-size: 16px;
    font-weight: 800;
    padding: 8px 20px;
    padding-top: 12px;
    margin: 0px 0 30px;
    position: relative;
    letter-spacing: -0.3px;
    border-bottom: 3px solid #C4C4C4;
    border-top: 3px solid #C4C4C4;
    text-align: center;
    font-family: 'DomoFont', Verdana, Arial, sans-serif;
    background: transparent;
    line-height: 1.1;
}

.ytc_title{
    font-size: 11px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 4px;
    width: 90%;
    color: #525252;
}

.youtube_channel{
    background: #E6E6E6;
    padding: 20px;
}
.ytc_video_container{
    margin-bottom: 25px;
}

.youtube_channel .ytc_video_container:last-child{
    margin-bottom: 0px !important;
}

.widget_sp_image{
    text-align: center;
    background: #E6E6E6;
    padding: 20px;
}

.widget_sp_image img{
    max-width: 100%;
    display: block;
    margin: 0 auto !important;
}

#search-2 .search-field{border-radius: 0px;font-size: 14px;width: 54%;}
#search-2 .search-submit{
    border-radius: 0px;
    font-size: 13px;
    background: #939393;
    box-shadow: none;
    color: white;
    text-shadow: none;
    font-family: 'DomoFont', sans-serif;
    border: 1px solid #888888;
    width: 37%;
    transition: ease 0.2;
}
#search-2 .search-submit:hover{background: #adadad;}

/* YARPP */

.yarpp-related{width: 106% !important;margin-left: -3%!important;}

.yarpp-related.yarpp-related-none{display: none !important;}

.yarpp-related h3 {
    text-transform: uppercase !important;
    color: #939393 !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 15px !important;
    padding: 14px 20px 14px !important;
    margin: 0px 0 35px !important;
    position: relative !important;
    letter-spacing: -0.3px !important;
    border-bottom: 3px solid #C4C4C4 !important;
    border-top: 3px solid #C4C4C4;
    text-align: center !important;
    font-family: 'DomoFont', Verdana, Arial, sans-serif !important;
    background: transparent !important;
}
.yarpp-related h3:before, 
.yarpp-related h3:after{
    content: '//';
    display: inline-block;
    color: #939393;
    font-weight: 600;
    font-size: 22px;
    font-family: 'DomoFont', Verdana, Arial, sans-serif;
    letter-spacing: -5.1px;
    margin-right: 7px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail{border: none !important;width: 20% !important;margin: 0 2% !important; overflow: initial !important;}
.yarpp-thumbnails-horizontal .yarpp-thumbnail img{margin: 0 0;border: 1px solid #C1C1C1;}
.yarpp-thumbnail-default > img{min-height: 108px !important;}
.yarpp-thumbnail > img, .yarpp-thumbnail-default{width: 100% !important;overflow: hidden;margin: 0 0 !important;/*max-height: 108px;*/ height:auto!important;}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {max-height:auto!important; }
.yarpp-thumbnails-horizontal .yarpp-thumbnail { height:auto!important; }
.yarpp-thumbnails-horizontal .yarpp-thumbnail:first-child{margin-left: 0px !important;}
.yarpp-thumbnails-horizontal .yarpp-thumbnail:last-child{margin-right: 0px !important;}

.yarpp-thumbnail:hover .yarpp-thumbnail-title{border-bottom: 1px dotted #555555 !important; color: #555555 !important;}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
    padding-bottom: 15px !important;
    margin-top: 10px !important;
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: center !important;
    color: #3a3939 !important;
    transition: ease 0.1s;
    font-weight: 300 !important;
    font-family: 'DomoFont', verdana, sans-serif;
    overflow: initial !important;
}

.yarpp-thumbnails-horizontal{margin-bottom: 26px;text-align: center;background: #E6E6E6;padding: 30px 25px;}


.yarpp-related ol > li h3 {
    font-family: 'DIN Alternate Bold' !important;
    color: #e44039 !important;
    font-size: 13px !important;
    line-height: 15px !important;
    margin-top: 10px !important;
}

.yarpp-related h3 a { color: #e44039; }

.yarpp-related ol {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    width: 88%;
    margin-bottom: 32px;
    display: table;
}

.yarpp-related ol > li { 
    list-style: none;
    text-align: center;
    width: 29%;
    border-left: 1px solid #c7c7c7;
    padding-right: 20px;
    padding-left: 20px;
    vertical-align: top;
    display: table-cell;
    padding-top: 12px;
    padding-bottom: 12px;
}
.yarpp-related ol > li:first-child{border-left: 0px;}

/*.yarpp-related ol > li:first-child{margin-left:0px;border-left: 0px;padding-left: 0px;}
.yarpp-related ol > li:last-child{padding-right: 0px;}*/

/*--------------------------------------------------------------
                           Páginas
--------------------------------------------------------------*/

#page #main {
    max-width: 1500px;
    margin: 0 auto;
}
body.home #page #main{ max-width: none !important;}

.page-template-default .entry-content,
.page-template-template-sobredomo .entry-content{background: #f2f2f2 !important;padding: 40px 3%;margin-top: -20px;}
.page-template-default .entry-content{margin-top: 20px;}

body.page-template-default .wrapper-thumbnail,
body.page-template-template-sobredomo .wrapper-thumbnail{
    background: #DEDEDE;
    text-align: center;
    padding: 20px 0;
    padding-top: 25px;
    margin-bottom: 25px;
}

body.page-template-default .wrapper-thumbnail img,
body.page-template-template-sobredomo .wrapper-thumbnail2 img{
    width: 100%;
    padding: 10px;
	text-align: center;
}

.page-el-content {
    width: 73%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: justify;
}
/*--------------------------------------------------------------
                           Títulos
--------------------------------------------------------------*/

.wrapper-tituloblog{
    text-align: center;
    display: block;
    width: 77%;
    margin: 0 auto;
    border-bottom: 1px solid white;
    margin-top: 35px;
    padding-bottom: 25px;
}

body.page .entry-header{
    text-align: center;
    display: block;
    width: 77%;
    margin: 0 auto;
    border-bottom: 1px solid white;
    padding-bottom: 25px;
    margin-top: 15px;
}

body.page .type-equipo .entry-header{
    width: auto;
    border-bottom: 0px;
    padding-bottom: 15px;
}

.wrapper-tituloblog.blog:before{
    vertical-align: bottom;
    background: url('../images/blogiconogrande.png');
}

.wrapper-tituloblog.consejos:before{
    vertical-align: bottom;
    background: url('../images/consejoiconogrande.png');
}

.wrapper-tituloblog.servicios:before{
    vertical-align: bottom;
    background: url('../images/servicioiconogrande.png');
}

.wrapper-tituloblog.equipo:before{
    vertical-align: bottom;
    background: url('../images/nosotrosiconogrande.png');
}

.page-template-template-contacto .entry-header h1.entry-title:before{
    margin-right: 17px;
    vertical-align: middle;
    background: url('../images/contactoiconogrande.png');
}

.page-template-default .entry-header h1.entry-title:before{
    margin-right: 17px;
    vertical-align: middle;
    background: url('../images/nosotrosiconogrande.png');
}

.page-template-default .entry-header h1.entry-title:before,
.page-template-template-contacto .entry-header h1.entry-title:before,
.wrapper-tituloblog.equipo:before,
.wrapper-tituloblog.servicios:before,
.wrapper-tituloblog.consejos:before,
.wrapper-tituloblog.blog:before { 
	display: inline-block;
    content: ' ';
    width: 50px;
    height: 50px;
    margin-right:15px;  
}

#tituloblog,
body.page .entry-header .entry-title{
    text-align: center;
    color: white;
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 35px;
    /*margin-left: 15px;*/
}

body.page .entry-header .entry-title{
    text-align: center !important;
}

#subtituloblog {
    display: block;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 26px;
}

.page-template-default .entry-header { border-bottom: none!important; }


/*--------------------------------------------------------------
                           404
--------------------------------------------------------------*/

.error-404.not-found{text-align: center;margin-top: 60px;}
.error-404.not-found .page-content{max-width: 1150px;padding: 0px 15px;margin: 0 auto;}

.error-404 .G4_404 {
    font-family: 'DomoFont', Verdana, sans-serif;
    font-size: 53px;
    color: #333;
    background-color: #fee200;
    font-weight: 700;
    display: inline-block;
    padding: 25px 19px;
    padding-top: 34px;
    transform: rotate(-1.7deg);
    letter-spacing: -1px;
    margin-top: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.error-404 .title_404{
    font: 600 38px/38px "DomoFont", sans-serif;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 50px;
}
.error-404 .text_404{
    font: 100 15px/18px Roboto, sans-serif;
    color: #FFFFFF;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 27px;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 36px;
    width: 90%;
    text-align: center;
}

.error-404 .text2_404{
    font-weight: 300;
    color: white;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    margin-bottom: 35px;
}

.error-404.not-found .search-field {
    border-radius: 0px;
    width: 25%;
    margin-right: 10px;
}

.error-404.not-found .search-submit{
    border-radius: 0px;
    text-shadow: none;
    box-shadow: none;
    width: 11%;
    color: white;
    background: #005DB9;
    font-family: 'DomoFont';
    font-size: 15px;
    border: 1px solid white;
    font-weight: 200;
}

.error-404.not-found .search-submit:hover{
    background: #006edb;
}

/*--------------------------------------------------------------
                        Archivo Servicios
--------------------------------------------------------------*/

body.archive .hentry.servicios{
    width: 31%;
    display: table;
}

body.archive .hentry.servicios .imagen {
    display: block;
    text-align: center;
    border-radius: 100% !important;
    height: auto;
    width: 120px;
    margin: 0 auto;
}

body.archive .hentry.servicios .elcontenido {
    display: block;
    width: 100%;
    margin-top: 21px;
    text-align: center;
    vertical-align: middle;
}

body.archive .hentry.servicios .elcontenido h2{
font-size: 19px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.1px;
    text-align: center;
    width: 91%;
    margin: 0 auto;
}

body.archive .hentry.servicios .elcontenido h2:before{
    width: 75%;
    content: ' ';
    margin: 18px auto 18px auto;
    display: block;
    height: 1px;
    border-top: 3px solid #fee122;
    transition: ease 0.3s;
}

body.archive .hentry.servicios .imagen img{
    display: block;
    width: 100%!important; 
}

body.archive .hentry.servicios:hover .elcontenido h2:before{width: 100%;}

body.archive .hentry.servicios {transition: ease 0.3s;}
body.archive .hentry.servicios:hover {background: #1469B7;}

    
/*--------------------------------------------------------------
                      Archivo DomoConsejos
--------------------------------------------------------------*/
/*
body.post-type-archive-domoconsejos article.domoconsejos {
    background: #0358A7;
    border: 0px solid white;
    width: 31%;
    display: block;
    float: left;
    margin: 1%;
    padding: 20px 25px;
    text-decoration: none;
    box-shadow: 0px 0px 0px #333;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}

body.post-type-archive-domoconsejos article.type-domoconsejos .imagen{
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

body.post-type-archive-domoconsejos article.type-domoconsejos .post-wrapper-a{
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
}

body.post-type-archive-domoconsejos article.type-domoconsejos .imagen img{
    display: block;
    min-height: 140px;
}

body.post-type-archive-domoconsejos article.type-domoconsejos .elcontenido{
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

body.post-type-archive-domoconsejos article.type-domoconsejos h2{
    color: white;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

body.post-type-archive-domoconsejos article.type-domoconsejos .el_excerpt{
    color: white;
    font-size: 14px;
    margin-top: 10px;
    border-top: 1px solid white;
    padding-top: 12px;
}
*/

.list-t2 article {
    background: #0358A7;
    border: 0px solid white;
    width: 31%;
    display: block;
    float: left;
    margin: 1%;
    padding: 30px 19px;
    text-decoration: none;
    box-shadow: 0px 0px 0px #333;
    transition: ease 0.3s;
    cursor: pointer;
}

.list-t2 article:hover{background: #1469B7;}

.list-t2 article .imagen{
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.list-t2 article .post-wrapper-a{
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
}

.list-t2 article .imagen img{
    display: block;
}

.list-t2 article .elcontenido{
    display: inline-block;
    vertical-align: top;
    /*margin-left: 30px;*/
}

.list-t2 article h2{
    color: white;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.list-t2 article .el_excerpt{
    color: white;
    font-size: 14px;
    margin-top: 10px;
    border-top: 1px solid white;
    padding-top: 12px;
}


/*--------------------------------------------------------------
                Equipo / Single Sobre Domoelectra
--------------------------------------------------------------*/


body.page #content{margin-top: 28px;}

body.page-template-template-equipo .matasello,
body.page-template-template-sobredomo .matasello{width: 95%;}

body.page-template-template-equipo .matasello:before,
body.page-template-template-sobredomo .matasello:before{ background: linear-gradient(to bottom, white, white) no-repeat left center / 97% 2px;}

body.page-template-template-equipo .matasello:after,
body.page-template-template-sobredomo .matasello:after{ background: linear-gradient(to bottom, white, white) no-repeat right center / 97% 2px;}

body.page-template-template-equipo .matasello img,
body.page-template-template-sobredomo .matasello img{width: 24px; height: 24px;vertical-align: top;}

body.page-template-template-equipo .entry-title,
body.page-template-template-sobredomo .entry-title{color: white;font-size: 40px;font-weight: 600;line-height: 52px;margin-top: 9px;margin-top: 17px;}

body.page-template-template-equipo #main .entry-header,
body.page-template-template-sobredomo .entry-header{border-bottom: 0px;padding-bottom: 20px;padding-top: 20px;}

body.page-template-template-sobredomo .entry-header{margin-bottom:5px;}

.equipo-list{margin-top: 35px;}
.equipo-list .equipoblock-inner ul{margin: 0 0;}
.equipo-list .equipoblock-inner li{list-style: none; width: 100%; padding: 0 0; margin: 0 0;}
.equipo-list .equipoblock-inner li.m2-0{background: #1065BB;}

.equipo-list article.equipo{width: 68%; max-width: 1285px; margin: 0 auto; padding: 30px 0px;}

.equipo-list .entry-header,
.equipo-list .entry-content{display: block;vertical-align: middle;}

.equipo-list .entry-content{color: white;}

.equipo-list .entry-header .imagen{
    max-width: 100%;
    border-radius: 100%;
    overflow: hidden;
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.equipo-list .entry-title {
    text-align: center;
    margin-left: 35px;
    font-size: 32px;
    letter-spacing: -0.1px;
    /* border-bottom: 3px solid #FFE200; */
    /* padding-bottom: 15px; */
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 18px;
    width: 78%;
}
.equipo-list .user-cargo {
    /*margin-left: 35px;*/
    text-align: center;
    border-bottom: 3px solid #FFE200;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.equipo-list .contenido{
    text-align: center;
    width: 86%;
    margin: 0 auto;
    margin-top: 10px;
}

/*--------------------------------------------------------------
                        Single Servicios
--------------------------------------------------------------*/

body.single-servicios #primary{width: 100%; background: none; border: 0px; }
body.single-servicios #content{ background: none; padding: 0%;}

#pretitle-single {
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 6px;
    letter-spacing: -0.7px;
}

body.single-servicios .hentry.servicios{margin: 0; margin-bottom: 35px;}

body.single-servicios .hentry.servicios .wrapper-thumbnail{
    width: 35%;
    padding-right: 2.5%;
    display: table-cell;
    vertical-align: top;
}
body.single-servicios .hentry.servicios .wrapper-content{
    display: table-cell;
    vertical-align: middle;
    width: 65%;
    border-left: 1px dotted white;
    padding-left: 2.5%;
}

body.single-servicios .hentry.servicios .entry-title{
    color: white;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin-top: 9px;
}

body.single-servicios .hentry.servicios .entry-header{margin-bottom: 30px;}
body.single-servicios .hentry.servicios .entry-content .wrapper-thumbnail img{margin: 0px; display: block;     border: 3px solid white;}
body.single-servicios .hentry.servicios .entry-content h2{color: white;}
body.single-servicios .hentry.servicios .entry-content{
    color: white;
    background: #1065BB;
    width: 100%;
    padding: 35px;
    display: table;
}

body.single-servicios .hentry.servicios .matasello{width: 95%;}
body.single-servicios .hentry.servicios .matasello:before{ background: linear-gradient(to bottom, white, white) no-repeat left center / 97% 2px;}
body.single-servicios .hentry.servicios .matasello:after{ background: linear-gradient(to bottom, white, white) no-repeat right center / 97% 2px;}
body.single-servicios .hentry.servicios .matasello img{width: 24px; height: 24px;}

body.single-servicios .hentry.servicios .ssba{display: none;}

body.single-servicios .relatedproducts-tiendaonline h2{color: whitesmoke;border-bottom: 3px solid whitesmoke;border-top: 3px solid whitesmoke;}
body.single-servicios .relatedproducts-tiendaonline h2:before{color: whitesmoke;}
body.single-servicios .relatedproducts-tiendaonline h2:after{color: whitesmoke;}


/*-- Bloque Call To Action --*/


#domo-calltoaction{
    width: 100%;
    background: #1065BB;
    color: white;
    padding: 35px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 35px;
}


#domo-calltoaction h2{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: white; 
}
#domo-calltoaction .subtitle{border-bottom: 1px solid white;font-size: 15px;padding-bottom: 25px;padding-top: 7px;}

#domo-calltoaction .contactos{
    list-style: none;
    width: 75%;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 12px;
}
#domo-calltoaction .contactos li{
    display: block;
    width: auto;
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
    vertical-align: middle;
}

#domo-calltoaction .contactos li span {
    font-family: 'DomoFont';
    font-size: 17px;
    font-weight: 600;
    display: block;
    vertical-align: middle;
}

#domo-calltoaction .contactos li { position: relative; }

#domo-calltoaction .contactos li.uno:before{
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: text-top;
    margin-right: 13px;
    content: ' ';
    position: absolute;
    left: -53px;
}

#domo-calltoaction .contactos li.dos:after{
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: text-top;
    margin-left: 13px;
    content: ' ';
    position: absolute;
}

#domo-calltoaction .contactos .grupo{width: 50%; float:left;}

#domo-calltoaction .contactos li div{display: inline-block;font-size: 11px;vertical-align: top;}

#domo-calltoaction .contactos li.telefono:before{background: url('../images/calltoactiontel.png');}
#domo-calltoaction .contactos li.movil:before{background: url('../images/calltoactionwhatsapp.png');}
#domo-calltoaction .contactos li.correo:after{background: url('../images/calltoactionmail.png');}
#domo-calltoaction .contactos li.oficina:after{background: url('../images/calltoactionlocal.png');}

#domo-calltoaction .contactos li.uno{text-align: left}
#domo-calltoaction .contactos li.dos{text-align: right}

#domo-calltoaction .contactos li.telefono span,
#domo-calltoaction .contactos li.movil span{font-size: 19px}

#domo-calltoaction .preor {border-top: 1px dotted white; width: 100%; height: 1px;}

#domo-calltoaction .or {
    font-size: 15px;
    padding-top: 35px;
    display: inline-block;
    margin-right: 20px;
}
#domo-calltoaction .button {font-size: 13px;margin-top: 15px;padding: 6px 35px 5px 35px; transition: ease 0.3s; border: 1px solid #ebebeb; color: white;}
#domo-calltoaction .button:hover{color: #fee122; border: 1px solid #ffffff;}

#domo-calltoaction .contactos li a{color: white; transition: ease 0.2s; border-bottom: none; text-decoration: none;}
#domo-calltoaction .contactos li a:hover{text-decoration: underline;}

/* FORMULARIO CONTACTO */

.formservicios .wpcf7{width: 100%;padding: 45px 3%;padding-bottom: 0px;}

.formservicios .izda,
.formservicios .dcha{float: left;}

.formservicios .izda{text-align: center; padding-right: 4%; width: 45%;}
.formservicios .dcha{text-align: center; padding-left: 4%; border-left: 1px dotted white; width: 55%;}

.formservicios {
    width: 100%;
    background: #1065BB;
    color: white;
    padding: 35px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 35px;
}

.formservicios h2,
#domo-calltoaction h2{
    font-size: 28px !important;
    font-weight: 600 !important;
    text-align: center;
    color: white !important;
    margin-bottom: 5px !important;
	padding-top: 35px;
}

.formservicios .subtitle{
    border-bottom: 1px solid white;
    font-size: 15px;
    padding-bottom: 25px;
    padding-top: 7px;
}

.formservicios p{
    font-size: 13px;
    font-family: 'DomoFont', Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 21px;
}

.formservicios .wpcf7-form-control-wrap .wpcf7-text{
    background: #2f5f90;
    border: 1px solid #185DA2;
    color: whitesmoke;
    font-size: 15px;
    width: 100%;
    border-radius: 0px;
    text-align: center;
    box-shadow: none;
    margin-top: 10px;
    display: inline-block;
    transition: ease 0.3s;
}

.formservicios .wpcf7-form-control-wrap .wpcf7-textarea{
    background: #2f5f90;
    border: 1px solid #185DA2;
    color: whitesmoke;
    font-size: 15px;
    width: 100%;
    border-radius: 0px;
    text-align: center;
    box-shadow: none;
    margin-top: 10px;
    display: inline-block;
    max-height: 150px;
    transition: ease 0.3s;
}


.formservicios .wpcf7-form-control-wrap .wpcf7-text:focus,
.formservicios .wpcf7-form-control-wrap .wpcf7-textarea:focus{border: 1px solid white; box-shadow: none;}

.formservicios .wpcf7-form-control.wpcf7-submit{
    box-shadow: none;
    background: none;
    text-shadow: none;
    text-align: center;
    border-radius: 0px;
    color: whitesmoke;
    width: 65%;
    font-family: 'DomoFont', Verdana, sans-serif;
    text-transform: uppercase;
    border: 1px solid #757575;
    text-decoration: none;
    font-size: 14px;
    margin-top: 43px;
    padding: 10px 0px 8px 0px;
    transition: ease 0.3s;
}

.formservicios .wpcf7-form-control.wpcf7-submit:hover{color: #fee122;}


/*--------------------------------------------------------------
                    Single Domoconsejos
--------------------------------------------------------------*/

body.single-domoconsejos #content{background: none;margin-top: 0px;}
body.single-domoconsejos #contentwrapper{background: #F2F2F2; padding-top: 35px;}
/*body.single-domoconsejos #primary{padding-top: 30px; width: 100%;}*/

body.single-domoconsejos .wrapper-thumbnail img{width:60%; margin-bottom: 0px !important}
body.single-domoconsejos .wrapper-thumbnail{background: #DEDEDE;text-align: center;padding: 20px 0; padding-top: 25px;}

body.single-domoconsejos .wrapper-tituloblog{
    padding-bottom: 24px;
    margin-bottom: 53px;
    margin-top: 0px;
}

body.single-domoconsejos #tituloblog{
    font-family: 'DomoFont', Verdana, sans-serif;
    text-transform: uppercase;
}

body.single-domoconsejos .hentry .entry-title {
    margin-top: 24px;
    margin-bottom: 16px;
}


/*--------------------------------------------------------------
                           Contacto 
--------------------------------------------------------------*/

/* BLOQUE OFICINA */

.page-template-default .entry-header{margin-bottom: 15px;}

body.page-template-template-contacto .cb1{
    display: block;
    width: 100%;
    background: #1065BB;
    color: white;
    padding: 35px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 35px;
}

body.page-template-template-contacto .cb1 .map{display: inline-block; width: 40%;vertical-align: top;border-right: 1px dotted white;padding-right: 30px;}
body.page-template-template-contacto .cb1 .datos{display: inline-block; width: 59%;vertical-align: top; color: white;}

body.page-template-template-contacto .wrapper-thumbnail{width: 45%;float: left;max-height: 300px;;margin-left: 15px;}
body.page-template-template-contacto .wrapper-thumbnail img{margin: 0px; max-height: 300px;}
body.page-template-template-contacto .cb1 .map .gmap{width: 100%; float: left;}


body.page-template-template-contacto .cb1 .entry-content p{margin: 0px;}
body.page-template-template-contacto .cb1 .entry-content,
body.page-template-template-contacto .cb1 .entry-datos{color: white; margin-left: 3%;width: 95%;}
body.page-template-template-contacto .cb1 .entry-content img{
    margin-right: 0;
    width: 19%;
    border-radius: 100%;
    margin: 0px;
    margin-left: 23px;
    border: 0px !important;
}

body.page-template-template-contacto .cb1 .entry-content img{border: 0px solid #FFFFFF !important; transition: ease 0.3s;}
body.page-template-template-contacto .cb1 .entry-content img:hover{border: 6px solid #FFFFFF !important;}


body.page-template-template-contacto .cb1 .entry-content:after{
    content: ' ';
    display: block;
    border-top: 3px solid #fee122;
    height: 1px;
    width: 40%;
    margin: 30px 0;
}

body.page-template-template-contacto .cb1 .entry-datos div{padding: 10px 0px;}
body.page-template-template-contacto .cb1 .entry-datos div:before{
    width: 18px;
    height: 18px;
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
        
body.page-template-template-contacto .cb1 .entry-datos .name:before{background: url('../images/iconolocal.png');}
body.page-template-template-contacto .cb1 .entry-datos .address:before{background: url('../images/iconoubicacion.png');}
body.page-template-template-contacto .cb1 .entry-datos .hours:before{background: url('../images/iconohorarios.png');}

div.wpcf7 img.ajax-loader { display: block; }

/* CALL TO ACTION */

body.page-template-template-contacto .cb2{margin-top: 30px;}

body.page-template-template-contacto #domo-calltoaction .contactos{width: 100%;}
body.page-template-template-contacto #domo-calltoaction .contactos .grupo{width: 100%;}

body.page-template-template-contacto #domo-calltoaction .contactos li{
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    vertical-align: middle;
    width: 32.333333%;
    display: inline-block;
    margin-left: 0;
}

body.page-template-template-contacto #domo-calltoaction .contactos li.correo:before{background: url('../images/calltoactionmail.png');}
body.page-template-template-contacto #domo-calltoaction .contactos li span{margin-top: 0px;}

body.page-template-template-contacto #domo-calltoaction .contactos li.uno:before{display: block;text-align: center;margin: 0 auto;margin-bottom: 5px; position: static; }

#domo-calltoaction .preor{margin: 0 auto; width: 100%;}

#domo-calltoaction .xtra{padding-top: 35px;padding-bottom: 11px;width: 100%;}
#domo-calltoaction .xtra .button{margin: 0px 3%; width: 27%; }
#domo-calltoaction .xtra .button:first-child{margin-left: 0px;}
#domo-calltoaction .xtra .button:last-child{margin-right: 0px;}

/*--------------------------------------------------------------
                            Footer
--------------------------------------------------------------*/

#wpstats { display:none; }
.post-edit-link{display: none;}

.redesfooter{
    display: block;
    padding-bottom: 22px;
    text-align: center;
    font-size: 13px;
}

.redesfooter a{
    display: inline-block;
    width: 29px;
    height: 29px;
    content: ' ';
    vertical-align: middle;
    margin: 0px 10px;
    transition: fade-in-out 0.3s;
    text-decoration: none !important;
    border-bottom: 0px !important;
}

.redesfooter a:first-child{margin-left: 15px;}
.redesfooter a:last-child{margin-right: 0px;}

.redesfooter a{background: url('../images/calltodomo.png');}
.redesfooter a.twitter{background: url('../images/calltotw.png');}
.redesfooter a.facebook{background: url('../images/calltofb.png');}
.redesfooter a.youtube{background: url('../images/calltoyt.png');}
.redesfooter a.instagram{background: url('../images/calltoig.png');}

.redesfooter a:hover{background-position: 0px -29px !important;}


/*--------------------------------------------------------------
                        RESPONSIVE
--------------------------------------------------------------*/

@media screen and (max-width:1600px){
	#page #main, .col2-home, .wrappercol1, .col0-home .superwrapper-slider,
	.col3-home-h2, .domoconsejo-block .wrapper { width: 90%; }
	.col4-home .wrapperdesc, .col4-home ul { width: 80%; }

	body.home #page #main { max-width: none; width: 100%; }
    .single-post #page #main,
    .single-domoconsejos #page #main{width: 100%;}

}

@media screen and (max-width:1450px){
	.royalSlider .rsCaption .title { font-size: 28px; }
}

@media screen and (max-width:1300px){
	.col1-home ul li { padding: 0px 4%; }
	.royalSlider .rsCaption .title { font-size: 26px; line-height: 1.25; }

}

@media screen and (max-width:1250px){

}

@media screen and (max-width:1150px){
	.col2-home .post-wrapper, .list-t2 article { width: 47%; margin: 1.5%; }
	.col1-home ul li { padding: 0px 6%; width: 49%; margin-bottom: 6%; }
	.col1-home ul li:last-child(){ margin-bottom: 0; }

	body.archive .hentry.servicios,
	.royalSlider .rsCaption .title,
	.royalSlider .rsCaption .excerpt { width: 100%; }
	
	.sf-menu > li > ul > li { width: 33%; }

}

@media screen and (max-width:1000px){
	body.single #primary { width: 100%; border-right: none; padding: 0; float: none; }
	body.single #secondary, body.blog #secondary { float: none; margin-top: 60px; width: 40%; padding:0; margin-left: auto; margin-right: auto; }

	.royalSlider { width: 100%; }
	.royalSlider .rsGCaption { right: auto; padding: 0; width: 100%;}
	.royalSlider .rsGCaption .rsCaption { vertical-align: bottom; }
	.royalSlider .rsGCaption .rsCaption .rsGCaptioninner { padding: 30px; background-color: rgba(21, 113, 205,0.8); margin: 3px; }
	.royalSlider .rsCaption .excerpt, .royalSlider .rsCaption .title:after { display: none; }
	.equipo-list article.equipo { width: 80%; }

	#domo-calltoaction .xtra .button { margin: 0; margin-bottom: 20px; width: 100%; }
	body.page-template-template-contacto #domo-calltoaction .contactos li { width: 100%; }

	body.page-template-template-contacto .cb1 .datos,
	body.page-template-template-contacto .cb1 .map { width: 100%; padding: 0; border: none; }
	body.page-template-template-contacto .cb1 .map { margin-bottom: 20px; }

	body.page-template-template-contacto .cb1 .entry-content img { width: 24%; }

}


@media screen and (max-width:768px){
	.sf-menu > li > ul > li { width: 50%; }
	.col1-home ul li { width: 100%; margin-bottom: 60px;  }
	.col1-home ul li:last-child(){ margin-bottom: 0; }

	.page-template-default .entry-header h1.entry-title:before,
	.wrapper-tituloblog.equipo:before,
	.wrapper-tituloblog.servicios:before,
	.wrapper-tituloblog.consejos:before,
	.wrapper-tituloblog.blog:before,
	.page-template-template-contacto .entry-header h1.entry-title:before  { 
		display: block;
    	margin: 0 auto 21px auto;
    }

    .col2-home .post-wrapper, .list-t2 article { width: 100%; margin-left: 0; margin-right: 0; margin-bottom: 20px; }

	.royalSlider .rsGCaption { width: 100%;  }
    .royalSlider .rsGCaption .rsCaption .rsGCaptioninner{padding: 45px 28px;}
	.royalSlider .rsCaption .title { font-size: 20px; }
	.royalSlider .rsCaption .button { padding: 8px 30px 5px 30px; margin-top: 14px; font-size: 12px; }

	body.page-template-default .wrapper-thumbnail img, body.page-template-template-sobredomo .wrapper-thumbnail img { width: 85%; }

	.page-template-default .entry-content, .page-template-template-sobredomo .entry-content { padding: 20px 5%; }
	#page #main,.hentry .entry-content {  width: 100%; }
	.single-post #page #main, .single-domoconsejos #page #main { width:90%; }
	.single-domoconsejos #page #main { padding-top: 40px; padding-bottom: 40px; }
	.col2-home-wrapper { width: 90%;  margin-left: auto; margin-right: auto; }

	body.single-servicios .hentry.servicios .wrapper-thumbnail,
	body.single-servicios .hentry.servicios .wrapper-content {
		width: 100%; padding: 0; border:none; display: block;
	}
	body.single-servicios .hentry.servicios .wrapper-thumbnail { margin-bottom: 20px; }

	#domo-calltoaction .contactos .grupo { width: 100%; }
	#domo-calltoaction .contactos li.dos { text-align: left; }
	#domo-calltoaction .contactos li.dos:before {  
		display: inline-block;
    	width: 40px;
    	height: 40px;
    	vertical-align: text-top;
    	margin-right: 13px;
    	content: ' ';
    }
    #domo-calltoaction .contactos li.correo:before {  background: url('../images/calltoactionmail.png'); }
    #domo-calltoaction .contactos li.oficina:before {  background: url('../images/calltoactionlocal.png'); }
	#domo-calltoaction .contactos li.uno { margin-left: 53px; }

	#domo-calltoaction .contactos li.dos:after { display: none; }
	#domo-calltoaction .or { margin-right: 0; }

	.formservicios h2, #domo-calltoaction h2 { font-size: 25px!important;}

	.formservicios .izda,
	.formservicios .dcha { width: 100%; padding: 0; border:none; }

	#colophon .domologo:before,
	#colophon .domologo:after { display: none; }
    
    .yarpp-thumbnails-horizontal .yarpp-thumbnail{display: block !important; width: 100% !important;}
    .yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default{display: inline-block !important; width: 26% !important;}
    .yarpp-related .yarpp-thumbnail-title{display: inline-block;vertical-align: top;width: 67% !important;}
    
    body.single #secondary, body.blog #secondary{width: 90%;}
    
    body.single article.hentry .entry-content h2{text-align: center !important; font-size: 13px !important;}
    body.single article.hentry .entry-content h1{text-align: center !important; font-size: 15px !important;}
}

@media screen and (max-width: 600px){
	.main-navigation li, .sf-menu > li > ul > li { width: 100%; }
	#masthead .site-description { font-size: 15px; margin-top: 12px; }
	body.archive .hentry.servicios .imagen { width: 40%; }
	.equipo-list article.equipo { width: 80%; }
	body.page-template-template-equipo .entry-title, 
	body.page-template-template-sobredomo .entry-title,
	body.single-servicios .hentry.servicios .entry-title { font-size:30px; line-height: 1.2; }

	#domo-calltoaction .contactos li.uno,
	#domo-calltoaction .contactos li.dos { text-align: center; }
	#domo-calltoaction .contactos li.uno { margin-left: 0; }
	#domo-calltoaction .contactos li.uno:before,
	#domo-calltoaction .contactos li.dos:before {
		left: 0;
		text-align: center;
    	width: 40px;
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	margin-bottom: 10px;
    	position: static;
	}

	#colophon #contactos li {
		display: block;
    	margin-bottom: 10px;
    }

	body.page-template-template-contacto .cb1 .entry-content img { width: 44%; }


}

@media screen and (max-width: 420px){
	#masthead .site-description { font-size: 13px; margin-top: 10px; }

	body.archive .hentry.servicios .imagen,
	body.archive .hentry.servicios .elcontenido { display: block; }
	body.archive .hentry.servicios .imagen { width: 50%; margin-bottom: 30px; }
	body.archive .hentry.servicios .elcontenido { width: 100%; padding-left: 0; }

	body.page .entry-header .entry-title { font-size: 30px; }

	.hentry .entry-content img.alignright,
	.hentry .entry-content img.alignleft { width: 100%; height: auto; float: none; margin-left: 0; margin-right: 0;  }

	body.page-template-template-contacto .cb1 .entry-content img { width: 100%; margin-left: 0; }

}

.entry-content2{
    width: 90%;
	margin: 0px auto;
    text-align: justify;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 30px;
    /* margin-top: 30px; */
	background-color: #1065bb;
    color: #ffffff;
	padding: 10px;
}
.entry-content2 a{
    color: #fed900;
}
.entry-content2 h2{
    font-size: 20px;
	padding: 5px 5px 5px 5px;
	background-color: #fed900; 
	color: #000;
	font-weight: bold;
}
.entry-content2 img{
	padding: 0px 0px 0px 0px;

}
.wrapper-thumbnail2{
	width: 75%;
    background: #1065bb;
    padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.entry-content2 p{
	padding: 10px;
}
.page-el-content2 {
    width: 98%;
    margin: 0 auto;
    padding-top: 5px;
    text-align: justify;
}
.reyesmagos {
	background-image: url("../images/opcion002.png");
	background-size: 100% auto;
	color: black;
	max-width: 760px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	outline: 0px;
	width: 100%;
	border: 10px;
	text-align: justify;
		vspace: 0px;
}
.reyesmagos2 {
	background-image: url("../images/opcion001.png");
	background-size: 100% auto;
	color: black;
	max-width: 760px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	outline: 0px;
	width: 100%;
	max-height: 284px;
	text-align: justify;
vspace: 0px;
}
.reyesimg{
	display:block;
	border:none;
	padding: 0px;
	margin: auto;
	outline: 0px;
	hspace: 0px;
	vspace: 0px;
}
.reyessize{
	max-width: 150px;
	width: 100%;
}
input, select, button, option {
  width : 150px;
}

select {
     border: none;
     font-size: 14px;
     padding: 5px;
     max-width: 250px;
}
submit {
	max-width: 200px;
}
form {
	width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
textarea{
    max-height: 400px;
}



::-webkit-input-placeholder { color:#ffffff; }
::-moz-placeholder { color:#ffffff; } /* firefox 19+ */
:-ms-input-placeholder { color:#ffffff; } /* ie */
input:-moz-placeholder { color:#ffffff; }


.barcelona{
	width:100%;
	background-color: #1571cd;
	display: block;
	clear: both;
}
.barcelonaservicio{
	float: left;
	width: 35%;
	padding: 15px;
	background-color: #1065bb;
}
.barcelonaservicio2{
	float: right;
	width: 65%;
	padding: 15px;
	background-color: #1065bb;
	border-left: 1px dotted white;
}
.barcelonaimagen img{
	border:10px solid #ffffff;
	display: block;
	  margin-left: auto;
  margin-right: auto;
}
.titulobcn{
	background-color:#fee122;
	text-align:center;
	color:#000000 !important;
}
.titulobcn h2{
	margin-left:-150px;
}
.bcnbutton{
	list-style-type: none;
	text-align: center;
  	margin: 10px;
	padding: 0;
}
.bcnbutton li {
	display: inline-block;
	font-size: 15px;
	padding: 10px;
	background-color: #03539f ;
}
.bcnbutton li:hover {
	display: inline-block;
	font-size: 15px;
	padding: 10px;
	background-color:#003c76;
}
.bcnbutton a{
	color: white;
	text-decoration: none;
	display: inline;
}

.bonosocial{
	display: inline-block;
	font-size: 15px;
	padding: 10px;
	background-color: #03539f ;
}
.dividendo {
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #f2f2f2;
	color: black;
}
.dividendo td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.dividendo th{
	background-color: black;
	padding: 10px;
	text-align: center;
	color: white;
}
.dividendo tr:hover{
background:rgb(230, 230, 230)
}
.divimg img {
	padding: 0px;
	margin: 0px;
}
