/*
Theme Name: SoSimple
Theme URI: https://wordpress.org/themes/sosimple/
Author: fernando villamor jr
Author URI: http://fernandovillamorjr.com
Description: A clean, responsive simple theme for simple websites.
Version: 1.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sosimple
Tags: gray, white, custom-background, custom-header, custom-menu, flexible-header, editor-style, post-formats, one-column, two-columns, right-sidebar, full-width-template, translation-ready, fixed-layout, responsive-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SoSimple is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*------Primero es todo estilos para mobil y apartir em75 se apunta a Notebook y PC!!------------ */

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,
th {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

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/4/#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/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
       -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
            box-sizing: border-box;
}

body {
    background: #991915 !important;
	  background-image: none !important;
    margin: auto;
    max-width: 1100px;
}


details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-spacing: 0;
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
}

caption,
th,
td,
th {
    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;
}

.bypostauthor,
.sticky {
}

/* =Rebuild
----------------------------------------------- */
* html {
    font-size: 100%;
}

html {
    font-size: 16px;
    line-height: 1.5em;
}

body,
button,
input,
select,
textarea {
    font-family: Georgia, 'Bitstream Charter', serif;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

/* Text elements */
p {
    margin-bottom: 5px;
	color:white;
}

ul,
ol {
    margin: 0 0 24px 36px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 24px;
}

dt {
    font-weight: 600;
}

dd {
    margin: 0 24px 24px;
}

b,
strong {
    font-weight: 600;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 24px;
}

address {
    margin: 0 0 24px;
}

pre {
    font-family: 'Courier 10 Pitch', Courier, monospace;
    font-size: .9375em;
    line-height: 1.6em;
    overflow: auto;
    max-width: 100%;
    margin-top: -2px;
    margin-bottom: 24px;
    padding: 24px;
    background: rgba(119, 119, 119, .5);
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: .875em;
    line-height: 1.71429em;
}

abbr,
acronym {
    cursor: help;
    border-bottom: 1px dotted #666;
}

mark,
ins {
    text-decoration: none;
    background: #fff9c0;
}

sup,
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    height: 0;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

table {
    width: 100%;
    margin: 0 0 24px;
}

th {
    font-weight: bold;
}

img {
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    height: auto;
    /* Adhere to container width. */
}

/* Alignment */
.site-content{
    margin: auto;
    padding: 10px;
    max-width: 1100px;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    font-weight: 600;
    line-height: 24px;
    position: absolute !important;
    z-index: 100000;
    top: 24px;
    left: 24px;
    display: inline-block;
    clip: auto !important;
    padding: 24px;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
       -moz-box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
            box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
}

/* Clearing */
.clear:before,
.clear:after {
    display: table;
    content: '';
}

.clear:after {
    clear: both;
}

.entry-content:before,
.entry-content:after {
    display: table;
    content: '';
}

.entry-content:after {
    clear: both;
}

.comment-content:before,
.comment-content:after {
    display: table;
    content: '';
}

.comment-content:after {
    clear: both;
}

.site-header:before,
.site-header:after {
    display: table;
    content: '';
}

.site-header:after {
    clear: both;
}

.site-content:before,
.site-content:after {
    display: table;
    content: '';
}

.site-content:after {
    clear: both;
}

.site-footer:before,
.site-footer:after {
    display: table;
    content: '';
}

.site-footer:after {
    clear: both;
}

/* =Forms
----------------------------------------------- */
button,
input,
select,
textarea {
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3, S5, Chrome */

    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */

    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
    overflow: auto;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
    /* Corrects inability to style clickable 'input' types in iOS */
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    /* Improves usability and consistency of cursor style between image-type 'input' and others */

    -webkit-appearance: button;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(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 #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type='search'] {
    /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
       -moz-box-sizing: content-box;
            box-sizing: content-box;
            -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    /* Corrects inner padding and border displayed oddly in FF3 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

    border: 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;
    /* Improves readability and alignment in all browsers */

    width: 100%;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
}

* html {
    font-size: 100%;
}

html {
    font-size: 16px;
    line-height: 1.7em;
}

.menu-toggle:before,
.format-link .entry-title a:after,
.social-links ul a:before {
    font-family: 'Genericons';
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    vertical-align: bottom;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

/* =Global */
body {
    background-color: #eee;
    font-family: "Open Sans", Georgia, Times, serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    color: transparent;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin: 14px 23px 14px 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 14px 0 14px 27px;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 14px auto;
}

.alignnone {
    margin-top: 14px;
    margin-bottom: 14px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    font-family: "Open Sans", Georgia, Times, serif;
}
h1 {
    font-size: 28px;
	color:white;
    font-weight: normal;
    margin: 5px 0;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 27px 0;
}

h3,
#respond h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 27px 0;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 27px 0;
}

h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 27px 0;
}

h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 27px 0;
}

hr {
    margin-top: 0px;
    margin-bottom: 5px;
    border: 1px solid black;
    clear: both;
}

/* Text elements */
p {
    margin-bottom: 5px;
}

ul {
    margin: 0px;
    list-style: disc;
}
ul ul {
    list-style: square;
}
ul ul ul {
    list-style: circle;
}

ol {
    margin: 0 0 27px 27px;
    list-style: decimal;
}
ol ol {
    list-style: lower-alpha;
}
ol ol ol {
    list-style: lower-roman;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 27px;
}

dt {
    font-weight: 400;
}

dd {
    margin: 14px 0 14px 27px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 0 27px;
    padding-left: 48px;
    position: relative;
    color: #999;
}
blockquote:before {
	font-family: Genericons;
	font-size: 32px;
	color: #eee;
	content: "\f106";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
blockquote blockquote {
    font-size: inherit;
}
blockquote cite {
	display: block;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    margin-top: 7px;
    width: 100%;
    text-align: right;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    font-family: "Open Sans", Georgia, Times, serif;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 14px;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    border: 3px solid #eee;
    background: white;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
}
button:hover,
button:focus,
button:active,
input[type='button']:hover,
input[type='button']:focus,
input[type='button']:active,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='reset']:active,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='submit']:active {
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            color: #1c7c7c;
    border-color: #1c7c7c;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 12px;
    border: 1px solid #eee;
}
input[type='text']:active,
input[type='text']:focus,
input[type='email']:active,
input[type='email']:focus,
input[type='url']:active,
input[type='url']:focus,
input[type='password']:active,
input[type='password']:focus,
input[type='search']:active,
input[type='search']:focus {
    border-color: #d4d4d4;
    outline: none;
    background: white;
}

textarea {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 12px;
    border: 1px solid #eee;
}
textarea:active,
textarea:focus {
    border-color: #d4d4d4;
    outline: none;
}

address {
    font-style: italic;
    margin-bottom: 27px;
}

pre {
	background: transparent;
	color: #666;
	font-family: "Open Sans", Georgia, Times, serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    overflow: auto;
    max-width: 100%;
    margin-bottom: 27px;
    padding: 0;
}

code,
kbd,
tt,
var {
    font: 14px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: 1em;
    line-height: 2.09231em;
}

abbr,
acronym {
    margin-bottom: 26px;
    cursor: help;
    border-bottom: 1px dotted #eee;
}

mark,
ins {
    text-decoration: none;
    background: fff9c0;
}

sup,
sub {
    font-size: .8125em;
    line-height: 2.09231em;
    line-height: 0;
    position: relative;
    height: 0;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: .8125em;
    line-height: 2.09231em;
}

big {
    font-size: 1.2em;
    line-height: 1.36em;
}

figure {
    margin: 0;
}

table {
    width: 100%;
    margin-bottom: 27px;
}

td,
th {
    padding: 7px 3px 6px;
    border-collapse: collapse;
    border-bottom: 1px solid #eee;
}

th {
    font-weight: bold;
    padding-bottom: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom-width: 3px;
}

img {
    max-width: 100%;
    height: auto;
}

article{
  float: left;
  width: 20%;
}
/* Links */
a {
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-decoration: none;
    color: #1c7c7c;
}
a:visited {
    color: white;
}
a:hover,
a:focus,
a:active {
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            color: #999;
}

