@font-face {
    font-family: "Montserrat";
    src: url(../webfonts/Montserrat-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: "Raleway";
    src: url(../webfonts/Raleway-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: "Quicksand";
    src: url(../webfonts/Quicksand-Regular.ttf);
    font-display: swap
}

body {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html,
body {
    scroll-behavior: smooth
}

.content {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    margin-top: 3em
}

.header .header-content {
    padding-top: 3.5rem;
    padding-bottom: 3rem
}

#envelope {
    margin-right: 6px
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

li.dscr {
    color: green;
    font: 400 0.9rem/1.1rem "Montserrat";
    line-height: 1.8em
}

@media screen and (min-width:680px) {
    p.dscp {
        font-size: 16px;
        line-height: 1.8em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify
    }
    ol.dsc {
        line-height: 1.8em;
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding-inline-start: 15px
    }
    #iframeb,
    #iframec {
        width: 700px;
        height: 880px
    }
    ::-webkit-scrollbar {
        width: 10px
    }
    ::-webkit-scrollbar-track {
        background: rgb(242, 242, 242);
        border-radius: 1px
    }
    ::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 4px rgb(179, 179, 179);
        border-radius: 1px
    }
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(153, 221, 255, .9);
        border-radius: 1px
    }
    .container_1 {
        padding-top: 8%
    }
    h2 {
        color: #484a46;
        font: 300 1.6rem/1.7rem "Montserrat", sans-serif
    }
    .cards-0 .p-heading {
        margin-bottom: 1.5rem;
        font: 400 1.2rem/1.5rem "Montserrat", sans-serif
    }
    .x-btn {
        background: #ffb76b;
        background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
        background: -webkit-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
        background: linear-gradient(to bottom, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb76b', endColorstr='#ff7f04', GradientType=0);
        width: 330px
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        width: 330px;
        box-shadow: 0 1px 1px 0 #276873;
        text-shadow: 0 1px 0 #ff0;
        border-top: 2px solid #cc7a00;
        border-bottom: 2px solid #ffad33;
        border-left: 2px solid #cc7a00;
        border-right: 2px solid #cc7a00;
        color: #997a00;
        background-color: #ffab23;
        padding-top: 3px;
        outline: none
    }
    .green {
        color: rgb(0, 179, 0);
        font-size: 1.4em;
        font-family: Raleway;
        font-weight: 400
    }
    .gray {
        color: rgb(153, 153, 153);
        font-weight: 400;
        font-size: 1.8em;
        font-family: Raleway
    }
    #tipo {
        font-weight: 500;
        color: rgb(115, 115, 115)
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 999999;
        padding-top: 1%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, .4);
        text-align: center
    }
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin-top: 0.5rem !important;
        margin: 0 auto;
        padding: 0;
        border: 1px solid #888;
        height: 80% !important;
        width: 700px !important;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }
    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }
    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }
    .fecha {
        background: none;
        color: #fff;
        float: right;
        font-size: 50px;
        margin: -4px 0 4px 0;
        border: none;
        box-shadow: none
    }
    .close1,
    .close2 {
        color: #fff;
        float: right;
        font-size: 50px;
        margin-top: -4px
    }
    .close1:hover,
    .close1:focus,
    .close2:hover,
    .close2:focus {
        color: #f2f2f2;
        text-decoration: none;
        cursor: pointer
    }
    .modal-header {
        font-family: 'Quicksand';
        font-size: 1.3em !important;
        font-weight: 700;
        height: 45px !important;
        padding: 15px 10px 15px 20px !important;
        margin: 0;
        background-color: #5cb85c;
        color: #fff;
        text-align: left
    }
    .modal-body {
        background: #fff;
        width: 100%;
        height: 595px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 20px 0
    }
    .navbar-custom {
        background: rgba(242, 242, 242, .7) !important;
        border-bottom: 2px solid rgba(252, 252, 252, .5) !important;
        border-bottom: solid 2px rgba(255, 255, 255, .6);
        webkit-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
        -moz-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
        box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important
    }
    .navbar-custom.top-nav-collapse {
        font-weight: bold !important;
        background: rgba(222, 222, 222, .93) !important;
        text-shadow: 1px 1px #999 !important;
        webkit-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
        -moz-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
        box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important
    }
}

@media screen and (max-width:680px) {
    body {
        overflow-x: hidden;
        overflow-y: auto
    }
    p.dscp {
        font-size: 15px;
        line-height: 1.4em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify
    }
    ul {
        line-height: 1.6em;
    }
    ol.dsc {
        line-height: 1.5em;
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding-inline-start: 15px
    }
    .header .header-content {
        padding-top: 1.5em;
        padding-bottom: 1em
    }
    .navbar-custom .navbar-toggler {
        outline: none !important
    }
    #atencao {
        background: #fff;
        line-height: 1em;
        font-size: .8em;
        font-style: normal;
        color: red;
        padding: 2px
    }
    #atencao a {
        color: #33cc33 !important
    }
    .gray {
        color: #999;
        font-weight: 400 !important;
        font-size: 1.4em;
        line-height: 1 !important;
        font-family: Raleway
    }
    .green {
        color: rgb(0, 179, 0) !important;
        font-weight: 400 !important;
        font-size: 1.2em;
        line-height: 1 !important;
        font-family: Raleway
    }
    #doc {
        color: rgb(115, 115, 115);
        font-size: 1.1em;
        font-weight: 400 !important;
        margin-top: 1em
    }
    h2 {
        color: #484a46;
        font: 300 1.3rem/1.7rem "Montserrat", sans-serif
    }
    .cards-0 .p-heading {
        line-height: 1.5 !important
    }
    .form-2 {
        padding-top: 2rem;
        font-family: "Montserrat", sans-serif
    }
    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 152px !important;
        height: 80px;
        padding: 0;
        margin: 0 auto;
        clear: both
    }
}

.content_call {
    display: block;
    background: #fff;
    background: -moz-linear-gradient(-45deg, #ffffff 45%, #85bbe5 45%, #85bbe5 58%, #75a8ce 58%, #5d9ed3 72%, #7db9e8 72%, #7db9e8 87%, #7db9e8 88%, #ffffff 88%);
    background: -webkit-linear-gradient(-45deg, #ffffff 45%, #85bbe5 45%, #85bbe5 58%, #75a8ce 58%, #5d9ed3 72%, #7db9e8 72%, #7db9e8 87%, #7db9e8 88%, #ffffff 88%);
    background: linear-gradient(135deg, #ffffff 45%, #85bbe5 45%, #85bbe5 58%, #75a8ce 58%, #5d9ed3 72%, #7db9e8 72%, #7db9e8 87%, #7db9e8 88%, #ffffff 88%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)
}

#comp {
    color: #39e600;
    line-height: .6em;
    font-weight: 600;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px
}

#comp1 {
    color: #2db300;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: .8em;
    letter-spacing: 2px
}

#comp2 {
    color: #208000;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    text-align: justify
}

#dots {
    font-family: 'Rubik', sans-serif;
    color: #3c0
}

