html,
body {
  width: 100%;
  overflow-x: clip;
}

* {
  font-family: PFBeauSansPro;
}

body.no-scroll {
  height: 100vh !important;
  overflow: hidden !important;
}

/* HOME HEADER START  */

.logo-prefooter {
  width: 90px;
  margin-right: 60px;
}

#budget-form .selector-info,
#budget-form .selector-info-2 {
  z-index: 1;
}

.header-image-container .header-background {
  position: absolute;
  min-width: 100vw;
  height: 765px;
  display: block;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.9);
}

.site-footer .site-info .colophon-img-esp {
  margin-top: -10px;
}

.footer-section {
  margin: 48px 80px;
}

.site-info {
  max-width: none;
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.site-footer {
  background-color: #090b12 !important;
}

.separation-line {
  display: none;
  border: 1px solid #e4e4e7;
  margin-bottom: 32px;
}

.choose-my-company-img:hover {
  filter: brightness();
  -webkit-filter: brightness(200%);
}

.footer-title-app {
  color: #e4e4e7;
  margin-bottom: 16px;
  margin-top: 24px;
  font-size: 16px;
}

.wrapper-app-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-title-app > a {
  color: #e4e4e7 !important;
  text-decoration: underline;
}

.section-title > a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.section-link {
  margin-bottom: 8px;
}

.section-link > a {
  color: #e4e4e7;
}

.section-link > a:hover {
  text-decoration: underline;
}

.cookies-settings-li {
  color: #e4e4e7;
  cursor: pointer;
}

.cookies-settings-li:hover {
  text-decoration: underline;
}

.header-image-container .header-info-container {
  display: block;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: relative;
}

.header-image-container .title {
  /* position: absolute; */
  width: 100%;
  max-width: 1100px;
  margin: auto;
  margin-top: 110px;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  display: block;
  text-align: center;
}

.header-image-container .sub-title {
  /* position: absolute; */
  width: 100%;
  max-width: 1100px;
  margin: auto;
  /* top: 44%; */
  font-size: 62px;

  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  display: block;
  text-align: center;
}

.header-image-container .collaboration_legal_text {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  margin-top: 25px;
  font-size: 15px;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  display: block;
  text-align: center;
}

.header-image-container .custom-subtitle {
  font-size: 32px;
}

.discover-more {
  position: relative;
  font-size: 22px;
  width: 300px;
  text-align: center;
  margin-top: 60px;
}

.discover-more-button {
  background: #f18900;
  border-radius: 9px;
}

.discover-more-button p {
  padding: 10px 0;
}

.discover-more-image {
  position: relative;
  left: 102px;
  bottom: 42px;
}

.phone-image-container {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  margin-right: 2%;
}

.info-box > img {
  width: 25px;
}

.header-image-container .subinfo {
  max-width: 1100px;
  margin: auto;
  height: 64px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  display: flex;
  margin-top: 205px;
}

.header-image-container .subinfo-2 {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  color: #ffffff;
  margin-top: 15px;
}

.subinfo-container {
  display: inline-block;
  width: 40%;
}

.subinfo-container .link-subinfo {
  color: #ffffff;
  font-weight: bold;
}

.subinfo-container .link-subinfo:hover {
  color: #ff9900;
}

.header-image-container .shield,
.header-image-container .plane {
  width: 18px;
  height: 23px;
  object-fit: contain;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.header-image-container .subinfo-content-title {
  font-weight: bold;
  opacity: 1;
}

.header-image-container .subinfo-content {
  font-size: 15px;
  width: 80%;
  height: 81px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  /* margin-right: 30px; */
}

.react-app-search {
  margin-left: auto;
  margin-right: auto;
  /* top: 5.75%; */
  top: 250px;
  left: 0;
  right: 0;
  font-size: 2vw;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.copyright {
  color: #e4e4e7;
  font-size: 14px;
}

.copyright-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hcovid-container {
    display: block !important;
  }

  .hcovid-desktop {
    display: none;
  }

  .footer-section {
    margin: 40px 16px;
  }

  .copyright {
    display: none;
  }

  .copyright-mobile {
    display: block;
    color: #e4e4e7;
    font-size: 14px;
    margin-top: 24px;
  }

  .media-copy-wrapper {
    display: block;
    margin-top: 24px;
  }

  .separation-line {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .header-inner {
    height: 400px !important;
  }

  .header-image-container .header-info-container {
    height: auto !important;
  }
}

#front-page-wp .bnner-container {
  margin-top: 30px;
  min-height: 1px;
  text-align: center;
}

#front-page-wp .bnner-container img {
  object-fit: contain;
  max-width: 600px;
  margin: auto;
  margin-top: 20px;
}

#bnner {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000000000;
  display: none;
}

