/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1737458567
Updated: 2025-01-21 12:22:47

*/
/*Menú*/
#top-menu li{
	padding-right: 80px !important;
}
/*Fin Menú*/
.img_vestidos .et_pb_text_inner h2{
	/*position: absolute;
    transform: translateY(-50%) translateX(-50%);
	top: 50%;
	left: 50%;*/
}
/*Formulario de contacto*/
.box_formulario > div,
.pedir_cita > div{
	margin-bottom: 25px;
}
.box_formulario .nombre p span input,
.box_formulario .correo p span input,
.box_formulario .asunto p span input,
.pedir_cita .nombre p span input,
.pedir_cita .correo p span input,
.pedir_cita .telefono p span input,
.pedir_cita .calendario p span input,
.pedir_cita .textarea p span textarea{
    width: 100%;
    padding: 10px 15px;
	font-size: 1em;
	color: #000;
	border: 1px solid #bbb;
	resize: none;
}
.box_formulario .mensaje p span textarea{
	resize: none;
	width: 100%;
    padding: 10px 15px;
	color: #000;
}
.box_formulario .aceptar p span span span,
.pedir_cita .aceptar p span span span{
	margin: 0px;
}
.box_formulario .aceptar p span span span label .wpcf7-list-item-label,
.box_formulario .aceptar p span span span label .wpcf7-list-item-label a,
.pedir_cita .aceptar p span span span label .wpcf7-list-item-label,
.pedir_cita .aceptar p span span span label .wpcf7-list-item-label a{
	color: #000;
}
.box_formulario .enviar p input,
.pedir_cita .enviar p input{
	background-color: transparent;
	color: #000;
	border-radius: 25px;
	padding: 15px 50px;
    font-size: 1.2em;
    border: 1px solid #000;
}
/*Fin Formulario de contacto*/
/*IMAGENES ANCHO COMPLETO HOME*/
.box_especiality .et_pb_column{
	margin: 0px;
	width: 50%;
}
.box_especiality .video .et_pb_module .et_pb_code_inner .fluid-width-video-wrapper iframe,
.box_especiality .fotos{
	height: 780px;
}
.box_especiality .fotos {
    background-size: cover;
    background-position: center;
}
.box_logo_imagenes {
    position: relative;
}
.box_logo_imagenes .box_imagenes .box_imagen_uno,
.box_logo_imagenes .box_imagenes .box_imagen_dos,
.box_logo_imagenes .box_imagenes .box_imagen_tres,
.box_logo_imagenes .box_imagenes .box_imagen_cuatro{
	height: 100vh;
    margin: 0px;
	width: 50%;
}
.box_categorias,
.box_logo_imagenes{
    position: relative; /* Asegura que el sticky funcione dentro de este contenedor */
}
.box_categoria {
    position: sticky;
    top: 100px; /* Ajusta este valor según lo que necesites */
    z-index: 3;
    max-height: 80vh; /* Evita que baje más de la cuenta */
    overflow-y: auto; /* Permite scroll si es necesario */
}
.box_logo_imagenes .box_logo{
    position: sticky;
    top: 284px;
    z-index: 10;
    padding: 10px;
}
.box_logo_imagenes .box_logo .et_pb_column{
	height: 0px;
}
/*FIN IMAGENES ANCHO COMPLETO HOME*/
/*SOBRE NOSOTRAS*/
.item_image_section .et_pb_column{
	width: 49%;
	margin-right: 20px;
}
/*.item_image_section .et_pb_column .et_pb_module:nth-child(1){
	height: 100vh;
}*/
.item_image_section .et_pb_column .texto_superior,
.item_image_section_unico .et_pb_column .texto_superior{
	position: absolute;
    top: 50px;
    height: 0px;
    width: 70%;
    left: 15%;
}
/*.item_image_section .et_pb_column .texto_superior .et_pb_text_inner,
.item_image_section_unico .et_pb_column .texto_superior .et_pb_text_inner{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 15px;
}*/
.item_image_section .et_pb_column .texto_inferior{
	position: absolute;
    bottom: 120px;
    height: 0px;
    width: 70%;
    left: 15%;
}
/*.item_image_section .et_pb_column .texto_inferior .et_pb_text_inner{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 15px;
}*/
.texto_numero{
	display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 50px;
}
.texto_numero .et_pb_text_inner table{
	border: 0px;
}
.texto_numero .et_pb_text_inner table tbody tr td{
	border-top: 0px;
}
.texto_numero .et_pb_text_inner table tbody tr td:nth-child(1){
	padding: 0px;
	font-size: 2.5em;
	padding-top: 70px;
	display: flex;
}
.texto_numero .et_pb_text_inner table tbody tr td:nth-child(2){
	padding: 0px;
	padding-left: 5px;
	padding-bottom: 3em;
	line-height: 1.8em;
}
/*FIN SOBRE NOSOTROAS*/
/*Media Query*/
@media(max-width: 1366px){
	.box_especiality .video .et_pb_module .et_pb_code_inner .fluid-width-video-wrapper iframe,
	.box_especiality .fotos{
		height: 650px;
	}
	.item_image_section .et_pb_column{
		width: 45%;
	}
	.item_image_section_unico .et_pb_column{
		width: 92%;
	}
}
@media(max-width: 980px){
	.mobile_menu_bar:before{
		color: #000;
	}
	.et_mobile_menu{
		border-top: 3px solid #000;
	}
	.box_especiality .et_pb_column{
		width: 100%;
	}
	.box_especiality .video .et_pb_module .et_pb_code_inner .fluid-width-video-wrapper iframe{
		
	}
	.box_especiality .fotos{
		height: auto;
	}
	.texto_numero{
		padding-top: 20px;
	}
	.item_image_section .et_pb_column .texto_superior,
	.item_image_section_unico .et_pb_column .texto_superior,
	.item_image_section .et_pb_column .texto_inferior{
		position: initial;
		height: auto;
	}
	.box_categoria {
		position: initial;
		max-height: none;
		overflow-y: unset;
	}
	.box_logo_imagenes .box_logo{
		display: none;
		top: -40px;
		max-height: 80vh;
	}
	.texto_numero{
		flex-wrap: wrap;
	}
	.texto_numero:last-of-type {
		flex-direction: column-reverse;
	}
	.item_image_section .et_pb_column {
        width: 50%;
        margin: 0px;
    }
	.item_image_section .et_pb_column .texto_superior,
	.item_image_section_unico .et_pb_column .texto_superior {
		top: 20px;
		width: 100%;
		left: 2%;
	}
	.item_image_section .et_pb_column .texto_inferior {
		bottom: 120px;
		width: 96%;
		left: 2%;
	}
	.item_image_section_unico .et_pb_column {
        width: 100%;
    }
}
/*Fin Media Query*/