.docto h1 {
    padding: 0 10px;
    color: #2db300;
    font-family: 'Montserrat', sans-serif
}

#call_2 {
    font-family: 'Rubik', sans-serif;
    color: #39e600
}

.call {
    position: relative;
    display: inline-block;
    float: left
}

.img {
    float: right;
    display: block
}

.edit {
    float: left;
    position: relative;
    text-align: center;
    z-index: 999
}

hr {
    margin-top: 5px;
    border: 1px solid #0f0;
    width: 100%;
    margin-left: 0;
}

.copyright {
    margin-bottom: -40px
}

@media screen and (min-width:680px) {
    .container_1 {
        padding-top: 8%
    }
    .content_call {
        width: 80%;
        height: 520px;
        margin: 0 auto;
        padding: 2%
    }
    #comp {
        font-size: 49px;
        line-height: .7em
    }
    #comp1 {
        font-size: 24px;
        font-weight: 600
    }
    #comp2 {
        font-size: 19px;
        text-align: justify;
        padding-right: 5px
    }
    #dots {
        font-size: 70px;
        position: absolute;
        float: left;
        margin-left: 85%;
        margin-top: -61px;
        width: 20px;
        text-align: right
    }
    #call_2 {
        font-size: 23px;
        font-weight: 600;
        text-shadow: 1px 1px #ccefff;
        letter-spacing: 1px;
        color: #269900
    }
    .docto h1 {
        font-size: 17px;
        line-height: 1.2em;
        font-weight: 600;
        text-shadow: 1px 1px #ccefff;
        letter-spacing: 1px;
        color: #269900;
        text-transform: uppercase
    }
    .call {
        padding: 20px 10px 20px 30px;
        width: 480px
    }
    .img {
        margin-right: 5%
    }
    .edit {
        width: 39%;
        text-align: center;
        margin-left: 1%;
        margin-top: 3%;
        padding: 20px 0 30px 0;
        border-top: 2px solid #f2f2f2;
        border-bottom: 2px solid #ccc;
        text-align: center;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, .8) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, .8) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, .8) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
        z-index: 999
    }
    img#back {
        width: 400px;
        height: 400px;
        margin-right: 0;
        margin-top: 30px
    }
    hr {
        margin-top: 5px;
        border: 1px solid #0f0;
        width: 100%;
        margin-left: 0;
    }
    }
    .cards-0 {
        margin-top: 3%
    }
    .x-btn {
        box-shadow: 0 3px 5px -2px #276873;
        width: 90%;
        background: #ffb76b;
        background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #fc9b00 52%, #f9a82f 100%);
        background: -webkit-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #fc9b00 52%, #f9a82f 100%);
        background: linear-gradient(to bottom, #ffb76b 0%, #ffa73d 50%, #fc9b00 52%, #f9a82f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb76b', endColorstr='#f9a82f', GradientType=0);
        border-radius: 6px;
        border: 1px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: Raleway;
        font-size: 1.15vw;
        letter-spacing: 2px;
        padding: 12px 25px;
        text-decoration: none;
        text-shadow: 0 1px 0 #cca300;
        outline: none;
        height: 40px
    }
    @keyframes blinker {
        50% {
            background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%)
        }
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        box-shadow: 0 1px 1px 0 #276873;
        width: 90%;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0) !important;
        text-shadow: 0 1px 0 #cc7a00;
        border: 1px solid #ffff80 !important;
        padding: 12px 25px;
        color: #fff;
        background-color: #ffab23 !important;
        outline: none;
        height: 40px
    }
    .descr {
        display: block;
        padding: 25px 30px;
        width: 100%;
        margin-top: 30px !important;
        margin: 0 auto;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff
    }
    .desc {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.6em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 13px
    }
}

@media screen and (max-width:680px) {
    div#main.clearfix {
        height: auto !important
    }
    .navbar-custom {
        background-color: rgba(217, 217, 217, .8)
    }
    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
    .blank {
        height: 40px
    }
    .content_call {
        width: 100%;
        height: 710px;
        margin: 25% 0 0 0;
        padding: 1%
    }
    #comp {
        font-size: 32px;
        line-height: .8em
    }
    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700
    }
    #comp2 {
        font-size: 21px;
        line-height: 1.2em
    }
    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right
    }
    .call {
        padding: 5px 50px 0 25px;
        width: 100%
    }
    .img {
        margin: 0 auto;
        width: 73%;
        height: auto
    }
    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0)
    }
    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase
    }
    img#back {
        width: 260px;
        height: 260px;
        margin-left: -40px;
        margin-top: 20px
    }
    hr {
        margin-top: 5px;
        border: 1px solid #0f0;
        width: 100%;
        margin-left: 0;
    }
    .x-btn {
        width: 90%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 4vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none
    }
    @keyframes blinker {
        50% {
            background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%)
        }
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        width: 90%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none
    }
    .descr {
        display: block;
        padding: 20px;
        width: 100%;
        margin: 0 1% 3% 1% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff
    }
    .desc {
        width: 90%;
        margin: 0 6% 4% 4%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0
    }
    .desc strong {
        font-size: 15px;
        color: #269900
    }
}