/* =Layout */
.site {
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
    background: transparent;
}
.site-footer {
    font-size: .8125em;
    line-height: 2.09231em;
    clear: both;
    width: 100%;
    margin: 0px 0 0;
    padding: 0px 0 0;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    border-top: 3px solid #eee;
}
.site-footer a {
    text-decoration: none;
    color: #999;
}
.site-footer a:hover {
    color: #1c7c7c;
}
.site-footer .sep {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    margin: 0;
}

.site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 20%;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.sidebar-responsive{
	float: right;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
	}

.widget-area img {
	float:right;
	margin-top:5px;
}
.textwidget{ color:white;}

/* =Header */
.site-header {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.site-header2 {
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.site-logo {
    display: block;
    width: auto;
    max-height: 150px;
    margin: 0 auto 7px;
}
.custom-header {
    display: block;
    margin: 0 auto;
    margin-bottom: 27px;
    border-radius: 5px;
}

.site-branding {
    clear: both;
    margin-bottom: 14px;
    text-align: center;
}

.site-title {
	display: none;
}
.site-title a {
    text-decoration: none;
    color: #666;
}

.site-branding .site-logo a > img {
    max-width: 250px;
}

.site-description {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 7px auto;
    text-align: center;
}
.banner-top{
 margin:0 auto;
 }
.banner-top p{
 margin:0px;
 padding:0px;
 }



/* =Menu */
.main-navigation {
	background-color:black;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 25px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 25px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 25px;
    position: relative;
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 2px;
    padding: 0px;
    text-transform: uppercase;
    z-index: 1;
}
.main-navigation ul {
    clear: both;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.main-navigation li {
    position: relative;
    display: block;
	  width: 11.5%;
	  border:none;
}

.main-navigation li:nth-child(2) {
    background-color:#E2005A;
}
.main-navigation li:nth-child(3) {
    background-color:#fffa02;
    font-weight:bold;
}
.main-navigation li a:nth-child(3) {
    color: black;
}
.main-navigation #menu-item-347 a{
  color:black;
}
.main-navigation #menu-item-92 a{
  color:black !important;
  font-size: small;
}
.main-navigation li#menu-item-92 {
    vertical-align: bottom;
    width: 7%;
}
.main-navigation #menu-item-9944 a{
  color:black !important;
  font-size: small;
}
.main-navigation li#menu-item-9944 {
    vertical-align: bottom;
    width: 7%;
}
.main-navigation li#menu-item-9944 {
    background-color:#fffa02;
}
.main-navigation li#menu-item-9646 a{
  color:black !important;
  font-size: large;
  font-weight: bold;
}
.main-navigation li#menu-item-9642 {
    background-color:#fffa02;
	vertical-align: bottom;
    width: 10%;
}
.main-navigation #menu-item-9642 a{
  color:black !important;
  font-size: large;
  font-weight: bold;
}

.main-navigation li#menu-item-9945 {
    background-color:#E2005A;
}
.main-navigation #menu-item-9678 a{
  color:black !important;
}
.main-navigation #menu-item-9678 a{
  color:black !important;
}
.main-navigation #menu-item-9942 a{
  color:black !important;
}
.main-navigation #menu-item-9946 a{
  color:black !important;
}
.main-navigation li#menu-item-346 a {
    font-size: small;
    color: white;
}
.main-navigation li#menu-item-346 {
    background-color: #E2005A;
    width: 8.5%;
}
.main-navigation li#menu-item-346 {
    vertical-align: bottom;
}
.main-navigation li#menu-item-9944 a {
    font-size: small;
    color: white;
}
.main-navigation li#menu-item-9944 {
    background-color: #fffa02;
    width: 8.5%;
}
.main-navigation li#menu-item-9944 {
    vertical-align: bottom;
}
.main-navigation li#menu-item-58 {
    width: 10.5%;
}
.main-navigation li#menu-item-62 {
    width: 15%;
}

.main-navigation li ul li a {
    font-size: 14px;
}
.main-navigation li:nth-child(4) {
    background-color:#E2005A;
    font-size: 13px;
    width: 7.5%;
}
.main-navigation li:nth-child(5) {
    background-color: #fffa02;
    font-size: 13px;
    font-weight:bold;
}

.main-navigation li:nth-child(7) {
    background-color: #fffa02;
    font-size: 13px;
    font-weight:bold;
}

.main-navigation li:hover > a {
    color: #1c7c7c;
}
.main-navigation a,
.main-navigation a:visited {
    display: block;
    padding: 14px 0 14px;
    text-decoration: none;
    color: white;
    font-size: small;
    border-bottom: 1px solid #eee;
}
.main-navigation ul:first-child > li:last-of-type a {
    border-bottom: none;
}

.current_page_item a,
.current-menu-item a,
.current_page_item a:visited,
.current-menu-item a:visited {
    color: #E745D7 !important;
}

/* Small menu */
.menu-toggle,
.main-navigation.toggled .nav-menu {
    display: block;
}
.menu-toggle,
.main-navigation.toggled .nav-menu li{
    border-bottom:1px solid white;
	width:100%;
}
.main-navigation.toggled .nav-menu li:last-child{
    border-bottom:none;
}
.menu-toggle,
.main-navigation.toggled .nav-menu li a{
    text-align:center;
	font-size:20px;
}


.menu-toggle {
    margin: 0 auto;
    position: relative;
    padding: 5px 7px;
    border: 1px solid #eee;
	background-color: black;
	width:100%;
}
.menu-toggle:before {
    font-size: 16px;
    margin-right: 5px;
    content: '\f419';
    position: relative;
    top: -2px;
}

.toggled .menu-toggle {
    color: #1c7c7c;
    border-color: #1c7c7c;
}

.main-navigation ul:first-child {
    display: none;
}
.main-navigation ul ul li a {
    padding-left: 14px;
}
.main-navigation ul ul ul li a {
    padding-left: 28px;
}
.main-navigation ul ul ul ul li a {
    padding-left: 42px;
}
.banner-pie {
    padding: 0px 10px 10px 10px;
}
.banner-pie img {
    margin: auto;
    display: block;
}
#Pagina-caras {
    display: block;
    width: 35%;
    float: left;
}
#Pagina-caras li#menu-item-734{
  margin: auto;
  padding: 0px;
  width: 100%;
  height: auto;
  border: none;
  background-image: url(images/caras-menu-izq-3.png) ;
  background-size: 100% 100%;
}
#Pagina-caras li#menu-item-734 a{
  color: black;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-left: 2%;
}

#Pagina-videos {
    display: block;
    width: 28.5%;
    float: left;
}
#Pagina-videos li#menu-item-9626{
  margin: auto;
  padding: 0px;
  width: 100%;
  height: auto;
  border: none;
  background-image: url(images/video-menu-der.png) ;
  background-size: 100% 100%;
}
#Pagina-videos li#menu-item-9626 a{
  color: black;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  float: right;
  margin-right: 2% !important;
}



#menu-celular-caja-top{
  display: block;
  width: 100%;
  padding:2px 10px 2px 10px;
  float: left;
}
#third-menu {
    display: block;
    width: 36%;
    float: left;
}
#third-menu li#menu-item-94:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
#third-menu li#menu-item-94{
  margin: auto;
  padding: 0px;
  height: 28px;
  width: 100%;
  text-align: center;
  border: none;
  background-image: url(images/boton-zona-fondo-negro-4.png) ;
  background-size: 100% 100%;
}

#third-menu li#menu-item-94 a{
  color: yellow;
  font-size: 26px;
  margin-left: -24%;
  vertical-align: middle;
}

.hr-zona{
  display: block;
  margin-bottom: 0px;
}

#Pagina-zona{
  display: block;
  width: 100%;
  padding: 2px;
  float: left;
}

#Pagina-zona ul.sub-menu {
    width: 100%;
    margin-top: 3px;
    margin-left: 0px;
    text-align: center;
    border: none;
    list-style-type: circle;
}
#Pagina-zona ul.sub-menu li {
    background-color: #333 !important;
    border: 1px dotted #eee;
    width: 31.3%;
    height: 125px;
    margin: 3px;
    float: left;
    list-style-type: disc;
}
#Pagina-zona ul li{
    list-style-type: disc;
}
#Pagina-zona ul li{
    list-style-type: disc;
}
#Pagina-zona  li ul li{
    list-style-type: disc;
}
#Pagina-zona li ul li a {
  color: white !important;
  font-size: 11px !important;
  font-family: 'Titillium Web', sans-serif;
}


