/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


@font-face {
    font-family: 'century_gothicregular';
    src: url('../../uploads/fonts/gothic-webfont.woff2') format('woff2'),
         url('../../uploads/fonts/gothic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'century_gothicbold';
    src: url('../../uploads/fonts/gothicb-webfont.woff2') format('woff2'),
         url('../../uploads/fonts/gothicb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.cgr {
    font-family: "century_gothicregular", Sans-serif !important;
}

body {
    font-family: "century_gothicregular", Sans-serif !important;
}

b {
    font-family: "century_gothicbold", Sans-serif !important;    
}



a {
    color: #ff009a;
}

P {
    margin-bottom: 0;
}


.logo {
    width: 225px;
    padding-top: 130px;
    padding-bottom: 25px;
}

.lola {
    color: white;
    font-weight: 500;
}

.cruz {
    color: #ff009a;
    font-weight: 300;
}

.acerca p {
    margin-bottom: 20px;
}

.texto-remarcado {
    padding: 10px 5px 10px 15px;
    background: #ff009a;
    display: block;
    border-radius: 25px 0px 25px 0px;
    color: white;
    font-size: 16px;
}


.header {
    background-color: #20171d;
}

.social-top a {
    color: #ff009aba;
    transition: all .3s ease-in-out;
}

.social-top a:hover {
    color: #ff009a;
}



.inicio-socials i {
    transition: all .3s ease-in-out;
}

.inicio-socials i:hover {
    color: #ff009a !important;
}

.inicio-socials i::after {
    content: '-';
    color: white;
    opacity: 0;
    display: block;
    transition: all .3s ease-in-out;
    font-weight: 600;
    line-height: 20px;
}

.inicio-socials i:hover::after {
    color: #ff009a;
    opacity: 1;
    transform: scaleX(3);
}


#menu-principal a {
    color: #ebf9fa;
    margin: 0px 30px ;
    font-family: "century_gothicregular", Sans-serif;
    font-weight: 600;
    border-bottom: 2px solid #20171d;
    padding-bottom: 5px;
    transition: all .3s ease-in-out;
}

#menu-principal a:hover  {
    border-bottom: 2px solid #ff009a;
    padding-bottom: 6px;
    transform: scaleX(1.1);
    padding: 0px 10px 5px 0px;
}

#menu-principal .current-menu-item a:before  {
    content: '━';
    color: #ff009a;
    font-weight: 600;
    margin-right: 5px;
}

.sidenav {
    height: auto;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #141414;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 22px;
    padding-bottom: 15px;
}

.sidenav .menu-principal-container ul {
    padding-left: 25px;
}

.sidenav .menu-principal-container ul li {
    padding: 2px 0px;
}

.sidenav .menu-principal-container ul li a {
    font-family: "century_gothicregular", Sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.sidenav ul.sub-menu {
    display: none;
}

.sidenav .fa-window-close:hover {
    color: white;
}

.side-titulo {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.side-socials a {
    margin: 0px 20px;
    font-size: 20px;
    color: #7a7a7a;
}

.side-socials a:hover {
    color: #ff007a;
}

.page-id-10 .header-menu {
    display: none;
}

.footer {
    background: #0e0e0e;
    color: #1e1e1e;;
}

.pleca-bot {
    height: 2px;
    background: rgb(255,0,154);
    background: -moz-linear-gradient(61deg, rgba(255,0,154,1) 40%, rgba(37,37,37,1) 55%);
    background: -webkit-linear-gradient(61deg, rgba(255,0,154,1) 40%, rgba(37,37,37,1) 55%);
    background: linear-gradient(61deg, rgba(255,0,154,1) 40%, rgba(37,37,37,1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff009a",endColorstr="#252525",GradientType=1);
}

.cpink {
    color: #ff009a;
}

.bg-gray {
    background-color: #212428;
}

.brand-inicio {
    font-weight: 300;
}

.home-submenu {
    color: white;
    font-size: 20px;
}

.home-submenu::before {
    content: '━';
    transform: scaleX(0);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.home-submenu:hover {
    color: white;

}

.home-submenu:hover::before {
    content: '━';
    opacity: 1;
    color: #ff009a;
    font-weight: 600;
    margin-right: 15px;
}



ul.sub-menu {
    list-style-type: none;
    position: absolute;
    opacity: 0;
    background: #20171d;
    transition: all .35s ease-in-out;
    padding: 0px;
    width: 410px;
    margin-top: 5px;
    z-index: -1;
}

ul.sub-menu ul.sub-menu {
    margin-top: 0px;
}

ul.sub-menu li a {
    padding-left: 5px;
}

#menu-item-531:hover ul.sub-menu {
    opacity: 1;
    z-index: 99;
    width: 430px;
    padding: 10px 0px 10px 0px;
    border-radius: 0px 0px 10px 10px;
}

#menu-item-531:hover ul.sub-menu {
    padding: 5px 0px 10px;
    border-radius: 0px 0px 10px 50px;
}


#menu-item-531 ul.sub-menu li a::before {
    content: '-' !important;
    color: #20171d !important;  
    font-weight: 600 !important;
    transition: all .3s ease-in-out;
    font-size: 22px;
    line-height: 5px;
}

#menu-item-531 ul.sub-menu li a:hover::before {
    color: #ff009a !important;
    margin-right: 5px !important;
}

ul.sub-menu li {
    padding: 3px 0px;
}

ul.sub-menu li a {
    border-bottom: none !important;
    padding-left: 10px;
}

ul.sub-menu li a:hover {
    border-bottom: none !important;
    color: #ff009A !important;
}




body.blog .blog-page-title {
    display: block;
} 

body.category .category-page-title {
    display: block;
}

.blog-page-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #c4cfde;
    margin-top: 15px;
    margin-bottom: 0;
    display: none;
}