@media only screen and (min-device-width:760px) and (max-device-width:960px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    .navbar-custom .navbar-brand.logo-image img {
        width: 6.400rem !important;
        height: 2.480rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden
    }
    .imgs {
        margin: 20px -100px 0 150px;
        height: 1px;
        width: 150px
    }
    .edit {
        width: 100%;
        text-align: center
    }
    .x-btn {
        width: 50%;
        font-size: 2.2vw
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
    div#main.clearfix {
        height: auto !important
    }
    .container_1 {
        padding-top: 10% !Important
    }
    .navbar-custom {
        height: 8% !important
    }
    .navbar-custom .navbar-nav {
        height: 50px !important
    }
    .navbar-expand-md .navbar-collapse {
        width: 40% !important;
        height: auto !important;
        margin-left: 3% !important
    }
    .navbar-custom .navbar-brand.logo-image img {
        width: 8.960rem !important;
        height: 3.472rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom {
        background-color: rgba(217, 217, 217, .8)
    }
    .navbar-custom .navbar-nav {
        margin-top: .25rem !Important;
        margin-bottom: 0.2rem !important
    }
    .navbar-custom .nav-item .nav-link {
        padding: 1rem 0.35rem !important;
        margin-bottom: 0;
        text-align: center;
        font-size: 0.8em !important
    }
    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
    .blank {
        height: 40px
    }
    .content_call {
        width: 100%;
        height: 660px;
        margin: 0 auto;
        padding: 1%
    }
    #comp {
        font-size: 32px;
        line-height: .8em
    }
    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700
    }
    #comp2 {
        font-size: 17px;
        line-height: 1.2em
    }
    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right
    }
    .call {
        padding: 5px 50px 0 25px;
        width: 80%;
        margin-left: 10% !important
    }
    .img {
        padding: 0 30% !important;
        margin: 0 auto;
        width: 100%
    }
    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0)
    }
    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase
    }
    img#back {
        width: 400px;
        height: 400px;
        margin: 0 auto !important;
        float: none !important
    }
    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 155px !important;
        height: 80px;
        padding: 0;
        margin: 0 auto !important;
        clear: both !important
    }
    .content_call {
        text-align: center;
        width: 100%;
        height: 80% !important;
        margin: 0 auto !important;
        padding: 1%
    }
    hr {
        margin-top: 5px;
        border: 1px solid #0f0;
        width: 100%;
        margin-left: 0;
    }
    .x-btn {
        width: 50%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none
    }
    @keyframes blinker {
        50% {
            background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%)
        }
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        width: 50%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none
    }
    .descr {
        display: block;
        padding: 5px 5px;
        width: 92%;
        margin: 1% 5% 3% 3% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff
    }
    .desc {
        width: 90%;
        margin: 1% 6% 4% 4%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0
    }
    .desc strong {
        font-size: 15px;
        color: #269900
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    div#main.clearfix {
        height: auto !important
    }
    .container_1 {
        padding-top: 10% !Important
    }
    .navbar-custom {
        height: 8% !important
    }
    .navbar-expand-md .navbar-collapse {
        width: 40% !important;
        height: auto !important;
        margin-left: 3% !important
    }
    .navbar-custom .navbar-brand.logo-image img {
        width: 8.960rem !important;
        height: 3.472rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom {
        background-color: rgba(217, 217, 217, .8)
    }
    .navbar-custom .navbar-nav {
        height: 50px !important
    }
    .navbar-custom .navbar-nav {
        margin-top: .25rem !Important;
        margin-bottom: 0.2rem !important
    }
    .navbar-custom .nav-item .nav-link {
        padding: 1rem 0.35rem !important;
        margin-bottom: 0;
        text-align: center;
        font-size: 0.8em !important
    }
    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
    .blank {
        height: 40px
    }
    .content_call {
        width: 100%;
        height: 660px;
        margin: 0 auto;
        padding: 1%
    }
    #comp {
        font-size: 32px;
        line-height: .8em
    }
    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700
    }
    #comp2 {
        font-size: 17px;
        line-height: 1.2em
    }
    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right
    }
    .call {
        padding: 5px 50px 0 25px;
        width: 80%;
        margin-left: 10% !important
    }
    .img {
        padding: 0 30% !important;
        margin: 0 auto;
        width: 100%
    }
    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0)
    }
    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase
    }
    img#back {
        width: 400px;
        height: 400px;
        margin: 0 auto !important;
        float: none !important;
        clear: none
    }
    hr {
        margin-top: 5px;
        border: 1px solid #0f0;
        width: 100%;
        margin-left: 0;
    }
    .x-btn {
        width: 50%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none
    }
    @keyframes blinker {
        50% {
            background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%)
        }
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        width: 50%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none
    }
    .descr {
        display: block;
        padding: 5px 5px;
        width: 92%;
        margin: 1% 5% 3% 3% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff
    }
    .desc {
        width: 94%;
        margin: 1% 3% 4% 3%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0
    }
    .desc strong {
        font-size: 15px;
        color: #269900
    }
    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 100% !important;
        height: 60px;
        padding: 0;
        margin: 0 auto;
        clear: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    div#main.clearfix {
        height: auto !important
    }
    .container_1 {
        padding-top: 10% !Important
    }
    .navbar-custom {
        height: 8% !important
    }
    .navbar-custom .navbar-nav {
        height: 50px !important
    }
    .navbar-expand-md .navbar-collapse {
        width: 40% !important;
        height: auto !important;
        margin-left: 3% !important
    }
    .navbar-custom .navbar-brand.logo-image img {
        width: 8.960rem !important;
        height: 3.472rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom {
        background-color: rgba(217, 217, 217, .8)
    }
    .navbar-custom .navbar-nav {
        margin-top: .25rem !Important;
        margin-bottom: 0.2rem !important
    }
    .navbar-custom .nav-item .nav-link {
        padding: 1rem 0.35rem !important;
        margin-bottom: 0;
        text-align: center
    }
    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
    .blank {
        height: 40px
    }
    .content_call {
        width: 100%;
        height: 660px;
        margin: 0 auto;
        padding: 1%
    }
    #comp {
        font-size: 32px;
        line-height: .8em
    }
    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700
    }
    #comp2 {
        font-size: 17px;
        line-height: 1.2em
    }
    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right
    }
    .call {
        padding: 5px 50px 0 25px;
        width: 80%;
        margin-left: 10% !important
    }
    .img {
        padding: 0 30% !important;
        margin: 0 auto;
        width: 100%
    }
    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0)
    }
    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase
    }
    img#back {
        width: 400px;
        height: 400px;
        margin: 0 auto !important;
        float: none !important
    }
    hr {
        margin-top: 5px;
        border: 1px solid #0f0;
        width: 100%;
        margin-left: 0;
    }
    .x-btn {
        width: 50%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none
    }
    @keyframes blinker {
        50% {
            background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%)
        }
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        width: 50%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none
    }
    .descr {
        display: block;
        padding: 5px 5px;
        width: 92%;
        margin: 1% 5% 3% 3% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff
    }
    .desc {
        width: 94%;
        margin: 1% 3% 4% 3%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0
    }
    .desc strong {
        font-size: 15px;
        color: #269900
    }
    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 100% !important;
        height: 60px;
        padding: 0;
        margin: 0 auto;
        clear: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    div#main.clearfix {
        height: auto !important
    }
    .container_1 {
        padding-top: 10% !Important
    }
    .navbar-custom {
        height: 8% !important
    }
    .navbar-custom .navbar-nav {
        height: 50px !important
    }
    .navbar-expand-md .navbar-collapse {
        width: 60% !important;
        height: auto !important;
        margin-left: 3% !important
    }
    .navbar-custom .navbar-brand.logo-image img {
        width: 8.960rem !important;
        height: 3.472rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom {
        background-color: rgba(217, 217, 217, .8)
    }
    .navbar-custom .navbar-nav {
        margin-top: .25rem !Important;
        margin-bottom: 0.2rem !important
    }
    .navbar-custom .nav-item .nav-link {
        padding: 1rem 0.35rem !important;
        margin-bottom: 0;
        text-align: center
    }
    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
    .blank {
        height: 40px
    }
    .content_call {
        width: 100%;
        height: 660px;
        margin: 0 auto;
        padding: 1%
    }
    #comp {
        font-size: 32px;
        line-height: .8em
    }
    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700
    }
    #comp2 {
        font-size: 17px;
        line-height: 1.2em
    }
    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right
    }
    .call {
        padding: 5px 50px 0 25px;
        width: 80%;
        margin-left: 10% !important
    }
    .img {
        padding: 0 30% !important;
        margin: 0 auto;
        width: 100%
    }
    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0)
    }
    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase
    }
    img#back {
        width: 400px;
        height: 400px;
        margin: 0 auto !important;
        float: none !important;
        clear: none
    }
    hr {
        margin-top: 5px;
        border: 1px solid #0f0;
        width: 100%;
        margin-left: 0;
    }
    .x-btn {
        width: 50%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none
    }
    @keyframes blinker {
        50% {
            background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%)
        }
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        width: 50%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none
    }
    .descr {
        display: block;
        padding: 5px 5px;
        width: 92%;
        margin: 1% 5% 3% 3% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff
    }
    .desc {
        width: 90%;
        margin: 1% 6% 4% 4%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0
    }
    .desc strong {
        font-size: 15px;
        color: #269900
    }
    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 100% !important;
        height: 60px;
        padding: 0;
        margin: 0 auto;
        clear: none
    }
}

