/*
Theme Name: Inicianet Theme
Theme URI: https://inicianet.com/
Author: Inicianet
Author URI: https://inicianet.com/
Description: Un theme creado en exclusiva por Inicianet para sus clientes. Este theme incluye una capa de seguridad, optimización avanzada y las funcionalidades indispensables para asegurar el correcto y óptimo funcionamiento de la web. Sobre esta sólida base, se integra el diseño personalizado y las funciones específicas que requiera cada proyecto, garantizando así un rendimiento excepcional y una integración perfecta con Elementor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inicianet
*/

/* VARIABLES GLOBALES */
:root {
    /* CONTACT FORM 7 */
    --cf7--input--font-size: 14px;
    --cf7--input--color: #ebeced;
    --cf7--input--margin-bottom: 10px;
    --cf7--submit--margin-top: 35px;
    --cf7--link--color: #fbb100;
    --cf7--text--color-secondary: #666666;
    --cf7--hover--background-color: #e0a700;
}

/* Estilos Generales */
body {margin:0;}
p { margin-block-start: 0; }
:target { scroll-margin-top: 131px; } /* Alto Header Sticky */

.header.e-con>.e-con-inner {
    padding-block-end: 0; 
    padding-block-start: 0;
}
.header {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (min-width: 768px){
.header {
    padding-top: 115px;
    padding-bottom: 115px;
}
}
footer .elementor-item-active { text-decoration:underline;
    text-underline-offset: 5px;
}
footer .menu-item a{
    padding-left: 40px !important;
}
footer .menu-item a:before,
.bullet-list{
    position: absolute;
    left:0px;
    width: 15px;
    height: 15px;
    text-align: center;
    opacity: 1 !important;
    border-radius: 50px;
    padding: 0px 0 0 2px;
}
footer .menu-item a::before,
.bullet-list::before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23F2CD5E" d="M180.5 141.5C219.7 108.5 272.6 80 336 80s116.3 28.5 155.5 61.5c39.1 33 66.9 72.4 81 99.8c4.7 9.2 4.7 20.1 0 29.3c-14.1 27.4-41.9 66.8-81 99.8C452.3 403.5 399.4 432 336 432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1L48.1 379.6c-12.5 7.3-28.4 5.3-38.7-4.9S-3 348.7 4.2 336.1L50 256 4.2 175.9c-7.2-12.6-5-28.4 5.3-38.6s26.1-12.2 38.7-4.9l89.7 52.3c12.2-14.6 26.5-29.4 42.7-43.1zM448 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	background-color: inherit !important;
}


/* CONTACT FORM 7 */
.block-form input::placeholder,
.block-form textarea::placeholder {
    font-family: var(--e-global-typography-primary-font-family), sans-serif !important;
    font-size: var(--cf7--input--font-size) !important;
    color: var(--cf7--input--color) !important;
}

.block-form input:not([type=submit]):not([type=checkbox]), .block-form textarea, .block-form select {
    font-family: var(--e-global-typography-primary-font-family), sans-serif !important;
    font-size: var(--cf7--input--font-size) !important;
    margin-bottom: var(--cf7--input--margin-bottom) !important;
    color: #333;
    border: 1px solid #ebeced;
    padding: 10px 20px;
    width: 100%;
}

.block-form input:not([type=submit]):not([type=checkbox]):focus-visible, 
.block-form textarea:focus-visible, 
.block-form select:focus-visible {
	border-color: var(--e-global-color-primary);
    outline: var(--e-global-color-primary);
    outline-color: var(--e-global-color-primary);
}

.block-form input:not([type=submit]),
.block-form textarea,
.block-form select{background-color:var( --e-global-color-557ad5f );
}
.block-form input::placeholder,
.block-form textarea::placeholder, 
.block-form select{
    color:#333333 !important;
    font-weight: 300;
}

.title a {
    color: var(--cf7--link--color);
    text-transform: uppercase;
}

.texto-acepto-legal,
.texto-obligatorio-legal,
.texto-acepto-legal > a {
    font-size: var(--cf7--input--font-size) !important;
    font-weight: 300 !important;
    color: var(--cf7--text--color-secondary) !important;
}

.texto-acepto-legal > a:hover {
	text-decoration: underline;
    text-underline-offset: 4px;
	color: var(--e-global-color-primary) !important;
}

.elementor-element .elementor-shortcode .block-form .wpcf7-submit {
    margin-top: var(--cf7--submit--margin-top);
	border:none;
}

.elementor-element .elementor-shortcode .block-form .wpcf7-list-item {
    display: inline-block;
    margin-left: 0;
}

.wpcf7-form {
    font-family: var(--e-global-typography-primary-font-family), sans-serif !important;
}

.mi-clase-id:hover {
    background-color: var(--cf7--hover--background-color);
}




