/* CSS-RESET */
@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../fonts/MuseoSansRounded-300.woff2') format('woff2'), url('../fonts/MuseoSansRounded-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('../fonts/MuseoSansRounded-900.woff2') format('woff2'), url('../fonts/MuseoSansRounded-900.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-family: 'Museo Sans Rounded', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #100B35;
}

*:focus, *:active {
    outline: none !important;
}

input[type='submit'] {
    -webkit-appearance: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

input[type='submit'] {
    cursor: pointer;
}

input[type='submit']:hover {
    opacity: 0.9;
}

body {
}

section {
    float: left;
    width: 100%;
}

.mobile-hide {
    display: none !important;
}

.content-align, .full-w {
    width: 1300px;
    margin: auto;
}

/* FULL HD */
@media only screen and (min-width: 1500px) {
    .content-align {
        max-width: 1625px;
    }
}

@media only screen and (max-width: 1200px) {
    .content-align {
        max-width: 1050px;
    }
}

/* TOPO */
header {
    padding: 50px 0;
    background: #0074FF;
}

.pg-home header {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: transparent;
}

header .mobile {
    width: 100%;
}

header .topo {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .topo > p {
    display: none;
}

header .content-align {
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav {
    /* width: 25%; */
}

header nav ul {
    display: flex;
    justify-content: space-between;
}

header nav ul li {
    /* width: 100%; */
    display: block;
}

header nav.main-right ul li:first-child {
    margin-left: 40px;
}

header nav.main-left ul li:last-child {
    margin-right:40px;
}

header nav ul li a {
    color: #fff;
    text-align: center;
    /* display: block; */
    font-size: 16px;
    font-weight: 900;
    transition: 0.5s ease;
    padding: 0 30px;
    text-transform: uppercase;
}

header nav ul li a:hover {
    text-decoration: underline;
    transition: 0.5s ease;
}

header nav.main-left {
    /* padding-right: 3%; */
}

header nav.main-right {
    /* padding-left: 3%; */
}

header .logo {
    width: 213px;
    height: 83px;
    display: block;
    background: url(../images/logo.png) no-repeat;
    background-size: 213px;
    padding: 0 0 0 0;
}

/* HOME */
.home-intro {
    padding: 20vh 0 0 0;
    height: 60vh;
    position: relative;
}

.home-intro > a {
    display: block;
    margin: auto;
    width: 100px;
    font-size: 0.8rem;
    text-decoration: underline
}

.home-intro .content-align {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-intro .content-left, .home-intro .content-right {
    width: 25%;
    margin-bottom: 10%;
}

.home-intro .content-left h1 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.home-intro .owl-buttons {
    display: none
}

.home-intro .content-left p {
    color: #fff;
    background: url(../images/icones/seta.svg) no-repeat right center;
    padding: 0 35px;
    display: block;
    margin-top: 20px;
    padding-bottom: 1px;
    transition: 0.3s linear;
    font-weight: 300;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.5rem;
}

.home-intro .content-center {
    width: 40%;
    margin: 0 5%;
    border: 15px solid #fff;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
}

.box-pet {
    width: 100%;
    position: relative;
}

.boxes-pet .box-pet {
    width: 92%;
    margin: auto;
}

.pg-audote .boxes-pet {
    display:flex;
    column-gap:5%;
    flex-wrap: wrap;
}

.pg-audote .boxes-pet .box-pet {
    width:30%;
    margin-bottom:50px;
}

.box-pet span.sexo {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    background-size: 35px 35px !important;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9999;
}

.box-pet-img {
    width: 99.69%;
    height: 600px;
    /* overflow: hidden; */
}

.boxes-pet .box-pet-img {
    height: 509px;
}

.box-pet-img img {
    width: 100%;
    border-radius: 30px 30px 0 0;
    /* height: 590px; */
    margin: -28px auto;
}

.boxes-pet .box-pet-img img {
    margin: 0
}

.box-pet .box-info {
    background-color: #0074FF;
    border-radius: 20px;
    margin-top: -10px;
    position: absolute;
    width: 84%;
    bottom: -0;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 8%;
}

.boxes-pet .box-pet .box-info {
    bottom: 21px;
}

.pets-home .owl-pagination {
    display: none;
}

.box-pet .box-info p:nth-child(1) {
    text-transform: uppercase;
    width: 98px;
    text-align: center;
}

.box-pet .box-info p:nth-child(2) {
    width: 50px;
    text-align: center;
}

.boxes-pet .box-pet .box-info p:nth-child(1) {
    width: 80px;
}

.box-pet .box-info p, .box-pet .box-info a  {
    color: #fff;
    font-weight: 900;
    padding: 0px 0;
    text-align: center;
}

.boxes-pet .box-pet .box-info p, .box-pet .box-info a {
    font-size: 0.8rem;
}

.box-pet .box-info .links {
    display: flex;
    flex-direction: column;
    align-items: Center;
}

.box-pet .box-info a {
    text-decoration: underline;
    cursor: pointer;
    margin: 3px 0
}

.ill-top {
    position: absolute;
    right: 0;
    top: 50px;
    width: 52%;
}

.ill-top img {
    width: 100%;
    float: right;
}

.sobre-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 185px;
}

.sobre-home .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 8%;
}

.sobre-home h2, .beneficios-home h2, .pets-home h2 {
    font-size: 2rem;
    color: #0074FF;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0%;
}

.sobre-home p, .beneficios-home .content-align > p,.pets-home .content-align > p {
    text-align: center;
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
    margin: 19px 0;
}

.sobre-home a {
    font-size: 1rem;
    text-decoration: underline;
}

.sobre-home img {
    width: 20%;
    margin: 0 5%;
}

.beneficios-home {
    padding: 81px 0;
    background: #EEF6FF;
    margin: 100px 0
}

.beneficios-home h2 {
    color: #0074FF;
    text-align: center;
    padding: 0 15%;
}

.beneficios-home .content-align > p, .pets-home .content-align >  p {
    font-size: 1rem;
    margin-bottom: 40px;
}

.boxes-beneficios {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.boxes-beneficios .box-beneficio {
    width: 45%;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}

.boxes-beneficios .box-beneficio .img {
    margin: auto;
    width: 29%;
}

.boxes-beneficios .box-beneficio .img p {
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    font-weight: 900;
    color: #0074FF;
}

.boxes-beneficios .box-beneficio .img img {
    height: 100px;
    display: block;
    margin: auto;
}

.boxes-beneficios .box-beneficio .info {
    text-align: center;
    margin-left: 5%;
    padding: 0 3%;
    width: 70%;
}

.boxes-beneficios .box-beneficio .info p, .boxes-beneficios .box-beneficio .info a {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.5rem;
}

.boxes-beneficios .box-beneficio .info a {
    color: #F9626D;
    text-decoration: underline
}

.boxes-pet-home {
    position: relative;
    padding: 0 5%;
    width: 90% !important;
}

.boxes-pet-home .owl-controls .owl-buttons div {
    display: inline-block !important;
    position: absolute;
    top: 38%;
}

.boxes-pet-home .owl-controls .owl-buttons .owl-prev {
    left: -15px;
}

.boxes-pet-home .owl-controls .owl-buttons .owl-next {
    right: -15px;
}

.boxes-pet-home .owl-controls .owl-buttons img {
    width: 29px;
}

.boxes-pet-home .owl-controls .owl-buttons .owl-next img {
    transform: rotate(180deg);
}

.pets-home .content-align > a {
    background:#F9626D;
    color:#fff;
    border-radius:20px;
    padding:10px;
    margin: 0px auto 0 auto;
    display:block;
    width:10%;
    text-align:Center;
    font-weight:900;
    font-size:1.2rem;
}

/* CONTEUDO INTERNO */
.pg-intern header {
    margin-bottom: 80px;
}

.pg-intern h1 {
    color: #0074FF;
    font-size: 1.8rem;
    margin-bottom:50px;
    text-transform:uppercase;
    text-align: left;
    font-weight: 900;
}

.pg-instituto .content-top {
    display:flex;
    align-items:center;
}

.pg-instituto .content-top img {
    width:25%;
    margin:0 10%;
}
.pg-eventos .content-top img {
    width:35%;
    border-radius:30px;
    box-shadow:10px 10px 0 0 #F9626D
}
.pg-instituto .content-top .text-page {
    width:55%;
}

.pg-instituto .content-top p {
    margin-bottom:20px;
    line-height:2rem;
}

.pg-instituto .registros h2 {
    color:#0074FF;
    font-weight:900;
    text-transform:uppercase;
    margin:80px 0 30px 0;
}

.pg-instituto .registros > p {
    font-style:oblique;
    margin-top:20px;
}

.pg-instituto table {
    border-collapse:collapse;
    width:100%;
    padding:10px;
    
}



.pg-instituto table tr {
    background:#0074FF;
    
}

.pg-instituto table tr:nth-child(odd) {
    background:#4D9CFA
}

.pg-instituto table tr:first-child {
    background:#F9626D;
}

.pg-instituto table tr td {
    color:#fff;
    padding:25px;
    text-align:center;
}

.pg-instituto table tr:first-child td, .pg-instituto table tr td:first-child {
    font-weight:900
}

.pg-audote h1 {
    text-align:center;
}

.pg-audote .content-align > p {
    margin:-20px 0 40px 0;
    text-align:center;
}


/* FOOTER */
footer {
    background: #EEF6FF;
    padding: 70px 0 50px 0;
    margin-top: 130px;
}

body.pg-home footer, body.pg-conveniado footer, body.pg-planos footer {
}

footer .content-align {
    display: flex;
    justify-content: center;
    align-items: Center;
}

footer .logo-footer {
    padding: 185px 0 0 0;
    background: url(../images/logo-rodape.png) no-repeat center;
    background-size: 128px;
    width: 128px;
    width: 15%;
    margin: 0 10%;
}

footer .logo-footer p {
    font-size: 12px;
    font-weight: lighter;
}

footer nav {
    margin: 0 0;
    width: 30%;
    display: flex;
    justify-content: end;
}

footer nav ul li a {
    padding: 5px 0;
    font-weight: lighter;
    display: block;
    transition: 0.3s;
    text-align: center;
}

footer nav ul li a:hover {
    text-decoration: underline;
    transition: 0.3s;
}

footer .informacoes-contato {
    width: 30%;
}

footer .informacoes-contato ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

footer .informacoes-contato ul li {
    text-align: center;
}

footer .informacoes-contato ul li a {
    display: block;
    padding: 5px 50px 5px 0;
    margin-bottom: 20px;
}

footer .informacoes-contato ul li a {
    background: url(../images/icones/instagram.svg) no-repeat right 3px center;
    background-size: 25px;
}

.web-designer {
    width: 28px;
    height: 27px;
    display: block;
    margin: auto;
    margin-top: 30px;
    background: url(../images/logo-web-designer.png) no-repeat left top;
    background-size: 146px;
    transition: 0.5s;
}

/* FULL */
@media only screen and (min-width: 1500px) {
    body {
        overflow-x: hidden;
    }

    .content-top {
        margin-top: 10vh;
    }

    .ill-top {
        right: -100px;
        width: 58%;
    }
}

@media only screen and (max-width: 1400px) {

    .home-intro {
        padding: 25vh 0 0 0;
        height: 80vh;
    }
    
}

/* Tablet */
@media only screen and (max-width: 1200px) {
    .content-align, .full-w {
        width: 1100px;
    }

    header nav {
        width: 390px
    }

 
}