.pre_hero {
  margin-bottom: 0;
}

.pet-container-porte .animal-sizes {
  width: 100%;
  height: 38px;
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 40px 0;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.pet-container-porte .animal-sizes:before,
.pet-container-porte .animal-sizes:after {
  content: "";
  display: block;
  clear: both;
}

.pet-container-porte .animal-sizes .item {
  float: left;
  line-height: 38px;
  text-align: center;
  font-family: "Crimson Text", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  flex-grow: 1;
}

.pet-container-porte .animal-sizes .active {
  border-bottom: 4px solid #5500ff;
  height: 34px;
  color: #5500ff;
}

body.page-template-gastos-com-pet #mvp-post-head {
  display: grid;
}

body.page-template-gastos-com-pet #mvp-main-body-wrap {
  bottom: 0;
}

body.page-template-gastos-com-pet input {
  width: 160px;
  padding: 10px;
  height: 15px;
  border-radius: 4px;
  border: none;
  color: #636363;
  background: #eeeeee;
}
body.page-template-page-calc-transporte #mvp-post-head {
  display: flex;
}

.mvp-img-transporte-calc {
  width: 75px;
  background: #d8f8ff;
  height: 77px;
  border-radius: 50%;
  float: left;
  margin-right: 25px;
  margin-top: 5px;
}

body.page-template-gastos-com-pet .form-group label {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 10px;
  font-family: "Crimson Text", sans-serif;
}

.pet-container-porte {
  display: flex;
  width: 100%;
}

.pet-container-porte .form-group-radio {
  width: 33%;
  padding: 0px 0px 20px 0px;
  position: relative;
  display: block;
  text-align: center;
}

.pet-container-porte .form-group-radio input:checked + label {
  color: #e6258b;
}

.pet-container-porte .form-group-radio input[type="radio"] {
  width: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.title-pet-container {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  color: #252525;
}

.title-pet-container-subtitle {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  line-height: 28px;
  color: #252525;
}

.title-pet-container-subtitle.margin {
  margin-top: 35px;
}

.mvp-container-gastos-pet {
  display: flex;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 64px;
}
.mvp-container-gastos-pet .form-section {
  min-width: 310px;
  flex-wrap: wrap;
  flex-direction: row;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
  background: #fff;
  margin-top: 32px;
  font-size: 16px;
}

.mvp-container-gastos-pet .row {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.mvp-container-gastos-pet .row .form-group {
  width: 220px;
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  margin-top: 20px;
}

.resume-pet-anual {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  background: whitte;
  box-shadow: 0px 0px 20px #9f9f9f;
  padding: 10px;
}

.total-pet {
  height: 100%;
}

.mvp-container-gastos-pet .form-section .total-value {
  display: flex;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  padding-bottom: 32px;
}

.mvp-container-gastos-pet .form-section .title {
  display: block;
  width: 160px;
  text-transform: uppercase;
}

.mvp-container-gastos-pet .form-section .total-value .value {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #5500ff;
}

.mvp-container-gastos-pet .form-section .resume {
  display: flex;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  white-space: nowrap;
}

.mvp-container-gastos-pet .form-section .resume .value {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #5500ff;
}

@media screen and (max-width: 895px) {
  .mvp-container-gastos-pet {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 639px) {
  .pet-container-porte {
    display: block;
  }

  .pet-container-porte .form-group-radio {
    width: 100%;
  }

  .mvp-container-gastos-pet {
    display: flex;
  }

  .mvp-container-gastos-pet .form-section {
    width: calc(100% - 55px);
    padding: 15px;
  }

  .mvp-container-gastos-pet .margin {
    width: 100%;
    padding: 0px 10px;
  }

  .total-value,
  .resume {
    padding-right: 0;
  }

  .mvp-container-gastos-pet .row {
    justify-content: space-between;
  }

  .mvp-container-gastos-pet .row .form-group {
    margin-right: 0;
    margin-top: 20px;
  }
}