/* 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;
}


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

body.overflow {
  overflow:hidden;
}

.content-align {
  width: 85%;
  margin:auto;
}

.content-align.pg-intern {
    margin-top:200px
}

/* TOPO */

header {
  background: transparent;
  padding: 30px 0;
  padding-bottom: 150px;
  position: absolute;
}

header .logo {
  width: 218px;
  height: 112px;
  display: block;
  background: url(../images/logo.png?v=2) no-repeat bottom 8px left;
  background-size: 218px;
  padding: 0;
  margin: 15px 0 0 0;
  margin-left: 7.5%;
  transition: 0.3s;
}

header.fixed {
    background:#0074FF;
}

header.fixed .logo {
  width: 47px;
  height: 55px;
  margin-top:15px;
  background-position: left top;
  transition: 0.3s;
  background-size: 139px;
}

header .topo .logo {
  display: none;
}

header.fixed .mobile {
    background:#0074FF
}

.mobile {
  padding:0px 0 10px 0;
  width:100%;
  float:right;
  right:0;
  position:fixed;
  z-index:20;
  top:0;
  z-index: 99999;
 }

.pg-intern .mobile {
    background:#0074FF
}

 header.fixed .mobile {
  box-shadow: 0 0 20px 1px rgba(0,0,0,.14);
 }

.mobile .control-nav {
  position: absolute;
  right: 7.5%;
  top: 72px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  cursor: pointer;
  transition: 0.3s;
}

header.fixed .mobile .control-nav {
  top:29px;
transition: 0.3s;
}

header .mobile .control-nav span {
  display: block;
  height: 4px;
  width: 27px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 5px;
}

header.fixed .mobile .control-nav span:last-child {
  margin:0;
}

.mobile .control-nav:before {
  content: "";
  display: block;
}

.mobile .control-nav-close {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 9999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}


#control-nav:checked ~ .control-nav-close {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0, 0);
  z-index: 9999
}

#control-nav:checked ~ .topo {
  display: block;
  -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#control-nav:checked ~ .control-nav span:nth-child(2), #control-nav:checked ~ .control-nav span:nth-child(3) {
  display: none;
}

#control-nav:checked ~ .control-nav {
  transform: rotate(45deg);
  border:0;
  margin-top:5px;
}

#control-nav:checked ~ .control-nav2 {
  transform: rotate(-45deg);
  right: 7%;
  margin-left: 0;
}

  
input#control-nav {
  visibility:hidden;
position: absolute;} 
 
.mobile .topo {
  position: fixed;
  padding-top: 100px;
  top:0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow-x: auto;
  z-index: 999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate(0, -200%);
  -ms-transform: translate(0, -200%);
  transform: translate(0, -200%);
  background-color: #0074FF;
}

.mobile .topo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile .topo > p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: lighter;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}


.mobile .topo nav {
  order:2;
}

.mobile .logo {
  order:1;
}

header nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header nav ul li {
display: flex;
align-items: center;
flex-direction: column;
}

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


.mobile nav p {
  color:#fff;
  font-size:25px;
  margin:5px;}


/* HOME */
.home-intro {
    padding: 18vh 0 0 0;
    height: 70vh;
    position: relative;
    background-position: center right 0px !important;
    background-size: cover !important;
}

.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;
    flex-wrap: wrap;
}

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

.home-intro .content-left h1 {
    color: #fff;
    font-size: 2rem;
    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-right: 10px;
    display: block;
    margin-top: 20px;
    padding-bottom: 1px;
    transition: 0.3s linear;
    font-weight: 300;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
}

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

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

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

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

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

.box-pet span.sexo {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    background-size: 28px 28px !important;
    background-position: 10px 12px !important;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

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

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

.pg-audote .boxes-pet .box-pet-img {
    height:inherit !important;
    
}

.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%;
}

.pg-audote .box-pet .box-info {
    bottom:-15px;
}

.pg-home .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: 70px;
    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: 50px;
}

.box-pet .box-info p:nth-child(3) {
    display:none
}

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

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

.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;
    flex-wrap: wrap;
}

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

.sobre-home h2, .beneficios-home h2, .pets-home h2 {
    font-size: 1.8rem;
    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: 1.5rem;
    margin: 19px 0;
}

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

.sobre-home img {
    width: 60%;
    margin: 60px auto 0 auto;
}

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

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

.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: 100%;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

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

.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;
    width: 100%;
    margin-top: 20px;
}

.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: 17px;
}

.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: 40%;
    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.5rem;
    margin-bottom: 30px;
    text-transform:uppercase;
    text-align: left;
    font-weight: 900;
}

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

.pg-instituto .content-top img {
    width: 68%;
    margin:20px auto;
    order:2;
}
.pg-eventos .content-top img {
    width:35%;
    border-radius:30px;
    box-shadow:10px 10px 0 0 #F9626D
}
.pg-instituto .content-top .text-page {
    width:100%;
}

.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;
    font-size: 1.5rem;
}

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

.pg-instituto table {
    border-collapse:collapse;
    width:100%;
    /* padding:10px; */
    overflow: scroll;
    display: block;
}



.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: 23px;
    text-align:center;
    font-size: 0.8rem;
}

.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;
    flex-wrap: wrap;
}

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

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

footer nav {
    margin: 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer nav ul {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

footer nav ul li {
    width:50%;
    text-align:center;
}

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: 100%;
    margin: 41px 0;
}

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;
}


/* iPadAir */

@media only screen and (min-width: 800px) {
  .sobre-home img {
      width: 82%;
      position: absolute;
      z-index: -10;
      left: -20%;
      top: 0;
  }
  .boxes-beneficios {
    height: 540px;
  }

  .pg-home .beneficios-home .full-w, .boxes-beneficios {
    overflow: inherit !important;
  }
  .boxes-beneficios .box-beneficio {
    width: 23%;
  }
  .planos .boxes-planos {
    width: 117%
  }

  .formulario .extras-inputs, .formulario .pessoas .radios, .formulario .pet .radios {
    justify-content: flex-start;
  }
}