/* =Menu Celular */
#third-menu{
	display:block;
}
#secondary-menu .current_page_item li ul li a,
.current-menu-item li ul li a,
.current_page_item li ul li a:visited,
.current-menu-item li ul li a:visited {
    color: #E745D7 !important;
}
#secondary-menu{
	background-color:black;
  font-weight: bolder;
  letter-spacing: 1px;
  margin-top: 2px;
  padding: 0px;
  text-transform: uppercase;
  z-index: 1;
	Display:block;
	width:100%;
}
#secondary-menu ul {
  clear: both;
  margin: 0;
  padding-left: 0;
  list-style: none;
	width:100%;
}
#secondary-menu li {
	float:left;
	width:33.1%;
	border:none;
	background-color:black;
	list-style: none;
}
#secondary-menu li:first-child  {
	background-image: url("http://asunsex.com.py/wp-content/uploads/2019/11/hombre-menu-izq-2.jpg");
	border:none;
	background-size: 100% 100%;
}
#secondary-menu li#menu-item-348 a{
	margin-left: 2%;
}
#secondary-menu li:nth-child(2)   {
	background-image: url("http://asunsex.com.py/wp-content/uploads/2019/11/menu-centro-negro-2.jpg");
	border:none;
	background-size: 100% 27px;
  color: black;
}
#secondary-menu li:nth-child(3)   {
	background-image: url("http://asunsex.com.py/wp-content/uploads/2019/11/menu-hombres-der-2.jpg");
	border:none;
	background-size: 100% 100%;
}
#secondary-menu li a{
	color:white;
	font-weight: bolder;
	text-align:center;
  font-size:13px;
}
#secondary-menu #menu-item-349 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#secondary-menu #menu-item-349 a {
    color: black;
    text-align: center;
}
#secondary-menu #menu-item-4528 a { /*travestis*/
    margin-left: 2% !important;
    float:left;
    overflow: hidden
    color: white;
}
#secondary-menu #menu-item-350 a { /*Hombres*/
    margin-right: 2% !important;
    overflow: hidden;
    float: right;
    color: white;
}
#secondary-menu #menu-item-52 a { /*Hombres*/
    margin-right: 2% !important;
    overflow: hidden;
    float: right;
    color: white;
}
#secondary-menu #menu-item-48123 a { /*MENU*/
    margin-left: 20% !important;
    color:black;
}

#secondary-menu li ul li {
	background-color: black;
	border:none;
	border-top:2px solid white;
	float:none;
	width:300%;
	margin-left:-100%;
	padding: 14px 0 14px;
	display:none;
	list-style: none;
}
#secondary-menu li ul li:first-child {
	background-color: black !important;
	background-image:none;
	margin-left:-100%;
}
#secondary-menu li ul li:nth-child(2) {
	background-color: black !important;
	background-image:none;
	border-top:1px solid white;
}
#secondary-menu li ul li:nth-child(3) {
	background-image:none;
	border-top:1px solid white;
}
#secondary-menu li li a {
  color:white;
	font-size: 20px !important;
	font-weight:normal;
}
#secondary-menu #menu-item-4525 a { /*sub inicio*/
	margin-left:42% !important;
}
#secondary-menu #menu-item-4530 a { /*sub moteles*/
	margin-left:30% !important;
}
#secondary-menu li ul li:nth-child(3) { /*sub hombres*/
	background-color: #e2005a;
}
#secondary-menu #menu-item-4532 a { /*sub hombres*/
    margin-left:37% !important;
}
#secondary-menu li ul li:nth-child(4) { /*sub travests*/
	background-color: #e2005a;
}
#secondary-menu #menu-item-4533 a{ /*sub travests*/
    margin-left:36% !important;
}
#secondary-menu #menu-item-4526 a { /*sub terminos*/
	margin-left:37% !important;
}
#secondary-menu #menu-item-4529 a { /*sub publicar*/
	margin-left:25% !important;
}
#secondary-menu #menu-item-51 a{
  margin-left: 20% !important;
   color: black;
}
#secondary-menu li:hover > ul li {
	display:block;
}


/* Menu celular trans*/

#menutranscelu-menu .current_page_item li ul li a,
.current-menu-item li ul li a,
.current_page_item li ul li a:visited,
.current-menu-item li ul li a:visited {
    color: #E745D7 !important;
}
#menutranscelu-menu{
	background-color:black;
  font-weight: bolder;
  letter-spacing: 1px;
  margin-top: 2px;
  padding: 0px;
  text-transform: uppercase;
  z-index: 1;
	Display:block;
	width:100%;
}
#menutranscelu-menu ul {
  clear: both;
  margin: 0;
  padding-left: 0;
  list-style: none;
	width:100%;
}
#menutranscelu-menu li {
	float:left;
	width:33.1%;
	border:none;
	background-color:black;
	list-style: none;
}
#menutranscelu-menu li:first-child  {
	background-image: url("http://asunsex.com.py/wp-content/uploads/2019/11/hombre-menu-izq-2.jpg");
	border:none;
	background-size: 100% 100%;
}
#menutranscelu-menu li#menu-item-9959 a{
	margin-left: 2%;
}
#menutranscelu-menu li:nth-child(2)   {
	background-image: url("http://asunsex.com.py/wp-content/uploads/2019/11/menu-centro-negro-2.jpg");
	border:none;
	background-size: 100% 27px;
  color: black;
}
#menutranscelu-menu li:nth-child(3)   {
	background-image: url("http://asunsex.com.py/wp-content/uploads/2019/11/menu-hombres-der-2.jpg");
	border:none;
	background-size: 100% 100%;
}
#menutranscelu-menu li a{
	color:white;
	font-weight: bolder;
	text-align:center;
  font-size:13px;
}
#menutranscelu-menu #menu-item-9960 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#menutranscelu-menu #menu-item-9960 a {
    color: black;
    text-align: center;
}

#menutranscelu-menu #menu-item-9961 a { /*Hombres*/
    margin-right: 2% !important;
    overflow: hidden;
    float: right;
    color: white;
}
#menutranscelu-menu #menu-item-52 a { /*Hombres*/
    margin-right: 2% !important;
    overflow: hidden;
    float: right;
    color: white;
}
#menutranscelu-menu #menu-item-48123 a { /*MENU*/
    margin-left: 20% !important;
    color:black;
}

#menutranscelu-menu li ul li {
	background-color: black;
	border:none;
	border-top:2px solid white;
	float:none;
	width:300%;
	margin-left:-100%;
	padding: 14px 0 14px;
	display:none;
	list-style: none;
}
#menutranscelu-menu li ul li:first-child {
	background-color: black !important;
	background-image:none;
	margin-left:-100%;
}
#menutranscelu-menu li ul li:nth-child(2) {
	background-color: black !important;
	background-image:none;
	border-top:1px solid white;
}
#menutranscelu-menu li ul li:nth-child(3) {
	background-image:none;
	border-top:1px solid white;
}
#menutranscelu-menu li li a {
  color:white;
	font-size: 20px !important;
	font-weight:normal;
}
#menutranscelu-menu #menu-item-4525 a { /*sub inicio*/
	margin-left:42% !important;
}
#menutranscelu-menu #menu-item-4530 a { /*sub moteles*/
	margin-left:30% !important;
}
#menutranscelu-menu li ul li:nth-child(3) { /*sub hombres*/
	background-color: #e2005a;
}
#menutranscelu-menu #menu-item-4532 a { /*sub hombres*/
    margin-left:37% !important;
}
#menutranscelu-menu li ul li:nth-child(4) { /*sub travests*/
	background-color: #e2005a;
}
#menutranscelu-menu #menu-item-4533 a{ /*sub travests*/
    margin-left:36% !important;
}
#menutranscelu-menu #menu-item-4526 a { /*sub terminos*/
	margin-left:37% !important;
}
#menutranscelu-menu #menu-item-4529 a { /*sub publicar*/
	margin-left:25% !important;
}
#menutranscelu-menu #menu-item-51 a{
  margin-left: 20% !important;
   color: black;
}
#menutranscelu-menu li:hover > ul li {
	display:block;
}

.menu-menu-trans-celular-container {
    padding: 0px 10px 0px 10px;
}

/* =Menu celular2 */

