/* CSS para las pestañas y los contenidos */

.tab-content.active {
  display: flex;
}

.tab-content {
  display: none;
   height: 380px;
}

.tab-container {
  display: flex;
  border: 0px solid #ccc;
  overflow: hidden;
}
.tabs-content-cmp {
    display: flex;
    max-width: 680px;
    margin: auto;
    justify-content: center;
    margin-left: 17%;
}
#tab5 > .tabs-content-cmp {
    max-width: 1000px;
    margin-left: 8%;
}
.tab-item {
    flex: 1;
    min-height: 50px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    align-items: center;
    display: flex;
    color: #fff;
}

.tab-item.active {
  background-color: #fff;
}
.tab-item:nth-child(1){
background: #1ea1d6;
color:#fff;
padding: 10px;
}
.tab-item:nth-child(2){
background: #d63139;
}
.tab-item:nth-child(3){
background: #86bd4e;
}
.tab-item:nth-child(4){
background: #f1b448;
}
.tab-item:nth-child(5){
background: #d6277f;
}

.tab-content {
  padding: 20px;
  border: 1px solid #ccc;
}
.cont-img-tab-cmp{
    width:40%;
    display: flex;
    align-items: center;
}
div.cont-img-tab-cmp:nth-child(5){
min-width:100%; 
}
.tab-content {
    border: 0px solid #ccc;
}
#tab1{
        background-color: var( --e-global-color-primary );
    background-image: url("https://gemarusa.com/wp-content/uploads/2021/07/blue-2.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
#tab2{
        background-color: var( --e-global-color-1bd6795 );
    background-image: url("https://gemarusa.com/wp-content/uploads/2021/07/rosso-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tab-item:nth-child(2) > div {
    width: 15%;
}
#tab3{
        background-color: var( --e-global-color-e771da3 );
    background-image: url("https://gemarusa.com/wp-content/uploads/2021/07/verde-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#tab4{
        background-color: var( --e-global-color-7cc8c79 );
    background-image: url("https://gemarusa.com/wp-content/uploads/2021/07/giallo-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#tab5{
        background-color: var( --e-global-color-b9b53c6 );
    background-image: url("https://gemarusa.com/wp-content/uploads/2021/07/fucsia.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-content > h3, .text-content > p {
    color:#fff;
}
.mobile-tab {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: 600;
}

.cont-img-tab-cmp img {
    min-width: 100px;
    max-width: 100px;
}

@media(min-width:1600px){
  .tab-item:nth-child(2) > div > span {
    width: 100%;
}
}

@media(max-width:1100px){
    .mobile-tab span {
    display: none;
}
img.icon-tab {
    min-width: 90px;
}
.tab-item:nth-child(2) .mobile-tab {
    width: 50px;
}
#tab5{
    height:auto;
}
.tabs-content-cmp {
    margin-left: 4%;
}
}
@media(max-width:767px){
    img.icon-tab {
    min-width: 60px;
}
.tab-item{
    padding:0;
}
.tab-item:nth-child(1) {
   padding: 10px 5px 10px 0px;
}
.tab-item:nth-child(2) {
    min-width: 21% !important;
}
.tab-item:nth-child(5) {
    max-width: 11% !important;
}
.tabs-content-cmp{
    flex-direction: column;
}
.cont-img-tab-cmp img {
    width: 60px;
}
.tabs-content-cmp {
    margin-left: 5%;
}
#tab5 {
    height: auto;
}
.mobile-tab {
    width: auto;
}
}

/**Slider home english**/

.container-slider{
max-width: 100%;
  position: relative;
  margin: auto;
}
.slider{
    display: flex;
height: auto;
width: 300% !important;
margin-left: -100%;
}
.slider__section{
 width: 100%;
}
img.banner-desktop{width:100%;}
.content{
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    
    justify-content: center;
    align-items: center;
}


.elementor embed, .elementor iframe, .elementor object, .elementor video{
    height:100%;
    margin: 0px -1px 0px 0px;
}

.sliders-home img { 
    display: block;
    padding-right: 0px;
    width: 100%;
}
.slider__btn{
position:absolute;
width: 40px;
height: 40px;
background: rgb(255 255 255 / 29%);
top:50%;
transform: translateY(-50%);
font-size: 30px;
font-weight: bold;
font-family: monospace;
text-align: center;
border-radius: 50%;
cursor: pointer;
}
.svg-slider{fill:rgba(255, 255, 255, 0.479);}
g:hover{
    fill:#00A3DA;
}
.icon-slider{
    
    position: relative; top: calc(-125% - 100px); bottom: 0; left: calc(50% - 100px); right: 0; height: 180px; width: 180px; opacity: 1;
}

a.slider-a{
    position:absolute;
}

.slider__btn:hover{
    background: rgb(199 197 197 / 92%);
}
.slider__btn--left{
    left: 10px;

}
.slider__btn--right{
right: 10px;
}
@media(max-width:1600px){
    .icon-slider{height:100px;width:100px;}
}
@media(max-width:1100px){
    .icon-slider{width:60px;}
.slider__btn{font-size:20px;padding: 0px 10px;}
.elementor-19690 .elementor-element.elementor-element-407ccec .elementor-nav-menu--dropdown{
		border-radius: 10px;
	}
.elementor-19690 .elementor-element.elementor-element-407ccec > .elementor-widget-container{
		border-width:0px;
		
	}
	.elementor-19690 .elementor-element.elementor-element-407ccec .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 0px !important;
	}
	
	.svg-slider{
		width:10px;
		height:10px;
	}
	.slider__btn{
		width: 30px;height:30px;
	}
}
}
@media(max-width:750px){
    .icon-slider{width:40px;}
    .slider__btn{
		top: 40%;
	}
}