.utp {
    width: 100%;
    background-image: url('img/utp-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
@media(min-width:471px) {
    #utp-mob-tel {
        display: none;
    }
}
@media(max-width:470px) {
    #utp-mob-tel {
        position: absolute;
        bottom: 15px;
        right: 20px;
        color: white;
        font-weight: 700;
        animation: mob 4s;
        animation-iteration-count: 12;
        font-family: Arial;
    }
    @keyframes mob {
    	0%{}
    	25% {
    		color: #D0F0C0;
    	}
    	50%{
    		color: #00bfff;
    	}
    	75% {
    		color: #87cefa;
    	}
    	100% {}
    }
}
.utp-bar {
    background-color: white;
    max-height: 60px;
    width: 100%;
}
.utp-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 60px;
}
.utp-container > h1 {
    text-transform: uppercase;
    font-size: 26px;
    color: var(--blue02);
}
.utp-nav {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.utp-nav > a {
    color: var(--blue02);
    padding-left: 25px;
    padding-right: 25px;
    width: fit-content;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 1px solid var(--blue02);
    margin: 0;
}
.utp-nav > a:hover {
    color: white;
    background-color: var(--blue02);
}
#err01 {
    border-right: 1px solid var(--blue02);
}
.utp > h2 {
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    animation: utp 1.5s;
}
.utp > ul {
    color: white;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    line-height: 180%;
    margin: 0;
    padding: 0;
}
.utp > ul > span {
    padding-left: 40px;
    background-image: url('../../others/symbols/gal.png');
    background-repeat: no-repeat;
    background-size: contain;
    animation: utp 1.5s;
}
.utp-item {
    background-image: url('img/utp-1.png');
    background-size: contain;
    position: absolute;
}
.utp-tel {
    color: var(--blue02);
    font-weight: 600;
}
@media(min-width:1000px) {
    .utp-tel {
        padding-left: 40px;
        background-image: url('../../others/symbols/mobile-blue.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media(min-width:701px) {
    .utp {
        height: 550px;
    }
}
@media(min-width:1550px) {
    .utp-container {
        width: 80%;
    }
    .utp > h2 {
        left: 10%;
        font-size: 52px;
        top: 130px;
    }
    .utp > ul {
        left: 39%;
        top: 270px;
    }
    .utp-item {
        right: 10%;
    }
}
@media(min-width:701px) and (max-width:1549px) {
    .utp-container {
        width: 96%;
    }
    .utp > h2 {
        left: 2%;
        font-size: 42px;
        top: 130px;
    }
    .utp > ul {
        left: 30%;
        top: 270px;
    }
    .utp-item {
        right: 2%;
    }
}
@media(min-width:1140px) {
    .utp-item {
        top: 100px;
        height: 356px;
        width: 492px;
    }
}
@media(min-width:701px) and (max-width:1140px) {
    .utp-item {
        top: 220px;
        height: 178px;
        width: 246px;
        right: 2%;
    }
}
@media(max-width:700px) {
    .utp {
        height: 420px;
    }
    .utp-container {
        width: 96%;
    }
    .utp > ul {
        top: 200px;
    }
    .utp > h2 {
        left: 2%;
        font-size: 28px;
    }
    .utp-item {
        right: 2%;
    }
}
@media(min-width:471px) and (max-width:700px) {
    .utp > h2 {
        top: 100px;
    }
    .utp > ul {
        left: 10%;
    }
    .utp-item {
        height: 178px;
        width: 246px;
        top: 180px;
    }
}
@media(max-width:470px) {
    .utp > h2 {
        width: 340px;
        top: 80px;
        margin: 0;
    }
    .utp > ul {
        left: 4%;
    }
    .utp-item {
        height: 119px;
        width: 164px;
        top: 200px;
    }
    .utp-tel {
        display: none;
    }
} 
@keyframes utp {
    from{
        color: transparent;
    }
    to{
        color: white;
    }
}
