body {
    color: #01434f;
}
section {
    overflow-x: hidden;
}

h2 {
    font-size: 1.5rem;
}

@media (min-width:768px) {
    h2 {
        font-size: 2rem;
    }
}

#intro {
    background-color: #3baabd;
    background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url('img/shutterstock_1764624851.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, 80% center;
    min-height: 60vh;
    padding: 80px 0;
    color: rgb(255, 255, 255, .94);
    display: flex;
    align-items: center;
}

@media (min-width:768px) {
    #intro {
        background-image: url(img/shutterstock_1764624851.jpg);
        background-position: right center;
    }
}

#intro  h1 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
#intro h2 {
    font-size: 28px;
    margin-bottom: 2rem;
}

#intro .autor {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

#intro .autor img {
    width:120px;
    height: auto;
    margin-right: 24px;
}

#intro .autor p {
    margin: 0;
    font-size:  20px;
}

#intro .button a {
    font-size: 24px;
}

@media (min-width:992px) {
    #intro h2 {
        font-size: 36px;
    }
    #intro .autor p {
        font-size: 24px;
    }
}

.button {
    margin-bottom: 40px;
}
.button a:not(:hover) {
    background-color: #ffeb3b;
}
.button a {
    font-size: 20px;
    letter-spacing: 1px;
    color: #01434f;
    box-shadow: 0 2px 16px rgb(204, 204, 204);
    border-color:rgb(200, 200, 200)
}

#intro .button a, #list2 .button a {
    box-shadow: 0 2px 16px rgb(120, 120, 120);
}

#intro .patronat {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

#list {
    background-color: #f5f5f5;
    font-size: 20px;
}

#list ul li, .list ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
}

#list ul li:before {
    content: '';
    position: absolute;
    background-image: url(img/outline_check_black_24dp.png);
    background-size: contain;
    width: 24px;
    height: 24px;
    left: -32px;
    top: 2px;
}

#list2 ul li:before {
    content: '';
    position: absolute;
    background-image: url(img/outline_task_alt_white_24dp.png);
    background-size: contain;
    width: 24px;
    height: 24px;
    left: -32px;
    top: 2px;
}

#icons h2 {
    font-size: 24px;
    font-weight: 700;
}
#icons h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
.bg-blue {
    background-color: #004996;
    color: #fff;
}
#icons .bg-blue {
    padding: 16px;
    border-radius: 8px;
}
#icons img {
    margin: 0 auto 16px;
}

h2.highlight {
    position: relative;
    display: inline-block;
}

h2.highlight:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 24px;
    border-top: 2px solid #ffeb3b;
    border-left: 2px solid #ffeb3b;
    border-radius: 24px 0 0 0;
    left: -14px;
    top: -16px;
    transform: rotate(0deg);
}
h2.highlight:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 24px;
    border-bottom: 2px solid #ffeb3b;
    border-right: 2px solid #ffeb3b;
    border-radius: 0 0 24px 0;
    right: -14px;
    bottom: -16px;
    transform: rotate(0deg);
}

@media (min-width:541px) {
    h2.highlight:before {
        left: -32px;
    }
    h2.highlight:after {
        right: -42px;
    }
}

.iconh {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.iconh__img {
    flex: 0 0 60px;
    margin-right: 32px;
    height: auto;
}

#list3 {
    background-color: #f5f5f5;
}

.flex-list {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-list > * {
    flex: 0 0 300px;
    max-width: 92%;
    padding-bottom: 12px;
    margin-right: 4px;
    margin-left: 0px;
    margin-bottom: 16px;
    display: inline;
    flex-direction: column;
    justify-content: flex-end;
}
.list-check {
    position: relative;
    padding: 8px 8px 8px 36px;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    margin-bottom: 16px;
    display: inline-block;
    font-size: 14px;
}
.list-check:before {
    content: '';
    position: absolute;
    background-image: url(img/outline_check_black_24dp.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 8px;
    top: 8px;
}

#zamow h3 {
    margin: 0 auto 1.5rem;
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 400;
    line-height: 26px;
}

#zamow ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#zamow {
    background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(img/zamow.jpg);
    background-size: auto 100%;
}

@media (min-width: 768px) {
    #zamow {
        background-size: cover;
    }
}

#zamow ul li {
    list-style-type: none;
    margin: 0 auto 12px;
    padding: 8px 8px 8px 24px;
    position: relative;
}
#zamow ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 14px;
    width: 10px;
    height: 10px;
    background-color: #41d1ea;
}

#zamow ul li:last-of-type  {
    margin-bottom: 0;
}

#zamow .card {
    background-color: rgba(255,255,255,.92);
    border: none;
    border-top: 4px solid #ffeb3b;
}

#zamow .card-header {
    background: none;
    border: none;
}

#zamow button {
    transition: .2s all ease-in-out;
}

#zamow button:hover {
    background-color: #95efff;
}

#zamow button:active,  
#zamow button:focus {
    border-color: #43d1ea;
    box-shadow: none;
}