.menu-menu-celular-container {
    padding: 0px 10px 0px 10px;
}
#secondary2-menu{
	background-color:black;
    font-weight: bolder;
    letter-spacing: 1px;
    margin-top: 2px;
    padding: 0px;
    text-transform: uppercase;
    z-index: 1;
	Display:block;
	width:100%;
}
#secondary2-menu ul {
    clear: both;
    margin: 0px;
    padding: 0px;
    list-style: none;
	width:100%;
}
#secondary2-menu li {
	float:left;
	width:100%;
	Border:1px solid white;
	padding: 7px 0 7px;
	background-color:black;
	list-style: none;
}
#secondary2-menu li a{
	color:white;
	font-weight: bolder;
	text-align:center;
    font-size:20px;
	margin-left: 38%;
}
#secondary2-menu li ul li a{
	font-weight:normal;
	margin-left: 40%;
}
#secondary2-menu li ul li {
	background-color: black;
	border:none;
	border-top:2px solid white;
	float:none;
	padding: 14px 0 14px;
	display:none;
	list-style: none;
	margin-left:0%;
}
#secondary2-menu li ul li:first-child > a{
	margin-left: 37% !important;
}
#secondary2-menu li ul li:nth-child(2) > a{
	margin-left: 18% !important;
}
#secondary2-menu li ul li:nth-child(3) > a{
	margin-left: 29% !important;
}
#secondary2-menu li ul li:nth-child(4) > a{
	margin-left: 29% !important;
}
#secondary2-menu li ul li:nth-child(5) > a{
	margin-left: 30% !important;
}
#secondary2-menu li ul li:nth-child(6) > a{
	margin-left: 14% !important;
}
#secondary2-menu li:hover > ul li {
	display:block;
}
#secondary2-menu li ul li:nth-child(3) { /*sub hombres*/
	background-color: #e2005a;
}
#secondary2-menu li ul li:nth-child(4) { /*sub travestis*/
	background-color: #e2005a;
}
#secondary2-menu .current_page_item li ul li a,
.current-menu-item li ul li a,
.current_page_item li ul li a:visited,
.current-menu-item li ul li a:visited {
    color: #E745D7 !important;
}


/* =Content */
.hentry {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 100%;
}

.site-main .hentry{
  margin: 0px 4px 7px 0px;;
  padding: 0px;
  width: 23.4%;
}
.content-area2 .site-main .hentry {
    width: 100%;
}

.inicio .hentry {
  margin: 0px 4px 7px 0px;;
  padding: 0px;
  width: 23%;
}

.site-main .hentry:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.byline,
.updated {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.attachment-penscratch-featured {
    margin: 14px 0 0;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    opacity: 1;
    border-radius: 3px;
}

.hentry:hover .attachment-penscratch-featured {
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    opacity: .7;
}
.entry-footer,
.entry-meta {
    font-size: .8125em;
    font-weight: normal;
    line-height: 2.09231em;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
}
.entry-footer a,
.entry-meta a,
.entry-footer a:visited,
.entry-meta a:visited {
    color: #999;
}
.entry-footer a:hover,
.entry-meta a:hover {
    color: #1c7c7c;
}

.entry-title {
    font-size: 1.75em;
    line-height: 1.10em;
    line-height: 1.21429em;
    margin: 0 0 7px;
}
.entry-title a,
.entry-title a:visited {
    text-decoration: none;
    color: #666;
}
.entry-title a:hover {
    color: #1c7c7c;
}
.page .entry-title {
	display:none;
}

.sep {
    margin: 0 3px;
}

.page-links {
    clear: both;
    margin: 27px 0;
    word-spacing: 7px;
}

.page-title {
    font-size: 18px;
    line-height: 1.36em;
    margin: 0;
    padding-bottom: 14px;
    letter-spacing: 1px;
    color: #999;
    border-bottom: 1px solid #eee;
}

.page-header {
    margin-bottom: 27px;
}

.taxonomy-description {
    font-style: italic;
    margin-top: 27px;
}

/* =Post Formats */
.format-link .entry-title a:after {
    font-size: 32px;
    margin-left: 5px;
    content: '\f442';
}

/* =Media */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 27px;
}
.wp-caption img[class*='wp-image-'] {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.caja-caption{
  background-color: black;
  padding: 1px;
}
.entry-thumbnail {
    border: 1px solid white;
}
.wp-caption-text {
    font-size: 0.4em;
    line-height: 1.0em;
    width: 100%;
    max-width: 142px;
}
.wp-caption-text-destacada {
    font-size: 0.5em;
    line-height: 1.0em;
    width: 100%;
    max-width: 142px;
}
.wp-caption-text p{
  text-align: center;
  text-transform: uppercase;
  background-color: black;
  padding: 2px 0px 1px 0px;;
  margin: 0;
  margin-top: -3px;
}
.wp-caption-text-destacada p{
  text-align: center;
  text-transform: uppercase;
  background-color: black;
  margin: 0;
  margin-top: -3px;
  padding: 5px 0px 3px 0px;
}
.wp-caption-text p:nth-child(2) {
    color: #E745D7;
}
.site-content .gallery {
    margin-bottom: 5px;
}
.site-content .gallery a img {
    max-width: 100%;
    height: auto;
}
.site-content .gallery dd {
    margin: 0;
}

/* Gallery column widths */
.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 49%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 23.3%;
    margin: 0px 2px;
}

.gallery-columns-6 .gallery-item {
    width: 16.667%;
}