#bnner.showed {
  display: flex !important;
}

#bnner .bnner-modal-content {
  height: 80vh;
  margin: auto;
}

#bnner video {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #front-page-wp .bnner-container img {
    max-width: 100%;
  }
}

.content-area-home {
  margin-top: 30px;
}

.subinfo-mobile {
  display: none;
}

.title-list {
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: normal;
  color: #4a4a4a;
}

.site-main {
  margin-bottom: 75px;
}

.product-container {
  height: 390px;
  max-width: 100%;
  box-shadow: 0 6px 30px -10px rgb(28 28 28 / 20%);
  margin-bottom: 75px;
  border-bottom: 3px solid orange;
}

.products-list-desktop {
  padding-left: 50px;
  padding-right: 20px;
  margin-top: 55px;
}

.title-product-list {
  max-height: 46px;
  font-size: 18.3px;
  font-weight: bold;
  line-height: 1.25;
  color: #4a4a4a;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 14px;
  text-align: left !important;
}

.subtitle-product-list {
  font-size: 14px;
  line-height: 1.22;
  color: #ff9900;
  max-height: 34px;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.resumen-product-list {
  height: 68px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
  color: #757575 !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.resumen-product-list a {
  color: #757575 !important;
}

.resumen-product-list span {
  height: 68px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
  color: #757575 !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.image-product-list {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* QUICK INFO HOME START */
.box-info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-info-container .box-info {
  box-shadow: 0 50px 50px 2px rgba(74, 74, 74, 0.09);
  background-color: #ffffff;
  border-bottom: 3px solid orange;
  box-sizing: border-box;
  min-height: 360px;
  width: 30%;
  padding: 42px;
}

.box-info .box-img {
  width: 47px;
  height: 47px;
  margin-bottom: 35px;
}

.box-info .box-title {
  font-family: PFBeauSansPro;
  font-size: 18.2px;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 16px;
}

.box-info .box-text {
  font-size: 16px;
  color: #757575;
  line-height: 1.43;
  display: block;
}

/* QUICK INFO HOME END */
.insert-page-4853 {
  margin-top: 150px;
  margin-bottom: 150px;
}

/* QUOTE START */
.quote-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 117px;
}

.quote-title {
  width: 30%;
  height: 55px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.04;
  letter-spacing: normal;
  color: #4a4a4a;
}

.quote-separator {
  border-top: 3px solid orange;
  width: 132px;
  text-align: right;
  padding-right: 20px;
  margin-top: 10px;
}

.quote-content {
  width: 40%;
  font-size: 16px;
  line-height: 1.38;
  color: #9b9b9b;
}

/* QUOTE END */
.elementor-column-wrap,
.elementor-element-populated {
  padding: 0 !important;
}

.map {
  margin-top: 120px;
  margin-bottom: 100px;
}

.testimonials-title {
  font-size: 25px;
  font-weight: bold;
  color: #4a4a4a;
  display: block;
  margin-bottom: 25px;
}

.image-map {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  opacity: 0.5;
}

.image-map:hover {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  opacity: 1;
}

.banner .banner-image {
  width: 100vw;
  max-width: unset;
  margin-left: -50vw;
  left: 50%;
  position: relative;
  height: 300px;
  object-fit: cover;
}

.banner .banner-tit {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-weight: bold;
  width: 800px;
  color: #ffffff;
  font-size: 36px;
}

.footer-title {
  font-family: PFBeauSansPro;
  font-weight: bold;
  font-size: 23px;
}

.footer-list {
  padding: 0px;
}

.site-footer .site-info .colophon-img {
  margin-top: 2px;
  width: 90px;
}

/* .site-footer .site-info .colophon-img-esp {

} */
.site-footer .site-info .insurance-id {
  color: white;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 14px;
}

.social-media {
  display: flex;
  flex-wrap: wrap;
}

.social-media a > img {
  height: 19px;
}

.social-media a:not(:last-child) {
  margin-right: 15px;
}

.site-footer .site-info h4 {
  font-family: PFBeauSansPro;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff !important;
}

.site-footer .site-info h4.payment-methods {
  margin-top: 25px;
  margin-bottom: 20px;
}

.site-footer .site-info ul {
  padding: 0px;
}

@media only screen and (min-width: 555px) {
  .opiniones-mbl {
    display: none;
  }

  .quick-info-mobile {
    display: none;
  }
  .container-app {
    margin-top: 0;
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 554px) {
  /* #front-page-wp {
        width: 95vw !important;
    } */

  .hcovid-container {
    width: 92vw !important;
  }

  /* MOBILE STYLE */
  .subinfo {
    display: none;
  }

  /* .products-list {
        margin-top: 100px;
    } */

  .products-row {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    max-width: 100vw;
  }

  .product {
    flex: 0 0 auto;
    max-width: 272px;
  }

  .title-product-list {
    min-height: 16.2px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #4a4a4a;
  }

  .subtitle-product-list {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: orange;
  }

  .resumen-product-list {
    min-height: 21.1px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #9b9b9b;
  }

  .product-container,
  .site-main {
    margin-bottom: 0;
  }

  .quick-info {
    display: none;
  }

  .info-mobile {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: calc(100vw - 30px);
    margin: 50px 0;
    padding: 0 25px;
  }

  .opiniones-mbl {
    margin: 20px 0 40px;
  }

  .logo-prefooter {
    width: 50%;
    margin-bottom: 48px;
    margin-right: 60px;
  }

  .site-footer .site-info .colophon-img-esp {
    width: 130px;
    margin-top: 10px;
  }

  .site-footer .site-info .colophon-img {
    margin-top: 20px;
  }

  .box-info {
    flex: 0 0 auto;
    max-width: 272px;
    margin-right: 20px;
    border-bottom: solid 2px #ff9900;
    padding: 20px;
    box-sizing: border-box;
  }

  .testimonials-title {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
  }

  .quote {
    margin-top: 90px;
  }

  .quote-container {
    flex-direction: column;
    width: 100%;
  }

  .quote-title {
    width: 100%;
    height: 100%;
  }

  .quote-separator,
  .quote-content {
    width: 100%;
  }

  .quote-separator {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .quote-content {
    text-align: justify;
  }

  .map {
    display: none;
  }

  .mobile-testimonial {
    width: 50% !important;
  }

  .banner .banner-image {
    object-fit: cover;
    margin-left: -55%;
    margin-top: 20px;
    transform: scale(1.1);
  }

  .banner .banner-tit {
    width: 90%;
    left: 46%;
    top: 46%;
    font-size: 28px;
  }

  .banner .calculate-budget {
    top: 66%;
  }

  .site-info {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }

  #colophon .site-info {
    margin-top: 0 !important;
  }
}

#mobile-testimonial-1,
#mobile-testimonial-2,
#mobile-testimonial-3,
#mobile-testimonial-4 {
  opacity: 0.5;
}

#mobile-testimonial-1:hover,
#mobile-testimonial-2:hover,
#mobile-testimonial-3:hover,
#mobile-testimonial-4:hover {
  opacity: 1;
}

