/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
    position: relative;
    z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display: block;
    height: 100px; 
    margin: -100px 0 0;
    visibility: hidden;
    pointer-events: none;
}

/***
* class: .sticky-header
*/
header.sticky-header {
    --header-height: 100px;
    --shrink-header-to: 0.6;
    --transition: .45s cubic-bezier(.4, 0, .2, 1);
    background-color: transparent;
    transition: background-color var(--transition), backdrop-filter var(--transition), box-shadow var(--transition);
    position: fixed !important;
    width: 100% !important;
}



header.sticky-header.fixed-header {
    --header-height: 100px;
    --shrink-header-to: 0.6;
    --transition: .45s cubic-bezier(.4, 0, .2, 1);
    background-color: #000000ad;
    transition: background-color var(--transition), backdrop-filter var(--transition), box-shadow var(--transition);
    position: fixed !important;
    width: 100% !important;
}
.header-negro.sticky-header {
    --header-height: 100px;
    --shrink-header-to: 0.6;
    --transition: .45s cubic-bezier(.4, 0, .2, 1);
    background-color: #ffffffe0 !important;
    transition: background-color var(--transition), backdrop-filter var(--transition), box-shadow var(--transition);
    position: fixed !important;
    width: 100% !important;
}
/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
    background-color:#00000036;
    box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

header.sticky-header>.elementor-container {
    min-height: var(--header-height);
    transition: min-height var(--transition);
}

header.sticky-header.elementor-sticky--effects>.elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-header-to));
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
    header.sticky-header {
        --header-height: 70px;
    }
}

/***
* class: .logo
*/
header.sticky-header .logo img {
    transition: transform var(--transition);
}

header.sticky-header.elementor-sticky--effects .logo img {
    transform: scale(.8);
}

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font: 300 16px/23px 'Barlow', Helvetica, Arial, sans-serif;
    color: #121212;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

h1 {
    font-size: 181px;
    font-family: 'Barlow';
}

h1 .titulomin {
    font-size: 30px;
    font-weight: 100;

}

h1 .segundotitulo {
    color: #D94141;
    font-weight: 300;
}

h3 {
    font-size: 40px;
    font-family: 'Barlow';
    color: #121212;
}

h4 {
    font-size: 20px;
    font-family: 'Barlow';
    color: #121212;
    font-weight: 600;
}

a {
    font-family: 'Barlow';
    color: #121212;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

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

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/*MENU ESQUINAS*/
/*
#menu-item-22 {
	position: fixed;
	top: 30px;
	left: 0;
}
#menu-item-20 {
	position: fixed;
	top: 30px;
	right: 30px;
}
#menu-item-23 {
	position: fixed;
	bottom: 30px;
	left: 0;
}
#menu-item-21 {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#menu-item-24 {
	display: none;
}
.header{
    justify-content: center;
}
*/
/* wrapper */
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

/* header */
.header {
    display: flex;
    position: relative;
    align-items: center;
    padding: 15px 0;
    justify-content: space-between;
}

.cont-header {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
}

.cont-header.fixed-header {
    background-color: #121212;
}

/* logo */
.logo-fijo {
    display: none;
}

.fixed-header .logo-img {
    display: none;
}

.fixed-header .logo-fijo {
    display: block;
}

/* nav */
.nav {
    display: flex;
}

.nav>ul {
    display: flex;
    justify-content: right;
    width: 100%;
    align-items: center;
}

.nav ul li {
    display: inline-block;
    font-size: 18px;
    position: relative;
    margin-left: 38px;
}

.nav ul li a {
    color: white;
}

.nav ul li a:hover {
    color: #d94141;
}


.btnborde a {
    background-color: transparent;
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid #d94141;
    color:#fff;
}
.btnborde:hover a {
    background-color: #d94141;
    padding: 10px 15px;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #d94141
}
.btnborde:hover a{
    color: #fff !important;
}

.botonapuntate a {
    background-color: #d94141;
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid #d94141
}

.botonapuntate:hover a {
    background-color: white;
    padding: 10px 15px;
    border-radius: 25px;
    border: 1xp solid #d94141;
}

.botonapuntate a, .btnborde a {
    color: white;
    font-weight: 500;
    margin: 0 5px;
}

.botonapuntate,
.btnborde {
    margin: 0 5px !important;
}

.fixed-header {
    min-height: 0 !important;
    transition: all .5s ease;
    z-index: 600;
}

.fixed-header .nav ul li a {
    color: #fff;
}

.fixed-header .nav ul li a:hover {
    color: #d94141;
}

.activa-menu,
.cierra-menu {
    display: none;
}

.color ul li a {
    color: #000;
}

/*FORMULARIO BOTON SOLO*/

.form_correo_solo input[type="email"] {
    border: 1px solid #d94141;
    padding: 10px 12px 10px 22px;
    border-radius: 25px;
}

.form_correo_solo input[type="submit"] {
    background-color: #d94141;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #d94141;
    padding: 10px 25px;
    border-radius: 25px;
    position: absolute;
    top: 0px;
    left: 272px;
    right: auto;
}

.form_correo_solo input[type="submit"]:hover {
    background-color: white;
    border: 1px solid #d94141;
    color: #d94141;
}

/*FORMULARIO CONTACTO*/

.formulario input[type="text"] {
    border: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #121212;
    margin-bottom: 30px;
    color: #121212;
    font-size: 18px;
    max-width: 485px;
    width: 100%;
    font-weight: 500;
}

.formulario input[type="email"] {
    border: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #121212;
    margin-bottom: 30px;
    color: #121212;
    font-size: 18px;
    max-width: 485px;
    width: 100%;
    font-weight: 500;
}

.formulario .titulo-consulta {
    font-size: 25px;
    font-weight: 500;
    color: #121212;
}

.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    max-width: 485px;

}