.gallery-columns-7 .gallery-item {
    width: 14%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.site-content .gallery-columns-1.gallery a img {
    max-width: 100%;
}

.gallery-item {
	display: inline-block;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}
.content-area3 .gallery a img {
    max-width: 40%;
    height: auto;
}
.gallery-item img {
    padding: 0px;
}

.gallery-caption {
    font-size: .8125em;
	color: white;
    line-height: 2.09231em;
    line-height: 2.09231em;
    max-width: 50%;
    margin-left: -30px;
	margin-top:-60px;
}
.content-area3 .galleryid-254{
display:none;
}



/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Navigation */
.site-main .post-navigation,
.site-main .paging-navigation {
    font-size: .8125em;
    font-style: italic;
    line-height: 2.09231em;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.site-main .post-navigation .meta-nav,
.site-main .paging-navigation .meta-nav {
	clear: both;
	color: #1c7c7c;
	display: block;
	font-style: normal;
	letter-spacing: 1px;
    text-transform: uppercase;
}
.site-main .post-navigation .nav-previous a,
.site-main .paging-navigation .nav-previous a {
	color: #aaa;
    position: relative;
    float: left;
    width: 50%;
    text-decoration: none;
}
.site-main .post-navigation .nav-next a,
.site-main .paging-navigation .nav-next a {
	color: #aaa;
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
    text-decoration: none;
}

.site-main .post-navigation a,
.site-main .paging-navigation a {
	color: #aaa;
}
.site-main .post-navigation a:hover,
.site-main .paging-navigation a:hover {
	color: #666;
}

.comment-navigation:before,
.comment-navigation:after {
    display: table;
    content: '';
}

.comment-navigation:after {
    clear: both;
}

.site-main .comment-navigation {
    font-size: .8125em;
    line-height: 2.09231em;
    line-height: 1.5;
    clear: both;
    width: 100%;
    margin: 27px 0;
    padding: 12px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.site-main .comment-navigation .nav-previous {
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
}
.site-main .comment-navigation .nav-next {
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
}

/* =Comments */

.comments-area {
    margin: 24px auto 0;
    border-top: 3px solid #eee;
}

.comments-title,
#respond h3 {
    font-size: 1.2em;
    line-height: 1.36em;
    color: #999;
}
.comments-title small,
.comment-reply-title small {
    float: right;
}

.comment-list,
.comment-list .children {
    list-style: none;
}

.comment-list {
    margin: 0;
}

.comment-list > .comment:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.comment {
    margin-top: 26px;
    padding-top: 27px;
    border-top: 1px solid #eee;
}

.comment-meta {
    text-transform: uppercase;
}
.comment-meta a {
    color: #666;
}
.comment-meta .comment-author img {
    float: left;
    border-radius: 50%;
}
.comment-meta .comment-author .fn {
    display: block;
    font-weight: normal;
    margin-left: 74px;
    text-transform: none;
}
.comment-meta .comment-metadata {
    font-size: .8125em;
    font-weight: normal;
    line-height: 2.09231em;
    margin-bottom: 27px;
    margin-left: 74px;
    letter-spacing: 1px;
    color: #999;
}
.comment-meta .comment-metadata a {
    color: #999;
}
.comment-meta .comment-metadata a:hover {
    color: #1c7c7c;
}

.comments-area .edit-link:before {
    display: inline;
    margin: 0 7px;
    content: ' ~ ';
}

.comment-form label {
    display: inline-block;
    width: 109px;
}

.required {
    color: #1c7c7c;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
    position: relative;
    margin: 0 0 27px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
    font-size: .8125em;
    font-weight: normal;
    line-height: 2.09231em;
    position: absolute;
    top: 7px;
    left: 0;
    padding: 7px 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comment-form-comment label {
    top: 1px;
    left: 1px;
    background: white;
    width: 95.5%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
    display: block;
    width: 100%;
    margin: 0 0 27px;
    padding-left: 100px;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
    clear: both;
    width: 100%;
    margin: 0 0 27px;
    padding: 54px 14px 7px;
}

.says {
    display: none;
}

.form-allowed-tags {
    color: #999;
}

.no-comments {
    font-style: italic;
    margin: 27px 0;
    text-align: center;
    color: #999;
}

/* =Widgets */

.fotos-destacadas-wraper{
	margin: 0px auto;
	width:100%;
}
.fotos-destacadas-wraper .wp-caption-text{
  max-width: 120px;
  width:100%;
  border: 1px solid white;
}
.fotos-destacadas-wraper .wp-caption-text-destacada{
  max-width: 120px;
  width:100%;
  border: 1px solid white;
}
.fotos-destacadas{
  margin-left: 0%;
}
.fotos-destacadas .hentry{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 14.2%;
}
.fotos-destacadas .widget_simpleimage p{
	float:left;
	margin: auto;
	text-align:center;
}
.fotos-destacadas .widget_simpleimage p img{
	float:left;
	margin-left: 1%;
	border:1px solid white;
	text-align:center;
}

.baner-debajo-destacada-wraper{
	margin: 0px auto;
	width:100%;
  padding: 0px 10px 0px 10px;
}
.banner-casa-destacada{
	width:49.5%;
	float:left;
	margin: auto;
	padding-bottom:3px;
}
.banner-casa-destacada:nth-child(2){
	margin: auto;
	margin-left:1%;
	width:49.5%;
	float:left;
	padding-bottom:3px;
}
.banner-casa-destacada .widget_simpleimage p{
	float:left;
	margin: auto;
	text-align:center;
}
.banner-casa-destacada .widget_simpleimage p img{
	float:left;
	margin-left: 0%;
	border:1px solid white;
	text-align:center;
}
.banner-casa-destacada .widget_media_image a img{
  float:left;
  margin-left: 0%;
  border:1px solid white;
  text-align:center;
}
.widget {
    line-height: 2.09231em;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.widget select {
    max-width: -webkit-calc(100% - 48px);
    max-width:         calc(100% - 48px);
    margin-left: 1px;
}
.widget a {
    text-decoration: none;
    color: #1c7c7c;
}
.widget a:hover,
.widget a:active,
.widget a:focus {
    color: #666;
}
.widget ul {
    margin: 0;
    list-style: none;
}
.widget li {
    margin: 0;
    padding-top: 6px;
    padding-bottom: 7px;
    list-style: none;
    border-top: 1px solid #eee;
}

.widget-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.36em;
    margin: 14px 0;
}
.widget-title a {
    color: #666;
}
	.site-content .sidebar-responsive .datos-cliente h1 {
        margin: 0px;text-transform: uppercase;text-align: center;font-size: 20px;color: #E745D7;font-weight: bold;
    }
	.site-content .sidebar-responsive .datos-cliente h3 {
        margin: 0px;text-transform: uppercase;text-align: center;font-size: 26px;color: white;font-weight: bold;
    }
	.site-content .sidebar-responsive .datos-cliente h2 {
        margin: 0px;text-transform: uppercase;text-align: center;font-size: 20px;color: #E745D7;
    }
	.site-content .sidebar-responsive .datos-cliente h4 {
        font-family: Georgia; margin: 2px;text-transform: uppercase;text-align: center;font-size: 28px;color: white;
    }
    .site-content .sidebar-responsive .datos-cliente .telefono h4 {
          background-image: url('http://asunsex.com.py/wp-content/uploads/2017/03/xtelefono-1.png.pagespeed.ic.K-eRlw3ibH.png');
          background-repeat: no-repeat;
          background-position: 10% 50%;
          background-size: 5%;
  		    font-family: Arial;
      }
      .site-content .sidebar-responsive .datos-cliente .whatsapp h4 {
          background-image: url('http://asunsex.com.py/wp-content/uploads/2019/11/xwhatsapp-datos-bg-v2.png.pagespeed.ic.4TWjoKBfgK.png');
          background-repeat: no-repeat;
          background-position: 11% 50%;
          background-size: /* FIXME:  */;
          font-family: Arial; margin: 2px;margin-top: 5px;text-transform: uppercase;text-align: center;font-size: 28px;color: white;
      }
    .site-content .sidebar-responsive .datos-cliente .whatsappweb {
        background-image: url('http://34.210.195.213/wp-content/uploads/2019/11/botonwhatsappwebv4.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: fixed;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-content .sidebar-responsive .datos-cliente .whatsappweb a {
        color: white;
    }
    .site-content .sidebar-responsive .datos-cliente .whatsappweb p {
        position: absolute;
        top: 50%;
        left: 50%;
    }
	.site-content .sidebar-responsive .datos-cliente .zona h1{
        background-image: url('http://asunsex.com.py/wp-content/uploads/2017/03/xicono-zona-1.png.pagespeed.ic.rro0xjJHCD.png');
        background-repeat: no-repeat;
        background-position: 1% 50%;
        margin: 0px;text-transform: uppercase;text-align: center;font-size: 20px;color: #E745D7;font-weight: bold;
    }
  .site-content .sidebar-responsive .datos-cliente .zona h2{
        margin: 0px;text-transform: uppercase;text-align: center;font-size: 16px;color: white;font-weight: bold;
    }
  .site-content .sidebar-responsive .datos-cliente .zona a{
        color: white;
    }
	.site-content .sidebar-responsive .datos-cliente p {
        margin: 0 0 10px;font-size: 16px;color: white; font-weight:bold;
    }
	.site-content .sidebar-responsive .datos-cliente p strong{
        margin: 0px;font-weight: bolder;
    }
    .site-content .sidebar-responsive .datos-cliente .edadalturatipomedidas p {
        width:48%; float:left; margin:0px;margin-bottom:10px;
    }
	.site-content .sidebar-responsive .datos-cliente hr{
        display:block;margin: 0px;padding:0px;border:1px solid white;
    }
    .site-content .sidebar-responsive .datos-cliente .publicaen {
        margin: 0px;padding-top: 15px; padding-bottom: 15px; display: none;
    }
    .site-content .sidebar-responsive .datos-cliente .publicaen h1 {
        margin: 0px;padding-top: 5px; padding-bottom: 5px;text-transform: none;text-align: center;font-size: 42px;color: #E745D7;
    }
    .site-content .sidebar-responsive .datos-cliente .publicaen h2 {
        background-image: url('http://asunsex.com.py/wp-content/uploads/2017/03/xtelefono-1.png.pagespeed.ic.K-eRlw3ibH.png');
        background-repeat: no-repeat;
        background-position: 5% 85%;
        margin: 0px; padding-left: 20px; padding: 10px 0px 10px 0px;text-transform: none;text-align: center;font-size: 45px;color: white;
    }
    .site-content .sidebar-responsive .datos-cliente .publicaen h3 {
        margin: 0px;padding-top: 5px; padding-bottom: 5px;text-transform: lowercase;text-align: center;font-size: 42px;color: #E745D7;
    }
    .caja-llamar-whatsapp{
      overflow: auto;
      width: 100%;
      padding: 0px 0px 5px 0px
    }
    .celularllamar {
      Display:block;
      float:left ;
      position: relative;
      overflow:auto;
      z-index: 10;
      width: 49%;
      margin-left: 1%;
      border: 2px solid;
      border-radius: 25px;
      background-image: url('http://asunsex.com.py/wp-content/uploads/2019/11/celularllamarboton-v5.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 10px 0px 10px 0px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .celularllamar p {
      text-align: center;
      vertical-align: middle;
    }
    .celularllamar a {
      color: white;
      text-align: center;
      margin-left: 5%;
      vertical-align: middle;
      font-size: 16px;
      font-family: Georgia;
      font-weight: 600;
    }
    .celularwhatsapp{
      display: none;
      float: right;
      position: relative;
      overflow:auto;
      z-index: 10;
      width: 49%;
      margin-left: 1%;
      border: 2px solid;
      border-radius: 25px;
      background-image: url('http://asunsex.com.py/wp-content/uploads/2019/11/celularwhatsappboton-v5.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 10px 0px 10px 0px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .celularwhatsapp p {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      font-family: 'Open Sans', sans-serif;

    }
    .celularwhatsapp a {
      color: white;
      text-align: center;
      vertical-align: middle;
      margin-left: 12%;
      font-size: 16px;
      font-family: Georgia;
      font-weight: 600;
    }
    .site-content .sidebar-responsive .datos-cliente .whatsappweb{
      display: none;
    }

/* Calendar widget */
#wp-calendar td,
#wp-calendar th,
#wp-calendar th {
    text-align: center;
}
#wp-calendar caption {
    font-weight: 700;
    margin: 14px 0;
    text-align: center;
}
#wp-calendar a {
    text-decoration: none;
    color: #1c7c7c;
}

/* Recent Comments */
.widget_recent_comments td,
.widget_recent_comments th {
    border: 0;
}

/* Tags */
.tags-links {
    display: block;
    margin-top: 7px;
}
.tags-links:before,
.tags-links:after {
    display: table;
    content: '';
}

.tags-links:after {
    clear: both;
}
.wp_widget_tag_cloud a,
.tags-links a {
    font-size: inherit !important;
    display: inline-block;
    margin: 0 7px 7px 0 !important;
    padding: 0 7px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    border: 1px solid #eee;
}
.wp_widget_tag_cloud a:hover,
.tags-links a:hover {
    color: #1c7c7c;
    border-color: #1c7c7c;
}

/* =Jetpack */

.jetpack-video-wrapper {
	margin-bottom: 27px;
}

.jetpack-slideshow.slideshow-black {
	background-color: #eee;
	border-color: #eee;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    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;
}

.infinite-wrap {
	border-top: 1px solid #eee;
	padding-top: 53px;
}
#infinite-footer {
    z-index: 999;
}
#infinite-footer .container {
    font-style: italic;
    position: relative;
    color: #999;
    border-top: 0;
    background: white;
}
#infinite-footer .container a {
    color: #999;
}
#infinite-footer .container a:hover {
    color: #1c7c7c;
}
#infinite-footer .blog-info a,
#infinite-footer .blog-credits {
    font-size: .8125em;
    font-weight: normal;
    font-style: normal;
    line-height: 2.09231em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.infinite-loader {
    clear: both;
    width: 28px;
    height: 43px;
    margin: 0 auto 14px;
    padding-top: 27px;
}

