body {
    margin: 0;
    padding: 0;
}
article {
    padding: 0 125px 0 30px;
}
.container3 {
    float: left;
    width: 90%;
    margin: 0;
    padding: 0;
}

.col1 {
    width: 100%;
    padding: 0 0 9px;
    box-sizing: border-box;
}

.row0 {
    background-color: #fff;
    font-size: 17px;
    display: flex;
    text-align: center;
}

.row1 {
    font-size: 17px;
    text-align: center;
}

.row2 {
    text-indent: 12px;
}

.row2,
.row4 {
    border-bottom: 1px solid #ff7d00;
    font-size: 15px;
    background: linear-gradient(90deg, rgb(253 222 166)0%, rgb(255 255 255)33%, rgb(251 202 142/51%)100%);
    border: 1px solid #ff8763;
    box-shadow: 2px 2px 5px 2px rgb(255 161 107/40%);
    color: #a33501;
    padding: 6px 0;
    display: flex;
}

.row3 {
    border: 1px solid #ff7d00;
    box-shadow: 2px 2px 5px 2px rgb(255 161 107/40%);
}

.row5 {
    display: flex;
    padding: 7px;
    border: 1px solid #ff7d00;
    background: #f1e0b1;
    align-items: center;
}


.col2 {
    width: 100%;
}

textarea {
    width: 98%;
    height: 160px;
    padding: 3px;
    line-height: 25px;
    color: #071a2a;
    position: relative;
    font-size: 18px !important;
    font-weight: 500;
    letter-spacing: normal;
    border-color: transparent !important;
    word-spacing: 2px;
}

.btn-primary {
    background: #810b52;
    color: #fff;
    padding: 5px 5px;
    margin-left: 5px;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 1px 1px 6px #fff;
    border: none;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}


.btn-primary:active {#7721f3;}

.btn-primary:hover,
.btnr:hover,
.btn-primary:focus {
    background: #7721f3 !important;
    text-shadow: 1px 1px 3px #fff;
    overflow: auto;
    border-color: darkred;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 0px;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 100px;
    overflow: hidden;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    display: block;
    color: #000;
    padding: 5px;
    text-decoration: none;
}

.dropdown-content a:hover {
    color: #FFF;
    background-color: #00A4BD;
}

select#dropdown {
    background: #ffbd2b1a;
    color: #6e2626;
    font-size: 16px;
    margin-left: auto;
    margin-right: 15px;
}

.navbar {
    display: flex;
    background-color: #f9edd3;
    border: 1px solid #ff7d00;
    box-shadow: 2px 2px 5px 2px rgb(255 161 107/40%);
    height: 45px;
}

.navbar a {
    color: #6e2626;
    text-shadow: 1px 1px 3px #ffaa89;
    text-decoration: none;
    border-right: 1px solid #bbb;
    padding: 10px 16px;
    font-size: 16px;
}

.navbar a.active {
    background-color: #fff;
    color: #6e2626;
}

.navbar a:hover:not(.active) {
    text-shadow: 1px 1px 9px #950a0a;
    font-weight: 400;
    background: #fff0da;
    text-decoration: none;
    border-right: 1px solid #bbb;
}

textarea {
    font-size: 19px !important;
}

@media only screen and (max-width:600px) {
    .navbar {
        flex-direction: column;
        height: auto;
    }
    .navbar a {
        border-right: none;
        border-bottom: 1px solid #bbb;
        padding: 10px;
        width: 100%;
    }
    .navbar a:last-child {
        border-bottom: none;
    }
}

.share-icon {
    display: flex;
    padding: 0;
    float: right;
}

button.share-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    fill: #fff;
    cursor: pointer;
}

#whatsapp_link {
    background-color: #2ab540;
}

#whatsapp_link:hover {
    background-color: #fff;
}

#whatsapp_link:hover svg {
    fill: #2ab540;
}

#twitter_link {
    background-color: #00aced;
}

#twitter_link:hover {
    background-color: #fff;
}

#twitter_link:hover svg {
    fill: #00aced;
}

.share-icon ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    padding-left: 7px;
}

.share-icon ul li {
    padding: 0;
}

.share-icon ul li:first-child {
    padding-right: 0;
}

.share-icon ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    fill: #fff;
    margin-right: 5px;
}

.share-icon ul li.wa a {
    background-color: #2ab540;
}

.share-icon ul li.wa a:hover {
    background-color: #fff;
}

.share-icon ul li.wa a:hover svg {
    fill: #2ab540;
}

.share-icon ul li.tw a {
    background-color: #00aced;
}

.share-icon ul li.tw a:hover {
    background-color: #fff;
}

.share-icon ul li.tw a:hover svg {
    fill: #00aced;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom right, #f2d156 0%, #f27a56 100%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom right, #f2d156 0%, #a72600 100%);
    border-radius: 10px;
}

@media (max-width: 768px) {
    .container3 {
        width: 98%;
        
    } 
}

@media (max-width: 767px) {
  article {
   padding: 5px;
  }
}