.elementor-18760 .elementor-element.elementor-element-16df5c68:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-18760 .elementor-element.elementor-element-16df5c68 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    max-width: 358px;
    min-height: 300px;
}
.elementor-18760 .elementor-element.elementor-element-733c2825 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
    max-width: 300px;
    min-height: 300px;
}
div[data-id*="6cd08e36"].elementor-element.elementor-element-6cd08e36.elementor-widget.elementor-widget-text-editor{
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
.elementor-19001 .elementor-element.elementor-element-ecedce2 .elementor-pagination {
    margin:30px;}
    
/* juntar elementos parte de abajo*/
.elementor-element-228728cd{
    max-width: 2000px;
    width: 100%;
    margin: 0 auto; 
}
.elementor-form{
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    }
    .elementor-19168 .elementor-element.elementor-element-46de879d .elementor-pagination {
        margin-top:50px;
    }
/* hide top bar on mobile */ 

@media (max-width: 768px) {
    .top-bar {
		display: none;
    }
}

/* top bar only on home page */ 

body:not(.home) .top-bar {
	display: none;
}

/* top bar letter spacing */ 

.topbar-text {
	letter-spacing: 1px;
}

/* center mobile menu text */ 

.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a {
	text-align: center;
}

/* menu letter spacing */ 

.main-navigation a {
	letter-spacing: 2px;
}
 
/* h1 letter spacing */ 

h1 {
	letter-spacing: 5px !important;
}

/* home hero font styling */ 

.hero-headline {
	font-size: 44px;
	letter-spacing: 3px;
}

@media( max-width: 768px ) {
    .hero-headline {
		font-size: 32px;
		letter-spacing: 2px;
    }
}

/* submit post comment button */

input[type="submit"] {
	padding: 15px 25px;
	margin-top: 10px;
	border-radius: 0px;
	transition: all 0.2s ease 0s;
}

/* top bar button styling */ 

.button.topbar,
.button.topbar:visited,
.button.topbar:focus {
	color: #ffffff;
	font-size: 13px;
	background: transparent;
	border: 2px solid #ffffff;
	padding: 3px 12px;
	margin: 6px 10px;
	border-radius: 0px;
	transition: all 0.2s ease 0s;
}
 
.button.topbar:hover,
.button.topbar:active {
	color: #ffffff;
	background: transparent;
	border: 2px solid #08cec7;
}

/* ghost button styling */ 

.button.ghost,
.button.ghost:visited,
.button.ghost:focus {
	color: #ffffff;
	background: transparent;
	border: 3px solid #ffffff;
	padding: 10px 25px;
	border-radius: 0px;
	margin-top: 5px;
	transition: all 0.2s ease 0s;
}

.button.ghost:hover,
.button.ghost:active {
	color: #ffffff;
	background: transparent;
	border: 3px solid #08cec7;
}

/* footer widget area custom widths */

@media (min-width:1025px) {
  .footer-widgets .footer-widget-1 {
    width: 47%;
		padding-right: 15px
  }
  .footer-widgets .footer-widget-2 {
    width: 23%;
		text-align: center;
  }
  .footer-widgets .footer-widget-3 {
    width: 30%;
		text-align: center;
  }
}

@media (max-width:1024px) {
  .footer-widgets .footer-widget-1,
  .footer-widgets .footer-widget-2,
  .footer-widgets .footer-widget-3 {
    width: 100%;
		text-align: center;
  }
}


/* hide required message above from */

.nf-form-fields-required {
  display: none;
}
/* --- formulario de contacto --- */
.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}
/*border contact form*/
.wpcf7-form-control-wrap textarea {height:100px;max-width: 100%;}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {border: 2px solid #ee9445;}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    width: 100%;
}
/*center button contact form*/
input.wpcf7-form-control.wpcf7-submit {
display: block;
margin: 0 auto;
padding: 8px 18px;
}
/*hide copyright*/
.site-info {display:none;}
/*logo cabecera*/
img.header-image {
    height: 60px;
}
#responsive-form{
	max-width:600px /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/*formulario fondo
.section-form > div > div > div > div
.elementor-widget-wrap {
width:95%;
max-width:1000px;
margin: 80px auto;
border-bottom-left-radius: 80px;
padding: 40px 20px;
border: 1px solid #F4F4F4;
background: #F6F6F6;
box-shadow: 4px 5px 30px rgba(0,0,0,.25);
}
*/

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

