


*{
    box-sizing: border-box;
    position: relative;
    font-family: 'Open Sans' , sans-serif;
    font-weight: normal;
    font-style: normal;
}

.default-section{
    padding: 50px 0;
}

.section-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-transparent::before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.59);
}

.section-position{
    margin-top: 150px;
}
header .top-bar{
    background-color: #232323;
    padding: 5px 0px;
    color: #9b9b9b;
}

header .social-container .icon-link{
    color:  #9b9b9b;
    padding: 5px;
    text-decoration: none;
}

header .logo-container{
    padding-top: 35px;
}

header nav .menu{
    
    font-weight: 700;
    font-size: 13px;


}

header nav ul{
    
    list-style: none;
    margin: 0;
    padding: 0;

}

header nav ul li.menu-item{
    
    margin: 0;
    padding: 45px 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #3d3a35;
    border-top: 2px solid  transparent;
    cursor: pointer;
    font-weight: 700;

}

header nav ul li.menu-item a{
    
    text-decoration: none;
    color: inherit;
    display: inherit;
    font-weight: inherit;

}

header nav ul li.menu-item:hover , header nav ul li.menu-item.active{
    
    border-top: 2px solid #e83372;
    color: #e83372;

}


/* Stilos para el slider */
.slider-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.slider-container .slider-item img{
    /*width: 100%;*/
    height: 100%;
}

.bttn{
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin: 10px 0;
}

.bttn-white{
    color: white;

}
.bttn-white:hover{
    color: #333333;
    background-color: white;

}

.bttn-gray{
   background-color: #232323;
   color:white;
}

.uptitle{
    font-weight: 600;
    color: white;
    font-size: 40px;
    font-family: "Montserrat", serif;
}

.title{
    font-weight: 900;
    color: white;
    font-size: 40px;
    font-family: "Montserrat", serif;
}

.text{
    font-weight: normal;
    color: white;
    font-size: 16px;
    padding: 8px 0;
}

.center{
    text-align: center;
}

.quality-container{
    background-color: white;
    padding: 15px;
}


.quality-container .title-container .qtitle{
    font-family: "Montserrat", serif;
    font-weight: bold;
    font-size: 20px;
    color:#393835;
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align:middle;
}

.quality-container .title-container .number{
    font-weight: 700;
    font-size: 50px;
    color:#efefef;
    width: 48%;
    display: inline-block;
    text-align: right;
    vertical-align:middle;
}


.quality-container .info{
    font-weight: normal;
    font-size: 14px;
    color:#8d8d8d;
   
}

.quality-container .link-container a{
    font-weight: 900;
    font-size: 13px;
    color:#e83372;
    text-decoration: none;

   
}

.video-icon-container{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #1d181591;
    color: white;
    text-align: center;
    display: inline-block;
    vertical-align:middle;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 50px);
    cursor: pointer;

}

.video-icon-container .video-icon{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #e83372;
    color: white;
    text-align: center;
    display: inline-block;
    vertical-align:middle;
    margin-top: 25px;
    padding-top: 12px;
}

.default-section .title-section-container{
    border:1px solid #dcdcdc;
    border-bottom: none;
    display: inline-block;
    padding: 20px 100px;
    text-align: center;
    margin-top: 30px;
}