.latest-post-selection article {
  margin-bottom: 15px !important;
  border: 0 !important;
  box-shadow: 0 20px 80px -20px rgba(0, 0, 0, 0.11);
}

.latest-post-selection,
.latest-post-selection *,
.lps-top-section-wrap,
.lps-top-section-wrap * {
  padding: 5px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #9b9b9b;
}

.latest-post-selection article h1,
.latest-post-selection article h2,
.latest-post-selection article h3 {
  padding: 5px !important;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  color: #000000;
}

.site-header {
  background-color: unset;
}

.site-logo {
  transform: scale(1.2);
  margin: 3px 0 0 9px;
}

.site-logo.site-logo-uk {
  margin: -25px 0 0 -25px;
  transform: scale(0.75) !important;
}

.float-header {
  background-color: rgba(9, 11, 17, 0.9) !important;
  backdrop-filter: blur(7.5px);
  padding: 5px 0 0 0 !important;
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    margin-left: 10px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .icon-nav {
    margin: 8px 0 0 10px !important;
  }

  .site-logo {
    height: 100%;
    transform: none !important;
    margin-left: 0px;
    margin-top: 0px;
    transform: scale(1.6);
  }

  .site-logo.site-logo-uk {
    transform: scale(1.4) !important;
    margin: 0 !important;
  }
}