.formulario .titulo-conociste {
    font-size: 25px;
    font-weight: 500;
    color: #d94141;
}

.formulario .select_redes {
    border: 1px solid #e5e5e5;
    padding: 5px 70px;
    border-radius: 15px;
}

.linea4contacto .wpcf7-form-control.wpcf7-submit {
    background-color: #d94141;
    color: white;
    text-transform: uppercase;
    border: 1px solid #d94141;
    padding: 5px 70px;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.ley-proteccion {
    text-align: center;
}

.footer {
    min-height: 75px;
    display: flex;
    align-items: center;
}

.footer a {
    font-size: 13px;
    color: #121212;
}

.footer a:hover {
    color: #d94141;
}

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

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.banner-principal {
    z-index: 1 !important;
}


.caja-pesta h3 {
    font-size: 30px;
    font-family: 'Catamaran';
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
.cajaimg img {
    width: 388px;
    object-fit: cover;
    height: 475px;
}


.caja_entrada_loop {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
    margin: 20px;
    margin-top: 0px;
    justify-items: center;
    z-index: 10;
    position: relative;
}

.cajablog_descripcion {
    max-width: 388px;
    min-height: 70px;
    background-color: #f7f7f7;
    position: absolute;
    top: 330px;
    width: 100%;
}

.cajablog_descripcion h2 {
    line-height: 24px;
    padding: 0 35px;
    min-height: 93px;
    height: 100%;
}

.cajablog_descripcion h2 a {
    color: #121212;
    font-family: 'Barlow';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}



.cajablog_descripcion h2 a:hover {
    color: #d94141;
}


.cajablog p {
    font-size: 16px;
}

.cajablog {
    position: relative;
    padding-left: 25px;
    margin-top: 70px;
}

/*SLIDER BLOG*/

.contenido-blog-inicio {
    display: flex;

}


.cajablog-inicio {
    position: relative;
    width: 100%;
    margin: 0 20px;
}

.cajablog-fecha-inicio {
    margin: 15px 0px;
}

.cajaimg-inicio img {
    min-height: 260px;
}

.cajablog-fecha-inicio .date {
    color: #d94141;
    font-size: 20px;
}

.cajablog_descripcion-inicio {
    width: 100%;
    display: flex;
    min-height: 80px;
}

.descripcion_blog {
    border-bottom: 1px solid #848782;
    padding-bottom: 20px;
    min-height: 90px;
    font-size: 16px;
    line-height: 19px;
}

.cajablog_descripcion-inicio h3 {
    font-size: 20px;
    font-family: 'Barlow';
    color: #121212;
    margin: 0;
}

.cajablog_descripcion-inicio h3 a:hover {
    font-size: 20px;
    font-family: 'Barlow';
    color: #d94141;
    margin: 0;
}

.descripcion_blog a:hover {
    color: #d94141;
}


/*BLOG*/

/*SINGLE POST*/
.post_blog {}

.wrapper-post {
    max-width: 1024px;
    margin: 0 auto;
    width: 95%;
}

.post_blog:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background-color: #f7f7f7;
    height: 370px;
    top: 0;
    z-index: -1;
}

.titulo_post {
    margin-top: 60px;
}

.contenido p {
    font-size: 18px;
}

.contenido ul {
    margin: 50px 0;
}

.contenido ul li {
    font-size: 17px;
    font-weight: bold;
}

.contenido ol li {
    font-size: 18px;
    font-weight: bold;
}

.titulo_post h1 {
    border-bottom: 4px solid #d94141;
    font-size: 45px;
    max-width: 800px;
    color: #212121 !important;
    line-height: 45px;
    width: 100%;
    font-family: "Barlow",
        Sans-serif;
}

.post_blog blockquote p {
    font-style: italic;
}

.post_blog h2 {
    font-size: 30px;
    color: #212121 !important;
    line-height: 35px;
}

.post_blog h3 {
    font-size: 25px;
    font-family: "Barlow";
    font-weight: 500;
}

.post_blog h4 {
    font-size: 20px;
    font-family: 'Barlow';
}

.post_blog h5 {
    font-size: 18px;
    font-family: 'Barlow';
}

.post_blog h6 {
    font-size: 15px;
    font-family: 'Barlow';
}

.contenido img {
    max-width: 560px !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center;
    width: 100%;
    margin: 40px auto;
}

.img_post .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    border-radius: 10px;
    max-width: 810px;
}

