/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {

}


@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {

}


@media only screen and (device-aspect-ratio: 1024/1366) and (orientation : portrait){

}
 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation : portrait){

}


 
/* small mobile :320px. */
@media (max-width: 767px) {

html .zico a{
    display: inline-block;
    padding-right: 58px !important;
	 color: #FFFFFF !important;
    background-color:#006AD7 !important;
}
html .zico{
  text-align: center;
}
.zico a:after {
display: inline-block;
    content: ' ';
    background-image: url(icon.svg);
    background-size: 38px 38px;
    height: 38px;
    width: 38px;
    margin-left: 16px;
    margin-top: -7px;
}
html .elementor-element.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-prev {
top:0px;
  left: initial;
  right: 55% !important;
}

html .elementor-element.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-next{
top:0px;
  left:  initial;
  right:39% !important;
}
.ld-button a {
  color: #fff !important;
 
  border: none !important;
 
}
html .sombratexto h2{
line-height: 15px;
 }

.buscadosmobil .searchandfilter ul {
    display: flex;
    padding: 20px 0px;
    margin: 0px;
    width: 100%;
    gap: 10px;
    flex-direction: column;
    align-content: flex-start;
}

.sinbr br {display:none;
}

.zzcaja ul{margin:0px 0px 0px 15px;
}
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}