/* TELEFONOS ASISTENCIA */
.page-id-1496 .header-image {
  display: none;
}

.page-id-1496 #mainnav ul li a,
#mainnav ul li::before {
  color: black;
}

.page-id-1496 #mainnav ul li a,
#mainnav ul li::before {
  color: orange;
}

/* FIN TELEFONOS ASISTENCIA */
/* FAQS */
.page-id-1534 .header-image {
  display: none;
}

.page-id-1534 #mainnav ul li a,
#mainnav ul li::before {
  color: black;
}

.page-id-1534 #mainnav ul li a,
#mainnav ul li::before {
  color: orange;
}

.page-id-1534 .elementor-toggle-item {
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.11) !important;
  background-color: #ffffff !important;
  margin-bottom: 15px !important;
}

.page-id-1534 .elementor-col-66 {
  margin-left: 30px !important;
}

.page-id-1534 .elementor-tab-title a {
  width: 768px;
  height: 66px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ff9900;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
  color: #ff9900;
}

.elementor-toggle .elementor-tab-title {
  border-bottom: unset !important;
}

.elementor-toggle .elementor-tab-content {
  border-bottom: unset !important;
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
  .site-footer .site-info h4 {
    font-size: 20px;
  }
}

/* FIN FAQS */
/* QUIENES SOMOS */
.page-id-1563 .header-image {
  display: none;
}

.page-id-1563 #mainnav ul li a,
#mainnav ul li::before {
  color: black;
}

.page-id-1563 #mainnav ul li a,
#mainnav ul li::before {
  color: orange;
}

.page-id-1563 #mainnav ul li a,
#mainnav ul li {
  color: orange;
}

/* FIN QUIENES SOMOS */
/* CONTACTO */
.page-id-1597 .header-image {
  display: none;
}

.page-id-1597 #mainnav ul li a,
#mainnav ul li::before {
  color: black;
}

.page-id-1597 #mainnav ul li a,
#mainnav ul li::before {
  color: orange;
}

/* FIN CONTACTO */
/* AYUDA EXPEDIENTE */
.page-id-1608 .header-image {
  display: none;
}

.page-id-1608 #mainnav ul li a,
#mainnav ul li::before {
  color: black;
}

.page-id-1608 #mainnav ul li a,
#mainnav ul li::before {
  color: orange;
}

.page-id-1608 .expedient-help-input input {
  border: 0 !important;
  border-bottom: 1px solid lightgray !important;
}

.page-id-1608 .expedient-help-input input:focus {
  border: 0 !important;
  border-bottom: 1px solid orange !important;
}

.page-id-1608 .expedient-help-textarea textarea:focus {
  border: 1px solid orange !important;
}

.page-id-1608 .wpforms-submit-container button {
  width: 130px !important;
  height: 43px !important;
  text-align: center !important;
  color: white !important;
  background: orange !important;
  border-radius: 5px !important;
}

/* FIN AYUDA EXPEDIENTE */
/* SINGLE PRODUCT */
#single-product .single-product-main {
  top: -200px;
  position: relative;
  width: 100%;
}

#single-product-header.single-product-main-container {
  height: 440px;
  background: rgba(0, 0, 0, 0.1) !important;
  margin-top: -90px;
  overflow: hidden;
}

#single-product-header .header-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 440px;
  object-fit: cover;
  width: 100vw;
  filter: brightness(85%);
}

#single-product-header .single-product-header {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#single-product-header .single-product-header:before {
  content: " ";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}

#single-product-header.single-product-main-container .single-product-main-content {
  margin: 0 auto;
  padding-left: 20px;
  position: absolute;
  width: 100%;
  height: 440px;
  max-width: 1140px;
}

#single-product-header.single-product-main-container .single-product-main-content.singular-product {
  padding-left: 0px;
}

#single-product-header.single-product-main-container .single-product-main-content .product-title {
  font-weight: bold;
  font-size: 64px;
  color: #fff;
  position: absolute;
  top: 120px;
  padding-left: 15px;
  width: 100%;
}

#single-product-header.single-product-main-container .single-product-main-content.singular-product .product-title {
  font-size: 60px;
  padding-left: 0;
  width: 95%;
  top: 180px;
}

#single-product-header.single-product-main-container .single-product-main-content .product-subtitle {
  font-size: 36px;
  display: block;
  letter-spacing: normal;
  margin-top: 10px;
}