@media screen and (min-width:680px) {
    .menu_avalia {
        display: block;
        position: relative;
        float: left;
        width: 155px;
        height: 90px;
        padding: 0;
        margin: 35px 0 0 30px;
        clear: none
    }
    .d_avalia {
        position: relative;
        display: inline-block;
        cursor: pointer;
        width: 150px;
        left: 0;
        height: 92px;
        margin: 0;
        padding: 0;
        background: transparent;
        z-index: 999
    }
    .d_navalia {
        position: relative;
        display: inline-block;
        cursor: pointer;
        width: 150px;
        height: 90px;
        margin: 55px 0 0 -180px;
        background: transparent
    }
    .d_avalia:hover {
        background: rgba(252, 252, 252, .2)
    }
    .d_content a {
        float: none;
        color: #006bb3;
        padding: 9px 15px;
        text-decoration: none;
        display: block;
        text-align: left;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff
    }
    .d_content a:hover {
        background-color: rgba(252, 252, 252, .5);
        border-top: 2px solid #a6a6a6
    }
    .d_avalia .d_content {
        font-family: 'Raleway';
        position: absolute;
        margin-top: 89px;
        background-color: rgba(252, 252, 252, .4);
        width: 150px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        max-height: 0;
        overflow: hidden;
        position: absolute;
        -webkit-transition: max-height .5s ease-in-out .2s;
        -moz-transition: max-height .5s ease-in-out .2s;
        -o-transition: max-height .5s ease-in-out .2s;
        -ms-transition: max-height .5s ease-in-out .2s;
        transition: max-height .5s ease-in-out .2s
    }
    .d_avalia:hover .d_content {
        border-top: 2px solid #f2f2f2;
        max-height: 20em
    }
    #avaliacoes {
        width: 100%;
        font-family: Montserrat;
        font-size: 1em;
        color: #208000;
        padding: 4px 0
    }
    .d_btn {
        display: none
    }
    .d_down-content {
        display: none
    }
}

@media screen and (max-width:680px) {
    .d_content,
    .d_down {
        display: none
    }
    #avaliacoes {
        width: 100%;
        font-family: Montserrat;
        font-size: .8em;
        color: #208000;
        padding: 4px 0
    }
    .d_down {
        width: 150px;
        height: 85px;
        margin: 0 auto;
        top: -103px;
        position: relative;
        display: block
    }
    .d_btn {
        background-color: transparent;
        color: transparent;
        width: 150px;
        height: 85px;
        margin: -24px 0 0 -1px;
        border: none;
        box-shadow: none;
        cursor: pointer
    }
    .d_btn:hover,
    .d_btn:focus,
    .d_btn:active {
        background-color: rgba(252, 252, 252, .3) !important;
        border: none;
        box-shadow: none;
        outline: none
    }
    .d_down-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        width: 150px;
        padding: 0;
        margin: 2px 0 0 0;
        overflow: auto;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        z-index: 1
    }
    .d_down-content a {
        color: #666;
        font-size: .9em;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        padding: 14px 10px 14px 10px;
        text-align: left;
        text-decoration: none;
        display: block
    }
    .d_down a:hover {
        background-color: #ddd;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #fff
    }
    .show {
        display: block
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 1%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
    text-align: center
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin-top: .2rem;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #888;
    height: 450px;
    width: 370px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.fecha {
    background: none;
    color: #fff;
    float: right;
    font-size: 50px;
    margin: -4px 0 4px 0;
    border: none;
    box-shadow: none
}

.close1,
.close2 {
    color: #fff;
    float: right;
    font-size: 35px;
    margin-top: -2px
}

.close1:hover,
.close1:focus,
.close2:hover,
.close2:focus {
    color: #f2f2f2;
    text-decoration: none;
    cursor: pointer
}

.modal-header {
    font-family: 'Quicksand';
    font-size: .9em;
    font-weight: 700;
    height: 35px !important;
    padding: 10px 10px 10px 15px !important;
    margin: 0;
    background-color: #5cb85c;
    color: #fff;
    text-align: left
}

.modal-body {
    background: #fff;
    width: 100%;
    height: 595px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 0
}

}

.filter-green {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%)
}

#whtp {
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 5px
}

#e_mail {
    margin-left: 5px
}

.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld)
}

.containerdiv {
    border: 0;
    float: left;
    position: relative;
    width: 120px;
    margin: 2px 15px 7px 15px
}

.cornerimage {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

img#star {
    width: 120px;
    height: 22px
}

#avalia {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .6) 8%, rgba(242, 242, 242, .8) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    text-align: center;
    padding: 8px 0
}

.copyright {
    height: 2.3rem;
    background-color: #4d4d4d;
    padding-top: 1rem !important;
    text-align: center;
    margin-bottom: 0;
    margin-top: 2%;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.copyright .p-small {
    color: rgb(206, 203, 203) !important;
    font: 100 0.653rem / 0 "Raleway", sans-serif;
    letter-spacing: 1.01px !important;
}

.dvs {
    color: rgb(59, 255, 111) !important;
}

.copyright .p-small a:link {
    color: white;
}

@media screen and (min-width:680px) {
    #embed,
    #embed_a {
        width: 700px;
        height: 1200px;
    }
}

@media screen and (max-width:680px) {
    #embed,
    #embed_a {
        width: 350px;
        height: 1200px;
    }
}

a.wpcc-privacy {
    border-radius: 3px;
    padding: 1px 8px !important;
    color: rgb(0, 102, 0) !important;
    background: rgb(255, 255, 255) !important;
    opacity: 1 !important;
    margin-left: 10px !important;
}

.wpcc-color-custom-1145778636 .wpcc-btn {
    color: rgb(9, 149, 4);
    background-color: rgb(255, 255, 255) !important;
}

