/*
Theme Name:   Twenty Twenty-Four Child Theme
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Template:     twentytwentyfour
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfourchild
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* GENERALS */ 

:where(.wp-site-blocks) > * {
    margin-block-start: 0;
}
figure img {
    width: 100%;
}
.highlight_title {
    display: inline-block;
    position: relative;
}
.highlight_title em {
    color: #2B5EAC;
    font-style: normal;
}
.highlight_title::before {
    content: "";
    background-image: url(./assets/img/shield-in-titles.svg);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.highlight_title.small-left::before {
    height: 1.2em;
    width: 2em;
    margin-bottom: -.2em;
}
.highlight_title.medium-right::before {
    height: 2.5em;
    width: 2em;
    position: absolute;
    right: 0;
    top: 0;
}
/* HEADER AND NAVIGATION */ 
header {
    position: fixed;
    width: 100%;
    z-index: 100;
}
.logo_icon {
    display: none;
}
#guia-de-productos > div {
    position: relative;
}
/* FOOTER */ 


/* HOME */

.soluciones_container {
    border-radius:10px;
    box-shadow: 0 0 6px rgba(14,44,79,.2);
    transform: translateY(-100px);
}
.soluciones_container .wp-block-column {
    position: relative;
}
.soluciones_container .wp-block-column::after {
    content: "";
    display: block;
    width: 2px;
    height: 90%;
    background-color: #A5BCD8;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.soluciones_container .wp-block-column:last-child:after {
    display: none;
}
.beneficios_listado {

}
.beneficio_bloque {
    max-width: 250px;
}

/* PAGINAS */

.form_comentarios form {
    width: 100%;
    max-width: 550px;
}
.form_comentarios br {
    display: none;
}
.form_comentarios input[type="text"],
.form_comentarios input[type="email"],
.form_comentarios textarea {
    width: 100%;
    font-family: "Futura Now Headline", sans-serif;
    font-size: 16px;
    border: solid 1px #2B5EAC;
    border-radius: 10px;
    outline: none;
    background-color: #fff;
    padding: 0 25px;
    margin-top: 20px;
    box-sizing: border-box;
    color: #112C4F;
}
.form_comentarios input[type="text"],
.form_comentarios input[type="email"] {
	height: 50px;
	line-height: 50px;
}
.form_comentarios textarea {
	padding: 15px 25px;
}
.form_comentarios .wpcf7-form-control-wrap:first-child input {
    margin-top: 0;
}
.form_comentarios textarea {
    max-height: 120px;
}
.form_comentarios input[type="submit"] {
    background-color: #112C4F;
    color: #fff;
    font-family: "Futura Now Headline", sans-serif;
    font-weight: bold;
    font-size: 20px;
    border-radius: 100px;
    height: 60px;
    border: none;
    outline: none;
    padding: 0 20px;
    line-height: 60px;
    width: 100%;
    max-width: 230px;
    margin: 20px 0 0 auto;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
}
.form_comentarios.dark input[type="submit"] {
    background-color: #fff;
    color: #112C4F;
}
/* NOSOTROS */
.atributos_lista {

}
.atributo_bloque {
    box-shadow: 0 0 5px rgba(43,94,172,.4);
}
/* PRODUCTOS */
.productos_container {

}
.slider_productos .wp-element-caption {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 0;
}
.slider_productos .slick-dots li button:before {
    font-size: 10px;
    color: #2B5EAC;
}
.slider_productos .slick-dots li.slick-active button:before {
    color: #2B5EAC;
    opacity: 1;
}

/* GUIA DE PRODUCTOS */

#guia-movil {
    display: block;
}
#guia-desktop {
    display: none;
}
.page-id-17 header {
    display: none !important;
}
.page-id-17 footer {
    display: none !important;
}
#guia-movil .wp-block-group-is-layout-flex{
    display: grid;
    grid-template-columns: 150px auto;
    align-items: start;
}

/* RESPONSIVE */
@media only screen and (min-width: 992px) {  
    #guia-movil {
        display: none;
    }
    #guia-desktop {
        display: block;
    }
}

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

}

@media only screen and (min-width: 1600px) {
   
}

@media only screen and (max-width: 992px) {
    
}

@media only screen and (max-width: 781px) {
    .soluciones_container .wp-block-column::after {
        width: 50%;
        height: 2px;
        right: auto;
        top: auto;
        left: 50%;
        bottom: -1px;
        transform: translateX(-50%);
    }
    .logo_full {
        display: none;
    }
    .logo_icon {
        display: block;
    }
}