#single-product-header .destacados {
  position: absolute;
  bottom: 6%;
  color: white;
  width: 94%;
  display: flex;
}

#single-product-header .destacado-title {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

#single-product .desktop-product {
  width: 100%;
  position: relative;
  margin: auto;
  display: flex;
}

#single-product .desktop-product .product-main-info {
  padding-top: 75px;
  display: inline-block;
  width: calc(100% - 350px);
  vertical-align: top;
}

#single-product .desktop-product .mini-form-policy-column {
  width: 340px;
  vertical-align: top;
  margin-top: 60px;
  position: relative;
}

#single-product .desktop-product .mini-form-policy-column .mini-form-policy-title {
  font-size: 24px;
}

#single-product .desktop-product .mini-form-policy-column .mini-form-policy-container {
  width: 340px;
  position: sticky;
  top: 30px;
  margin-bottom: 30px;
}

#single-product .mini-form-policy-container .mini-form-documents .mini-document-title {
  font-size: 24px;
  margin: 12px 0;
}

#single-product .mini-form-policy-container .mini-form-documents .mini-document-button {
  display: block;
  margin: 5px;
}

#single-product .mini-form-policy-container .mini-form-documents .mini-document-button .mini-document-button-text {
  margin: 0 5px;
  width: calc(100% - 50px);
  display: inline-block;
  line-height: 28px;
  color: #ff9900;
}

#single-product .desktop-product .mini-form-policy-column .mini-form-policy-container.mini-form-fixed,
#secondary .mini-form-container.mini-form-fixed {
  position: fixed;
  top: 0;
  margin-top: 100px;
}

@media only screen and (max-width: 819px) {
  .single-product-main-content .product-title {
    top: 20px !important;
  }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
  .single-product-main-content .product-title {
    top: 120px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .single-product-main {
    top: 0px !important;
  }

  .single-product-main-container {
    height: 330px !important;
  }

  .single-product-main-container .single-product-main-content {
    padding: 0px !important;
    height: 330px !important;
    left: 0;
    max-width: 84vw !important;
    margin: 0 8vw !important;
  }

  .single-product-main-content.singular-product .product-title {
    top: 120px !important;
  }

  .single-product-main-content .product-title {
    padding: 0 15px !important;
    font-size: 36px !important;
    line-height: 1 !important;
  }

  .single-product-main-content .product-subtitle {
    font-size: 24px !important;
  }

  .single-product-main-content .destacados {
    top: inherit !important;
    margin: 0 15px;
  }

  .col-xs-4 {
    width: 33%;
  }

  #single-product-header .single-product-main-content .destacados > div {
    min-width: 200px;
  }

  #single-product-header .destacados {
    min-width: 0 !important;
  }
}

/* PRODUCT TYPE 3 FORM */
.wpforms-container.product-type-3 {
  background: #f9f9fb;
  border-radius: 10px;
  padding: 25px;
  min-width: 400px;
  box-sizing: border-box;
  margin-bottom: 5px !important;
}

.wpforms-container.product-type-3 div.wpforms-field.wpforms-field-text > input,
.wpforms-container.product-type-3 div.wpforms-field.wpforms-field-select > select,
.wpforms-container.product-type-3 div.wpforms-field.wpforms-field-number > input {
  background-color: transparent !important;
}

.wpforms-container.product-type-3 div.wpforms-field.wpforms-field-number > input::-webkit-inner-spin-button,
.wpforms-container.product-type-3 div.wpforms-field.wpforms-field-number > input::-webkit-outer-spin-button,
.wpforms-container.product-type-3 div.wpforms-field.wpforms-field-number > input {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.wpforms-container.product-type-3 div.form-title-input-hidden,
.wpforms-container.product-type-3 div.form-input-hidden {
  padding: 20px 0 10px 0 !important;
}

.wpforms-container.product-type-3 div.form-title-input-hidden > label {
  font-size: 20px !important;
}

.wpforms-container.product-type-3 div.form-input-hidden > label {
  font-size: 15px !important;
}

.wpforms-container.product-type-3 div.form-title-input-hidden > input.wpforms-field-large,
.wpforms-container.product-type-3 div.form-input-hidden > input.wpforms-field-large {
  display: none !important;
  visibility: none !important;
  opacity: 0 !important;
}

.wpforms-container.product-type-3 div.form-insured label {
  font-size: 15px;
}

.wpforms-confirmation-container-full {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .wpforms-container.product-type-3 {
    background: none;
    border-radius: 10px;
    padding: 0px;
    min-width: auto;
    box-sizing: border-box;
  }
}

.wpforms-confirmation-container-full > p:first-child {
  border: 1px solid #81bf4e !important;
  background: transparent !important;
  padding: 20px;
}

.wpforms-confirmation-container-full > p:nth-child(2) i:before {
  color: #81bf4e;
  font-size: 40px;
  margin-left: 20px;
}

#single-product .destacados-movil {
  display: none;
}

