.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-70483322-06fc-4293-666f-2ecda919b840 {
margin-bottom: 32px !important;
}
.lfr-layout-structure-item-70483322-06fc-4293-666f-2ecda919b840 {
    gap: 40px;
}.lfr-layout-structure-item-9a792c62-0dbd-d2bd-d374-fbc9bcea6cb4 {
background-color: #BA131300 !important;
}
.lfr-layout-structure-item-56ca956a-1d03-9969-4f06-b8a0fa9a68f6 {
color: var(--white) !important;
}
.lfr-layout-structure-item-df1f0c0a-27a4-6667-b114-1e6a95794cd2 {
border-style: solid; border-width: 0 !important; border-width: 0px !important;
}
.lfr-layout-structure-item-df1f0c0a-27a4-6667-b114-1e6a95794cd2 {
 position: relative;
}.lfr-layout-structure-item-73b702f7-37bb-2853-096d-389a4955d7cf {
background-color: #002364 !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
}
.lfr-layout-structure-item-124413d7-ac20-9df4-3ea7-9aee1b379ac4 {
border-style: solid; border-width: 0 !important; border-width: 0px !important;
}
.lfr-layout-structure-item-124413d7-ac20-9df4-3ea7-9aee1b379ac4 {
    gap: 32px 49px;

    @media (max-width: 768px) {
        gap: 40px;

        a.link-secondary-small {
            font-size: 14px;
        }
    }
    @media (max-width: 568px) {

        gap: 32px;
    }
    @media (max-width: 376px) {
           flex-direction: column !important;
        gap: 24px;
    }
}.lfr-layout-structure-item-9e34b7f7-cc0e-aff9-2a40-355809c0bfb4 {
.header-text .subtitle-text {
    font-size: 32px !important ;
}
}@media (min-width:769px){
.lfr-layout-structure-item-ee61e383-c926-9511-c102-f403838b2254 {
  position: relative;

  .child-menu {
    background-color: transparent;
    box-shadow: unset;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;

    li {
      padding-top: 20px;

      .dropdown-item {
        color: var(--CNP-Color-Brand-Primary-Light, #002364);
        font-size: 16px;
        font-weight: 500;
        text-decoration-line: underline;
      }
    }
  }

  .dropdown:hover,
  .dropdown.open {
    .lfr-nav-child-toggle svg {
      transform: rotate(180deg);
    }

    .dropdown-menu {
      display: block !important;
    }
  }

  .lfr-nav-child-toggle svg {
    height: 15px;
    transition: transform 0.5s ease;
    width: 15px;
  }

  .lfr-nav-item.nav-item.selected.active {
    position: relative;
  }

  .lfr-nav-item.nav-item.selected.active::after {
    background-color: var(--CNP-Color-Brand-Primary-Light, #002364);
    border-radius: 8px 8px 0 0;
    bottom: 0px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
  }

  .navbar-nav.navbar-site {
    flex-wrap: nowrap;
    height: 100px;
    transition: height 0.5s ease;

    .dropdown-menu {
      background-color: transparent;
    }

    &.reduced {
      height: 80px;
    }

    .text-truncate {
      color: var(--CNP-Color-Brand-Primary-Light, #002364);
      font-size: 14px;
      font-weight: 500;
      margin-left: 12px;
      margin-right: 12px;
    }
  }
}
}

@media (max-width: 768px){
	body.backdrop{
	    overflow-y: hidden; 
	}
	
	.backdrop-mobile.show::after {
			content: '';
			background: rgba(40, 46, 46, 0.88);
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			position: fixed;
			z-index: 5;
	}
	
	.lfr-layout-structure-item-menu-cnp-odonto{
		  right: 0;
			left: 0;
			background: rgba(255, 255, 255, 0.86);
			position: fixed;
			transition: height 0.5s ease;
			z-index: 3;
	}
	
	.btn-login{
	  display: none !important;
	}
	
	.navbar-odonto {
    height: 65px;
    padding: 0 16px;
  }

	.navbar-content img {
			height: 28px;
	}

	button.hamburguer-menu--button {
			height: 40px;
			width: 40px;
			padding: 0;
			margin: 0;
			border-color: transparent;
			background: transparent;
	}

	button.hamburguer-menu--button > span{
			background: #3f3f3f;
			width: 1.8125rem;
			height: 0.125rem;
			display: block;
			position: relative;
			border-radius: 100px;
	}

	button.hamburguer-menu--button span::before, button.hamburguer-menu--button span::after {
			content: '';
			display: block;
			width: 1.8125rem;
			height: 0.125rem;
			background: #3f3f3f;
			position: absolute;
			border-radius: 100px;
	}

	button.hamburguer-menu--button span::before {
			bottom: 6px;
	}

	button.hamburguer-menu--button span::after {
			top: 6px;
	}
	
	.mobile-menu--container {
			height: 100% !important;
			max-width: 100%;
			min-width: 300px;
			position: fixed;
			top: 56px;
			overflow: hidden;
			background-color: #fff;
			bottom: 0;
			left: auto;
      right: -100%;
			z-index: 9999;
			min-height: 100%;
			padding-inline: 0 !important;
			display: block;
		  opacity: 0;
		  transition: all 0.3s ease;
		  visibility: hidden;
	}
	
	.mobile-menu--container.show {
			opacity: 1;
			right: 0;
		  visibility: visible;
  }

	.align-items-center.d-flex.mobile-menu--container {
			flex-direction: column;
			width: 100%;
			align-items: flex-start !important;
			height: auto;
	}

	.mobile-nav--header {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			padding: 20px 16px;
			gap: 12px;
			width: 100%;
			height: 68px;
			align-self: stretch;
			background: #002364;
	}

	button#go-back {
			display: none;
			background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMTg1NDYgMC4yMzg5NThDNy40ODUxNyAtMC4wNzk2NTI1IDcuOTg0IC0wLjA3OTY1MjUgOC4yOTQxOSAwLjIzODk1OEM4LjU5MzkgMC41NDY4MDQgOC41OTM5IDEuMDU5MTYgOC4yOTQxOSAxLjM2NjI5TDIuNjcyMjggNy4xNDA3NEgyMS4yMjM4QzIxLjY1NjMgNy4xNDE0NiAyMiA3LjQ5NDUyIDIyIDcuOTM4N0MyMiA4LjM4Mjg5IDIxLjY1NjMgOC43NDc0MyAyMS4yMjM4IDguNzQ3NDNIMi42NzIyOEw4LjI5NDE5IDE0LjUxMTFDOC41OTM5IDE0LjgyOTcgOC41OTM5IDE1LjM0MjggOC4yOTQxOSAxNS42NDk5QzcuOTg0IDE1Ljk2ODUgNy40ODQ0NyAxNS45Njg1IDcuMTg1NDYgMTUuNjQ5OUwwLjIzMjY0NSA4LjUwODQ3Qy0wLjA3NzU0NzEgOC4yMDA2MiAtMC4wNzc1NDcxIDcuNjg4MjYgMC4yMzI2NDUgNy4zODExNEw3LjE4NTQ2IDAuMjM4OTU4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
			width: 28px;
			height: 28px;
			background-repeat: no-repeat;
			background-position: center;
			margin-right: 10px;
			background-color: transparent;
			border: 0;
	}

	span.current-page, .close-btn {
			display: flex;
			flex-direction: row;
			align-items: center;
			padding: 0px;
			height: 21px;
			flex: none;
			color: #FFFFFF;
			/* font-family: 'Raleway'; */
			font-style: normal;
			font-weight: 500;
			font-size: 14px;
			line-height: 150%;
			display: flex;
			align-items: center;
			font-feature-settings: 'pnum' on, 'lnum' on;
	} 

	.close-btn {
		position: relative;
			width: 28px;
			height: 28px;
			background: transparent;
			border: 0;
			cursor: pointer;
		&:before, &:after {
			content: "";
			display: block;
			position: absolute;
			left: 50%;
			top: 50%;
			background-color: #fff;
			width: 100%;
			height: 2px;
			transition: height .2s ease-out;
			border-radius: 3px;
		}
		&:before {
			transform: translate(-50%, -50%) rotate(45deg);
		}
		&:after {
			transform: translate(-50%, -50%) rotate(-45deg);
		}
	}

	.navbar-blank.navbar-nav.navbar-site {
			display: flex;
			flex-direction: column;
			width: 100vw;
			padding: 0 16px;
			min-width: 100%;
			max-width: 100%;
	}

	.lfr-nav-item.nav-item, .child-menu.dropdown-menu li {
			border-bottom: 1px solid var(--color-line-medium);
			margin-right: 16px;
			height: 65px;
			display: flex;
			align-items: center;
		  cursor: pointer;
	}

	.navbar-nav .nav-link, .child-menu.dropdown-menu li a {
			padding-left: .5rem;
			padding-right: .5rem;
			color: var(--color-brand-primary-light);
			font-size: var(--font-size-sm);
			font-weight: var(--font-weight-sm);
			width: 100%;
			line-height: var(--line-height-lg);
	}

	.nav-link  span.text-truncate {
			display: flex;
			justify-content: space-between;
			width: 100%;
	}

	.nav-link span.text-truncate .lfr-nav-child-toggle {
			transform: rotate(-90deg);
	}

	.nav-item.dropdown.open > .child-menu.dropdown-menu {
			display: none;
	}

	.dropdown-item.active, .dropdown-item{
			background-color: transparent !important;
	}

	.child-menu.dropdown-menu {
			position: fixed;
			top: 120px;
			left: auto;
			right: -100%;
			bottom: 0;
			width: 100%;
			min-width: 368px;
			height: 100%;
			min-height: 100%;
			display: block !important;
			transition: all 0.3s ease;
		  visibility: hidden;
		  opacity: 0;
		  z-index: 99;
	}
	
	.child-menu.dropdown-menu.show {
		 right: 0;
		 visibility: visible;
		 opacity: 1;
	}
	
	.child-menu.dropdown-menu div{
	   background-color: transparent !important;
	}

	.lfr-nav-item.nav-item.dropdown.active-dropdown::after{
			content: none;
	}

	.signed-out .mobile-menu--container {
		top: 0;
	}
	
	.signed-out .child-menu.dropdown-menu {
		top: 63px;
	}
}
@media (max-width: 634px){
	.mobile-menu--container {
			top: 48px;
	}
}

@media (min-width: 321px ){
	.mobile-menu--container, .child-menu.dropdown-menu {
	    max-width: 336px;
		  min-width: 336px;
	}
}

@media (max-width: 320px){
	.mobile-menu--container, .child-menu.dropdown-menu  {
	    max-width: 300px;
		  min-width: 300px;
	}
}

@media (min-width: 377px ){
	.mobile-menu--container, .child-menu.dropdown-menu  {
	    max-width: 360px;
		  min-width: 360px;
	}
}

@media (min-width: 569px ){
	.mobile-menu--container, .child-menu.dropdown-menu  {
	    max-width: 368px;
		  min-width: 368px;
	}
}.lfr-layout-structure-item-d88e9877-69ce-c211-abe9-86d6abf16304 {
padding-bottom: var(--spacer-2,0.5rem) !important;
}
.lfr-layout-structure-item-8372aea9-7d57-19b2-a259-9c3609f864a3 {
border-style: solid; border-width: 0 !important; border-width: 0px !important;
max-width: 1248px !important;
min-width: 360px !important;
padding-left: 32px !important;
padding-right: 32px !important;
}
.lfr-layout-structure-item-8372aea9-7d57-19b2-a259-9c3609f864a3 {
   .title-text {
     display:none !important
   };
  .subtitle-text {
    background: #001845 !important;
  } 
}.lfr-layout-structure-item-8b23cca6-c9e0-c0d7-dee8-d04a17a6278d {
border-style: solid; border-width: 0 !important; border-width: 0px !important;
height: 636px !important;
}
.lfr-layout-structure-item-09226f2c-453d-890c-7535-b009da1f266c {
font-size: 14px !important;
font-weight: 500 !important;
color: var(--color-neutral-08) !important;
}
.lfr-layout-structure-item-e1163f69-1f38-2db4-e2fc-9494658c4976 {
padding-bottom: 32px !important;
padding-top: 32px !important;
}
.lfr-layout-structure-item-ae0fec71-4a5e-2e5d-08f6-9180f2782d46 {
  a {
    font-family: Raleway;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #002364;
}
a:hover {
    text-decoration: none;
}
}.lfr-layout-structure-item-7cc06bc6-e904-d1f1-8a8f-13556e71e7d9 {
padding-top: 60px !important;
}
.lfr-layout-structure-item-7cc06bc6-e904-d1f1-8a8f-13556e71e7d9 img {
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 1024px) {
  .lfr-layout-structure-item-7cc06bc6-e904-d1f1-8a8f-13556e71e7d9 img {
    height: 162px;
  }
}

@media (max-width: 768px) {
  .lfr-layout-structure-item-7cc06bc6-e904-d1f1-8a8f-13556e71e7d9 img {
    height: 100px;
  }
}

@media (max-width: 575px) {
  .lfr-layout-structure-item-7cc06bc6-e904-d1f1-8a8f-13556e71e7d9 img {
    height: 80px;
  }
}
.lfr-layout-structure-item-436cffa1-23dc-20b9-29f0-9b4fd65e7999 {
color: var(--white) !important;
}
.lfr-layout-structure-item-244819f7-0d11-5570-d760-db9e6900dbc8 {
color: var(--white) !important;
}
.lfr-layout-structure-item-7ad4e1fc-8e5e-62a8-1985-84e75932146b {
border-style: solid; border-width: 0 !important; border-width: 0px !important;
padding-bottom: 60px !important;
padding-left: 32px !important;
padding-right: 32px !important;
padding-top: 60px !important;
}
.lfr-layout-structure-item-7ad4e1fc-8e5e-62a8-1985-84e75932146b {
@media (max-width: 568px) {
        padding: 24px !important;
    }
    @media (max-width: 376px) {
         padding: 16px !important;
    }
}.lfr-layout-structure-item-02539bb2-d132-e64d-1810-4b4fce00acb2 {
color: var(--white) !important;
}
.lfr-layout-structure-item-8ca96074-c4a8-9f8a-193f-b613560feff2 {
font-size: 14px !important;
font-weight: 500 !important;
color: var(--white) !important;
}
.lfr-layout-structure-item-d9acba0d-1cc2-45b9-f63b-9669479e3de7 {
padding-bottom: 32px !important;
padding-top: 32px !important;
}
.lfr-layout-structure-item-3b9a0513-c76c-08a1-513d-6be0b4beb665 {
font-size: 14px !important;
font-weight: 500 !important;
color: var(--white) !important;
}
.lfr-layout-structure-item-58e3c056-d186-4c40-95d8-298f7c8b46f0 {
border-style: solid; border-width: 0 !important; border-width: 0px !important;
margin-top: 0px !important;
}
.lfr-layout-structure-item-2fb74198-0c9d-430f-a34d-284830acdc54 {
border-style: solid; border-width: 0 !important; border-width: 0px !important;
max-width: 1248px !important;
min-width: 360px !important;
padding-left: 32px !important;
padding-right: 32px !important;
padding-top: 124px !important;
}
.lfr-layout-structure-item-4b3a06a2-9147-9fe2-bf4e-0f1b397d1fb1 {
background-color: #FCFCFC !important;
border-style: solid; border-width: 0 !important; border-width: 0px !important;
}
.lfr-layout-structure-item-249e2d14-3c10-b390-7ace-d506e32ba2fd {
background-color: #BA131300 !important;
}
.lfr-layout-structure-item-9e862f4e-4601-bf1a-0472-4ec7e9006d12 {
display: none !important;
}
.lfr-layout-structure-item-75f36ddc-f670-cdc0-fd69-6e238a443707 {
border-style: solid; border-width: 0 !important; border-width: 0px !important;
max-width: 1248px !important;
min-width: 360px !important;
padding-left: 32px !important;
padding-right: 32px !important;
}
.lfr-layout-structure-item-91c22e61-72c4-6253-adc2-9943db65bbcd {
color: var(--white) !important;
}
.lfr-layout-structure-item-d63342ec-7f8e-1d00-62c3-1b0187067177 {
border-style: solid; border-width: 0 !important; border-width: 0px !important;
}
.lfr-layout-structure-item-d63342ec-7f8e-1d00-62c3-1b0187067177 {
gap: 0 16px;
}.lfr-layout-structure-item-3b27016f-4dc2-7d98-6f09-88617430396c {
   > div > div:nth-child(2){
     gap: 8px;
    display: flex;
    flex-direction: column;
    max-width: 224px !important;
    margin-left: auto;
  }

@media (max-width: 568px){
   > div > div:nth-child(2){
      margin-left: 0;
      order: -1;
      margin-bottom: 32px;
}
}
}.lfr-layout-structure-item-c77a0774-a567-1aaa-25ca-8496b71cefd7 {
color: var(--white) !important;
}
@media screen and (max-width: 991px) {.lfr-layout-structure-item-9e34b7f7-cc0e-aff9-2a40-355809c0bfb4 {
.header-text .subtitle-text {
    font-size: 28px !important ;
}
}.lfr-layout-structure-item-ae0fec71-4a5e-2e5d-08f6-9180f2782d46 {
  a {
    font-family: Raleway;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #002364;
}
a:hover {
    text-decoration: none;
}
}}@media screen and (max-width: 767px) {.lfr-layout-structure-item-09226f2c-453d-890c-7535-b009da1f266c {
font-size: 12px !important;
}
.lfr-layout-structure-item-7ad4e1fc-8e5e-62a8-1985-84e75932146b {
padding-left: var(--spacer-4,1.5rem) !important;
padding-right: var(--spacer-4,1.5rem) !important;
}
.lfr-layout-structure-item-8ca96074-c4a8-9f8a-193f-b613560feff2 {
font-size: 12px !important;
}
.lfr-layout-structure-item-3b9a0513-c76c-08a1-513d-6be0b4beb665 {
font-size: 12px !important;
}
}@media screen and (max-width: 575px) {.lfr-layout-structure-item-70483322-06fc-4293-666f-2ecda919b840 {
    gap: 28px;
  
  @media (max-width: 376px) {
         gap: 28px;
       
    }
}.lfr-layout-structure-item-9a792c62-0dbd-d2bd-d374-fbc9bcea6cb4 {
   @media (max-width: 376px) {
     img {
     width: 48px !important;
    height: 48px !important;
     }
    }
}.lfr-layout-structure-item-9e34b7f7-cc0e-aff9-2a40-355809c0bfb4 {
.header-text .subtitle-text {
    font-size: 28px !important ;
}
}.lfr-layout-structure-item-7ad4e1fc-8e5e-62a8-1985-84e75932146b {
padding-left: var(--spacer-3,1rem) !important;
padding-right: var(--spacer-3,1rem) !important;
}
.lfr-layout-structure-item-249e2d14-3c10-b390-7ace-d506e32ba2fd {
   @media (max-width: 376px) {
     img {
width: 101px !important;
height: 48px !important;

     }
    }
}.lfr-layout-structure-item-3b27016f-4dc2-7d98-6f09-88617430396c {
   > div > div:nth-child(2){
     gap: 8px;
    display: flex;
    flex-direction: column;
    max-width: 224px !important;
    margin-left: auto;
  }

@media (max-width: 568px){
   > div > div:nth-child(2){
      margin-left: 0;
      order: -1;
      margin-bottom: 32px;
}
}
}}