/*!
Theme Name: SITE
Theme URI: http://escueladidactica.com/
Author: Escuela Didáctica
Author URI: http://escueladidactica.com/
Description: Sitio web
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: escueladidactica-com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

SITE is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

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

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

p {
	margin-bottom: 1.5em;
}

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: 0.9375rem;
	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: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://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. */
}

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: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: purple;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 810px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--- Ajuste tema ---*/

:focus {
	outline: none;
}

a:focus {
	outline: none;
}

* {
	font-family: 'Lato', sans-serif;
}

body, .elementor-widget-text-editor p, footer {
	color: #4d4d4d;
	font-family: 'Lato', sans-serif;
}

h2, .elementor-widget-heading h2.elementor-heading-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}

.entry-content {
    margin: 0;
}

/* Header sticky */

.sticky + #content {
  padding-top: 67.172px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
	box-shadow: 0 0 7px 2px rgba(0,0,0,.15);
}

.sticky .site-branding::after {
    top: -45px;
	height: 160px;
    -webkit-clip-path: polygon(0px 0px, 100px 0px, 100px 110px, 0px 110px);
	clip-path: polygon(0px 0px, 100px 0px, 100px 110px, 0px 110px);
	transition: all .4s;
}

.sticky img.custom-logo {
    width: 160px;
	transition: all .4s;
}

.sticky .site-branding {
    padding: 10px 60px;
	transition: all .4s;
}

/* Header*/

.site-branding {
	background: #fff;
    padding: 20px 60px;
    text-align: center;
    width: 40%;
    position: relative;
    min-width: 427px;
	margin-right: 40px;
	transition: all .4s;
}

.site-branding::after {
    content:  '';
    background: #fff;
    position:  absolute;
    top: -12px;
	right: -30px;
    width: 90px;
    height: 146px;
    border-radius: 100%;
    -webkit-clip-path: polygon(0px 0px, 100px 0px, 100px 137px, 0px 137px);
	clip-path: polygon(0px 0px, 100px 0px, 100px 137px, 0px 137px);
	transition: all .4s;
}

header#masthead {
    display:  flex;
    align-items: center;
    justify-content: space-between;
    background:  #6bb3d9;
}

nav#site-navigation {
    width: auto;
    flex: auto;
}

nav#site-navigation li {
    display:  inline-block;
    float:  none;
}

nav#site-navigation #primary-menu {
    text-align:  right;
	padding-right: 10px;
}

img.custom-logo {
    width: 307px;
	transition: .4s;
}

/* Nav */

ul#primary-menu li a {
    color: #fff;
    padding: 5px 15px;
}

ul#primary-menu li {
    border: 1px solid transparent;
}

ul#primary-menu li:hover {
    border: 1px solid #fff;
    border-radius: 30px;
}

.current-menu-item {
    background: #345988;
    border-radius: 30px;
    border: 1px solid #345988;
}

/* Submenú home */

.main-navigation ul ul a {
    text-align: center;
}

.main-navigation .sub-menu {
    box-shadow: none;
}

ul.sub-menu li:first-child {
    margin-top: 5px;
}

.sub-menu .menu-item {
    background: #6bb3d9;
    border-radius: 50px;
}

.sub-menu .current-menu-item, .current-menu-ancestor {
    background: #345988;
    border-radius: 30px;
    border: 1px solid #345988;
}

/* Popup menú */

.colorbox3 #sgcboxLoadedContent {
    border: 5px solid transparent !important;
}

h2.titulo-soluciones-menu {
    text-align: center;
    color: #fff;
}

ul.menu-soluciones {
	text-align: center;
	margin: 0;
    padding: 0px 15px;
}

li.contenedor-menu-soluciones {
	max-width: 190px;
	min-width: 190px;
    list-style: none;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 25px 15px;
    margin: 10px;
}

li.contenedor-menu-soluciones h3 {
	color: #22587F;
    font-size: 26px;
	min-height: 70px;
    margin: 10px;
	line-height: 30px;
}

li.ultimo-contenedor-menu-soluciones h3 {
    color: #fff;
    font-size: 26px;
	margin: 25px 0 10px;
}

li.ultimo-contenedor-menu-soluciones {
    list-style: none;
}

.contenedor-menu-soluciones a.elementor-button-link.elementor-button.elementor-size-sm.elementor-animation-pop, .ultimo-contenedor-menu-soluciones a.elementor-button-link.elementor-button.elementor-size-sm.elementor-animation-pop {
    background: #7EB846;
    padding: 8px 20px;
    border-radius: 10px;
    box-shadow: 0px 1px 1px #ccc;
}

.colorbox3 #sgcboxClose {
	z-index: 9999 !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}