#single-product .product-title-mini {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.39;
  margin-bottom: 20px;
}

#single-product .product-description {
  font-size: 14px;
  line-height: 1.43;
  color: #9b9b9b;
}

#single-product .coverage-resumen {
  width: 336px;
  height: 55px;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: normal;
  color: #4a4a4a;
}

#single-product .header-collapse {
  background: white;
}

#single-product .button-header-collapse,
#single-product .button-header-collapse-no-content {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
  width: 70%;
  cursor: pointer;
  margin-left: 20px;
}

#single-product .button-header-collapse-no-content {
  cursor: default !important;
}

#single-product .button-header-collapse:before {
  content: "-";
  display: inline-block;
  width: 10px;
  margin-left: -13px;
}

#single-product .button-header-collapse.collapsed:before {
  content: "+";
  display: inline-block;
  width: 10px;
  margin-left: -13px;
}

#single-product .collapse-card {
  width: 15px;
  height: 8px;
  color: #4a4a4a;
  font-size: 15px;
  margin-right: 10px;
}

#single-product .collapse-alcance {
  height: 24px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
}

#single-product .collapse-content {
  width: 540px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #9b9b9b;
  width: 70%;
  margin-left: 20px;
}

#single-product .coverages {
  display: flex;
  justify-content: space-between;
}

#single-product .coverage {
  box-shadow: 0 20px 80px -20px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  flex: unset !important;
  padding: 20px 30px;
  box-sizing: border-box;
  margin: 10px 0 20px;
}

#single-product .coverage-content {
  font-size: 14px !important;
  line-height: 1.5;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
}

#single-product .coverage-name {
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: normal;
  color: #ff9900;
  margin: 20px 0 10px;
}

#single-product .coverage-tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

#single-product .coverage-scope {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  display: block;
  margin: 10px 0;
}

#single-product .coverage-title {
  margin-top: 14px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: justify;
  color: #9b9b9b;
}

#single-product .document-description {
  font-size: 14px;
  line-height: 1.43;
  color: #757575;
}

#single-product .document-button {
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 10px 30px -10px rgba(255, 153, 0, 0.5);
  background-color: #ff9900;
  margin: 20px 0 30px;
  display: inline-block;
}

#single-product .document-button-text {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

#single-product .banner-image {
  max-width: unset;
  width: 100vw;
  margin-left: -1.05vw;
  margin-bottom: -54px;
  position: relative;
}

#single-product .banner-doubt {
  top: 95%;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: normal;
  color: #ffffff;
}

#single-product .banner-info {
  top: 97%;
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #ffffff;
}

#single-product .banner-button {
  top: 100%;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 5px;
  box-shadow: 0 10px 30px -10px rgba(255, 153, 0, 0.5);
  background-color: #ff9900;
}

#single-product .banner-button-text {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 1101px) {
  .mobile-product {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  #single-product .desktop-product {
    display: none;
  }

  .product-title-mini {
    font-size: 28px !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
  }

  .product-description {
    font-size: 12px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
    color: #9b9b9b !important;
  }

  .mobile-terms-and-conditions {
    width: 169px;
    height: 13px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.89;
    letter-spacing: normal;
    color: #000000;
  }

  .mobile-documents-info {
    height: 42px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #9b9b9b;
  }
}

#single-product .block-info {
  flex: unset !important;
  max-width: unset !important;
  width: 260px !important;
  height: 367px;
  box-shadow: 0 70px 50px -20px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #ff9900;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 75px;
}

#single-product .block-info-title {
  height: 23px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.37;
  letter-spacing: normal;
  color: #4a4a4a;
}

#single-product .block-info-content {
  width: 273px;
  height: 132px;
  font-size: 13.7px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.19;
  letter-spacing: normal;
  text-align: justify;
  color: #9b9b9b;
}

#single-product .fly-coverage-list {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 16px;
}

#single-product .fly-coverage-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 13px;
  color: #ff9900;
}