/* HOME */
.home .site-main .elementor-inner > .elementor-section-wrap{
    background: #fff url('http://patatasgomez.quelinka.es/wp-content/uploads/2023/09/logobody-pg.png') no-repeat -15% 900px;
    background-size: 75%;
    overflow: hidden;
}
.box-col-home {
	width: 95%;
	max-width: 1200px;
    margin: 0 auto 30px;
    position: relative;
}
.box-col-home.box-col-home-01:before, 
.box-col-home.box-col-home-01:after,
.box-col-home.box-col-home-02:before, 
.box-col-home.box-col-home-03:before, 
.box-col-home.box-col-home-04:before {
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
}
.box-col-home.box-col-home-01:before{
    background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/09/garbanzos.png') no-repeat center;
    background-size: 67%;
    width: 248px;
    height: 590px;
    transform: translate(-50%, -50%);
    top: 65%;
    left: 0;
}
.box-col-home.box-col-home-01:after{
    background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/09/hoja.png') no-repeat center;
    background-size: 80%;
    width: 375px;
    height: 152px;
    top: 80%;
    transform: translate(-50%, -50%);
    left: 98%;
}
.box-col-home.box-col-home-02:before{
    background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2022/12/hoja-especias.png') no-repeat center;
    background-size: 80%;
    width: 337px;
    height: 457px;
    top: 50%;
    transform: translate(0, -50%);
    left: initial;
    right: -155px;
}
.box-col-home.box-col-home-03:before{
    background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/09/2020-09-07-1-scaled-e1601284556847.jpg') no-repeat center;
    background-size: cover;
    width: 300px;
    height: 219px;
    top: 65%;
    transform: translate(-50%, -50%);
    left: 50px;
}
.box-col-home.box-col-home-04:before{
    background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/11/ajos-patatas-1.png') no-repeat center;
    background-size: cover;
    width: 189px;
    height: 230px;
    top: 50%;
    transform: translate(-50%, -50%);
    left:10px;
}
.box-col-home.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: initial;
}
.box-col-home .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
	padding: 0;
}
.box-col-home > .elementor-container .elementor-widget-wrap{
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.box-col-home.box-right > .elementor-container  .elementor-widget-wrap{
	flex-flow: row-reverse nowrap;
}
.box-col-home > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor:before{
    content:''; 
    background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/10/flecha-hacia-abajo-e1602681277165.png') no-repeat center;
    background-size: cover;
    display: block;
    position: absolute;
    top:50%;
    transform: translate(-50%, 0);
    height: 24px;
    width: 24px;
}
.box-col-home.box-col-home-01 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor:before{
    left: -15%;
    top: 40%;
    transform: translate(-50%, 0) rotate(-180deg);
}
.box-col-home.box-col-home-02 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor:before{
    transform: translate(-50%, 0) rotate(-180deg);
    right: -60px;
}
.box-col-home.box-col-home-03 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor:before{
    
    right: -80px;
    top: 80px;
}
.box-col-home.box-col-home-04 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor:before{
    transform: translate(-50%, 0) rotate(-180deg);
    left:-80px;
    top:47%;
}
.box-col-home.box-col-home-05 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor:before{
    right: -100px;
    top: 11%;
}
.box-col-home > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor h2{
    font-family: "Baloo Bhaina 2", Sans-serif;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: left;
    line-height:35px;
    margin-bottom: 8px;
}
.box-col-home > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor p{
    color:black;
    font-size: 16px;
    text-align: left;
    margin: 0;
}
.box-col-home > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor a{
    background-color: #ee9445;
    color: #2c2c2c;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 15px 30px;
    margin-top: 30px;
    display: inline-block;
    max-width: 250px;
    text-align: center;
}
.box-col-home.box-col-home-01 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor{
	display: block;
	max-width: 300px;
    width: 100%;
}
.box-col-home.box-col-home-01 > .elementor-container .elementor-widget-wrap{
    padding-top: 30px;
    align-items: center;
    justify-content: center;
}
.box-col-home.box-col-home-02 > .elementor-container .elementor-widget-wrap{
    align-items: center;
    justify-content: flex-end;
}
.box-col-home.box-col-home-03 > .elementor-container .elementor-widget-wrap{
}
.box-col-home.box-col-home-04 > .elementor-container .elementor-widget-wrap{
}
.box-col-home.box-col-home-05 > .elementor-container .elementor-widget-wrap{
}
.box-col-home > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor{
    margin: 0;
}
.box-col-home.box-col-home-01  > .elementor-container  .elementor-widget-wrap > .elementor-widget-image{
    width: 100%;
    display:block;
    max-width:600px;
}
.box-col-home.box-col-home-01 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor{
    display: block;
    max-width: 300px;
    width: 100%;
    position: relative;
    left: -8%;
}
.box-col-home.box-col-home-02 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor{
    width: 100%;
	display: block;
    max-width: 350px;
    left: -300px;
    position: relative;
}
.box-col-home.box-col-home-02 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor h2, 
.box-col-home.box-col-home-02 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor p{
    text-align: right;
}
.box-col-home.box-col-home-02  > .elementor-container  .elementor-widget-wrap > .elementor-widget-image{
    width: 100%;
    display: block;
    max-width: 650px;
    position: relative;
    left: -15%;
}
.box-col-home.box-col-home-03 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor{
    width: 100%;
	display: block;
    max-width: 248px;
    position: relative;
    left: 30%;
}
.box-col-home.box-col-home-03 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor h2, 
.box-col-home.box-col-home-03 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor p{
    text-align: right;
}
.box-col-home.box-col-home-03  > .elementor-container  .elementor-widget-wrap > .elementor-widget-image{
    width: 100%;
    display:block;
    max-width:400px;
    position:relative;
    left:440px;
    top:-117px;
}
.box-col-home.box-col-home-04 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor{
    width: 100%;
	display: block;
    max-width: 267px;
    right: 150px;
    top: -50px;
}
.box-col-home.box-col-home-04 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor h2, 
.box-col-home.box-col-home-04 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor p{}
.box-col-home.box-col-home-04  > .elementor-container  .elementor-widget-wrap > .elementor-widget-image{
    width: 100%;
    display:block;
    max-width:420px;
    right:290px;
    top:-160px;
}
.box-col-home.box-col-home-05 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor{
    width: 55%;
	display: block;
    max-width: 660px;
}
.box-col-home.box-col-home-05 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor .elementor-text-editor{
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
}
.box-col-home.box-col-home-05 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor h2{
    text-align:right;
    width: 300px;
} 
.box-col-home.box-col-home-05 > .elementor-container  .elementor-widget-wrap > .elementor-widget-text-editor p{
    text-align:right;
    width: 300px;
    margin-left: 20px;
    text-align: left;
}
.box-col-home.box-col-home-05  > .elementor-container  .elementor-widget-wrap > .elementor-widget-image{
    width: 60%;
    display: block;
    max-width: 660px;
}
.box-col-home.box-col-home-05  > .elementor-container  .elementor-widget-wrap > .elementor-widget-image{
    width: 100%;
    display: block;
    max-width: 500px;
    left: 137px;
    top: -80px;
}
.box-col-home.box-col-home-05  > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor a{
    margin-top: 15px;
}
.box-col-home.box-col-home-05 {
    margin-bottom: 0;
    position: relative;
    top: -60px;
}
header .inside-header{
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
    width: 95%;
}
.icon-rrss {
    display: inline-block;
    float: none;
    text-indent: -999999px;
    width: 35px;
    height: 35px;
    padding: 0;
    margin-left: 10px;
}
.icon-rrss.facebook {
    background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/10/social-facebook.png') no-repeat center;
    background-size: contain;
}
.icon-rrss.instagram {
    background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/10/social-instagram.png') no-repeat center;
    background-size: contain;
}
.icon-rrss.pinterest {
    background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/10/social-pinterest.png') no-repeat center;
    background-size: contain;
}
.icon-rrss.youtube {
    background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/10/social-youtube.png') no-repeat center;
    background-size: contain;
}
.icon-rrss:hover{
    opacity: .85;
    transition: all ease 500ms;
}
.nav-float-right .inside-header .main-navigation {
    float: none;
    display: inline-block;
    margin: 0 auto;
    clear: none;
}

@media (max-width:1200px) {
    .box-col-home.box-col-home-02:before{
        transform: translate(-50%, -50%);
        right: initial;
        left: 90%;
    }
    .nav-float-right .inside-header .main-navigation{
        float:none;
        margin: 0 auto;
    }
    .main-navigation .main-nav ul li a{
        padding-left: 12px;
        padding-right: 12px;
    }
    .box-col-home.box-col-home-03 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor {
        left: 20%;
    }
    .box-col-home.box-col-home-03 > .elementor-container .elementor-widget-wrap > .elementor-widget-image {
        left: 27%;
    }
    .box-col-home.box-col-home-05 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor h2 {
        width: 215px;
    }
    .box-col-home.box-col-home-05 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor:before{
        right: -70px;
    }
    .box-col-home.box-col-home-05 > .elementor-container .elementor-widget-wrap > .elementor-widget-image {
        left: 67px;
    }
    header .inside-header{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .icon-rrss{
        width: 32px;
        height: 32px;
    }
}
@media (max-width:1024px) {
    .box-col-home.box-col-home-02 > .elementor-container .elementor-widget-wrap > .elementor-widget-image{
        left: -20%;
    }
    .main-navigation .main-nav ul li a {
        padding-left: 9px;
        padding-right: 9px;
    }
    .box-col-home.box-col-home-05 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor p {
        width: 260px;
    }
    .icon-rrss{
        margin-left: 6px;
    }
}
@media (max-width:960px) {
    .main-navigation .main-nav ul li a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 14px;
    }
    .box-col-home.box-col-home-03  > .elementor-container  .elementor-widget-wrap > .elementor-widget-image{
        position:relative;
        left:340px;
        top:-117px;
    }
    .box-col-home.box-col-home-03:before{
        transform: translate(-50%, -50%);
        left: 50px;
    }
    .box-col-home.box-col-home-01:before, 
    .box-col-home.box-col-home-01:after,
    .box-col-home.box-col-home-02:before, 
    .box-col-home.box-col-home-03:before, 
    .box-col-home.box-col-home-04:before {
        display: none;
    }
    .box-col-home.box-col-home-01 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor{
        left: initial;
    }
    .box-col-home.box-col-home-01 > .elementor-container .elementor-widget-wrap > .elementor-widget-image{
        max-width: 400px;
    }
    .box-col-home.box-col-home-02 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor{
        left: -10%;
    }
    .box-col-home.box-col-home-02 > .elementor-container .elementor-widget-wrap > .elementor-widget-image {
        left: 0;
        max-width: 400px;
    }
    .box-col-home > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor h2{
        margin-bottom: 10px;
    }

    .box-col-home.box-col-home-03 > .elementor-container .elementor-widget-wrap{
        align-items: center;
    }
    .box-col-home.box-col-home-03 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor,
    .box-col-home.box-col-home-03 > .elementor-container .elementor-widget-wrap > .elementor-widget-image {
        position: relative;
        left: 0;
        top:0;
    }
    .box-col-home.box-col-home-03 > .elementor-container .elementor-widget-wrap > .elementor-widget-image {
        max-width: 350px;
        left: 10%;
    }
    .box-col-home.box-col-home-04 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor {
        top:0;
        right: 0;
    }
    .box-col-home.box-col-home-04 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor:before{
        right:-45px;
    }
    .box-col-home.box-col-home-04 > .elementor-container .elementor-widget-wrap > .elementor-widget-image{
        top: -50px;
        right: 50px;
    }
    .box-col-home.box-col-home-05 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor .elementor-text-editor{
        flex-direction: column;
    }
    .box-col-home.box-col-home-05 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor{
        width: 50%;
    }
    .box-col-home.box-col-home-05 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor h2, 
    .box-col-home.box-col-home-05 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor p{
        text-align: right;
        width: 100%;
        margin-left: 0;
    }
    .box-col-home.box-col-home-05 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor p:last-child{
        display: flex;
        justify-content: flex-end;
    }
    .icon-rrss {
        width: 23px;
        height: 23px;
        position: relative;
        top: 7px;
    }

}
@media (max-width:768px) {
    .slideout-exit {
        position: absolute !important;
    }
    .icon-rrss {
        width: 30px !important;
        height: 30px;
        position: relative;
        top: 0;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 10px;
    }
    .icon-rrss:last-child{
        margin-right: 0;
    }
    .icon-rrss.facebook {
        background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/10/social-facebook-2.png') no-repeat center;
        background-size: contain;
    }
    .icon-rrss.instagram {
        background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/10/social-instagram-2.png') no-repeat center;
        background-size: contain;
    }
    .icon-rrss.pinterest {
        background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/10/social-pinterest-2.png') no-repeat center;
        background-size: contain;
    }
    .icon-rrss.youtube {
        background: url('http://patatasgomez.quelinka.es/wp-content/uploads/2020/10/social-youtube-2.png') no-repeat center;
        background-size: contain;
    }
    .box-col-home{
        margin-bottom: 50px;
    }
    #generate-slideout-menu .slideout-menu li.menu-item-18685,
    #generate-slideout-menu .slideout-menu li.menu-item-18686,
    #generate-slideout-menu .slideout-menu li.menu-item-18687,
    #generate-slideout-menu .slideout-menu li.menu-item-18688{
        width: initial;
        display: inline-block;
    }
	.box-col-home.elementor-section.elementor-element > .elementor-container .elementor-widget-wrap, 
	.box-col-home.box-right > .elementor-container  .elementor-widget-wrap{
        flex-direction: column;
    }
    .box-col-home.box-col-home-05 > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor .elementor-text-editor{
        flex-direction: column;
    }
    .box-col-home > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor:before{
        display: none;
    }
    .box-col-home.elementor-section.elementor-element > .elementor-container .elementor-widget-wrap{
        align-items: center;
        justify-self: center;
    }
    .box-col-home.elementor-section.elementor-element  > .elementor-container .elementor-widget-wrap > .elementor-widget-text-editor{
        max-width: 500px;
        width: 90%;
        position: static;
    }
    .box-col-home.elementor-section.elementor-element > .elementor-container .elementor-widget-wrap > .elementor-widget-image{
        margin: 25px auto 0;
        width: 90%;
        max-width: 400px;
    }
    .box-col-home.box-col-home-03.elementor-section.elementor-element > .elementor-container .elementor-widget-wrap > .elementor-widget-image,
    .box-col-home.box-col-home-04.elementor-section.elementor-element > .elementor-container .elementor-widget-wrap > .elementor-widget-image,
    .box-col-home.box-col-home-05.elementor-section.elementor-element > .elementor-container .elementor-widget-wrap > .elementor-widget-image{
        max-width: 300px;
    }
    .box-col-home.box-col-home-03.elementor-section.elementor-element > .elementor-container .elementor-widget-wrap > .elementor-widget-image,
    .box-col-home.box-col-home-04.elementor-section.elementor-element > .elementor-container .elementor-widget-wrap > .elementor-widget-image,
    .box-col-home.box-col-home-05.elementor-section.elementor-element > .elementor-container .elementor-widget-wrap > .elementor-widget-image{
        left: 0;
        top: 0;
    }
}
@media (max-width:480px) {}