.colorbox3 #sgcboxClose::before {
	font: normal normal normal 14px/1 FontAwesome;
    content: '\f00d';
    color: #22587f;
    font-size: 27px;
    text-align: center;
    position: absolute;
    left: -75px;
    top: 10px;
    text-indent: 0;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
}

.colorbox3 #sgcboxClose:hover::before {
	background: #2BB4DB;
    animation-name: animacion-items-home;
    animation-duration: 0.3s;
    }


@keyframes animacion-items-home {
0% {
    transform: scale(1.02);
}
40% {
    transform: scale(1.2);
}
}

/* Banner home*/

.banner-home {
    min-height: calc(100vh - 126px);
}

/* Contacto Home */

form.wpcf7-form input, form.wpcf7-form select {
    width:  100%;
}

.form-primero, .form-segundo {
    display:  flex;
}

.nombre, .mail, .telefono, .producto, .mensaje, .enviar-formu {
    padding: 7px;
    color:  #fff;
	width:  100%;
}

.nombre input, .mail input, .telefono input, .producto select, .mensaje textarea {
    margin-top: 5px;
    padding: 4px 15px;
    border-radius:  50px;
    background:  transparent;
    border: 1px solid #fff;
    color:  #fff;
}
.producto span select {
    padding: 7px 15px;
}

.producto option {
    background: #0a598b;
}

.mensaje span textarea {
    border-radius: 15px;
    height: 110px;
}

.enviar-formu {
    text-align: center;
}

form.wpcf7-form .enviar-formu input {
    width: auto;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 10px 15px;
    font-size: inherit;
	font-weight: bold;
    border-radius: 7px;
    background: #6bb3d9;
    border: 0;
	color: #fff;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #fff;
	color: #0A598B;
}

input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    transform: scale(1.1);
	transition: 0.2s;
}

.nombre input:focus, .mail input:focus, .telefono input:focus {
    color:  #fff;
}

span.wpcf7-not-valid-tip {
    color: #6bb3d9;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    border: 2px solid #6bb3d9;
    border-radius: 15px;
	color: #6bb3d9;
    margin: 2px 8px;
}

.formulario p {
	margin: 0;
}


.formulario .elementor-tab-title {
    border-radius: 7px 7px 0 0;
}

.formulario .elementor-tab-content {
    border-radius: 0 0 7px 7px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.form-primero, .form-segundo {
   	 flex-flow: column;
}
	}

@media (max-width: 520px) {
	.form-primero, .form-segundo {
   	 flex-flow: column;
}
	}

/* Ver más home */

.elementor-widget.ver-mas-home {
    bottom: -35px;
    position: absolute;
    right: 0;
    left: 0;
    margin-bottom: 10px;
}


/* Otras Soluciones */

.img-otras-soluciones .elementor-widget-container {
    max-width: 450px;
    margin: auto !important;
}

/* Historias clínicas */

.tar-his-clin {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tar-his-clin h3.elementor-heading-title.elementor-size-default {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    width: auto !important;
    display: inline-block;
    padding: 5px 10px;
}

/* Nuevo Footer */

.footer_box {
    display: flex;
}

.footer_box .text a, .footer_box .text {
    padding-left: 10px;
	color: #4d4d4d;
    text-decoration: none;
	text-align: left;
}

.footer_box .image {
    min-width: 25px;
}

.sfwa_footer_area {
    text-align: center;
}

img.image.wp-image-15 {
    width: 220px;
}

/* IDIOMA */

.pll-parent-menu-item ul.sub-menu {
    margin-left: -20px;
}

.main-navigation ul li.pll-parent-menu-item ul a {
    width: 90px;
}

/* RESPONSIVE */

@media (min-width: 810px) and (max-width: 989px) {
	.site-branding {
    padding: 20px 33px 20px 20px;
    width: 30%;
    min-width: 250px;
	transition: .3s;
    }
	.sticky img.custom-logo {
    width: 130px;
    transition: .4s;
	}
	.sticky .site-branding::after {
    top: -53px;
    height: 130px;
    -webkit-clip-path: polygon(0px 0px, 100px 0px, 100px 111px, 0px 111px);
	clip-path: polygon(0px 0px, 100px 0px, 100px 111px, 0px 111px);
    transition: .4s;
	}
	.site-branding::after {
    content: '';
    top: -23px;
    right: -30px;
    width: 60px;
	-webkit-clip-path: polygon(0px 0px, 100px 0px, 100px 128px, 0px 128px);
	clip-path: polygon(0px 0px, 100px 0px, 100px 128px, 0px 128px);
		transition: .3s;
    }	
}

button.menu-toggle {
    float: right;
    margin-right: 9px;
}

.menu-menu-container, .menu-menu-en-container {
	transition: all;
}

.toggled .menu-menu-container::before, .toggled .menu-menu-en-container::before {
    content: url('/wp-content/uploads/2018/01/logo-site.svg');
    width: 200px;
    position: absolute;
    top: 20px;
    left: 15px;
	z-index: 1;
}

.toggled .menu-menu-container::after, .toggled .menu-menu-en-container::after {
    content: '';
    background: #fff;
    width: 100%;
    height: 95px;
    position: absolute;
    top: 0;
    z-index: 0;
}

.toggled .menu-menu-container, .toggled .menu-menu-en-container {
    position: fixed;
    z-index: 1;
	min-width: 210px;
	right: 0;
	top: 0;
	height: 100%;
    background: #345988;
    width: 100%;
	animation-duration: 0.5s;
    animation-name: menu-hamburguesa;
}

@keyframes menu-hamburguesa {
  from {
    right: -100%;
  }

  to {
    right: 0;
  }
}

.animacion-salida .menu-menu-container, .animacion-salida .menu-menu-en-container {
    position: fixed;
    z-index: 1;
	min-width: 210px;
	right: -100%;
	top: 0;
	height: 100%;
    background: #fff;
    width: 100%;
	animation-duration: 0.5s;
    animation-name: menu-hamburguesa-salida;
}

@keyframes menu-hamburguesa-salida {
  from {
    right: 0;
  }

  to {
    right: -100%;
  }
}

.toggled ul#primary-menu {
    display: flex;
    flex-flow: column;
    padding: 100px 15px 10px;
    border-radius: 10px;
}

