@font-face {
    font-family: 'roboto-bold-webfont';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-bold-webfont.woff') format('woff'),
        url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
        url('../fonts/roboto-bold-webfont.svg#roboto-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-light-webfont';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-light-webfont.woff') format('woff'),
        url('../fonts/roboto-light-webfont.ttf') format('truetype'),
        url('../fonts/roboto-light-webfont.svg#roboto-light-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-regular-webfont';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-regular-webfont.woff') format('woff'),
        url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
        url('../fonts/roboto-regular-webfont.svg#roboto-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'roboto-regular-webfont', sans-serif;
    box-sizing: border-box;
    color: #111529;
}
body {
    background: #f1f1f1 !important;
}
nav, ul {
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}
img {
    max-width: 100%;
    display: block;
    height: auto;
}
:hover {
    -webkit-transition: .8s;
    color: #4484fb;
}
.pd-none {
    padding: 0px;
}
.display-none-mobile {
    display:block;
}
.display-none-desktop {
    display: none;
}
.text_pret {
    color: #111529;
}
.text_larj {
    color: #fd6e0a;
}
.text_brnc {
    color: #ffffff;
}
.text_cinz {
    color: #abafba;
}
.text_azul {
    color: #15295f;
}
.text_verd_escr {
    color: #31686d;
}

/* Inicio */
.inicio {
    width: 49%;
    display: table;
    align-items: center;
    margin-top: 15px;
    margin: 0 auto;
    text-align: center;
    background: #f1f1f1;
}
.inicio h1 {
    font-size: 38px;
    font-family: 'roboto-bold-webfont', sans-serif;
    text-align: center;
    margin-bottom: 30px;
}
.text_inic {
    font-size: 20px;
    font-family: 'roboto-regular-webfont', sans-serif;
    text-align: center;
    margin: 10px 0px 10px 0px;
    padding: 20px;
    font-weight: 0;
}
.embed-container {
    position: relative;
    padding-bottom: 50.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: 10px 0px 20px 0px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.botn_comp {
    background: #fd6e0a;
    text-align: center;
    border: 2px solid #cc653b;
    border-radius: 20px;
    color: #fff !important;
    font-family: 'roboto-regular-webfont', Arial;
    font-size: 36px;
    padding: 10px 40px 10px 40px;
    margin: 15px 0px 15px 0;
    transition-duration: 0.4s;
}

.botn_comp:hover {
  background-color: #E84625;
}

/* DIVISAO */
.divisao {
    width: 100%;
    display: table;
    margin-top: 25px;
    margin: 0 auto;
}

.topicos {
    width: 100%;
    display: table;
    margin-top: 25px;
    margin: 0 auto;
    background: #1f1d2b !important;
}
.topicos .titl_topc {
    font-size: 40px;
    font-family: 'roboto-bold-webfont', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
}
.topicos .meio_topc {
    width: 50%;
    display: table;
    margin: 0 auto;
}
.topicos div img {
    width:15%;
    margin: 60px 0px 15px 0px;
    margin: 0 auto;
}
.topicos .titl_azul {
    font-size: 32px;
    font-family: 'roboto-bold-webfont', sans-serif;
    text-align: center;
    margin: 5px 0px 5px 0px;
}
.topicos .text_topc {
    font-size: 20px;
    font-family: 'roboto-regular-webfont', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}
.topicos .text_fntp {
    font-size: 20px;
    font-family: 'roboto-regular-webfont', sans-serif;
    text-align: center;
    margin-bottom: 40px;
}
.topicos .divs_botn {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.topicos .finl_azul {
    font-size: 24px;
    font-family: 'roboto-bold-webfont', sans-serif;
    text-align: center;
    margin: 5px 0px 5px 0px;
}



.forms {
    width: 100%;
    display: table;
    margin-top: 25px;
    margin: 0 auto;
    background: #fcf8f7 !important;
}
.forms .titl_topc {
    font-size: 40px;
    font-family: 'roboto-bold-webfont', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
}
.forms .meio_topc {
    width: 50%;
    display: table;
    margin: 0 auto;
}
.forms div img {
    width:27%;
    margin: 25px 0px 15px 0px;
    margin: 0 auto;
}
.forms .titl_azul {
    font-size: 32px;
    font-family: 'roboto-bold-webfont', sans-serif;
    text-align: center;
    margin: 5px 0px 5px 0px;
}
.forms .text_topc {
    font-size: 20px;
    font-family: 'roboto-regular-webfont', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}
.forms .text_fntp {
    font-size: 20px;
    font-family: 'roboto-regular-webfont', sans-serif;
    text-align: center;
    margin-bottom: 40px;
}
.forms .divs_botn {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.forms .finl_azul {
    font-size: 24px;
    font-family: 'roboto-bold-webfont', sans-serif;
    text-align: center;
    margin: 5px 0px 5px 0px;
}
.tudo_form {
    width: 100%;
    display: table;
    margin-top: 20px;
}
.tudo_form input, .tudo_form textarea {
    width: 100%;
    background: #fff;
    height: 45px;
    font-size: 18px;
    font-family: 'nunito-semibold-webfont', Arial;
    color: #15295f;
    border: 1px solid #15295f;
    border-radius: 0px;
    padding-left: 5px;
}
.tudo_form textarea {
    height: 100px;
}
.tudo_form p {
    margin-top: 15px;
}
.situacao {
    color: #ff7e4a;
    font-size:14px;
    font-family: 'nunito-regular-webfont', Arial;
}
.correto {
    color: #004869;
    font-size: 22px;
    font-family: 'nunito-regular-webfont', Arial;
}
label.error {
    color: #ff7e4a;
    font-size: 14px;
    font-family: 'nunito-regular-webfont', Arial;
}
.info_cont {
    text-align: center;
    margin-top: 150px;
}
.info_cont i {
    font-size: 40px;
}


.bruno {
    width: 100%;
    display: table;
    margin-top: 65px;
    margin: 0 auto;
    /* background: #1f1d2b !important; */
    background-image: url("https://www.upperpet.com.br/veterinaria/imagens/fundopetlar.png");
    padding: 100px;
}
.bruno .brun_todo {
    width: 60%;
    display: flex;
    margin-top: 65px;
    margin: 0 auto;
}
.bruno .brun_todo .brun_esqd {
    width: 85%;
    display: flex;
    flex-direction: column;
}
.bruno .brun_todo .brun_dirt {
    padding: 15px;
}
.bruno .brun_todo .brun_esqd .titl_brun {
    font-size: 20px;
    font-family: 'roboto-regular-webfont', sans-serif;
    text-align: left;
    margin-bottom: 30px;
}
.bruno .brun_todo .brun_esqd .text_brun {
    font-size: 16px;
    font-family: 'roboto-regular-webfont', sans-serif;
    text-align: left;
    margin-bottom: 30px;
}
.bruno .brun_todo .brun_dirt img {
    border-radius: 10%;
}
.bruno .brun_inic img {
    display: none;
}



.bonus {
    width: 100%;
    display: table;
    margin-top: 25px;
    margin: 0 auto;
    background: #fff !important;
}
.bonus .titl_bons {
    font-size: 40px;
    font-family: 'roboto-bold-webfont', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.bonus .meio_bons {
    width: 50%;
    display: flex;
    margin: 0 auto;
}
.bonus .text_bons {
    font-size: 20px;
    font-family: 'roboto-regular-webfont', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}
.bonus .divs_botn {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.bonus .meio_bons .bons_esqd {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}
.bonus .meio_bons .bons_dirt {
    padding: 15px;
}

.rodape {
    width: 100%;
    display: table;
    margin-top: 65px;
    margin: 0 auto;
    background: #ee6f23 !important;
    padding: 70px;
    color: #fff;
}
.rodape .rodp_todo {
    width: 60%;
    display: flex;
    margin-top: 65px;
    margin: 0 auto;
}
.rodape .rodp_todo .rodp_esqd {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.rodape .rodp_todo .rodp_dirt {
    width: 50%;
    /* display: flex; */
    align-items: right;
    /* flex-direction: row-reverse; */
    text-align: center;
}
.rodape .rodp_todo .rodp_esqd i {
    font-size: 26px;
    color: #fff;
}
.rodape .rodp_todo .rodp_esqd .text_brun {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.rodape .rodp_todo .rodp_dirt img {
    width: 30%;
    text-align: center;
    margin: 0 auto;
}
.icon_rodp {
    color: #fff;
}


.depo {
    width: 100%;
    display: table;
    margin-top: 25px;
    margin: 0 auto;
    background: #c4dafe !important;
}
.depo .titl_bons {
    font-size: 40px;
    font-family: 'roboto-bold-webfont', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.depo .topo_depo {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.depo .meio_depo {
    width: 50%;
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
}
.depo .text_depo {
    font-size: 20px;
    font-family: 'roboto-regular-webfont', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}
.depo .divs_botn {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.depo .meio_depo .depo_esqd {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.depo .meio_depo .depo_esqd img {
    border-radius: 50%;
    min-width: 230px;
}
.depo .meio_depo .depo_dirt {
    padding: 15px;
}
.icon_fixo {
    width: 11%;
    right: 0%;
    position: fixed;
    z-index: 9999;
    top: 19%;
}
.icon_fixo img {
    width: 100%;
}


/* IMG_EDIT NOTÍCIA */
@media (max-width:1680px) {
    .inicio h1 {
        font-size: 30px;
    }
    .botn_comp {
        font-size: 32px;
        padding: 10px 30px 10px 30px;
    }
    .icon_fixo {
        top: 22%;
    }
}
@media (max-width:1440px) {
    .topicos .titl_topc {
        font-size: 36px;
    }
    .forms .titl_topc {
        font-size: 36px;
    }
    
}
@media (max-width:1366px) {
    .inicio h1 {
        font-size: 28px;
    }
    .botn_comp {
        font-size: 28px;
        padding: 10px 30px 10px 30px;
    }
    .topicos .meio_topc {
        width: 70%;
    }
    .bruno .brun_todo {
        width: 80%;
    }
    .bonus .meio_bons {
        width: 80%;
    }
    .depo .topo_depo {
        width: 80%;
    }
    .depo .meio_depo {
        width: 70%;
    }
    .rodape .rodp_todo {
        width: 80%;
    }
    .icon_fixo {
        top: 25%;
    }
}
@media (max-width:1280px) {
    .inicio h1 {
        font-size: 28px;
    }
    .botn_comp {
        font-size: 24px;
        padding: 10px 30px 10px 30px;
    }
    .topicos .meio_topc {
        width: 80%;
    }
    .topicos .text_topc {
        font-size: 18px;
    }
    .topicos .text_fntp {
        font-size: 18px;
    }
    .bruno .brun_todo {
        width: 90%;
    }
    .bonus .meio_bons {
        width: 90%;
    }
    .depo .topo_depo {
        width: 90%;
    }
    .depo .meio_depo .depo_esqd img {
        min-width: 270px;
    }
    .depo .meio_depo {
        width: 80%;
    }
    .rodape .rodp_todo {
        width: 90%;
    }
    .icon_fixo {
        top: 14.3%;
    }
}
@media (max-width:1024px) {
    .inicio {
        width: 60%;
    }
    .inicio h1 {
        font-size: 28px;
    }
    .divisao {
        margin-top: 25px;
    }
    .botn_comp {
        font-size: 24px;
        padding: 10px 30px 10px 30px;
    }
    .topicos .titl_topc {
        font-size: 32px;
        margin-top: 40px;
    }
    .topicos .meio_topc {
        width: 90%;
    }
    .topicos .text_topc {
        font-size: 18px;
    }
    .topicos .text_fntp {
        font-size: 18px;
    }
    .bruno {
        padding: 40px;
    }
    .bruno .brun_todo {
        width: 95%;
    }
    .bonus .meio_bons {
        width: 90%;
    }
    .depo .topo_depo {
        width: 90%;
    }
    .depo .meio_depo {
        width: 80%;
    }
    .forms .titl_topc {
        font-size: 32px;
        margin-top: 40px;
    }
    .rodape .rodp_todo {
        width: 90%;
    }
    .icon_fixo {
        top: 14.6%;
    }
}
@media (max-width:769px) {
    .inicio {
        width: 95%;
    }
    .inicio h1 {
        font-size: 22px;
    }
    .botn_comp {
        font-size: 20px;
        padding: 10px 10px 10px 10px;
    }
    .topicos .titl_topc {
        font-size: 22px;
        margin-top: 20px;
    }
    .topicos .meio_topc {
        width: 95%;
    }
    .topicos .titl_azul {
        font-size: 20px;
    }
    .topicos .text_topc {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .topicos .text_fntp {
        margin-bottom: 20px;
    }
    .topicos .finl_azul {
        font-size: 20px;
        width: 95%;
        margin: 0 auto;
    }
    .topicos div img {
        width: 40%;
        margin: 50px 0px 15px 0px;
        margin: 0 auto;
    }
    .bruno {
        padding: 20px;
    }
    .bruno .brun_todo {
        width: 90%;
        display: table;
        margin-top: 65px;
        margin: 0 auto;
    }
    .bruno .brun_todo .brun_esqd {
        width: 95%;
        display: table;
    }
    .bruno .brun_todo .brun_dirt {
        display: none;
    }
    .bruno .brun_inic img {
        width: 60%;
        display: table;
        border-radius: 10%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .bonus {
        width: 100%;
    }
    .bonus .titl_bons {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .bonus .meio_bons {
        width: 95%;
        display: table;
        margin: 0 auto;
    }
    .bonus .text_bons {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .bonus .divs_botn {
        margin-bottom: 20px;
    }
    .bonus .meio_bons .bons_esqd {
        width: 50%;
        display: table;
        margin: 0 auto;
        margin-top: 30px;
    }
    .bonus .meio_bons .bons_dirt {
        padding: 15px;
    }
    .depo {
        margin-top: 15px;
    }
    .depo .titl_bons {
        font-size: 30px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .depo .topo_depo {
        width: 90%;
    }
    .depo .meio_depo {
        width: 90%;
        display: table;
        margin-top: 30px;
    }
    .depo .text_depo {
        font-size: 18px;
        margin-bottom: 50px;
    }
    .depo .divs_botn {
        margin-bottom: 30px;
    }
    .depo .meio_depo .depo_esqd {
        width: 40%;
        display: table;
        margin: 0 auto;
        margin-top: 10px;
    }
    .depo .meio_depo .depo_esqd img {
        border-radius: 50%;
        min-width: 150px;
    }
    .depo .meio_depo .depo_dirt {
        padding: 15px;
    }
    .forms .meio_topc {
        width: 95%;
        display: table;
        margin: 0 auto;
    }
    .forms .titl_topc {
        font-size: 22px;
        margin-top: 20px;
    }

    .rodape {
        padding: 20px;
    }
    .rodape .rodp_todo {
        width: 90%;
        margin-top: 10px;
        display: table;
    }
    .rodape .rodp_todo .rodp_esqd {
        width: 100%;
        display: table;
    }
    .rodape .rodp_todo .rodp_dirt {
        width: 100%;
        display: table;
        text-align: left;
    }
    .rodape .rodp_todo .rodp_esqd i {
        font-size: 20px;
        color: #fff;
    }
    .rodape .rodp_todo .rodp_esqd .text_brun {
        font-size: 16px;
        color: #fff;
        margin-top: 10px;
    }
    .rodape .rodp_todo .rodp_dirt img {
        text-align: left;
        margin: 0;
        margin-top: 40px;
    }
    .icon_fixo {
        width: 20%;
        top: 19%;
    }
}