@font-face {
    font-family: "Montserrat";
    src: url(./webfonts/Montserrat-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: "Raleway";
    src: url(./webfonts/Raleway-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: "Quicksand";
    src: url(./webfonts/Quicksand-Regular.ttf);
    font-display: swap
}

body {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html,
body {
    scroll-behavior: smooth
}

.content {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    margin-top: 3em
}

.header .header-content {
    padding-top: 3.5rem;
    padding-bottom: 3rem
}

#envelope {
    margin-right: 6px
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

li.dscr {
    color: green;
    font: 400 0.9rem/1.1rem "Montserrat";
    line-height: 1.8em
}

@media screen and (min-width:680px) {
    p.dscp {
        font-size: 16px;
        line-height: 1.8em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify
    }
    ol.dsc {
        line-height: 1.8em;
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding-inline-start: 15px
    }
    #iframeb,
    #iframec {
        width: 700px;
        height: 880px
    }
    ::-webkit-scrollbar {
        width: 10px
    }
    ::-webkit-scrollbar-track {
        background: rgb(242, 242, 242);
        border-radius: 1px
    }
    ::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 4px rgb(179, 179, 179);
        border-radius: 1px
    }
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(153, 221, 255, .9);
        border-radius: 1px
    }
    .container_1 {
        padding-top: 8%
    }
    h2 {
        color: #484a46;
        font: 300 1.6rem/1.7rem "Montserrat", sans-serif
    }
    .cards-0 .p-heading {
        margin-bottom: 1.5rem;
        font: 400 1.2rem/1.5rem "Montserrat", sans-serif
    }
    .x-btn {
        background: #ffb76b;
        background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
        background: -webkit-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
        background: linear-gradient(to bottom, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb76b', endColorstr='#ff7f04', GradientType=0);
        width: 330px
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        width: 330px;
        box-shadow: 0 1px 1px 0 #276873;
        text-shadow: 0 1px 0 #ff0;
        border-top: 2px solid #cc7a00;
        border-bottom: 2px solid #ffad33;
        border-left: 2px solid #cc7a00;
        border-right: 2px solid #cc7a00;
        color: #997a00;
        background-color: #ffab23;
        padding-top: 3px;
        outline: none
    }
    .green {
        color: rgb(0, 179, 0);
        font-size: 1.4em;
        font-family: Raleway;
        font-weight: 400
    }
    .gray {
        color: rgb(153, 153, 153);
        font-weight: 400;
        font-size: 1.8em;
        font-family: Raleway
    }
    #tipo {
        font-weight: 500;
        color: rgb(115, 115, 115)
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 999999;
        padding-top: 1%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, .4);
        text-align: center
    }
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin-top: 0.5rem !important;
        margin: 0 auto;
        padding: 0;
        border: 1px solid #888;
        height: 80% !important;
        width: 700px !important;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }
    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }
    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }
    .fecha {
        background: none;
        color: #fff;
        float: right;
        font-size: 50px;
        margin: -4px 0 4px 0;
        border: none;
        box-shadow: none
    }
    .close1,
    .close2 {
        color: #fff;
        float: right;
        font-size: 50px;
        margin-top: -4px
    }
    .close1:hover,
    .close1:focus,
    .close2:hover,
    .close2:focus {
        color: #f2f2f2;
        text-decoration: none;
        cursor: pointer
    }
    .modal-header {
        font-family: 'Quicksand';
        font-size: 1.3em !important;
        font-weight: 700;
        height: 45px !important;
        padding: 15px 10px 15px 20px !important;
        margin: 0;
        background-color: #5cb85c;
        color: #fff;
        text-align: left
    }
    .modal-body {
        background: #fff;
        width: 100%;
        height: 595px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 20px 0
    }
    .navbar-custom {
        background: rgba(242, 242, 242, .7) !important;
        border-bottom: 2px solid rgba(252, 252, 252, .5) !important;
        border-bottom: solid 2px rgba(255, 255, 255, .6);
        webkit-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
        -moz-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
        box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important
    }
    .navbar-custom.top-nav-collapse {
        font-weight: bold !important;
        background: rgba(222, 222, 222, .93) !important;
        text-shadow: 1px 1px #999 !important;
        webkit-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
        -moz-box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important;
        box-shadow: 0 1px 2px 0 rgba(188, 189, 194, 1) !important
    }
}

@media screen and (max-width:680px) {
    body {
        overflow-x: hidden;
        overflow-y: auto
    }
    p.dscp {
        font-size: 15px;
        line-height: 1.4em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify
    }
    ul {
        line-height: 1.6em;
    }
    ol.dsc {
        line-height: 1.5em;
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding-inline-start: 15px
    }
    .header .header-content {
        padding-top: 1.5em;
        padding-bottom: 1em
    }
    .navbar-custom .navbar-toggler {
        outline: none !important
    }
    #atencao {
        background: #fff;
        line-height: 1em;
        font-size: .8em;
        font-style: normal;
        color: red;
        padding: 2px
    }
    #atencao a {
        color: #33cc33 !important
    }
    .gray {
        color: #999;
        font-weight: 400 !important;
        font-size: 1.4em;
        line-height: 1 !important;
        font-family: Raleway
    }
    .green {
        color: rgb(0, 179, 0) !important;
        font-weight: 400 !important;
        font-size: 1.2em;
        line-height: 1 !important;
        font-family: Raleway
    }
    #doc {
        color: rgb(115, 115, 115);
        font-size: 1.1em;
        font-weight: 400 !important;
        margin-top: 1em
    }
    h2 {
        color: #484a46;
        font: 300 1.3rem/1.7rem "Montserrat", sans-serif
    }
    .cards-0 .p-heading {
        line-height: 1.5 !important
    }
    .form-2 {
        padding-top: 2rem;
        font-family: "Montserrat", sans-serif
    }
    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 152px !important;
        height: 80px;
        padding: 0;
        margin: 0 auto;
        clear: both
    }
}

.content_call {
    display: block;
    background: #fff;
    background: -moz-linear-gradient(-45deg, #ffffff 45%, #85bbe5 45%, #85bbe5 58%, #75a8ce 58%, #5d9ed3 72%, #7db9e8 72%, #7db9e8 87%, #7db9e8 88%, #ffffff 88%);
    background: -webkit-linear-gradient(-45deg, #ffffff 45%, #85bbe5 45%, #85bbe5 58%, #75a8ce 58%, #5d9ed3 72%, #7db9e8 72%, #7db9e8 87%, #7db9e8 88%, #ffffff 88%);
    background: linear-gradient(135deg, #ffffff 45%, #85bbe5 45%, #85bbe5 58%, #75a8ce 58%, #5d9ed3 72%, #7db9e8 72%, #7db9e8 87%, #7db9e8 88%, #ffffff 88%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)
}

#comp {
    color: #39e600;
    line-height: .6em;
    font-weight: 600;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px
}

#comp1 {
    color: #2db300;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: .8em;
    letter-spacing: 2px
}

#comp2 {
    color: #208000;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    text-align: justify
}

#dots {
    font-family: 'Rubik', sans-serif;
    color: #3c0
}

.docto h1 {
    padding: 0 10px;
    color: #2db300;
    font-family: 'Montserrat', sans-serif
}

#call_2 {
    font-family: 'Rubik', sans-serif;
    color: #39e600
}

.call {
    position: relative;
    display: inline-block;
    float: left
}

.img {
    float: right;
    display: block
}

.edit {
    float: left;
    position: relative;
    text-align: center;
    z-index: 999
}

hr {
    margin-top: 5px;
    border: 1px solid #0f0
}

.copyright {
    margin-bottom: -40px
}

