/*
 Theme Name:   HELLO CELAPIC
 Description:  Child personalizado de Hello Elementor
 Author:       TanRandom!
 Author URI:   http://tanrandom.com
 Template:     hello-elementor  
 Version:      1.0
 Text Domain:  hello-child
*/

/* Aquí empiezan tus estilos CSS personalizados */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');






#celapic-header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
}


body {
    margin-top: 0px;
    /* Evitar que el contenido se superponga con el header */
}

a {
    text-decoration: none !important;
}


.elementor-button-icon .e-font-icon-svg {
    height: 14px;
}

.jkit-postblock-content h3 {
    margin-bottom: -20px !important;
}

.jkit-readmore svg {
    vertical-align: middle !important;
}

.jkit-posts {
    margin-bottom: 20px;
}

.jkit-block-loadmore a {
    text-decoration: none;
}


.logo {
    margin-right: 40px;
}

#site-header .menu li a {
    padding: 15px;
}

.main-navigation {
    font-weight: 500;
}

#site-header .cheshire-cta-btn {
    font-weight: 400;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 10px !important;
}

/* testimonios */
.testimonials-track .testimonial-box {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    /* espacio imagen–texto */
    padding: 0 25px !important;
    /* 25px a izquierda y derecha */
    min-height: 180px;
    /* altura mínima */
}

.testimonials-track .testimonial-box .comment-bio img {
    border-radius: 50% !important;
}

.testimonials-track .testimonial-box .comment-bio {
    flex: 0 0 auto !important;
}

.testimonials-track .testimonial-box .comment-content {
    flex: 1 !important;
    /* tamaño de fuente */
    font-weight: 400;

}


/*movil*/
.celapic-home-h1-movil {
    position: absolute;
    bottom: 0;
    z-index: 10;
}




@media (max-width: 767px) {
    .comment-content {
        margin-left: -30px;
    }
}


/*al terminar de diseñar todo limpia la web, acordate que es un tema hijo y podes ponerr css ahi y los vestigios del diseño same*/

.bordes_post_movil .jeg-elementor-kit.jkit-postblock .jkit-post {
    border-radius: 16px !important;
}


.elementor-112 .elementor-element.elementor-element-21718cd .jeg-elementor-kit.jkit-contact-form-7 form label {
    font-family: poppins !important;
    font-weight: 400 !important;
}

.cotizacion-celapic form label {
    color: #1379a4 !important;
}

.wpcf7-form-control {
    border-radius: 50px !important;
    height: 40px !important;
    background-color: white !important;
    border: 1px solid #B4DBEC !important;
}

textarea[name="your-message"] {
    border-radius: 24px !important;
    height: 120px !important;
}

.cotizacion-celapic .wpcf7-submit {
    background-color: #1379a4 !important;
    background-image: none !important;
    border: 1px solid #1379a4 !important;
    width: 100% !important;
}

#cotizacion {
    margin-top: 10px !important;
}

.cotizacion-celapic-movil form label {
    font-family: poppins !important;
    color: #1379a4 !important;
    font-weight: 400;
}

.cotizacion-celapic-movil .wpcf7-submit {
    background-color: #1379a4 !important;
    background-image: none !important;
    border: 1px solid #1379a4 !important;
    width: 100% !important;
    margin-bottom: -19px !important;
}

.ver-mas-posteos .jkit-pagination-button {
    width: 100% !important;
    margin-bottom: 10px;
}

/*categorias del blog*/

.archive.category .entry-title {
    color: #1379a4 !important;
    margin-top: 20px;
    margin-bottom: 30px !important;
}

.archive.category .entry-title a {
    color: #1379a4 !important;

}

.archive.category .entry-title a:hover {
    color: #9BE2F2 !important;
}

.archive.category .page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


.archive.category .post {
    padding: 1.5rem 0;
    color: #1379a4 !important;
    width: 60% !important;
    margin-bottom: 100px;
}

.archive.category .post img {
    max-width: 100%;
    border-radius: 24px !important;
    height: auto;
    margin-bottom: 40px;
}


#dt-search-0.dt-input {
    display: none !important;
}

#tablepress-1_info.dt-info {
    display: none !important;
}

/*categorias del blog movil*/
@media (max-width: 768px) {


    .archive.category .post {
        color: #1379a4 !important;
        width: 90% !important;
        margin-bottom: 40px;
    }

    .archive.category .post img {
        border-radius: 16px !important;
        height: 200px;
        margin-bottom: 40px;
    }

}