#infinite-handle {
    clear: both;
    width: 100%;
    margin: 0;
}

#infinite-handle span {
	border-radius: 3px;
	display: block;
	font-size: 1em;
	font-weight: normal;
	padding: 10px 14px;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    color: #999;
    border: 3px solid #eee;
    background: white;
    text-align: center;
    width: 160px;
}
#infinite-handle span:hover {
	border-color: #1c7c7c;
	color: #1c7c7c;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

div.sharedaddy div.sd-block {
    padding: 14px 0 14px !important;
}

/* =Social Links */
.social-links {
    clear: both;
    margin: 14px auto;
}
.social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
}
.social-links ul a {
    display: inline-block;
    text-decoration: none;
}
.social-links ul a:before {
    line-height: 1;
    position: relative;
    display: block;
    margin-left: 4px;
   	margin-top: 2px;
   	margin-bottom: 4px;
    padding: 8px 7px 8px 9px;
    content: '\f415';
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: top .3s ease-in-out;
            transition: all .1s ease-in-out;
    text-align: center;
    color: white;
    border-radius: 50%;
    background: #ccc;
}
.social-links ul a:hover {
    text-decoration: none;
}
.social-links ul a:hover:before {
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
    text-decoration: none;
    background: #1c7c7c;
}
.social-links ul a[href*='wordpress.org']:before,
.social-links ul a[href*='wordpress.com']:before {
    content: '\f205';
}
.social-links ul a[href*='facebook.com']:before {
    content: '\f204';
}
.social-links ul a[href*='twitter.com']:before {
    content: '\f202';
}
.social-links ul a[href*='dribbble.com']:before {
    content: '\f201';
}
.social-links ul a[href*='plus.google.com']:before {
    content: '\f206';
}
.social-links ul a[href*='pinterest.com']:before {
    content: '\f209';
}
.social-links ul a[href*='github.com']:before {
    content: '\f200';
}
.social-links ul a[href*='tumblr.com']:before {
    content: '\f214';
}
.social-links ul a[href*='youtube.com']:before {
    content: '\f213';
}
.social-links ul a[href*='flickr.com']:before {
    content: '\f211';
}
.social-links ul a[href*='vimeo.com']:before {
    content: '\f212';
}
.social-links ul a[href*='instagram.com']:before {
    content: '\f215';
}
.social-links ul a[href*='codepen.io']:before {
    content: '\f216';
}
.social-links ul a[href*='linkedin.com']:before {
    content: '\f207';
}
.social-links ul a[href*='foursquare.com']:before {
    content: '\f226';
}
.social-links ul a[href*='reddit.com']:before {
    content: '\f222';
}
.social-links ul a[href*='digg.com']:before {
    content: '\f221';
}
.social-links ul a[href*='getpocket.com']:before {
    content: '\f224';
}
.social-links ul a[href*='path.com']:before {
    content: '\f219';
}
.social-links ul a[href*='stumbleupon.com']:before {
    content: '\f223';
}
.social-links ul a[href*='spotify.com']:before {
    content: '\f223';
}
.social-links ul a[href*='twitch.tv']:before {
    content: '\f516';
}
.social-links ul a[href*='dropbox.com']:before {
    content: '\f225';
}
.social-links ul a[href*='/feed']:before {
    content: '\f515';
}
.social-links ul a[href*='skype']:before {
    content: '\f220';
}
.social-links ul a[href*='mailto']:before {
    content: '\f410';
}

.post-edit-link{
        background: gray;
    padding: 0 10px;
    margin: 0 5px;
    color: white !important;
}

.entry-content, .entry-summary, .page-content, .comment-content {
    -moz-hyphens: auto;
    word-wrap: break-word;
}

.ss_rounded{
        border-radius: 5px;
    }

.ss_squared {
        border-radius: 0;
}

a.more-link{
    display: block;
}



.site-header .logo-derecho{
	margin: auto;
	width:100%;
	padding:0px;
}
.site-header .logo-derecho img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.site-header .logo-derecho2{
	margin:0 auto;
	width:40%;
	padding:0px;
}

.content-area {
    float: left;
    width: 80%;
    margin-top: 5px;
	}
.content-area  a img{
    border-bottom: none;
	}
.content-area  .alignleft img{
    max-width: 50%;
    height: auto;
	}
.content-area2{
	float: left;
    width: 100%;
	padding:10px;
	}
.content-area2 .gallery-item img{
    border:3px solid white;
	}
.content-area3{
	float: left;
  width: 100%;
	}
.content-area4{
	float: left;
  width: 100%;
	padding-left:10px;
	padding-right:10px;
	}
.content-area5 .site-main .hentry {
  width: 100%;
  margin: 10px;
  }
.content-motelesperfil .logoleft{
	display:block;
	width:50%;
	float:left;
	margin:0px auto;
}
.content-motelesperfil .logoleft img{
	width:98%;
	height:auto;
}
.content-motelesperfil .logoleft2{
	display:none;
	width:50%;
	float:left;
	margin:0px auto;
}
.content-motelesperfil .habitacionesopciones{
	width:50%;
	float:right;
	margin:0px auto;
}
.content-motelesperfil h1{
	width:100%;
	float:right;
}
.content-motelesperfil .habitaciones ul{
	height:auto;
	float:right;
	border:none;
}
.content-motelesperfil .habitaciones ul li{
	width: 100%;
	margin:0px auto;
	margin-top:20px;
	float:none;
	color:white;
	list-style:none;
	text-align: center;
	border:none;
	padding:5px;
}
.content-motelesperfil .habitaciones ul li:hover{
	opacity: 0.5;
}
.content-motelesperfil ul{
    width: 100%;
	float:left;
	border-top:1px solid white;
	border-bottom:1px solid white;
	}
