
h3 {
    font-size: 34px !important;
    line-height: 56px !important;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
    color: #4b4949 !important;
}

h2{
    font-size: 32px !important;
}

h4{
    font-size: 24px;
    font-weight: lighter;
    margin-top: 40px;
    line-height: 1.4;
}

.main-header .col-md-12 {
    overflow: hidden; 
    height: auto;
    padding-bottom: 50px;
}


.main-header .container div:first-child{
    padding-top: 70px;
}  

.main-header{
    margin-bottom: 0px !important;
}

.contener main-header .col-xs-12 .col-md-12{
    padding-top: 35px;
}

.img_width{
    width: auto;
    max-width: 100%;
}

.introduction {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center !important;
    line-height: 1.3;
    
}

.introduction img{

    margin-top: 30px;
    filter: drop-shadow(0 4px 30px rgba(0,0,0,.1));

}

.device{
    text-align: center;
    color: white;
    background: linear-gradient(to right, #c13b68, #642870);
    padding-top: 40px;
    padding-bottom: 40px;
}

.device img{
    max-width: 90%;
    margin-top: 40px;
}

.history{
    text-align: center;
    background-color: #f6f7f8; 
    padding-top: 40px;
    padding-bottom: 40px;
}

.history img{
    margin-top: 30px;
    margin-bottom: 10px;
    filter: drop-shadow(0 4px 30px rgba(0,0,0,.1));
}

.read_mes{
    color: white;
    background: linear-gradient(to right, #c13b68, #642870);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
}

.read_mes img{
    margin-top: 30px;
    margin-bottom: 30px;    
}

.ticket_system{
    text-align: center;
    background-color: #f6f7f8;
    padding-top: 40px;
    padding-bottom: 30px;
}

.ticket_system ul h4{
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 25px !important;
}

.ticket_system li{
    max-width: 600px;
    display: list-item;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: 100;
    text-align: left;
}

.ticket_system img{
    margin-top: 30px;
    margin-bottom: 20px;
}

.ticket_img{
    width: auto;
    max-width: 40%;
}

.rating{
    color: white;
    text-align: center;
    background: linear-gradient(to right, #c13b68, #642870);
    padding-top: 40px;
    padding-bottom: 30px;
}

.rating img{
    margin-top: 30px;
    margin-bottom: 20px;
}

.catalogues{
    background-color: #efe6ee;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.catalogues img{
    margin-top: 30px;
    margin-bottom: 15px;
}

.auto{
    text-align: center;
    background-color: #f6f7f8;
    padding-top: 40px;
    padding-bottom: 30px;
}

.auto img{
    box-shadow: 1px 0.5px 35px 10px #dddddd;
    margin-top: 30px;
    margin-bottom: 20px;
}

.links{
    background: linear-gradient(to right, #c13b68, #642870);
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center !important;
}

.linki{
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.linki a{
    color: white !important;    
}

.links h2{
    color: white !important;
    font-size: 32px;
}

.links h4{
    color: white !important;
    font-size: 20px;
}

.icon_link{
    max-width: 70px;
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.main-header img {
    left: 24px;
    width: 87%;
    padding-top: 50px;
    position: relative;
}

.header_cont {
    padding-top: 0 !important;
}

@media(max-width: 769px) {    
    .main-header .container .header_cont {
        display: flex;
        flex-direction: column-reverse;
    }

    #main-page .main-header {
        padding-bottom: 130px;
    }

}

@media(max-width: 991px){
    .main-header .col-md-12{
        padding-top: 0px !important;
    }
}



@media(min-width: 991px){
    .main-header .container div:first-child{
        padding-top: 40px;
        padding-bottom: 70px;
        height: 450px;
    }
    
    .main-header h1{
        padding-top: 60px;
    }
    
    #main-page .main-header{
        max-height: 450px !important;
    }
}

@media(max-width: 990px){
    #main-page .main-header{
        height: 350px !important;
    }
}

@media(min-width: 1200px) {
    .main-header .container div:first-child{
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

@media(max-width: 991px) {
    .main-header h1{
        font-size: 48px !important;
    }
}

@media(max-width: 769px){
    .main-header .container div:first-child{
        padding-top: 0;
    }   
}