@media screen and (min-width:680px) {
    .container_1 {
        padding-top: 8%
    }
    .content_call {
        width: 80%;
        height: 520px;
        margin: 0 auto;
        padding: 2%
    }
    #comp {
        font-size: 49px;
        line-height: .7em
    }
    #comp1 {
        font-size: 24px;
        font-weight: 600
    }
    #comp2 {
        font-size: 19px;
        text-align: justify;
        padding-right: 5px
    }
    #dots {
        font-size: 70px;
        position: absolute;
        float: left;
        margin-left: 85%;
        margin-top: -61px;
        width: 20px;
        text-align: right
    }
    #call_2 {
        font-size: 23px;
        font-weight: 600;
        text-shadow: 1px 1px #ccefff;
        letter-spacing: 1px;
        color: #269900
    }
    .docto h1 {
        font-size: 17px;
        line-height: 1.2em;
        font-weight: 600;
        text-shadow: 1px 1px #ccefff;
        letter-spacing: 1px;
        color: #269900;
        text-transform: uppercase
    }
    .call {
        padding: 20px 10px 20px 30px;
        width: 480px
    }
    .img {
        margin-right: 5%
    }
    .edit {
        width: 39%;
        text-align: center;
        margin-left: 1%;
        margin-top: 3%;
        padding: 20px 0 30px 0;
        border-top: 2px solid #f2f2f2;
        border-bottom: 2px solid #ccc;
        text-align: center;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, .8) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, .8) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, .8) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
        z-index: 999
    }
    img#back {
        width: 400px;
        height: 400px;
        margin-right: 0;
        margin-top: 30px
    }
    hr {
        margin-top: 5px;
        border: 1px solid #0f0;
        width: 100%;
        margin-left: 0;
    }
    .cards-0 {
        margin-top: 3%
    }
    .x-btn {
        box-shadow: 0 3px 5px -2px #276873;
        width: 90%;
        background: #ffb76b;
        background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #fc9b00 52%, #f9a82f 100%);
        background: -webkit-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #fc9b00 52%, #f9a82f 100%);
        background: linear-gradient(to bottom, #ffb76b 0%, #ffa73d 50%, #fc9b00 52%, #f9a82f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb76b', endColorstr='#f9a82f', GradientType=0);
        border-radius: 6px;
        border: 1px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: Raleway;
        font-size: 1.15vw;
        letter-spacing: 2px;
        padding: 12px 25px;
        text-decoration: none;
        text-shadow: 0 1px 0 #cca300;
        outline: none;
        height: 40px
    }
    @keyframes blinker {
        50% {
            background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%)
        }
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        box-shadow: 0 1px 1px 0 #276873;
        width: 90%;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0) !important;
        text-shadow: 0 1px 0 #cc7a00;
        border: 1px solid #ffff80 !important;
        padding: 12px 25px;
        color: #fff;
        background-color: #ffab23 !important;
        outline: none;
        height: 40px
    }
    .descr {
        display: block;
        padding: 25px 30px;
        width: 100%;
        margin-top: 30px !important;
        margin: 0 auto;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff
    }
    .desc {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.6em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 13px
    }
}

@media screen and (max-width:680px) {
    div#main.clearfix {
        height: auto !important
    }
    .navbar-custom {
        background-color: rgba(217, 217, 217, .8)
    }
    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
    .blank {
        height: 40px
    }
    .content_call {
        width: 100%;
        height: 710px;
        margin: 25% 0 0 0;
        padding: 1%
    }
    #comp {
        font-size: 32px;
        line-height: .8em
    }
    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700
    }
    #comp2 {
        font-size: 21px;
        line-height: 1.2em
    }
    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right
    }
    .call {
        padding: 5px 50px 0 25px;
        width: 100%
    }
    .img {
        margin: 0 auto;
        width: 73%;
        height: auto
    }
    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0)
    }
    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase
    }
    img#back {
        width: 260px;
        height: 260px;
        margin-left: -40px;
        margin-top: 20px
    }
    hr {
        margin-top: 5px;
        border: 1px solid #0f0;
        width: 100%;
        margin-left: 0;
    }
    .x-btn {
        width: 90%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 4vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none
    }
    @keyframes blinker {
        50% {
            background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%)
        }
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        width: 90%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none
    }
    .descr {
        display: block;
        padding: 20px;
        width: 100%;
        margin: 0 1% 3% 1% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff
    }
    .desc {
        width: 90%;
        margin: 0 6% 4% 4%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0
    }
    .desc strong {
        font-size: 15px;
        color: #269900
    }
}

