/*
Theme Name: Hello Elementor Child Theme
Version: 5.6
Description: Child theme for Hello Elementor.
Author: ---
Author URI: ---
Template: hello-elementor
*/

/*nav menu drop shadow*/
.elementor-nav-menu{
text-shadow: 0px 1px 5px #000;
}

div#nav-menu div.elementor-menu-toggle svg.elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar{
filter: drop-shadow(0px 1px 1px #00000073);
}

p{
	margin-top: 0px;
}

/* Header background Effect*/
.elementor-sticky.elementor-sticky--effects.sticky-header {
   background: #E53C51 !important;
}

ul.elementor-toc__list-wrapper div.elementor-toc__list-item-text-wrapper{
	display: inline;
}
div.elementor-toc__list-item-text-wrapper svg.e-fas-circle{
	vertical-align: middle;
}

@media (max-width: 767px) {#menu-1-871112a a{
	justify-content: center;
}}

.elementor-widget-image a img.attachment-medium[src$=".svg"]{
	height: 40px;
	width: auto;
}

/* hover ventajas */

.ventaja {
    background-color: #E53C5133;
    transition: all 0.1s ease-in-out;
}

.ventaja:hover {
    background-color: #E53C51 !important;
}

.ventaja-texto {
    color: #707070 !important;
    transition: all 0.1s ease-in-out !important;
}

.ventaja:hover .ventaja-texto {
    color: #FFFFFF !important;
}

/*contact form 7*/
@media only screen and (min-width: 768px) {
	div.formulario{
	display: flex;
	}

div.formulario div:first-child{
	margin-right: 10px;
	}
}

input[type="text"]{
    width: 100%;
}

input[type="email"], textarea{
    width: 100%;
}
.wpcf7-list-item{
	margin-left: 0px;
}

.wpcf7 input, .wpcf7 textarea{
padding: 12px;
  border: none;
  background: #e6e6e6;
  font-family: lexend;
  font-size: 1em;
  color: #535353;
}

.elementor-kit-6 input[type="submit"].wpcf7-submit{
	color: white;
	background-color: #E53C51;
}
.elementor-kit-6 input[type="submit"].wpcf7-submit:hover{
	background-color: #1F3B6F;
}

/*tabla privacidad*/
tr.even td{
	padding: 25px;
}