.category-page-title {
    display: none;
}

.titulo-categoria {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #c4cfde;
    margin-top: 15px;
    margin-bottom: 0;
}


.content-container {
    padding: 0px 25px;
}



.post-container {
    text-align: left;
    padding: 25px 10px 0px 10px;
    position: relative;
    border-radius: 30px;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    position: relative;
    z-index: 1;
    height: 100%;
    transition: 0.5s all ease-in-out;
    display: inline-block;
}

.post-container::before {
    content: '';
    position: absolute;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    top: 0;
    left: 0;
    background: linear-gradient(to right bottom, #212428, #16181c);
    opacity: 0;
    z-index: -1;
}

.post-container:hover::before {
    opacity: 1;
}

.post-thumb {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.intro {
    display: none;
}

ul.post-categories {
    text-align: left;
    padding-left: 0px;
}

.post-categories li {
    list-style-type: none;
    text-align: left;
}

.post-categories li a {
        color: #ff009a;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: block;
}


.date-container {
    text-align: right;
}

.date {
    color: #5c6470;
    font-weight: 500;
    font-size: 14px;
}

.post-title a{
    transition: all 0.5s ease-in-out;
    color: #c4cfde;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
}

.post-title a:hover{
    color: #ff009a;
}

.post-title i{
    font-size: 0;
    position: relative;
    top: 5px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    left: 0px;
    display: inline-block;
}

.post-title a:hover i {
    top: 0px;
    left: 5px;
    color: #ff009a;
    opacity: 1;
    font-size: 20px;
}

.archive-container {
    padding: 0% 5%;
}


.archive-container::after {
    position: relative;
    max-width: 1270px;
    height: 1px;
    background: #121415;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

.pagination {
    justify-content: center;
    background: #212428;
    margin: 0px;
    padding: 25px 0px 20px 0px;
}

.page-numbers {
    font-weight: 400;
    color: #454b54;
    padding: 5px 10px;
    border-radius: 25px;
    background: #212428;
    box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
}

.page-numbers.current {
    font-weight: 600;
    color: #ff009aba;
}

.page-numbers:hover {
    color: #def9fa;
    padding: 5px 10px;
    border-radius: 25px;
    background: #c30678;
    box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
}

.single-bg {
    background: #fafafa;
}

.box-shadow-2 {
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    margin: 0 30px;
    border-radius: 15px;
}

.img-contacto img {
    border-radius: 15px;
}

.contact-social .elementor-widget-container{
    display: flex;
    justify-content: space-evenly;
}

.contact-social a {
    padding: 16px 24px;
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    color: #333333;
    font-size: 20px;
}

.contact-social a:hover {
    transform: translateY(-5px);
    color: white;
}

.contact-social a::before {
    content: '';
    position: absolute;
    transition: var(--transition);
    width: 100%;
    height: 100%;
    border-radius: 6px;
    top: 0;
    left: 0;
    background: linear-gradient(145deg, #ff009aba, #ff009a);
    opacity: 0;
    z-index: -1;
}

.contact-social a:hover::before {
    opacity: 1;
}


.form-contacto input[type=text],
.form-contacto input[type="tel"],
.form-contacto input[type="email"],
.form-contacto textarea {
    background-color: #fdfefe;
    border: 2px solid #dadada;
    margin: 10px 0px 15px 0px;
    border-radius: 10px;
}

.form-contacto textarea {
    margin: 10px 0px 20px 0px;

}

.form-contacto span {
    color: #62656a;
    font-weight: 600;
}

.enviar-container {
    display: flex;
    justify-content: center;
}

.form-contacto input[type=submit] {
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
    width: 100%;
    border: none;
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
    transition: all .3s ease-in-out;
    color: #62656a;
    font-weight: 600;
    width: 50%;
}

.form-contacto input[type=submit]:hover {
    color: white;
    background: linear-gradient(145deg, #cf007d, #ff009a, #cf007d);  
    width: 75%;  
    border-radius: 50px;
}


.wpcf7-spinner {
    display: none;
}

.cat-icon-container {
    text-align: center;
    padding: 15px 0px 10px 0px;
    position: relative;
    border-radius: 30px;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
    position: relative;
    z-index: 1;
    height: 100%;
    transition: 0.5s all ease-in-out;
    display: inline-block;
    margin: 5px 0px;
}

.cat-icon-container::before {
    content: '';
    position: absolute;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    top: 0;
    left: 0;
    background: linear-gradient(to right bottom, #212428, #16181c);
    opacity: 0;
    z-index: -1;
}

.cat-icon-container:hover::before {
    opacity: 1;
}

.cat-icon-container:hover .cat-icon {
    filter: invert(20%) sepia(79%) saturate(5210%) hue-rotate(311deg) brightness(79%) contrast(107%);
}

.cat-icon {
    max-width: 100px;
}

.cat-icon-container:hover .cat-text a {
    color: #cc067f;
}

.cat-text a{
    color: #d9d9d9;
}


.recentposts {
    display: flex;
    overflow: hidden;
    justify-content: center;
    padding: 10px 0px;
    flex-wrap: wrap;
}



.front-posts {
    width: 100%;
    margin: 10px 15px;
    padding: 0px 0px 20px 0px;
    border-radius: 20px;
    background: rgb(20,20,20);
    background: -moz-linear-gradient(0deg, rgba(20,20,20,1) 0%, rgba(15,15,15,1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(20,20,20,1) 0%, rgba(15,15,15,1) 50%);
    background: linear-gradient(0deg, rgba(20,20,20,1) 0%, rgba(15,15,15,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141414",endColorstr="#0f0f0f",GradientType=1);
    transition: all .3s ease-in-out;
}

.front-posts:hover {
    box-shadow: 2px 2px 4px #ff00aa6b;
}

.front-posts img {
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 10px;
}

.front-category {
    padding: 3px 0px;
}

.front-category a {
    color:  #767676 !important;
    font-weight: 600;
    font-size: 14px;
    font-family: "century_gothicregular", Sans-serif;
}

.front-category a:hover {
    color: #ec018f !important;
}

.front-posts a {
    color: #c4cfde;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.front-posts a:hover {
    color: #ff009a;
    font-weight: 600;
}


.comment-respond {
    width: 100%;
}

textarea[id=comment] {
    height: 100px;
}

.blog-lateral {
    background: rgb(32,23,29);
    background: -moz-linear-gradient(180deg, rgba(32,23,29,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(32,23,29,1) 0%, rgba(14,14,14,1) 100%);
    background: linear-gradient(180deg, rgba(32,23,29,1) 0%, rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20171d",endColorstr="#0e0e0e",GradientType=1);
    border-top: 2px solid #252525;
}

.blog-lateral .categorias-titulo,
.blog-lateral .recientes-titulo {
    color: #ff009a;
}

.blog-lateral ul.categorias-list li a {
    color: #9b9b9b;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.blog-lateral ul.categorias-list li a:hover {
    color: #c30678;
}

.blog-lateral .lateral-titulo {
    color: white;
    transition: all .15s ease-in-out;
}

.blog-lateral .lateral-titulo:hover {
    color: #c30678;
}

.blog-lateral .recientes-categorias {
    color: #767676;
    font-weight: 500;
    transition: all .15s ease-in-out;
}

.blog-lateral .recientes-categorias:hover {
    color: #c30678;
}

.post-recientes:hover {
    border-radius: 15px;
    transition: all .25s ease-in-out;

}

.post-recientes {
    border-radius: 5px;
}

.title-comments,
#reply-title {
    font-size: 22px;
    color: #3c3c3c;
    font-weight: 600;
    margin: 5px 0px;
}

.blog-title {
    color: #ff009a;
    font-weight: 600;
    font-size: 30px;
}

.comment-body {
    padding: 20px 0px 30px 60px !important;
}


#comments {
    margin-top: 30px;
    background: #f5f5f5;
    padding: 25px;
    border-radius: 15px;
}


#respond {
    margin-top: 20px;
}

.comment-body {
    padding: 20px 0px 30px 10px !important;
}

#comments {
    margin-top: 30px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 15px;
}

.comment-meta .comment-metadata {
    display: none;
}

.contacto .box-shadow-2 {
    margin: 10px;
}

.navbar-toggler {
    margin-right: 10px;
    border: 1px solid white;
    background: #ffffff00;
}

.navbar-toggler:hover {
    margin-right: 10px;
    border: none;
    background: #ff009a;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
}

.navbar-toggler-icon i {
    color: white;
}

.navbar-brand {
    font-family: "century_gothicregular", Sans-serif;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .recentposts {
        flex-wrap: no-wrap;
    }

    .front-posts {
        width: 18%;
        margin: 0px 15px;
    }

    .cat-icon-container {
        margin: 0 20px;
    }

    .content-container {
        padding: 0px 40px;
    }

    .comment-body {
        padding: 20px 0px 30px 60px !important;
    }

    #comments {
        padding: 25px;
    }

    .comment-respond {
        width: 80%;
    }

    .logo {
        width: 400px;
        padding-top: 100px;
        padding-bottom: 30px;

    }


    



}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

    .cat-icon-container {
        padding: 25px;
    }

    .logo {
        width: 600px;
        padding-top: 150px;
        padding-bottom: 50px;
    }


}


