/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.full-height {
    height: calc(100vh - 261px);
    display: flex;
}
.otgs-development-site-front-end {
    display: none;
}

p#billing_address_2_field {
    display: none;
}

.boldgrid-section > .container > form > p > a {
    color: #FFF;
}

.elementor-widget-woocommerce-checkout-page #ship-to-different-address span {
    font-weight: 400;
    color: #fff;
}

button.button-primary {
    margin-top: 20px;
}

a.logo-texto {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

a.logo-texto > p{
    margin-top: 10px;
}

.elementor {
    margin-top: 63px;
}

.site-header+.elementor {
    min-height: calc(100vh - 263px);
}

.site-footer.footer-full-width, .site-header.header-full-width {
	max-width: 100%;
	margin: 0 auto;
}
.menu-item a:hover {
	color: #7c7c7c !important;
}
.site-navigation ul.menu li a {
	padding: 8px 20px !important;
}
.current-menu-item {
	font-weight: bold;
}

.footer-inner.copyright {
    justify-content: center;
}

.footer-inner.copyright p {
    text-align: center !important;
    margin-bottom: 0;
    font-size: 15px;
}

.footer-inner.copyright p > a {
	color: #000;
	font-size: 13px;
}

.site-footer.footer-full-width, .site-header.header-full-width {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #000000cc;
}

.banner-kit > img {
	width: 70%;
}

.banner-kit {
    text-align: center;
}

form {
    width: 100%;
    margin: 0 auto;
}

.fila-formulario,
.fila-formulario-no-margin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
}
.fila-formulario {
    width: 100%;
}

.fila-formulario > p,
.fila-formulario > p > label {
    width: 100%;
    text-align: center;
}

.w50 {
  width: 50% !important;
}

.wpcf7-submit {
    background-color: #dddddd;
    color: #000;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus{
    background-color: #eee;
    border: 1px solid #bbb;
    padding: 10px 20px;
    color: #000;
}


textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}

input[type="checkbox"] {
    margin-right: 3px;
}


label {
    width: 100%;
}

input.wpcf7-form-control{
    margin-top: 5px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
}

header#site-header > .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    padding: 10px 2%;
    box-shadow: 0px 0px 10px #00000033;
}

.site-logo.show {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5%;
}

p.titulo-sitio {
    font-size: 24px;
    font-weight: 600;
}

.site-header:not(.header-stacked) .header-inner .site-branding {
    max-width: 40%;
    width: 40%;
}


.boldgrid-section > .container {
    background-image: url(/wp-content/uploads/2023/12/volterra-tile.jpg);
}

input#pwbox-422 {
    margin-top: 5px;
}

form.formulario-pass {
    background-color: #00000088;
    padding: 9%;
    color: #FFF;
    max-width: 1400px;
}

#form-accept-tc{
    margin-left: 0px;
}

.boldgrid-section > .container {
    background-image: url(/wp-content/uploads/2023/12/volterra-tile.jpg);
    height: 100vh;
    display: flex;
    align-items: center;
}

.boldgrid-section > .container > form > p > a {
    color: #FFF;
}

.boldgrid-section > .container > form > p > label {
    width: 20% !important;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

button.button-primary {
    background-color: #e30821;
    border: 0;
    color: #fff;
}

button.button-primary:hover,
button.button-primary:active {
    background-color: #e30821;
    border: 0;
    color: #fff;
}

/* --> ESTILOS MENSAJE FORMULARIO <-- */

.screen-reader-response > ul,
.screen-reader-response > p {
    display: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    margin-bottom: 15px;
}

span.wpcf7-not-valid-tip {
    color: #dc3545;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1;
}


.wpcf7 form .wpcf7-response-output {
    padding: 5px 9px;
    border-radius: 4px; 
    margin-top: 20px;
    font-size: 14px;
}
 
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
 
.wpcf7 form.sent .wpcf7-response-output {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
 
.wpcf7 form.spam .wpcf7-response-output {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* --> FIN ESTILOS MENSAJE FORMULARIO <-- */

span.wpcf7-list-item-label > a {
    text-decoration: underline;
}

.subtitulo-h1,
.subtitulo-h1 > h1 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

@media (max-width: 767px) {
	h2 {
		font-size:1.6rem;
	}
	h3 {
		font-size: 1.4rem;
	}
}