/*
Theme Name: mowomo
Theme URI: http://www.mowomo.com
Description:  Tema desarrollado a medida para mowomo
Version: 1.0.0
Design: mowomo
Author: mowomo
Author URI: http://www.mowomo.com

Text Domain: mowomo-base
Domain Path: /languages

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*===================================================================
>>> TABLA DE CONTENIDOS:
=====================================================================
0.0 Variables
1.0 Normalize
2.0 Reset simple
3.0 Alineamientos
4.0 Tipografia
5.0 Listas
6.0 Tablas
7.0 Formularios
8.0 Navegacion
    8.1 Menu principal
9.0 Layout
    9.1 Header
    9.2 Pagina principal
    9.3 Regular Content
    9.4 Entradas
    9.5 Paginas
    9.6 Footer
10.0 Comentarios
11.0 Widgets
12.0 Media Queries
*/
/*==================================================================
1.0 Normalize   -   Styles based on Normalize v8.0.0
====================================================================*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*===================================================================
2.0 Reset simple
===================================================================*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #2bb4f8;
    color: #fff;
}

::selection {
    background: #2bb4f8;
    color: #fff;
}

:focus {
    outline: none;
}

:focus {
    outline: none;
}

/* STAR RATING HACK */
.star-img img {
    display: inline-block;
}

/*===================================================================
3.0 Alineamientos
===================================================================*/

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 1rem 1rem 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 1rem 1rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-bottom: 1rem;
}

.rwd-video {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 1rem;
}

.rwd-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*===================================================================
4.0 Tipografia
===================================================================*/
body,
button,
input,
select,
textarea {
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 1rem 0 ;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 0.875rem;
}

h6 {
    font-size: 0.75rem;
}

hr {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: -1px;
}

p {
    margin: 1rem 0;
    word-break: break-word;
}

b,
strong {
    font-weight: 600;
}

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

a {
    color: #2bb4f8;
    text-decoration: underline;
}

a:hover {
    color: #2bb4f8;
    text-decoration: none;
}

blockquote {
    border-left: 4px solid #2bb4f8;
    color: #666;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.6;
    padding: 0.5rem 1rem;
}