.default-section .title-section{
    color:#393835;
    font-family: "Montserrat", serif;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.default-section .subtitle-section{
    color:#393835;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.product-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: white;
    flex-wrap: wrap;
    
      
}

.product-container .product-item{
    text-align:center;
    text-decoration: none;
    flex: 1; 
    /*display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;*/
      
}

.product-container .product-img{
    display: block;
    padding: 50px 10px;
    height: 390px;
}

.product-container .product-img img{
    display: block;
    height: 100%;
}

.product-container .product-icon{
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #1a1b1d;
    padding: 10px;
    left: calc(50% - 35px);
    bottom: -35px;
    /*box-shadow: 0px 7px 11px 4px #bbbbbb;*/

}
.product-container .product-icon img{
    width: 100%;
    vertical-align: middle;
    filter: brightness(0) invert(1);

}
.product-container .product-title{
    display: block;
    font-family: "Montserrat", serif;
    font-size: 20px;
    font-weight: bold;
    color: #393835;
    text-align: center;
    margin-top: 40px;

}
.product-container .product-subtitle{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #393835;
    text-align: center;
}

.ability{
    color:white;
}

.ability .ability-icon , .ability .ability-info{
    display: inline-block;
}

.ability .ability-info{
   width: 78%;
   vertical-align: top;
}
.ability .ability-icon {
   width: 20%;
   padding: 0 10px;
   vertical-align: top;
}

.ability .ability-icon img{
    width: 100%;
 }

.ability .ability-title{
    font-family: "Montserrat", serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;

}
.ability .ability-text{
    font-size: 14px;
    font-weight: normal;
}
.ability .ability-bttn{
    font-weight: 14px;
    text-decoration: none;
    display: block;
    color: inherit;
}

.ability .ability-title .letter{
    font-family: 'Montserrat';
    font-size: 48px;
    color: rgb(255 255 255 / 10%);
    font-weight: bold;
    position: absolute;
    top: -81%;
    left: -3px;
}

.container-info{
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}

.container-info .title-info{
   font-weight: 700;
   font-size: 20px;
   color:#393835;
   display: inline-block;
   text-align: left;
   width: 48%;
}

.container-info .view-all{
    font-weight: 600;
    font-size: 20px;
    color:#c6ab92;
    display: inline-block;
    text-align: right;
    width: 48%;
 }

 .container-info .view-all a{
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    color: inherit;
 }

 .date-post{
    padding: 15px;
    color: #c6ab92;
    font-size: 17px;
    font-weight: 600;
 }

 .date{
    padding-bottom: 20px;
 }

 .date::after{
    position: absolute;
    bottom: 0;
    content: "";
    border-bottom: 2px solid #c6ab92;
    width: 40px;
    left: 0;
 }

 .link-container-play{
    margin-top: 20px;
    width: 50px;
    padding: 5px;
    background-color: #c6ab92;
    color: white;
    border-radius: 30px;
    text-align: center;
 }

 .link-container-play a{
    color: inherit;
    position: relative;
    display: inherit;
    text-decoration: none;
 }

 footer{
    padding-top: 80px !important;
 }

 .contact-info-container{
    padding: 10px 20px;
    border-left: 1px solid #c6ab92;
 }

 .contact-info-container .contact-title{
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 600;
    color: #c6ab92;
 }

 .contact-info-container .contact-info{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #bdbdbd;
 }
 footer .logo{
    margin-top: 60px;
 }

 footer .logo img{
    width: auto;
 }

 footer .info-work{
    color:white;
    font-size: 17px;
    font-weight: 700;
    padding-left: 30px;
 }

 footer .info-work::before{
    position: absolute;
    width: 20px;
    content: "";
    border-bottom: 1px solid white;
    bottom: 45%;
    left: 0;

}
footer .title-work{
    color:#767676;
    font-size: 14px;
    font-weight: normal;
    padding: 30px;
 }

footer .detail-work{
    color:#bdbdbd;
    font-size: 14px;
    font-weight: normal;
    padding-left: 60px;
 }

 .news-input{
    margin-top: 30px;
    background: transparent;
    outline: none;
    color: white;
    font-size: 14px;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    border: 1px solid white;
 }

 .send-bttn-news{
    background: none;
    color: white;
    border: none;
    outline: none;
    position: absolute;
    right: 9px;
    top: 50%;
 }

 .news-input::placeholder{
    color: #bdbdbd;
 }

 .text-news{
    font-size: 14px;
    color:#838383;
    padding-top: 20px;
    font-weight: normal;
 }


 .footer{
    padding-top: 20px;
    display: block;
    background-color: black;
    color: #959595;
    border-top: 1px solid #959595;
    font-size:14px;
    font-weight: normal;
 }

footer .menu-footer{
    padding: 0;
    margin: 0;
    list-style: none;
 }

footer .menu-footer li{ 
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 10px;
    display: inline-block;
 }

footer .menu-footer li a{ 
    color:inherit;
    text-decoration: none;
 }
 
 /* IA */
  .ia-container{
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 500px;
    width: 300px;
    background-color: white;
  }
  .close-bar{
    padding: 10px;
    text-align: right;
    background: white;
    color: #353639;
  }

  .close-bar i{
    cursor: pointer;
  }

  .iaicon{
    width: 100px;
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
   
  }

  .iaicon img{
    width: 100%; 
  }
  
  /* fin IA */
  
  
 .img-socio{
        display:inline-block;
        padding:10px;
}
.img-socio img{
    height:75px;
}
 @media only screen and (max-width: 600px) {
  .product-container {
    flex-direction: column;
  }
}