#banner-tren {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#banner-tren img {
    width: 100%;
}

.p-title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-family: Barcelony;
    color: #00A091;
    padding: 30px 0px;
}

#s-tren {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#s-tren >p {
    width: 80%;
    text-align: center;
    font-size: 18px;
    color: #2b2b2b;
    padding-bottom: 20px;
}

.card-tren {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 10px;
    background-color: #00A091;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 40px;
}

.card-tren.tren-reverse {
    flex-direction: row-reverse;
    background-color: #E98208;
}

.card-tren>img {
    width: 50%;
    object-fit: cover;
}

.content-info-card-tren {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.content-info-card-tren h5{
    font-size: 25px;
    font-family:"Muller Bold";
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00A091;
    background-color: #fff;
    padding: 4px 20px;
    border-radius: 20px;
}

.card-tren.tren-reverse .content-info-card-tren h5{
    color: #E98208;
}

.content-info-card-tren >p{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.content-info-card-tren span{
    width: 95%;
    text-align: start;
    font-family:"Muller Bold";
    font-size: 20px;
    color: #fff;
}

.content-c-p-vijar {
    width: 95%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    padding: 8px 0px 30px;
}

.content-c-p-vijar >div{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    background-color: #E98208;
    border-radius: 20px;
    padding: 10px;
    gap: 5px;
}

.content-c-p-vijar >div span:nth-child(1){
    font-family:"Muller Bold";
    font-size: 18px;
    color: #00A091;
    width: 100%;
    text-align: center;
}

.content-c-p-vijar >div svg{
    width: 30%;
    fill: #fff;
}

.content-c-p-vijar >div span:nth-child(3){
    font-size: 16px;
    text-align: center;
}

.card-tren .content-c-p-vijar >div span {
    color: #fff;
}

.card-tren.tren-reverse .content-c-p-vijar>div {
    background-color: #00A091;
}

.content-btn-mapa-tren {
    grid-column: 1 / 3 span;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    box-shadow: none !important;
}

.content-btn-mapa-tren a{
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    padding: 4px 20px;
}

.content-btn-mapa-tren a svg{
    width: 30px;
    fill: #00A091;
}

.content-btn-mapa-tren a span{
    width: calc(100% - 30px);
    color: #00A091 !important;
    font-size: 20px;
}

.content-info-card-tren ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.content-info-card-tren ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.content-info-card-tren ul li svg{
    width: 30px;
    fill: #fff;
}

.content-info-card-tren ul li span b{
    font-family:"Muller Bold";
}

.content-info-card-tren ul li span{
    font-size: 18px;
    color: #fff;
	font-family: "Muller light";    
}

#content-btn-wp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-btn-wp a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #E98208;
    padding: 8px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

#content-btn-wp a svg{
    width: 40px;
    fill: #fff;
}

#content-btn-wp a span{
    font-size: 30px;
    color: #fff;
    font-family:"Muller Bold";
}

#content-recomendaciones {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #02505A;
    border: 6px solid #00A091;
    border-radius: 20px;
    padding: 20px;
}

#content-recomendaciones>h4 {
    width: 50%;
    font-family:"Muller Bold";
    font-size: 50px;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-family: Barcelony;
}


.info-recomendaciones ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 30px;
}

.info-recomendaciones ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #00A091;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.info-recomendaciones ul li svg{
    width: 20%;
    fill: #fff;
}

.info-recomendaciones ul li span b{
    font-family:"Muller Bold";
}

.info-recomendaciones ul li h5{
    font-size: 20px;
    font-family:"Muller Bold";
    background-color: #fff;
    border-radius: 10px;
    padding: 4px 10px;
    color: #02505A;
    margin-bottom: 10px;
    text-align: center;
}
.info-recomendaciones ul li span{
    font-size: 16px;
    color: #fff;
    font-family: "Muller light";
    text-align: center;
}

.content-btns-compra.mt {
    margin-top: 30px;
}
.content-btns-compra {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    padding: 10px 30px;
    margin-bottom: 30px;
}

.content-btns-compra a:nth-child(1) {
    background-color: #619d3b;
}
.content-btns-compra a:nth-child(2) {
    background-color: #f28706;
}
.content-btns-compra a:nth-child(3) {
    background-color: #bd2c2f;
}
.content-btns-compra a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    transition: ease all .6s;
    border: 2px solid transparent;
}
.content-btns-compra a:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
}

.content-btns-compra a div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.content-btns-compra a svg {
    width: 15%;
    fill: #fff;
    display: inline-block;
    animation: breathing 2.5s ease-in-out infinite;
}

.content-btns-compra a span {
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-family: "Muller Bold";
    display: inline-block;
    animation: breathing 2.0s ease-in-out infinite;
}

@keyframes breathing {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.05);
      opacity: 0.85;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

@media screen and (max-width: 1024px) {
    #banner-tren {
        margin-top: 90px;
    }

    .p-title {
        font-size: 25px;
        padding: 10px 0px;
    }

    #s-tren >p {
        width: 95%;
        text-align: justify;
    }

    .card-tren {
        flex-direction: column;
    }

    .card-tren>img {
        width: 100%;
    }

    .content-info-card-tren {
        width: 100%;
    }

    .content-info-card-tren h5 {
        font-size: 22px;
    }

    .content-info-card-tren >p {
        text-align: justify;
    }

    .content-c-p-vijar {
        grid-template-columns: 1fr;
        padding: 8px 0px 10px;
    }

    .card-tren.tren-reverse {
        flex-direction: column;
    }

    .content-info-card-tren span {
        font-size: 18px;
    }

    .content-btn-mapa-tren {
        grid-column: 1 / 1 span;
    }

    #content-recomendaciones>h4 {
        width: 100%;
        font-size: 25px;
        text-align: center;
        padding: 20px 0px;
    }

    .info-recomendaciones ul {
        grid-template-columns: 1fr;
    }

    #content-recomendaciones {
        margin-bottom: 30px;
    }

    .content-btns-compra {
        flex-direction: column;
        padding: 20px;
    }

    .content-btns-compra a {
        width: 100%;
        flex-wrap: wrap;
    }

    .content-btns-compra a span{
        font-size: 18px;
    }

    .content-btns-compra {
        width: 100%;
        grid-template-columns: 1fr;
    }
}