/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
@media (min-width: 981px) {
.no-en-pc{
	display: none !important;	
	}
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    pointer-events: none;
}
/*Estilos video diego portada*/
#video_diego_animado{
	width:800px; 
	height:800px; 
	position: absolute; 
	right: 0px
}
@media only screen and (max-width: 767px) {
#video_diego_animado{
	right: auto;
	width:100%; 
	height:auto; 
}
}

.grecaptcha-badge { visibility: hidden; }

/* agregar icono a acordeon abierto en Divi*/
.icono-acordeon-divi .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
display: block;
content: "2";
}
/* Cambiar estilos del icono acordeon de Divi*/
.icono-acordeon-divi .et_pb_toggle_title:before {
content: "3";
color: #999999;
  font-size: 30px !important;
  font-weight: 400;
}

/*Estilos mi cuenta */
#account-styles h2{
	font-size: 35px;
}

#account-styles .woocommerce form.login, #account-styles .woocommerce form.register{
	border-color: #3ef75c;
	border-radius: 10px;
	margin-top: 5px;
	

}
#account-styles input{
	background-color: #000000;
	border: 1px solid #ffffff;
	border-radius: 5px;
	padding: 10px;
	color: #ffffff;
}

#account-styles label, #account-styles p{
	font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
}

#account-styles p{
	font-size: 14px;
	line-height: 1.2
}

#account-styles .woocommerce-Address-title h2{
	font-size: 25px;
    text-align: left;
    margin-top: 15px;
}
#account-styles p.form-row{
	/*margin-top: 20px;*/
}
#account-styles button{
	font-family: 'Plus Jakarta Sans';
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	background-color: #3ef75c;
	
}
#account-styles button:hover{
	background-color: #3ef75c !important;
	box-shadow: 6px 6px 18px -8px #3ef75c;
-webkit-box-shadow: 6px 6px 18px -8px #3ef75c;
-moz-box-shadow: 6px 6px 18px -8px #3ef75c;
	padding-right: 0;
	padding-left: 0;
}
#account-styles button::after{
	display: none;
}
#account-styles button.show-password-input{
	width: auto;
	background-color: #000000;
}
#account-styles button.show-password-input::after{
	color: #ffffff;
}

#account-styles button.woocommerce-form-register__submit{
/* 	margin-top: 42px;*/
}

/*ESTILOS GRACIAS POR TU COMPRA*/

#gracias-por-tu-compra-section p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	display: none;
}

#gracias-por-tu-compra-section ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
	font-size: 16px;
}

#gracias-por-tu-compra-section ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
	margin-bottom: 5px;
}

#gracias-por-tu-compra-section .woocommerce.ul.order_details{
	margin-bottom: 10px;
}

#gracias-por-tu-compra-section section.woocommerce-order-details h2{
	margin-top: 20px;
    font-size: 20px;
}

#gracias-por-tu-compra-section section.woocommerce-customer-details h2{
	margin-top: 20px;
    font-size: 20px;
}

/* Fondo general de la página de checkout */
body.woocommerce-checkout {
    color: #ffffff;
    
}

/* Contenedor principal del checkout */
.woocommerce-checkout form.checkout {
    padding: 20px;
    max-width: 1200px;
    /*margin: 50px auto;*/
}

/* Títulos */
.woocommerce-checkout h3,
.woocommerce-checkout h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid #34c759; /* Línea divisoria verde brillante */
    padding-bottom: 10px;
    margin-bottom: 25px;
}

/* Tablas de resumen del pedido */
.woocommerce-checkout table.shop_table {
    background-color: #1f3529;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    border: none;
}

.woocommerce-checkout table.shop_table th {
    background-color: #2a4534;
}

.woocommerce-checkout table.shop_table td {
    background-color: #1f3529;
}

/* Campos de formulario */
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea {
    background-color: #2a4534;
    color: #ffffff;
    border: 1px solid #34c759;
    border-radius: 8px;
    padding: 12px;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus {
    border-color: #34c759;
    box-shadow: 0 0 5px #34c759;
}

/* Etiquetas de los campos */
.woocommerce-checkout label {
    color: #ffffff;
    font-weight: 500;
}

/* Botón de realizar pedido */
.woocommerce-checkout #place_order {
    background-color: #34c759;
    color: #0f1f14;
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.woocommerce-checkout #place_order:hover {
    background-color: #28a745;
    color: #ffffff;
    box-shadow: 0 0 15px #34c759;
}

/* Checkbox de términos y condiciones */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    background-color: #1a2e22;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
    color: #ffffff;
}

/* Errores de validación */
.woocommerce-checkout .woocommerce-error {
    background-color: #ff4d4f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

/* Fondo negro para toda la página del checkout */
body.woocommerce-checkout #main-content {
    background: #15471c;
background: -webkit-linear-gradient(125deg, rgba(21, 71, 28, 1) 0%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 57%);
background: -moz-linear-gradient(125deg, rgba(21, 71, 28, 1) 0%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 57%);
background: linear-gradient(125deg, rgba(21, 71, 28, 1) 0%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 57%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15471C", endColorstr="#000000", GradientType=0);
}

.woocommerce-checkout #main-content h1{
	font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 55px;
    color: #FFFFFF !important;
}
.woocommerce-checkout th{
	color: #ffffff !important;
}
.woocommerce-checkout input{
	border-radius: 10px !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 10px !important;		
}
.woocommerce-checkout span.selection span span, .woocommerce-checkout span.selection span{
	background-color: black !important;
	color: #ffffff !important;
	border-radius: 10px !important;
}