#single-product .fly-coverage-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  box-shadow: 0 0px 31px -5px rgba(74, 74, 74, 0.11);
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
}

#single-product .fly-coverage-item:first-of-type {
  text-align: left;
}

#single-product .fly-coverage-item .icon {
  width: 35px;
}

/* FIN SINGLE PRODUCT */
/* BLOG */
.page-id-2086 .site-header {
  background-color: white;
}

.page-id-2086 .float-header .site-logo {
  content: url(https://static.iatiseguros.pt/common/icons/main-logo.png);
}

.page-id-2086 .float-header {
  background-color: rgba(0, 0, 0, 0.9);
}

.page-id-2086 .header-image {
  display: none;
}

input[type="submit"] {
  background: orange;
  border-color: unset;
}

@media only screen and (min-width: 1000px) {
  .page-id-2086 #content {
    margin-left: 20%;
  }
}

.page-id-2086 #mainnav ul li a,
#mainnav ul li::before {
  color: black;
}

.page-id-2086 #mainnav ul li a,
#mainnav ul li::before {
  color: orange;
}

.elementor a {
  color: orange;
}

/* BLOG post_iati template */
@media only screen and (min-width: 1024px) {
  .post-template-default.single-post #page {
    position: absolute;
  }
}

.post-template-default.single-post .content-area a {
  color: #ff9900;
}

.post-template-default.single-post #content > .container {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}

.post-template-default.single-post #content .row {
  margin: 0px;
  display: grid;
  grid-template-columns: 67vw 33vw;
  grid-template-rows: 550px auto auto;
  grid-template-areas:
    "top top"
    "content sidebar"
    "comment comment";
}

.post-template-default.single-post #content .hentry .meta-post span,
.post-template-default.single-post #content .hentry .meta-post a {
  color: #9b9b9b;
  text-transform: none;
  letter-spacing: normal;
}

.post-template-default.single-post #top-image {
  grid-area: top;
  position: relative;
  height: 500px;
}

.post-template-default.single-post #top-image::before {
  /* content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, .1); */
}

.post-template-default.single-post #top-image .entry-thumb,
.post-template-default.single-post #top-image .entry-thumb > img {
  height: 100%;
  width: 100%;
}

.post-template-default.single-post #top-image .entry-thumb > img {
  object-fit: cover;
}

.post-template-default.single-post #top-image .title-post.entry-title {
  position: absolute;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 42px;
  top: 350px;
  max-width: 1100px;
  margin: 0 10px;
}

.post-template-default.single-post #primary {
  grid-area: content;
}

#primary .btn-a {
  position: relative;
  display: inline-block;
  font-family: "PFBeauSansPro";
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 34px;
  color: #fff;
  text-transform: uppercase;
  background: #ff9900;
  border-radius: 3px;
}

.post-template-default.single-post #comments {
  grid-area: comment;
  padding: 55px 9vw;
}

.post-template-default.single-post #secondary {
  grid-area: sidebar;
  max-width: unset;
  padding: 55px 9vw 55px 0px;
}

@media only screen and (max-width: 1024px) {
  .post-template-default.single-post #content .row {
    grid-template-columns: 100%;
    grid-template-areas:
      "top"
      "content"
      "comment"
      "sidebar";
  }

  .post-template-default.single-post #secondary {
    padding: 55px 9vw;
  }
}

/* NAVBAR SOCIAL MEDIA BLOG */
.media-nav {
  display: flex;
  align-self: center;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .media-nav {
    flex: 1 0 0%;
    margin-top: 5px;
  }
}

/* FIN NAVBAR SOCIAL MEDIA BLOG */
/* FIN BLOG */
/* Politica privacidad */
.page-id-3196 .site-header {
  background-color: white;
}

.page-id-3196 .site-logo {
  content: url(https://static.iatiseguros.pt/common/icons/bitmap@2x.png);
}

.page-id-3196 .float-header .site-logo {
  content: url(https://static.iatiseguros.pt/common/icons/main-logo.png);
}

.page-id-3196 .float-header {
  background-color: rgba(0, 0, 0, 0.9);
}

.page-id-3196 .header-image {
  display: none;
}

input[type="submit"] {
  background: orange;
  border-color: unset;
}

.page-id-3196 #mainnav ul li a,
#mainnav ul li::before {
  color: black;
}

.page-id-3196 #mainnav ul li a,
#mainnav ul li::before {
  color: orange;
}