blockquote {
    quotes: """";
}

q {
    quotes: "“""”""‘""’";
}

/*===================================================================
5.0 Listas
===================================================================*/
ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

/*===================================================================
6.0 Tablas
===================================================================*/
table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #666;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

/*===================================================================
7.0 Formularios
===================================================================*/
label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
}

fieldset {
    margin-bottom: 1em;
}

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: #555;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    padding: 1rem;
    width: 100%;
}

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: #222;
    border-color: #333;
}

select {
    border: 1px solid #666;
    border-radius: 6px;
    max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    font-weight: normal;
}

button,
input[type="button"],
input[type="submit"] {
    background: #2bb4f8;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 1rem 2rem;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
	width: 100%;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #188ec9;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #333;
    font-family: 'Raleway', sans-serif;
}

:-moz-placeholder {
    color: #333;
    font-family: 'Raleway', sans-serif;
}

::-moz-placeholder {
    color: #333;
    font-family: 'Raleway', sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #333;
    font-family: 'Raleway', sans-serif;
}

/*===================================================================
8.0 Navegacion
===================================================================*/
/*--------------------------------------------------------------
8.1 Menu principal
--------------------------------------------------------------*/
/* Toggle */
.hamburguesa {
    cursor: pointer;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.hamburguesa span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburguesa span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburguesa span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburguesa.animacion span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 5px;
}

.hamburguesa.animacion span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.hamburguesa.animacion span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 5px;
}

.hamburguesa span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #222;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburguesa {
    width: 24px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

/* Estructura principal */
.menu-principal {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    z-index: 99;

}

.menu-principal.mostrar {
    max-height: 2000px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

/* Primer nivel */
.menu-principal ul {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
}

.menu-principal ul li {
    background: #2bb4f8;
    position: relative;
    z-index: 99;

}

.menu-principal ul li a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-principal ul li.menu-item-has-children .btn-mostrar {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    margin-left: 0.5rem;
    padding: 1rem 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 45px;
    z-index: 99;
}

.menu-principal ul li.menu-item-has-children .btn-mostrar.rotar {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* Segundo nivel */
.menu-principal ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
}

.menu-principal ul.sub-menu.mostrar {
    max-height: 600px;
    -webkit-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}

.menu-principal ul.sub-menu li {
    background: #188ec9;
}

/* MENU TERCER NIVEL */
.menu-principal ul.sub-menu ul.sub-menu li {
    background: #0f8188;
}

/*===================================================================
9.0 Layout
===================================================================*/
body {
    background: #fff;
}

.max {
    margin: 0 auto;
    max-width: 1232px;
    padding: 0 1rem;
}

.page-template-default .page-full.max,
.single .contenido-principal.max  {
    max-width: 900px;
    margin: 2rem auto;
}

.flexblog {
    margin: 0 auto 2rem;
}

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

.barra-superior {
    padding: 0 2rem;
    background: #04405e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.barra-superior p {
    font-weight: 600;
}

.barra-superior a {
    color: #f9386a;
}

.cabecera {
    background: #fafafa;
    position: relative;
    z-index: 99;
}

.cabecera > .max {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.cabecera.max {
    padding: 0;
}

/* HEADER > LOGO */
.cabecera .logo {
    padding: 1rem 0;
    z-index: 99;
}

.cabecera .logo img {
    display: block;
}

/*--------------------------------------------------------------
9.2 TPL INICIO
--------------------------------------------------------------*/
.inicio{
    position: relative;
    z-index: 1;
}

/* BANNER PRINCIPAL */

section.banner-principal {
    height: 400px;
    border-bottom: 5px solid #f9386a;
}

section.banner-principal > .max {
    display: flex;
    position: relative;
    height: 100%;
}

.banner-principal__textos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.banner-principal__textos h1 {
    font-size:1.5rem;
    font-size: 1.5rem;
    margin: 6rem 0 0 0;
}

.banner-principal__img img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
    opacity: 0.4;
}

.banner-principal__textos h2 {
    font-weight: 400;
    margin: 0;
}

.banner-principal__textos .btn-accion {
    padding: 1rem 0;
    display: flex;
    text-align: center;
}

.banner-principal__textos .btn-accion a {
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 5px;
    background: #2bb4f8;
    color: #fff;
    width: 100%;
    font-weight: 600;
    transition: .4s;
}

.btn-accion a:hover {
    background: #188ec9;
}

/* SECCION SERVICIOS */

section.sec-servicios {
    background: #fafafa;
    padding: 4rem 0;
}

section.sec-servicios > .max {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.servicios {
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.servicio a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.servicio__icono {
    background: #2bb4f8;
    padding: 2.5rem;
    border-radius: 50%;
    width: 144px;
    height: 144px;
}

.servicio:nth-of-type(4) .servicio__icono {
    padding: 2.5rem 2.5rem 2.5rem 2rem;
}

.servicio__icono > i {
    font-size: 4rem;
    color: #fff;
}

.servicio__texto h3 {
    text-align: center;
}

/* SECCION COLABORACIONES */

section.sec-colaboraciones {
    padding: 3rem 0 4rem;
    position: relative;
}

section.sec-colaboraciones h2 {
    color: #fff;
}

.sec-colaboraciones > img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}

section.sec-colaboraciones > .max {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.colaboraciones {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;

}

.colabora {
    margin-bottom: 3rem;
}
/* SECCION LINKEDIN */

section.sec-linkedin .max {
    text-align: center;
}

section.sec-linkedin .btn-accion {
    margin: 2rem 0;
}

.btn-accion a {
    padding: 1rem;
    background: #0E76A8;
    text-decoration: none;
    color: #fff;
    transition: .2s;
}

/* SECCION OPINIONES */

section.sec-opiniones {
    padding: 3rem 0 4rem;
}

section.sec-opiniones .max {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.opiniones {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
}

.opinion {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    align-items: center;
}

.opinion__imagen > div {
    position: relative;
    border-radius: 50%;
    z-index: 2;
    width: 100px;
    height: 100px;
    overflow: hidden;
    vertical-align: top;
    
}

.opinion__imagen img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.opinion__texto {
    width: 100%;
}

p.opinion__nombre {
    margin-bottom: 0;
    font-weight: 600;
}

p.opinion__cargo {
    margin-top: 0;
    font-style: italic;
}

p.opinion__nombre,
p.opinion__cargo {
    text-align: center;
}

.opinion__contenido {
    background: #eeeeee;
    padding: 1rem;
    position: relative;
    z-index: 0;
}

/* LOGOS */

.sec-carrusel{
    margin-top: 5rem;
    margin-bottom: 5rem;
    text-align: center;
}

.sec-carrusel > .max > div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* SECCION SOBRE MI */

section.sec-sobre-mi {
    margin: 2rem 0;
    border-top: 5px solid #f9386a;

}

.sec-sobre-mi > .max {
    display: flex;
    flex-direction: column;
    padding: 0;

}

.sobre-mi {
    position: relative;
    overflow: hidden;
    background: #336881;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.sobre-mi h2,
.sobre-mi h3,
.sobre-mi h4,
.sobre-mi p,
.sobre-mi ul li {
    position: relative;
    z-index: 1;
}

.sobre-mi img {
    object-position: top;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.sobre-mi-contacto {
    background: #04405e;
    color: #fff;
    padding: 2rem;
}

.sobre-mi-contacto input[type="submit"] {
    width: 100%;
}

/* ULTIMAS ENTRADAS */

section.sec-ultimas-entradas > .max {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ultimas-entradas {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
}

.ultimas-entradas .entrada a {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 2rem;
    color: #000;
    text-decoration: none;
}

.entrada__texto p, .entrada__texto h3 {
    margin: 0.4rem 0;
}

.entrada__image {
    position: relative;
    min-height: 150px;
}

.entrada__image img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}

h3.entrada__titulo {
    font-size: 1rem;
}

.ultimas-entradas p {
    font-size: 0.9375rem;
}

/*--------------------------------------------------------------
- ARCHIVE
--------------------------------------------------------------*/
.archive .listado-entradas,
.search .listado-entradas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.archive article.entrada,
.search article.entrada {
    width: 100%;
    margin-bottom: 2rem;
}

.archive .entrada a,
.search .entrada a {
    text-decoration: none;
    color:#000;
}

.archive .entrada .info,
.search .entrada .info {
    margin-top: 1rem;
}

.img-destacada {
    position: relative;
    height: 330px;
}

.entrada .img-destacada img,
.search .img-destacada img {
    object-fit: cover;
    object-position: bottom;
    height: 330px;
    width: 100%;
    z-index: -1;
    position: absolute;
}

/*===================================================================
- Sidebar
===================================================================*/
.buscador > form {
    display: flex;
}

.buscador > form input {
    margin-right: 1rem;
}

.buscador > form button {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*===================================================================
- Footer
===================================================================*/
footer {
    background: #04405e;
    padding-top: 3rem;
    margin-top: 5rem;
}

.footer-dev {
    
    color: #fff;
    padding: .7rem;
    font-size: 0.825rem;
}

.footer-dev p {
    margin: 0;
}

.footer-dev a:hover {
    color: #fff;
}

footer > .max {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-widget {
    width: 100%;
    color: #fff;
}

footer .widget-title {
    font-weight: bold;
    text-decoration: underline;
}

.whatsapp,
.whatsapp a {
    color: #25D366;
}

footer ul {
    padding-left: 1rem;
}

footer a {
    color: #fff;
}

.redessociales {
    display: flex;
}

.redessociales a {
    color: #fff;
    margin-right: 1rem;
    font-size: 2.5rem;
    transition: .4s;
}

.redessociales a:hover {
    color: #eee;
}

/*===================================================================
 - Comentarios
===================================================================*/

.comentarios.max{
    max-width: 900px;
    margin-top: 5rem;
}

ul.commentlist {
    list-style: none;
    padding: 0;
}

ul.commentlist > .comment {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #fafafa;
}

.children {
    list-style: none;
    margin: 1rem 0;
    background: #eee;
    padding: 1rem;
}

.comment-author.vcard {
    display: flex;
    align-items: center;
}

.avatar-comentario img {
    border-radius: 50%;
}

.avatar-info {
    padding-left: 1rem;
}

p.subscribe-to-comments {
    display: flex;
}

p.subscribe-to-comments label {
    margin: 0;
}

/*===================================================================
12.0 Media Queries
===================================================================*/
@media screen and (min-width: 530px){

    .colaboraciones {
        justify-content: space-between;
    }

    /* LOGOS */

    .sec-carrusel > .max > div {
        flex-direction: row;
        justify-content: space-between;
    }

    /* ULTIMAS ENTRADAS */

    .ultimas-entradas .entrada a {
        flex-direction: row;
    }

    .entrada__image {
        width: 39%;
    }

    .entrada__texto {
        width: 60%;
    }

    p.entrada__date {
        margin-top: 0;
    }

}

@media screen and (min-width: 768px) {

    .inicio,
    .cabecera {
        position: inherit;
    }

    .barra-superior {
        height: 50px;

    }

    .cabecera > .max {
        height: 120px;
    }

    /* BTN ACCION */

    .banner-principal__textos .btn-accion {
        padding: 1rem 0;
        display: block;
        text-align: left;
    }

    /* FLEXBLOG */

    .flexblog {
        display: flex;
        justify-content: space-between;
    }

    .flexblog main {
        width: 65%;
    }

    .flexblog .sidebar {
        width: 30%;
        margin-top: 1.3rem;
    }

    /* TPL-INICIO > BANNER PRINCIPAL */

    section.banner-principal {
        height: 349px;
    }

    .banner-principal__img {
        display: inherit;
        width: 40%;
        position: relative;
    }

    .banner-principal__img img {
        height: auto;
        opacity: 1;
    }

    .banner-principal__textos {
        width: 60%;
    }

    .banner-principal__textos h1 {
        font-size: 2rem;
        margin: 1rem 0;
    }

    .banner-principal__textos h2 {
        margin: 1rem 0;
    }

    /* TPL-INICIO > SERVICIOS */
    .servicio {
        width: 40%;
    }

    /* TPL-INICIO > OPINIONES */

    .opinion {
        width: 47%;
        flex-direction: row;
        align-items: flex-start;
    }

    .opinion__contenido {
        margin-left: -1rem;

    }

    .opinion__texto {
        width: 75%;
        padding-top: 1rem;

    }

    p.opinion__nombre,
    p.opinion__cargo {
        text-align: left;
    }

    .opinion__imagen > div {
        position: relative;
        border-radius: 50%;
        background: #fff;
        z-index: 2;
        max-width: 140px;
        border: 10px solid #fff;


    }

    .opinion__imagen img {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    /* TPL-INICIO > SOBRE MI */
    section.sec-sobre-mi {
        background: rgba(51,104,129,1);
        background: -moz-linear-gradient(left, rgba(51,104,129,1) 0%, rgba(51,104,129,1) 54%, rgba(4,64,94,1) 54%, rgba(4,64,94,1) 57%, rgba(4,64,94,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,104,129,1)), color-stop(54%, rgba(51,104,129,1)), color-stop(54%, rgba(4,64,94,1)), color-stop(57%, rgba(4,64,94,1)), color-stop(100%, rgba(4,64,94,1)));
        background: -webkit-linear-gradient(left, rgba(51,104,129,1) 0%, rgba(51,104,129,1) 54%, rgba(4,64,94,1) 54%, rgba(4,64,94,1) 57%, rgba(4,64,94,1) 100%);
        background: -o-linear-gradient(left, rgba(51,104,129,1) 0%, rgba(51,104,129,1) 54%, rgba(4,64,94,1) 54%, rgba(4,64,94,1) 57%, rgba(4,64,94,1) 100%);
        background: -ms-linear-gradient(left, rgba(51,104,129,1) 0%, rgba(51,104,129,1) 54%, rgba(4,64,94,1) 54%, rgba(4,64,94,1) 57%, rgba(4,64,94,1) 100%);
        background: linear-gradient(to right, rgba(51,104,129,1) 0%, rgba(51,104,129,1) 54%, rgba(4,64,94,1) 54%, rgba(4,64,94,1) 57%, rgba(4,64,94,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336881', endColorstr='#04405e', GradientType=1 );
    }

    .sec-sobre-mi > .max {
        flex-direction: row;
        padding: 0 1rem;
    }

    .sobre-mi {
        width: 65%;
        padding-right: 12rem;
    }

    .sobre-mi-contacto {
        width: 45%;
    }

    /* ULTIMAS ENTRADAS */

    .ultimas-entradas {
        flex-direction: row;
    }

    .ultimas-entradas .entrada {
        width: 47%;
    }

    .entrada__image {
        width: 39%;
    }

    .entrada__texto {
        width: 58%;
    }

    /* ARCHIVE */
    .archive article.entrada {
        width: 47%;
    }

    /* FOOTER */
    .footer-widget {
        width: 30%;
        color: #fff;
    }
}

@media screen and (min-width: 810px) {
   /* HEADER > LOGO */
   .home .cabecera .logo {
    margin-left: 250px;
}
}

@media screen and (min-width: 1000px) {

    /* HEADER */
    .cabecera.max {
        padding: 0 1rem;
    }

 

    /* HEADER > HAMBURGUESA */
    .cabecera .hamburguesa {
        display: none;
    }

    /* MENU PRINCIPAL */
    .menu-principal {
        max-height: initial;
        overflow: visible;
        width: initial;
    }

    /* MENU PRIMER NIVEL */
    .menu-principal ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu-principal ul li {
        background: none;
        display: inline-block;
        margin-right: 1.5rem;
    }

    .menu-principal ul li:last-child {
        margin-right: 0;
    }

    .menu-principal ul li a {
        color: #222;
        display: block;
        font-weight: 600;
        padding: 0;
        -webkit-transition: padding .2s, color .2s;
        -o-transition: padding .2s, color .2s;
        transition: padding .2s, color .2s;
    }

    .menu-principal ul li a:hover,
    .menu-principal ul li.current_page_item a {
        color: #2bb4f8;
    }

    .menu-principal .menu-item-has-children>a::after {
        content: '\f078';
        font-family: "Font Awesome 5 Free";
        font-size: .8rem;
        margin-left: 0.5rem;
    }

    .menu-principal ul li.menu-item-has-children .btn-mostrar {
        display: none;
    }

    /* MENU SEGUNDO NIVEL */
    .menu-principal ul.sub-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        opacity: 0;
        overflow: visible;
        position: absolute;
        top: 100%;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
        visibility: hidden;
    }

    .menu-principal ul.sub-menu li {
        margin: 0;
        white-space: nowrap;
        background: #2bb4f8;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s;
    }

    .menu-principal ul.sub-menu li:hover {
        background: #188ec9;
    }

    .menu-principal ul.sub-menu li a {
        display: block;
        color: #fff;
        padding: .75rem 1rem;
        text-align: left;
    }

    .menu-principal .menu-item-has-children:hover>ul.sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .menu-principal .menu-item-has-children:hover>ul.sub-menu.mostrar {
        visibility: visible;
    }

    /* MENU TERCER NIVEL */
    .menu-principal .menu-item-has-children .menu-item-has-children>a::after {
        content: '\f054';
        font-family: "Font Awesome 5 Free";
        margin-left: 0.5rem;
    }

    .menu-principal ul.sub-menu ul.sub-menu {
        top: 0;
        left: 100%;
    }

    .menu-principal ul.sub-menu ul.sub-menu li {
        background: #188ec9;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s;
    }

    .menu-principal ul.sub-menu ul.sub-menu li:hover {
        background: #0f8188;
    }
}

@media screen and (min-width: 1100px) {

    .servicio {
        width: 23%;
	    padding: 1%;
    }

}

@media screen and (min-width: 1220px) {
    .opinion__imagen > div {

        width: 140px;
        height: 140px;
    }
}