.img_post {
    padding-top: 135px;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}

blockquote {
    position: relative;
    padding: 50px 0;
    margin: 0 85px 0 85px;
}

blockquote::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(img/quote.png)no-repeat;
    top: 34px;
    left: -80px;
    background-size: 50px;
}

/*COMENTARIOS*/
.comentarios {
    background: #f4f4f4;
    padding: 70px 0;
    margin-top: 100px;
    border-top: 3px solid #d94141;
}

.comments h2 {
    text-align: center;
    margin-bottom: 55px;
}

.comments {
    width: 870px;
    padding: 0 30px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

.comments ul {
    list-style: none;
}

.comment-body {
    font-size: 14px;
    color: #555;
    position: relative;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: #fff;
    padding: 25px 15px 15px 80px;
    border-bottom: 2px solid #d94141;
    box-shadow: 0px 0px 3px #b9b9b9;
}

.comment-inner {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.comment-author {
    font-size: 1em;
    font-weight: 700;
    color: #1d2733;
    margin-bottom: 5px;
}

.comment-body .avatar {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 15px;
    top: 25px;
    border-radius: 100%;
    padding: 1px;
    border: 2px solid #d94141;
    background: #fff;
}

.comment-form-comment label {
    display: block;
}

#comments .comment-text p:last-child {
    margin-bottom: 5px;
}

#comments .children {
    margin-left: 50px;
}

#comment {
    width: 100%;
    border: 1px solid #d94141;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

    .contenido-blog-inicio {
        display: block;
    }

    #cont-blog-slider {
        text-align: center;
    }

    .cajablog_descripcion-inicio {
        text-align: left;
    }

    .cajablog-fecha-inicio {
        text-align: left;
    }

    .descripcion_blog {
        text-align: left;
        margin-bottom: 35px;
    }

    .cajablog-inicio {
        position: relative;
        width: 100%;
        margin: 0;
    }

    .cajaimg-inicio img {
        max-width: 433px;
        width: 100%;
    }

}

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

    .activa-menu,
    .cierra-menu {
        font-size: 30px;
        color: #d94141;
        cursor: pointer;
        background: white;
        padding: 10px;
        border-radius: 50px;
        margin-right: 10px;
        height: 50px;
        width: 50px;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .header {
        width: 100%;
        z-index: 9;
        left: 0;
        top: 0;
        min-height: 125px;
        position: fixed;
        z-index: 600;
        justify-content: space-between;
    }

    .fixed-header .header {
        background: #000;
    }

    .nav.fixed-header {
        position: fixed;
        width: 300px;
        top: 0;
        right: 0;
        left: auto;
        padding: 25px 0 0 0;
        height: 100vh;
    }

    .nav>ul {
        display: block;
    }

    .logo {
        margin-top: 20px;
        margin-left: 20px;
    }

    .activa-menu {
        margin-top: 20px;
    }

    .nav .activa-menu {
        margin-top: 25px;
        text-align: right;
        margin-right: 45px;
    }

    .fixed-header .nav ul li a {
        color: #121212;
    }


    .nav>ul {
        padding-right: 35px !important;
        padding-left: 20px !important;
        text-align: right;

    }



    .nav {
        position: fixed;
        background: #fff;
        height: 100vh;
        z-index: 999;
        top: 0;
        right: 0px;
        transform: translate(150%);
        -webkit-transform: translate(150%);
        -moz-transform: translate(150%);
        -ms-transform: translate(150%);
        -o-transform: translate(150%);
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        width: 340px;
        box-shadow: 0 3px 6px #00000029;
    }

    .nav ul li {
        margin: 20px 0;
    }

    nav.nav.activo {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .nav ul>li {
        display: block;
    }

    .nav ul>li>a {
        text-align: right;
        color: black;
    }

    .botonapuntate {
        max-width: 200px;
    }

    .nav ul>li>a:hover {
        text-align: right;
        color: #d94141;
    }

    .fixed-header .nav ul li a:hover {
        color: #d94141;
    }
}

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

    .activa-menu {
        margin-right: 20px;
    }

    .logo {
        margin-top: 30px;
        margin-left: 20px;
    }

    .caja_entrada_loop {
        margin: 0;

    }

    .cajablog {
        padding-left: 0;
    }

}

@media screen and (max-width: 512px) {
    .footer .wrapper {
        display: block;
        text-align: center;
    }

    .form_correo_solo input[type="submit"] {
        position: relative;
        top: 5px;
        left: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 420px) {
    .form_correo_solo input[type="email"] {
        width: 100%;
    }
}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}