@media only screen and (min-device-width:760px) and (max-device-width:960px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    .navbar-custom .navbar-brand.logo-image img {
        width: 6.400rem !important;
        height: 2.480rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden
    }
    .imgs {
        margin: 20px -100px 0 150px;
        height: 1px;
        width: 150px
    }
    .edit {
        width: 100%;
        text-align: center
    }
    .x-btn {
        width: 50%;
        font-size: 2.2vw
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
    div#main.clearfix {
        height: auto !important
    }
    .container_1 {
        padding-top: 10% !Important
    }
    .navbar-custom {
        height: 8% !important
    }
    .navbar-custom .navbar-nav {
        height: 50px !important
    }
    .navbar-expand-md .navbar-collapse {
        width: 40% !important;
        height: auto !important;
        margin-left: 3% !important
    }
    .navbar-custom .navbar-brand.logo-image img {
        width: 8.960rem !important;
        height: 3.472rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom {
        background-color: rgba(217, 217, 217, .8)
    }
    .navbar-custom .navbar-nav {
        margin-top: .25rem !Important;
        margin-bottom: 0.2rem !important
    }
    .navbar-custom .nav-item .nav-link {
        padding: 1rem 0.35rem !important;
        margin-bottom: 0;
        text-align: center;
        font-size: 0.8em !important
    }
    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
    .blank {
        height: 40px
    }
    .content_call {
        width: 100%;
        height: 660px;
        margin: 0 auto;
        padding: 1%
    }
    #comp {
        font-size: 32px;
        line-height: .8em
    }
    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700
    }
    #comp2 {
        font-size: 17px;
        line-height: 1.2em
    }
    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right
    }
    .call {
        padding: 5px 50px 0 25px;
        width: 80%;
        margin-left: 10% !important
    }
    .img {
        padding: 0 30% !important;
        margin: 0 auto;
        width: 100%
    }
    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0)
    }
    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase
    }
    img#back {
        width: 400px;
        height: 400px;
        margin: 0 auto !important;
        float: none !important
    }
    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 155px !important;
        height: 80px;
        padding: 0;
        margin: 0 auto !important;
        clear: both !important
    }
    .content_call {
        text-align: center;
        width: 100%;
        height: 80% !important;
        margin: 0 auto !important;
        padding: 1%
    }
    hr {
        margin-top: 5px;
        border: 1px solid #0f0;
        width: 100%;
        margin-left: 0;
    }
    .x-btn {
        width: 50%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none
    }
    @keyframes blinker {
        50% {
            background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%)
        }
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        width: 50%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none
    }
    .descr {
        display: block;
        padding: 5px 5px;
        width: 92%;
        margin: 1% 5% 3% 3% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff
    }
    .desc {
        width: 90%;
        margin: 1% 6% 4% 4%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0
    }
    .desc strong {
        font-size: 15px;
        color: #269900
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    div#main.clearfix {
        height: auto !important
    }
    .container_1 {
        padding-top: 10% !Important
    }
    .navbar-custom {
        height: 8% !important
    }
    .navbar-expand-md .navbar-collapse {
        width: 40% !important;
        height: auto !important;
        margin-left: 3% !important
    }
    .navbar-custom .navbar-brand.logo-image img {
        width: 8.960rem !important;
        height: 3.472rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom {
        background-color: rgba(217, 217, 217, .8)
    }
    .navbar-custom .navbar-nav {
        height: 50px !important
    }
    .navbar-custom .navbar-nav {
        margin-top: .25rem !Important;
        margin-bottom: 0.2rem !important
    }
    .navbar-custom .nav-item .nav-link {
        padding: 1rem 0.35rem !important;
        margin-bottom: 0;
        text-align: center;
        font-size: 0.8em !important
    }
    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
    .blank {
        height: 40px
    }
    .content_call {
        width: 100%;
        height: 660px;
        margin: 0 auto;
        padding: 1%
    }
    #comp {
        font-size: 32px;
        line-height: .8em
    }
    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700
    }
    #comp2 {
        font-size: 17px;
        line-height: 1.2em
    }
    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right
    }
    .call {
        padding: 5px 50px 0 25px;
        width: 80%;
        margin-left: 10% !important
    }
    .img {
        padding: 0 30% !important;
        margin: 0 auto;
        width: 100%
    }
    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0)
    }
    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase
    }
    img#back {
        width: 400px;
        height: 400px;
        margin: 0 auto !important;
        float: none !important;
        clear: none
    }
    hr {
        margin-top: 5px;
        border: 1px solid #0f0;
        width: 100%;
        margin-left: 0;
    }
    .x-btn {
        width: 50%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none
    }
    @keyframes blinker {
        50% {
            background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%)
        }
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        width: 50%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none
    }
    .descr {
        display: block;
        padding: 5px 5px;
        width: 92%;
        margin: 1% 5% 3% 3% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff
    }
    .desc {
        width: 94%;
        margin: 1% 3% 4% 3%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0
    }
    .desc strong {
        font-size: 15px;
        color: #269900
    }
    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 100% !important;
        height: 60px;
        padding: 0;
        margin: 0 auto;
        clear: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    div#main.clearfix {
        height: auto !important
    }
    .container_1 {
        padding-top: 10% !Important
    }
    .navbar-custom {
        height: 8% !important
    }
    .navbar-custom .navbar-nav {
        height: 50px !important
    }
    .navbar-expand-md .navbar-collapse {
        width: 40% !important;
        height: auto !important;
        margin-left: 3% !important
    }
    .navbar-custom .navbar-brand.logo-image img {
        width: 8.960rem !important;
        height: 3.472rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom {
        background-color: rgba(217, 217, 217, .8)
    }
    .navbar-custom .navbar-nav {
        margin-top: .25rem !Important;
        margin-bottom: 0.2rem !important
    }
    .navbar-custom .nav-item .nav-link {
        padding: 1rem 0.35rem !important;
        margin-bottom: 0;
        text-align: center
    }
    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
    .blank {
        height: 40px
    }
    .content_call {
        width: 100%;
        height: 660px;
        margin: 0 auto;
        padding: 1%
    }
    #comp {
        font-size: 32px;
        line-height: .8em
    }
    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700
    }
    #comp2 {
        font-size: 17px;
        line-height: 1.2em
    }
    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right
    }
    .call {
        padding: 5px 50px 0 25px;
        width: 80%;
        margin-left: 10% !important
    }
    .img {
        padding: 0 30% !important;
        margin: 0 auto;
        width: 100%
    }
    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0)
    }
    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase
    }
    img#back {
        width: 400px;
        height: 400px;
        margin: 0 auto !important;
        float: none !important
    hr {
        margin-top: 5px;
        border: 1px solid #0f0;
        width: 100%;
        margin-left: 0;
    }
    .x-btn {
        width: 50%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none
    }
    @keyframes blinker {
        50% {
            background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%)
        }
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        width: 50%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none
    }
    .descr {
        display: block;
        padding: 5px 5px;
        width: 92%;
        margin: 1% 5% 3% 3% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff
    }
    .desc {
        width: 94%;
        margin: 1% 3% 4% 3%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0
    }
    .desc strong {
        font-size: 15px;
        color: #269900
    }
    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 100% !important;
        height: 60px;
        padding: 0;
        margin: 0 auto;
        clear: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    div#main.clearfix {
        height: auto !important
    }
    .container_1 {
        padding-top: 10% !Important
    }
    .navbar-custom {
        height: 8% !important
    }
    .navbar-custom .navbar-nav {
        height: 50px !important
    }
    .navbar-expand-md .navbar-collapse {
        width: 60% !important;
        height: auto !important;
        margin-left: 3% !important
    }
    .navbar-custom .navbar-brand.logo-image img {
        width: 8.960rem !important;
        height: 3.472rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-image img {
        width: 5rem !important;
        height: 1.94rem !important;
        -webkit-backface-visibility: hidden
    }
    .navbar-custom {
        background-color: rgba(217, 217, 217, .8)
    }
    .navbar-custom .navbar-nav {
        margin-top: .25rem !Important;
        margin-bottom: 0.2rem !important
    }
    .navbar-custom .nav-item .nav-link {
        padding: 1rem 0.35rem !important;
        margin-bottom: 0;
        text-align: center
    }
    button.navbar-toggler {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
    .blank {
        height: 40px
    }
    .content_call {
        width: 100%;
        height: 660px;
        margin: 0 auto;
        padding: 1%
    }
    #comp {
        font-size: 32px;
        line-height: .8em
    }
    #comp1 {
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 700
    }
    #comp2 {
        font-size: 17px;
        line-height: 1.2em
    }
    #dots {
        font-size: 60px;
        position: absolute;
        float: left;
        margin-left: 76%;
        margin-top: -50px;
        width: 20px;
        text-align: right
    }
    .call {
        padding: 5px 50px 0 25px;
        width: 80%;
        margin-left: 10% !important
    }
    .img {
        padding: 0 30% !important;
        margin: 0 auto;
        width: 100%
    }
    .edit {
        width: 100%;
        margin-left: 0;
        margin-top: -45px;
        padding: 40px 10px 30px 10px;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0)
    }
    .docto h1 {
        font-size: 16px;
        line-height: 1.1em;
        font-weight: 700;
        letter-spacing: 1px;
        color: #090;
        text-shadow: 1px 1px #ccefff;
        text-transform: uppercase
    }
    img#back {
        width: 400px;
        height: 400px;
        margin: 0 auto !important;
        float: none !important;
        clear: none
    }
    hr {
        margin-top: 5px;
        border: 1px solid #0f0;
        width: 100%;
        margin-left: 0;
    }
    .x-btn {
        width: 50%;
        border-radius: 6px;
        background: #fceabb;
        background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
        height: 44px;
        border: 2px solid #fa2;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2vw;
        letter-spacing: 1px;
        padding: 6px 24px;
        text-decoration: none;
        text-shadow: 0 1px 0 #b36b00;
        outline: none
    }
    @keyframes blinker {
        50% {
            background: linear-gradient(180deg, rgba(255, 201, 20, 1) 0%, rgba(250, 177, 17, 1) 51%, rgba(255, 202, 8, 1) 52%, rgba(255, 206, 57, 1) 100%)
        }
    }
    .x-btn:hover,
    .x-btn:active,
    .x-btn:visited,
    .x-btn:focus {
        width: 50%;
        box-shadow: 0 1px 1px 0 #276873;
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
        text-shadow: 0 1px 0 #ffff00 !important;
        border: 2px solid #ffff80 !important;
        color: #997a00 !important;
        background-color: #ffab23 !important;
        outline: none
    }
    .descr {
        display: block;
        padding: 5px 5px;
        width: 92%;
        margin: 1% 5% 3% 3% !important;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        background: #fff
    }
    .desc {
        width: 90%;
        margin: 1% 6% 4% 4%;
        font-size: 15px;
        line-height: 1.2em;
        font-family: 'Raleway', sans-serif;
        color: #269900;
        text-align: justify;
        padding: 5px 0
    }
    .desc strong {
        font-size: 15px;
        color: #269900
    }
    .menu_avalia {
        display: block;
        position: relative;
        float: none !important;
        width: 100% !important;
        height: 60px;
        padding: 0;
        margin: 0 auto;
        clear: none
    }
}