.content-motelesperfil ul li{
    width: 50%;
	float:left;
	color:white;
	font-weight: bold;
	list-style:none;
	text-align: center;
	margin:10px auto;
	}
.content-motelesperfil ul li:hover{
    opacity: 0.5;
	}
.content-motelesperfil ul li a:link {
	color:white;
	}
.content-motelesperfil ul li a:visited {
	color:white;
	}
.content-motelesperfil .wp-caption img[class*='wp-image-'] {
    display: block;
    max-width: 90%;
	float:left
}
.content-motelesperfil .alignnone {
    margin:0px auto;
	float:left;
	}
.content-area2 .gallery-columns-2 .gallery-item  {
	margin-left:1%;
	}
.content-area3 .gallery-columns-5 .gallery-item  {
    width: 49%;
	margin: 0px 0px;
	}
.content-area3 .gallery-columns-3 .gallery-item  {
    width: 32.2%;
	}
.content-area3 .gallery-columns-2 .gallery-item  {
    width: 49.5%;
}
.content-area3 .gallery-item {
	display: inline-block;
	margin-left: .5%;
	text-align: center;
	vertical-align: top;
}
.content-area3 .gallery-item img {
	border:1px solid white;
}
.content-area4 .gallery-columns-5{
	display:none;
}
.content-area4 .gallery-columns-2{
	display:block;
}
.content-area4 .gallery-columns-2 .gallery-item{
	margin-top: 10px;
	margin-left: 2px;
}
.content-area4 .gallery-columns-5 .gallery-item :hover {
    opacity: 0.8;
	margin: 0px 0px;
}
.content-motelesperfil h1{
	float:none;
	margin:10px auto;
	padding-bottom:20px;
	border:2px solid white;
	border-radius: 100px / 50px;
	padding:5px;
}
.content-motelesperfil .logoleft h1{
	border:none;
}
/*----------------------------- Media Queries ---------------------------------------------*/
@media screen and (min-width: 45em) {
.celularllamar{
  display:none;
}
.celularwhatsapp{
  display: none;
}
.site-content .sidebar-responsive .datos-cliente .whatsappweb{
  display: block;
}
#secondary-menu{
	display:none;
}

#menutranscelu-menu{
	display:none;
}
#third-menu{
	display:none;
}
#menu-celular-caja-top{
	display:none;
}

#Pagina-caras{
	display:none;
}
#Pagina-zona ul.sub-menu li {
    height: 58px;
    width: 32.7%;
}
#Pagina-zona li ul li a {
  font-size: 14px !important;
}

.alignleft {
    display: inline;
    float: left;
    margin: 14px 23px 14px 0;
}
hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border: 1px solid black;
    clear: both;
}
.content-motelesperfil .wp-caption img[class*='wp-image-'] {
    display: block;
    max-width: 100%;
	float:left
}
.content-motelesperfil .logoleft{
	display:none;
	float:none;
	margin:0px auto;
}

.content-motelesperfil .logoleft2{
	display:block;
	float:none;
	margin:0px auto;;
}
.content-motelesperfil .habitacionesopciones{
	width:100%;
	float:none;
	margin:0px auto;
}
.content-motelesperfil h1{
	border:none;
	padding:0px;
	float:none;
	margin:10px auto;
	padding-bottom:10px;
}

 .content-motelesperfil ul{
    width: 100%;
	height:32px;
	margin-top:-10px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin:0px auto;
	float:none;

	}
 .content-motelesperfil ul li{
    width: 24%;
	color:white;
	float:left;
	list-style:none;
	text-align: center;
	margin:0px auto;
	}
.content-motelesperfil .habitaciones{
	width: 100%;
	height:40px;
	float:none;
	border:none;
}
.content-motelesperfil .habitaciones ul{
	width:auto;
	float:none;
	display: block;
	text-align:center;
	border:none;
	margin:0px auto;
	margin-bottom:0px;
}
.content-motelesperfil .habitaciones ul li{
	width:auto;
	margin-top:20px;
	margin-left:15px;
	display: inline;
	float:none;
	color:white;
	list-style:none;
	text-align: center;
	padding-left:2px;
	padding-right:2px;
	padding-top: 5px;
	padding-bottom:5px;
}
.content-motelesperfil .alignnone {
    margin-left:30%;
	float:none;
	}
.site-main .hentry{
    width: 20%;
}
.gallery-columns-5 .gallery-item {
    width: 19.9%;
	margin: 0px 0px;
}
.content-area3 .gallery-columns-5 .gallery-item  {
    width: 19%;
	margin: 0px 0px;
	}
.content-area3 .gallery-columns-2 .gallery-item  {
    width: 49.5%;
}
.content-area3 .gallery-caption {
    display:none;
}
.content-area3 .gallery a img {
    max-width: 100%;
    height: auto;
}


.content-area4 .gallery-columns-2{
	display:none;
}
.content-area4 .gallery-columns-5{
	display:block;
}
.content-area4 .gallery-columns-5 .gallery-item :hover {
    opacity: 0.8;
	margin: 0px 0px;
	}
.content-area4 p {
    font-size: 32px;
	border-bottom:1px solid white;
	width:50%;
	margin:0px auto;
	margin-bottom:10px;
	padding-bottom:5px;
}
.content-area4{
	float: left;
  width: 100%;
	padding-left:10px;
	padding-right:10px;
	}
.content-area5 .site-main .hentry {
  width: 100%;
  margin: 10px;
  }
.content-area5{
  float: left;
  width: 100%;
  padding-left:10px;
  padding-right:10px;
  }
.banner-top{
 margin-left:15%;
 float:left;
 max-width:482px;
 }
.banner-top p{
 margin:0px;
 padding:0px;
 }

 .site-header .logo-derecho{
 	margin: auto;
 	width:60%;
 	padding:0px;
 }
 .site-header .logo-derecho img{
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 45%;
 }
.site-header .logo-derecho2{
	margin:0 auto;
	width:265px;
	padding:0px;
}

