.ba{
    height: auto;
    width: auto;
   
}

.content_1 {
    position:relative;
    width: 100%; 
margin-bottom: 110px;}

.general_content_1 {
    display: flex;
    padding-top: 80px;
    padding-bottom: 50px;
    /* height: 100vh; */
    width: 100%; }

.left_general_content1{
    /*border-radius: 10px;*/
    /*background-color: whitesmoke;*/
    width: 440px;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);*/
    width: 30%;
}

.txt_col_desc1{
    text-align:center;
    font-size:2.7rem;
}

.new_sec_cole{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0px 20px;
    flex-direction: column;
    align-items: center;
}

.new_sec_cole_container{
    display: grid;
    gap:20px;
    margin-top:10px;
    grid-template-columns: repeat(3, 1fr);
}

.rigth_general_content1{
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;

}

.link_collections_vermas{
    text-decoration:none;
}


.main_base_content {
    cursor: pointer;
    transition-duration: .7s;
    height: max-content;
    border-radius: 10px;
    background-color: white;
    width: 380px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
}

.main_base_content:hover {
    transition-duration: .7s;
    transform: scale(1.04);
}





.bt_ind_ca{
    justify-content: center;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    margin-left: 20px;
    gap: 10px;
    align-items: flex-end;
    width: 90%;
    border: 0;
   
   
  cursor: pointer;
    display: flex;
}

.bt_ind_ca1{
    justify-content: center;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    margin-left: 20px;
    gap: 10px;
    align-items: flex-end;
    width: 90%;
    border: 0;
   
   
  cursor: pointer;
    display: flex;
}



.up_dow_bt{
    transform: translate(0px, 0.2px) rotate(-40deg);
    width: 10px;
    display: block;
    background-color: black;
    height: 1.5px;
}


.up_dow_bt1{
    transform: translate(5px, 5px) rotate(-90deg);
    width: 10px;
    display: block;
    background-color: black;
    height: 1.5px;
}


#cuerpo{
    box-sizing: border-box;
    
    display: flex;
    flex-wrap: wrap;
}


.ang_col{
    transition-duration: .3s;
    

}

.ang_col1{
    transition-duration: .3s;
   

}





.ang_col.active{
    transition-duration: .5s;
    transform:  rotate(180deg);

}

.ang_col1.active{
    transition-duration: .5s;
    transform:  rotate(180deg);

}

.gen_col_des{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.txt_col_desc{
font-size: 1.2rem;
    font-family: robotos;
}

.txt_col_desc5{
font-weight: 700;
color: #006039;
font-size: 1.3rem;
font-family: robotos;
}



.txt_col_desc1{
    font-size: 1.8rem;
    font-family: robotos;
}

.clas_cole_b{
        
    font-family: Tsec;
    font-size: 4rem;
    font-weight: 200;
    border-bottom: 1px solid;
}


.clas_cole_b{
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.2s, transform 1.2s;
  }

  
  
  
    .clas_cole_b.animate{ opacity: 1;
      transform: translateY(0);
      animation: sweep-up1  1.2s;
       }
       

    .Ft_fig{
    overflow: hidden;
    height: 20rem;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    }
    
    .Ft_fig_c{
        overflow: hidden;
        height: 14rem;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
    }
    .pic_ft {
        width: 100%;
        object-fit: cover;
        height:100%;
    }
    .Ft_fig, .pic_ft{
        transition-duration: .7s;
    }
    
    .Ft_fig_c, .pic_ft{
        transition-duration: .7s;
    }
    

.main_base_content:hover .pic_ft{
    transform: scale(1.2);
}


/* Desktop */
@media (max-width: 1280px) {
    .main_base_content{
        width:100%;
    }
}

/* Laptop */
@media (max-width: 1024px) {
    .new_sec_cole_container {
        grid-template-columns: repeat(2, 1fr);
    }
}


/*Especial*/
@media(max-width:800px){

    .main_base_content:hover {
        transform: inherit !important;
    }


}


/* Tablet */
@media (max-width: 768px) {
    
    .new_sec_cole{
        display:block;
    }
    .new_sec_cole_container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .clas_cole_b {
        text-align: center;
        font-family: Tsec;
        font-size: 2.7rem;
        font-weight: 200;
        border-bottom: 1px solid;
    }

    .main_base_content:hover {
        transform: none;
    }
    
    .main_base_content:hover .pic_ft{
        transform: none;
    }
}


/* Mobile */
@media (max-width: 700px) {
        .new_sec_cole_container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Mobile pequeño */
@media (max-width: 320px) {

}