button.menu-toggle {
    background: #fff;
    color: #0f598c;
    font-size: 20px;
    border-radius: 50%;
    padding: 10px 12px;
    border: 0;
    z-index: 2;
    position: relative;
}

.toggled ul#primary-menu li {
    margin-top: 7px;
}

.toggled ul#primary-menu a {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 40px;
}

.toggled ul#primary-menu .current-menu-item a {
	color: #345988;
}

.toggled .current-menu-item {
    background: #ffffff;
}

.toggled .current-menu-item a {
    color: #345988;
}

ul#primary-menu li a:active {
	color: #fff;
    background: #0f598c;
	border-radius: 50px;
}

nav.toggled .fa-navicon:before, nav.toggled .fa-reorder:before, nav.toggled .fa-bars:before {
    content: "\f00d";
}

@media (max-width: 960px) {
.site-info {
	flex-flow: column;
}
	}

@media (max-width: 809px) {
	.pll-parent-menu-item ul.sub-menu {
    margin-left: 0px;
	}	
	.pll-parent-menu-item ul li {
		width: 49%;
	}

	.pll-parent-menu-item ul.sub-menu {
		width:  100%;
		display:  flex;
		justify-content:  space-between;
	}

	.main-navigation ul li.pll-parent-menu-item ul a {
		width:  100%;
	}
}

@media (max-width: 545px) {
	
	.sticky .site-branding::after {
	top: -45px;
	height: 146px;
    -webkit-clip-path: polygon(0px 0px, 100px 0px, 100px 108px, 0px 108px);
	clip-path: polygon(0px 0px, 100px 0px, 100px 108px, 0px 108px);
	transition: .4s;
	}
	
	.site-branding {
    padding: 20px 40px 20px 15px;
    min-width: 270px;
		}
	.site-branding::after {
    content: '';
	height: 146px;
    top: -20px;
    width: 60px;
	-webkit-clip-path: polygon(0px 0px, 100px 0px, 100px 122px, 0px 122px);
    clip-path: polygon(0px 0px, 100px 0px, 100px 122px, 0px 122px);
}
	
	/* H1 home móvil */
	.elementor-7 .elementor-element.elementor-element-c3293a0 h1.elementor-heading-title, .elementor-591 .elementor-element.elementor-element-c3293a0 h1.elementor-heading-title {
    font-size: 40px;
    line-height: 42px;
	}
	}

/* Banners movil */
@media (max-width: 768px) {
	#banner-innobus .elementor-background-overlay {
		background: rgba(0, 122, 173, 0.9);
	}
	#banner-innobus-conteo .elementor-background-overlay {
		background: rgba(203, 101, 59, 0.9);
	}
	#banner-carteleras-digitales .elementor-background-overlay {
		background: rgba(53, 89, 137, 0.9);
	}
	#banner-historias-clinicas .elementor-background-overlay {
		background: rgba(99, 90, 155, 0.9);
	}
}


#elementor-tab-content-1001 {
	display:none;
}
.elementor-accordion .elementor-accordion-item {
    border-radius: 10px;
}