.elementor a {
  color: orange;
}

/* FIN Politica privacidad */
/* Aviso legal */
.page-id-3202 .site-header {
  background-color: white;
}

.page-id-3202 .site-logo {
  content: url(https://static.iatiseguros.pt/common/icons/bitmap@2x.png);
}

.page-id-3202 .float-header .site-logo {
  content: url(https://static.iatiseguros.pt/common/icons/main-logo.png);
}

.page-id-3202 .float-header {
  background-color: rgba(0, 0, 0, 0.9);
}

.page-id-3202 .header-image {
  display: none;
}

input[type="submit"] {
  background: orange;
  border-color: unset;
}

.page-id-3202 #mainnav ul li a,
#mainnav ul li::before {
  color: black;
}

.page-id-3202 #mainnav ul li a,
#mainnav ul li::before {
  color: orange;
}

.elementor a {
  color: orange;
}

/* FIN Aviso legal */
/* Politica sobre cookies */
.page-id-3207 .site-header {
  background-color: white;
}

.page-id-3207 .site-logo {
  content: url(https://static.iatiseguros.pt/common/icons/bitmap@2x.png);
}

.page-id-3207 .float-header .site-logo {
  content: url(https://static.iatiseguros.pt/common/icons/main-logo.png);
}

.page-id-3207 .float-header {
  background-color: rgba(0, 0, 0, 0.9);
}

.page-id-3207 .header-image {
  display: none;
}

input[type="submit"] {
  background: orange;
  border-color: unset;
}

.page-id-3207 #mainnav ul li a,
#mainnav ul li::before {
  color: black;
}

.page-id-3207 #mainnav ul li a,
#mainnav ul li::before {
  color: orange;
}

.elementor a {
  color: orange;
}

/* FIN politica cookies */
/* sidebar-iati start */
#secondary .search-form {
  margin-top: 50px;
}

#secondary .search-form .search-submit {
  display: none;
}

#secondary .featured-insurances {
  margin-top: 50px;
}

#secondary .featured-insurances a {
  color: #ffffff;
}

.featured-insurances a.insurance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: lightblue;
  border-radius: 5px;
  padding: 0px 27.5px;
  text-align: center;
  min-height: 96px;
  color: #ffffff;
}

.featured-insurances a.insurance:not(:last-child) {
  margin-bottom: 11px;
}

.featured-insurances a.insurance .insurance-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.39;
}

.featured-insurances a.insurance .insurance-subtitle {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.25;
}

#search-container-blog .search-form {
  margin-top: 15px;
}

#search-container-blog label,
#search-container-blog .search-field {
  width: 100%;
}

/* sidebar-iati end */

.hustle-ui .hustle-optin .hustle-layout .hustle-layout-form {
  padding: 0px !important;
}

.hustle-ui.module_id_2 .hustle-layout .hustle-image {
  background-color: white !important;
}

.hustle-ui
  .hustle-optin.hustle-optin--compact
  .hustle-layout
  .hustle-layout-body
  .hustle-image.hustle-image-fit--contain,
.hustle-ui .hustle-optin.hustle-optin--compact .hustle-layout .hustle-layout-body .hustle-image.hustle-image-fit--cover,
.hustle-ui .hustle-optin.hustle-optin--compact .hustle-layout .hustle-layout-body .hustle-image.hustle-image-fit--fill {
  height: 250px !important;
}

.widget-area .widget-title {
  font-weight: 500 !important;
  text-transform: none !important;
}

.hcovid-container {
  background-color: rgba(255, 153, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  border-radius: 15px;
  display: none;
  text-align: center;
}

.hcovid-title {
  color: #ff9900;
  font-size: 16px;
}

.hcovid-container ul {
  text-align: left;
  padding-left: 24px;
}

.hcovid-container ul li {
  color: #ff9900;
  font-size: 12px;
}

.hcovid-btn {
  color: #ff9900 !important;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 150%;
  padding: 10px 15px;
  border: 1px solid #ff9900;
  border-radius: 7px;
}

.page-template-template-list-seguros-profesionales .site-header,
.page-template-template-list-seguros-particulares .site-header {
  background-color: rgba(0, 0, 0, 0.9) !important;
  color: #fff;
}

.page-template-template-list-seguros-profesionales .site-header ul li a,
.page-template-template-list-seguros-particulares .site-header ul li a {
  color: #fff !important;
}

.banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
