
/*========================= Redes Sociales ========================*/
.f-links[_ngcontent-yjx-c26] .btn[_ngcontent-yjx-c26] {
    margin: 10px 5px;
    min-width: 34px;
}
.f-links[_ngcontent-yjx-c26] {
    background: #222;
    padding: 10px 15px;
    text-align: center;
}
.font-weight-medium {
    font-weight: 600!important;
}
.small, small {
    font-size: 85%;
}
.btn-fc {
    color: #fff;
    background-color: #3b5997;
    border: none;
}
.btn-ti {
    color: #fff;
    background-color: #54abee;
    border: none;
}
.btn-yo {
    color: #fff;
    background-color: #c01f27;
    border: none;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 15px;
}
.btn-is {
    background-image: linear-gradient(137deg,#4e60d3 0,#913baf 14%,#d52d88 76%,#f26d4f 100%);
    border: none;
    color: #fff;
}
.btn-app {
    color: #fff;
    background-color: #333;
    border: none;
}
  
/*============================= Sección titulo banner ====================================*/

.container0001 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    background-size: 100%;
    background-image: 
    url("../../assets/img/backgrounds/morado-suave.webp");  
}
.msg h2{
    font-weight: 600;
    text-align: center;
    font-size: 25px;
    max-width: 100%;
    padding-bottom: 10px;
    margin-top: 20px;
    color: #fff;
    -webkit-background-clip: text;
}
/*============================= Sección Categorias ====================================*/
.container000 {
    width: 100%;
    flex-wrap: wrap;
    background-size: 100%;
}
.o-gold-msg h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color:  #2E3C60;
    margin-bottom: 48px;
    text-align: center;
    margin-top: 30px;
    position: relative;
} 
.o-gold-msg p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #2E3C60;
    margin-bottom: 48px;
    text-align: center;
    margin-top: -40px;
    position: relative;
} 
.o-gold-msg h2::after {
    content: "";
    width: 43px;
    height: 3px;
    position: absolute;
    background: #d80032;
    top: 40px;
    transform: translateX(-43px);
}
.markets {
    position: relative;
    background-size: 100%;
    background: #ffffff;
    box-shadow: 0 2px 15px 1px rgb(45 36 91 / 20%);
    border-radius: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 80px;
}
.markets .o-card {
    margin: 30px;
    border-radius: 25px;
    box-shadow: 0 2px 15px 1px rgb(45 36 91 / 20%);
    padding: 25px;
    position: relative;
    width: 350px;
    height: 300px;
    transition: all 0.85s;
}
.markets .o-card:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
} 
.markets img {
    height: 200px;
    width: auto;
    top: -80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    object-fit: cover;
}
.o-card{
    background: linear-gradient(90deg, #e0e0e0 0%, #ffffff 100%);
}
.markets .o-copy {
    position: relative;
    margin-top: 95px;
    margin-bottom: 20px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.markets .--card-ovr .o-button {
    background: linear-gradient(90deg, #5886b8 0%, #4FBED5 100%);
}
.markets .--card-ovr-builder .o-button {
    background: linear-gradient(90deg, #ec663c 0%, #f9b426 100%);
}
.markets .o-button {
    position: relative;
    color: #fff;
    z-index: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 3px 3px 12px rgb(78, 78, 78);
    border-radius: 50%;
    padding: 5px 50px;
    margin: 0 auto;
    line-height: inherit;
    display: inline-block;
    text-transform: none;
    background: linear-gradient(90deg, #D160A0 0%, #604ca1 100%);
    border: none;
    margin-bottom: 10px;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: 250ms ease-in-out all;
    cursor: pointer;
}
/*============================= Sección porque escogernos ====================================*/
.containerv {
    position: relative;
    box-shadow: 0px 4px 16px rgba(82, 12, 12, 0.12);
    background: #ffffff;
    border-radius: 34px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.section-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 2;
}
.section-content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color:  #2E3C60;
    text-shadow: 3px 3px 12px rgb(211, 210, 210);
    margin-bottom: 48px;
    text-align: center;
    margin-top: 30px;
    position: relative;
}
.section-content  h2::after {
    content: "";
    width: 43px;
    height: 3px;
    position: absolute;
    background: #d80032;
    top: 40px;
    transform: translateX(-43px);
}
.section-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2E3C60;
    text-align: center;
    position: relative;
    text-align: justify;
    padding: 2px 20px; 
} 
.section-content .o-button {
    position: relative;
    color: #fff;
    border-color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50%;
    padding: 5px 50px;
    text-transform: none;
    background: linear-gradient(90deg, #5886b8 0%, #4FBED5 100%);
    border: none;
    margin-bottom: 10px;
    border-radius: 20px;
    cursor: pointer;
}
/*============================= Sección Servicios ====================================*/
.container3 {
    box-shadow: 0px 4px 16px rgba(82, 12, 12, 0.12);
    border-radius: 19px;
    background: #ffffff;
    object-fit: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    
}
.container3 .card{
    width: 300px;
    height: 380px;
    border-radius: 20px;
    background: #fdfdfd;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    transition: all 0.25s; 
    
} 
.container3 .card:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}  
.container3 .card img{
    width: 100%;
    height: 170px;
    border-radius: 20px;
    margin: auto;
    align-items: center;
    margin-top: 0px;
    object-fit: cover;
}
.container3 .card h4{
    font-size: 18px;
    font-weight: 600;
    color: #2b6086;
    text-shadow: 3px 3px 12px rgb(183, 213, 231);
    margin-top: 10px;
}
.container3 .card p{
    padding: 0 0.5rem;
    font-size: 13px;
    font-weight: 400;
    text-align:justify;
    margin-top: 0px;
}
.container3 .card a {
    font-weight: 500;
    text-shadow: 3px 3px 12px #000;
    text-decoration: none;
    color: #ebeef0;
    margin-top: -20px;
}
.card .o-button {
    position: relative;
    color: #fff;
    z-index: 0;

    width: fit-content;
    border-color: #fff;
    font-size: 17px;
    font-weight: 400;
    border-radius: 50%;
    padding: 5px 30px;
    line-height: inherit;
    display: inline-block;
    text-transform: none;
    background: linear-gradient(90deg, #5886b8 0%, #4FBED5 100%);
    border: none;
    top: 5px;
    margin-bottom: 20px;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: 250ms ease-in-out all;
    cursor: pointer;
    align-items: center;
}
.imagentar img {
    width: 100%;
    height: 240px;
    border-radius: 5px;
    margin: auto;
    align-items: center;
    margin-top: 0px;
    object-fit: cover;
}
/*============================= Sección Unase a nuestra comunidad ====================================*/
.unase {
    width: 100%;
    margin: 0 auto;
    height: 300px;
    background: #282e36;
    background-size: cover;
    background-image: linear-gradient(rgba(73, 77, 76, 0.158), rgba(18, 29, 28, 0.822)),
    url("../../assets/img/backgrounds/marketplace1.png");
    z-index: 4;
}
.unase h1 {
    font-size: 2em;
    color: #fff;
    text-shadow: 3px 3px 12px #000;
    font-weight: bold;
    line-height: 1.2;
    justify-content:center;
    overflow: hidden;
    padding: 70px 15px 5px 15px;
    text-align: center; 
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.unase, small {
    font-size: 85%;
}
.unase p {
    font-size: 1.2em;
    color: #fff;
    text-shadow: 3px 3px 12px #000;
    line-height: 1.2;
    justify-content:center;
    overflow: hidden;
    padding: 10px 15px ;
    text-align: center; 
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.unase button{
    position: relative;
    color: #fff;
    text-shadow: 3px 3px 12px #000;
    z-index: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-color: rgb(124, 16, 16);
    font-size: 17px;
    font-weight: 400;
    border-radius: 50%;
    padding: 5px 50px;
    line-height: inherit;
    display: inline-block;
    text-transform: none;
    background: linear-gradient(180deg,#6271fe 0,#a134ff);
    border: none;
    top: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: 250ms ease-in-out all;
    cursor: pointer;
    align-items: center;
}