.fotos-destacadas-wraper{
	margin: 0px auto;
	width:100%;
}
.fotos-destacadas{
  margin-left: 4%;
}
.fotos-destacadas .widget_simpleimage p{
	float:left;
	margin: auto;
	text-align:center;
}
.fotos-destacadas .widget_simpleimage p img{
	float:left;
	margin-left: 16%;
	text-align:center;
}
.banner-casa-destacada{
	width:50%;
	float:left;
	margin: auto;
	padding-bottom:3px;
}
.banner-casa-destacada:nth-child(2){
	margin: auto;
	margin-left:none;
	width:50%;
	float:left;
	padding-bottom:3px;
}
.banner-casa-destacada .widget_simpleimage p img{
	float:left;
	margin-left: 7%;
	border:1px solid white;
	text-align:center;
}
.banner-casa-destacada .widget_media_image a img{
  float:left;
	margin-left: 7%;
	border:1px solid white;
	text-align:center;
}
	.site {
        max-width: 1100px;
        margin: 10px auto;
        padding: 0px 0px;
    }
	.content-area {
        float: left;
        width: 75%;
	}
	.content-area2{
	float: left;
        width: 60%;
	}
	.site-content .widget-area {
        float: right;
        overflow: hidden;
        width: 25%;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
	.widget-area {
        float: right;
        overflow: hidden;
        width: 25%;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
	.sidebar-responsive{
	float: right;
    overflow: hidden;
    width: 34%;
    margin-top: 30px;
    padding-top: 0;
    border-top: 0;
	}
	.content-area3 .gallery-columns-2 .gallery-item  {
    width: 49%;
	}
	.site-content .sidebar-responsive .datos-cliente h1 {
        margin: 0px;text-transform: uppercase;text-align: center;font-size: 20px;color: #E745D7;font-weight: bold;
    }
	.site-content .sidebar-responsive .datos-cliente h3 {
        margin: 0px;text-transform: uppercase;text-align: center;font-size: 26px;color: white;font-weight: bold;
    }
	.site-content .sidebar-responsive .datos-cliente h2 {
        margin: 0px;text-transform: uppercase;text-align: center;font-size: 20px;color: #E745D7;
    }
	.site-content .sidebar-responsive .datos-cliente h4 {
        font-family: Arial; margin: 2px;text-transform: uppercase;text-align: center;font-size: 38px;color: white;
    }
	.site-content .sidebar-responsive .datos-cliente .telefono h4 {
        background-position: 11% 50%;
        background-size: 7%;
        font-size: 30px;
    }
	.site-content .sidebar-responsive .datos-cliente .whatsapp h4 {
        background-position: 11% 50%;
		font-family: Arial; margin: 2px;text-transform: uppercase;text-align: center;font-size: 38px;color: white;
    }
    .site-content .sidebar-responsive .datos-cliente .zona h1{
        background-position: 6% 50%;
        margin: 0px;margin-top:5px;text-transform: uppercase;text-align: center;font-size: 20px;color: #E745D7;font-weight: bold;
    }
	.site-content .sidebar-responsive .datos-cliente p {
        margin: 0 0 10px;font-size: 16px;color: white;
    }
	.site-content .sidebar-responsive .datos-cliente p strong{
        margin: 0px;font-weight: bold;
    }
	.site-content .sidebar-responsive .datos-cliente hr{
        display:block;margin: 0px;padding:0px;border:1px solid white;
    }
    .site-content .sidebar-responsive .datos-cliente .publicaen {
        display: block;
    }

@media screen and (min-width: 17em) and (max-width: 20em) {
    .wp-caption-text {
      font-size: 0.305em;
    }
    .wp-caption-text-destacada {
      font-size: 0.305em;
    }

}


@media screen and (min-width: 30em) {
  #third-menu{
    display:none;
  }
  #menu-celular-caja-top{
  	display:none;
  }
  #Pagina-caras{
  	display:none;
  }
  .hr-zona{
    display: none;
  }
  .celularllamar{
    display:none;
  }
  .celularwhatsapp{
    display: none;
  }
  .site-content .sidebar-responsive .datos-cliente .whatsappweb{
    display: block;
    text-align: center;
    background-image: url(https://asunsex.com.py/wp-content/uploads/2019/12/botonwhatsappwebv4.png);
  }
#secondary-menu{
	display:none;
}
#menutranscelu-menu{
	display:none;
}

#secondary2-menu{
	display:none;
}
#third-menu{
	display:none;
}
#menu-celular-caja-top{
	display:none;
}
#Pagina-caras{
	display:none;
}
#Pagina-zona ul.sub-menu li {
    height: 58px;
    width: 32.7%;
}
#Pagina-zona li ul li a {
  font-size: 14px !important;
}


	.site-header .logo-derecho2{
	margin:0 auto;
	width:265px;
	padding:0px;
}

.entry-title {
    font-size: 32px;
    text-transform: capitalize;
}
.content-area {
    float: left;
    width: 75%;
}
.site-main .hentry{
  width: 19%;
}
	.gallery-columns-5 .gallery-item {
    width: 19.9%;
	margin: 0px 0px;
}
	.content-area2{
	float: left;
    width: 67%;
	}
	.content-area2 .gallery-columns-2 .gallery-item  {
    width: 290px;
	margin-left:1.1%;
	}
	.content-area2 .gallery-columns-1 .gallery-item  {
    width: 600px;
	}
	.content-area3{
	float: none;
	padding:0px;
	margin:0px auto;
	}
.content-area3 .gallery-columns-2 .gallery-item  {
    width: 49.5%;
}
    .site-main {
	width:100%;
    }
  .site-content{
    padding: 0px;
  }
  .site-content .widget-area {
        float: right;
        overflow: hidden;
        width: 25%;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
	.widget-area {
        float: right;
        overflow: hidden;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
	.site-content .sidebar-responsive{
	float: right;
    overflow: hidden;
    width: 33%;
    margin-top: 10px;
    padding-top: 0;
    border-top: 0;
   }
   .inicio .hentry {
     margin: 10px 0px 0px 0px;
     padding: 0px;
     width: 20%;
   }

	.site-content .sidebar-responsive .datos-cliente h1 {
        margin: 0px;text-transform: uppercase;text-align: center;font-size: 20px;color: #E745D7;font-weight: bold;
    }
	.site-content .sidebar-responsive .datos-cliente h3 {
        margin: 0px;text-transform: uppercase;text-align: center;font-size: 26px;color: white;font-weight: bold;
    }
	.site-content .sidebar-responsive .datos-cliente h2 {
        margin: 0px;text-transform: uppercase;text-align: center;font-size: 20px;color: #E745D7;
    }
	.site-content .sidebar-responsive .datos-cliente h4 {
        font-family: Arial; margin: 2px;text-transform: uppercase;text-align: center;font-size: 38px;color: white;
    }
	.site-content .sidebar-responsive .datos-cliente .whatsapp h4 {
        background-image: url('https://asunsex.com.py/wp-content/uploads/2019/11/whatsapp-datos-bg-v2.png');
        background-repeat: no-repeat;
        background-position: 8% 50%;
        background-size: /* FIXME:  */;
        font-family: Arial; margin: 2px;text-transform: uppercase;text-align: center;font-size: 30px;color: white;
    }
	.site-content .sidebar-responsive .datos-cliente p {
        margin: 0 0 10px;font-size: 16px;color: white;
    }
	.site-content .sidebar-responsive .datos-cliente p strong{
        margin: 0px;font-weight: bold;
    }
	.site-content .sidebar-responsive .datos-cliente hr{
        display:block;margin: 0px;padding:0px;border:1px solid white;
    }
	.site-content .sidebar-responsive .datos-cliente .publicaen {
        display: block;
    }

    .wp-caption-text {
        font-size: 0.9em;
    }
    .wp-caption-text-destacada {
        font-size: 0.9em;
    }

    .site-info {
        line-height: 1.7;
        float: left;
        max-width: 60%;
        text-align: left;
    }

    .social-links {
        float: right;
        clear: none;
        max-width: 40%;
        margin: 0;
        text-align: right;
    }

    .entry-content {
        font-size: 1.2em;
        line-height: 1.7em;
    }
    pre {
    	font-size: 1em;
    }

    /* Search */
    .widget_search .search-submit {
        display: none;
    }
    blockquote {
		font-size: 1.2em;
		line-height: 1.4em;
    	padding-left: 64px;
    }
    blockquote cite {
    	font-size: .8125em;
    }
    blockquote:before {
		font-size: 48px;
	}

	blockquote.alignleft,
	blockquote.alignright {
		max-width: 280px;
		padding-left: 48px;
	}
	blockquote.alignleft:before,
	blockquote.alignright:before {
		font-size: 32px;
	}

	.menu-toggle {
        display: none;
    }
    .main-navigation {
        font-size: .7125em;
        line-height: 2.09231em;
        text-align: center;
    }
    .main-navigation ul:first-child {
        display: block;
    }
    .main-navigation li {
      width: 11.5%;
      vertical-align: bottom;
    }
    .main-navigation ul li {
        display: inline-block;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        display: block;
        visibility: visible;
        -webkit-transition: all .3s ease-in-out;
           -moz-transition: all .3s ease-in-out;
             -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
        opacity: 1;
    }
    .main-navigation ul a {
        padding: 7px 9px;
        border-bottom: 0;
    }
    .main-navigation ul ul {
        width: 1050px;
        position: absolute;
        z-index: 99999;
        top: 2.5em;
        left: -605px;
        display: none;
        visibility: hidden;
        float: left;
        padding: 0 9px;
        -webkit-transition: all .3s ease-in-out;
           -moz-transition: all .3s ease-in-out;
             -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
        text-align: left;
        opacity: 0;
        border: none;
        list-style-type: dot;
        background: #333;
    }

    .main-navigation ul ul li {
        background-color: #333 !important;
        border: 1px dotted #eee;
        width: 24.6%;
        margin-top: 3px;
        margin-bottom: 3px;
        font-family: 'Titillium Web', sans-serif;
        text-transform: uppercase;
    }
    .main-navigation ul ul li a {
        color: white !important;
        text-align: center;

    }
    .main-navigation ul ul ul {
        top: 0;
        left: 100%;
    }
    .main-navigation ul ul li a,
    .main-navigation ul ul ul li a,
    .main-navigation ul ul ul ul li a {
        padding-left: 5px;
    }
}
