header .wrapper-content .menu .nav-link.solutions {
    color: #FFE86D;
}

footer .menu-wrapper .menu .solutions {
    color: #FFE86D;
}


.wrapper-cover {
    background-image: url("../img/Page3/img1p3.png");
}

.container.center {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.wrapper-table {
    display: flex;
    flex-direction: column;
    border: solid 2px;
    border-radius: 10px;
    border-color: #0094FF;
    padding: 20px 40px;
    align-items: center;
    justify-content: center;
    width: 70%;
}

.wrapper-table img {
    width: 100%;
    margin-top: 30px;
}

.wrapper-text.align-center {
    text-align: center;
}

.wrapper-text.align-center .subtitle{
    margin: 0px;
}

.dest {
    color: #0567AD;
    font-size: 50px;
}




.master-feeder-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 100px;
}

.master-feeder-info .wrapper-cards-feeders{
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: flex-start;
}

.master-feeder-info .wrapper-cards-feeders .feeder-card{
    display: flex;
    border: solid 1.5px;
    border-color: #003C67;
    border-radius: 15px;
    justify-content: center;
    flex-direction: column;
    width: 33%;
}

.feeder-card .img-div{
    height: 60%;
}

.feeder-card .img-div img{
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}


.info-card {
    text-align: center;
    padding-bottom: 50px;
}

.info-card h1{
    font-size: 30px;
    color: #003C67;
    margin: 15px 0px
}

.info-card ul{
    text-align: left;
    font-size: 18px;
    padding: 0px 20px 0px 40px;
}

.info-button {
    background-color: transparent;
    font-size: 18px;
    text-decoration: underline;
    border: none;
    color: #003C67;
}

.info-button:hover {
    cursor: pointer;
}

.info-button i{
    padding-left: 10px;
}

.info-text {
    display: none;
}

.master-feeder-info p{
    margin-bottom: 50px;
}

.rotate_icon {
    transform: rotate(180deg);
    margin-left: 10px;
}

.wrapper-smartphones {
    display: flex;
    justify-content: center;
    gap: 8%;
    margin-top: 100px;
    align-items: flex-start;
}

.wrapper-smartphones .card-phone{
    width: 280px;
    text-align: center;
}

.wrapper-smartphones .card-phone .phone-img{
    width: 100%;
}

.wrapper-smartphones .card-phone .title-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.wrapper-smartphones .card-phone .title-phone .div-icon{
    width: 35px;
    height: 35px;
    border-radius: 50%; 
    background-color: #6DFFF6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    margin-bottom: 10px;
}

.wrapper-smartphones .card-phone .title-phone .div-icon i {
    font-size: 30px;
    color: #003C67;
}

.wrapper-smartphones .card-phone .title-phone h1 {
    font-size: 30px;
    color: #FFE86D;
    text-align: center;
    margin: 20px 0px;
}

@media screen and (max-width: 1270px){
    .wrapper-smartphones .card-phone{
        width: 250px;
        text-align: center;
    }
    .wrapper-smartphones .card-phone .phone-img{
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .wrapper-table p{
        font-size: 16px;
    }
    .master-feeder-info p{
        font-size: 16px;
    }
    .info-card h1 {
        font-size: 25px;
    }
    .info-card button {
        font-size: 15px;
    }
    .info-card ul{
        font-size: 16px;
        padding: 0px 20px 0px 10px;
        list-style: none;
    }
}

@media screen and (max-width: 840px) {
    
}

@media screen and (max-width: 720px) {
    .wrapper-cover {
        background-position: right;
    }
    .wrapper-table {
        width: 100%;
    }
    .info-card h1{
        font-size: 22px;
    }
    .info-card {
        padding-bottom: 20px;
    }
    .wrapper-smartphones .card-phone .title-phone {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    .wrapper-smartphones .card-phone .title-phone .div-icon{
        width: 25px;
        height: 25px;
        border-radius: 50%; 
        padding: 10px;
    }
    
    .wrapper-smartphones .card-phone .title-phone .div-icon i {
        font-size: 20px;
    }

    .wrapper-smartphones .card-phone .title-phone h1 {
        font-size: 20px;
    }
    .wrapper-smartphones .card-phone p {
        font-size: 14px;
    }
    .wrapper-smartphones {
        justify-content: space-between;
        gap: 10px;
    }
}

@media screen and (max-width: 550px) {
    .wrapper-table p{
        font-size: 13px;
    }
    .master-feeder-info p{
        font-size: 14px;
    }
    .wrapper-table {
        padding: 5px 10px;
    }
    .master-feeder-info .wrapper-cards-feeders {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px
    }
    .master-feeder-info .wrapper-cards-feeders .feeder-card {
        width: 250px;
    }
    .wrapper-smartphones {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .wrapper-smartphones .card-phone .title-phone .div-icon{
        width: 35px;
        height: 35px;
    }
    
    .wrapper-smartphones .card-phone .title-phone .div-icon i {
        font-size: 30px;
    }
    
    .wrapper-smartphones .card-phone .title-phone h1 {
        font-size: 30px;
    }
}