@media screen and (min-width:680px) {
    .menu_avalia {
        display: block;
        position: relative;
        float: left;
        width: 155px;
        height: 90px;
        padding: 0;
        margin: 35px 0 0 30px;
        clear: none
    }
    .d_avalia {
        position: relative;
        display: inline-block;
        cursor: pointer;
        width: 150px;
        left: 0;
        height: 92px;
        margin: 0;
        padding: 0;
        background: transparent;
        z-index: 999
    }
    .d_navalia {
        position: relative;
        display: inline-block;
        cursor: pointer;
        width: 150px;
        height: 90px;
        margin: 55px 0 0 -180px;
        background: transparent
    }
    .d_avalia:hover {
        background: rgba(252, 252, 252, .2)
    }
    .d_content a {
        float: none;
        color: #006bb3;
        padding: 9px 15px;
        text-decoration: none;
        display: block;
        text-align: left;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff
    }
    .d_content a:hover {
        background-color: rgba(252, 252, 252, .5);
        border-top: 2px solid #a6a6a6
    }
    .d_avalia .d_content {
        font-family: 'Raleway';
        position: absolute;
        margin-top: 89px;
        background-color: rgba(252, 252, 252, .4);
        width: 150px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        max-height: 0;
        overflow: hidden;
        position: absolute;
        -webkit-transition: max-height .5s ease-in-out .2s;
        -moz-transition: max-height .5s ease-in-out .2s;
        -o-transition: max-height .5s ease-in-out .2s;
        -ms-transition: max-height .5s ease-in-out .2s;
        transition: max-height .5s ease-in-out .2s
    }
    .d_avalia:hover .d_content {
        border-top: 2px solid #f2f2f2;
        max-height: 20em
    }
    #avaliacoes {
        width: 100%;
        font-family: Montserrat;
        font-size: 1em;
        color: #208000;
        padding: 4px 0
    }
    .d_btn {
        display: none
    }
    .d_down-content {
        display: none
    }
}

@media screen and (max-width:680px) {
    .d_content,
    .d_down {
        display: none
    }
    #avaliacoes {
        width: 100%;
        font-family: Montserrat;
        font-size: .8em;
        color: #208000;
        padding: 4px 0
    }
    .d_down {
        width: 150px;
        height: 85px;
        margin: 0 auto;
        top: -103px;
        position: relative;
        display: block
    }
    .d_btn {
        background-color: transparent;
        color: transparent;
        width: 150px;
        height: 85px;
        margin: -24px 0 0 -1px;
        border: none;
        box-shadow: none;
        cursor: pointer
    }
    .d_btn:hover,
    .d_btn:focus,
    .d_btn:active {
        background-color: rgba(252, 252, 252, .3) !important;
        border: none;
        box-shadow: none;
        outline: none
    }
    .d_down-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        width: 150px;
        padding: 0;
        margin: 2px 0 0 0;
        overflow: auto;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        z-index: 1
    }
    .d_down-content a {
        color: #666;
        font-size: .9em;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        padding: 14px 10px 14px 10px;
        text-align: left;
        text-decoration: none;
        display: block
    }
    .d_down a:hover {
        background-color: #ddd;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #fff
    }
    .show {
        display: block
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 1%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
    text-align: center
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin-top: .2rem;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #888;
    height: 450px;
    width: 370px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.fecha {
    background: none;
    color: #fff;
    float: right;
    font-size: 50px;
    margin: -4px 0 4px 0;
    border: none;
    box-shadow: none
}

.close1,
.close2 {
    color: #fff;
    float: right;
    font-size: 35px;
    margin-top: -2px
}

.close1:hover,
.close1:focus,
.close2:hover,
.close2:focus {
    color: #f2f2f2;
    text-decoration: none;
    cursor: pointer
}

.modal-header {
    font-family: 'Quicksand';
    font-size: .9em;
    font-weight: 700;
    height: 35px !important;
    padding: 10px 10px 10px 15px !important;
    margin: 0;
    background-color: #5cb85c;
    color: #fff;
    text-align: left
}

.modal-body {
    background: #fff;
    width: 100%;
    height: 595px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 0
}

}

.filter-green {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%)
}

#whtp {
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 5px
}

#e_mail {
    margin-left: 5px
}

.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld)
}

.containerdiv {
    border: 0;
    float: left;
    position: relative;
    width: 120px;
    margin: 2px 15px 7px 15px
}

.cornerimage {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

img#star {
    width: 120px;
    height: 22px
}

#avalia {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .6) 8%, rgba(242, 242, 242, .8) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    text-align: center;
    padding: 8px 0
}

.copyright {
    height: 2.3rem;
    background-color: #4d4d4d;
    padding-top: 1rem !important;
    text-align: center;
    margin-bottom: 0;
    margin-top: 2%;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.copyright .p-small {
    color: rgb(206, 203, 203) !important;
    font: 100 0.653rem / 0 "Raleway", sans-serif;
    letter-spacing: 1.01px !important;
}

.dvs {
    color: rgb(59, 255, 111) !important;
}

.copyright .p-small a:link {
    color: white;
}

@media screen and (min-width:680px) {
    #embed,
    #embed_a {
        width: 700px;
        height: 1200px;
    }
}

@media screen and (max-width:680px) {
    #embed,
    #embed_a {
        width: 350px;
        height: 1200px;
    }
}

a.wpcc-privacy {
    border-radius: 3px;
    padding: 1px 8px !important;
    color: rgb(0, 102, 0) !important;
    background: rgb(255, 255, 255) !important;
    opacity: 1 !important;
    margin-left: 10px !important;
}

.wpcc-color-custom-1145778636 .wpcc-btn {
    color: rgb(9, 149, 4);
    background-color: rgb(255, 255, 255) !important;
}