@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,700;1,400&family=Poppins:wght@400;500&family=Roboto:wght@300;400;500&display=swap');

.fc-portrait {
    margin-left: auto;
    margin-right: auto;
}

.fc-pagination {
    display: none;
}

.aplicativo_slider h5.list-info-title {
    font-size: 32px;
    color: #929292;
}

.aplicativo_slider li p {
    font-size: 16px;
    color: #9b9b9b;
}

.video-box {

}

.video-box img {

}

.video-box a {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -45px;
    padding: 0px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.04), 0 5px 15px -1px rgba(20,20,20,.1);
    border: 3px solid #fff;
    background: transparent;
    border-radius: 50%;
    outline: none!important;
    cursor: pointer;
    transition: border .25s ease-out 0s;
}

.video-box a:after {
    content: "";
    display: block;
    margin-left: 30px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 20px 21px 20px 30px;
    margin-top: 20px;
    transition: border .25s ease-out 0s;
}

.video-box a:hover {
    border: 3px solid #fb766d;
}

.video-box a:hover:after {
    border-color: transparent transparent transparent #fb766d;
}

.YouTubePopUp-Wrap {
    padding: 30px;
}

.close-button {
    height: 30px;
    width: 30px;
    position: relative;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
    background-color: rgba(255,255,255,1);
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.close-button:before, .close-button:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10.5px;
    display: block;
    height: 2px;
    width: 20px;
    background-color: #fb766d;
    transition: all 0.25s ease-out;
}

.close-button:after {
    transform: rotate(-135deg);
}

.close-button:hover:before, .close-button:hover:after {
    transform: rotate(0deg);
}

.YouTubePopUp-Close {
    top: 5px;
    left: 5px;
}

.fc.fc-collapsed {
    background-image: url('{{ asset('resources/assets/img/mobile-carousel/iphone_6_silver.webp') }}')!important;
}

.fc.fc-collapsed .fc-controls {
    display: block!important;
}

#section-10 .unslider {
    display: table;
    height: 100%;
}

.aplicativo_slider {
    position: relative;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

#section-1 .info-block {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.highlight-txt {
    font-size: 23px;
}

.full-image {
    position: relative;
}

.full-image img {
    position: relative;
}

@media (max-width: 768px) {
    .fc .fc-btn.fc-btn-right {
        right: -50px;
    }

    .fc .fc-btn.fc-btn-left {
        left: -50px;
    }

    .aplicativo_slider h5.list-info-title {
        font-size: 22px;
    }

    .video-box {
        margin-bottom: 10px;
    }

    .highlight-txt {
        font-size: 17px;
    }
}

a {
    color: #fb766d;
}

.pag_form {
    display: table;
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pag_form input {
    background-color: #ffffff;
    color: #555;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 8px;
    outline: none!important;
}

.pag_form input::-webkit-input-placeholder {
    color: #fb766d!important;
}

.pag_form input::-moz-placeholderr {
    color: #fb766d!important;
}

.pag_form input::-ms-placeholder {
    color: #fb766d!important;
}

.pag_form input::placeholder {
    color: #fb766d!important;
}

.pag_form button {
    background-color: #ffffff;
    color: #fb766d;
    border: none;
    font-size: 15px;
    padding: 5px 10px;
    float: right;
    cursor: pointer;
    outline: none!important;
    transition: all .3s ease;
}

.pag_form button:hover {
    color: #fff;
    background-color: #f15d53;
}

.col-form-pag {
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 2px solid #fff;
}

.col-form-pag p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.row-pag {
    background-color: #fb766d;
}

.row-pag img {

}

.btn-quero-ser-cuidador {
    background-color: #fb766d !important;
    border-color: #fb766d;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin: auto;
    padding: 16px 22px;
    border: 1px solid;
}

.btn-quero-ser-cuidador:hover {
    background-color: #fb766d;
    border-color: #fb766d;
    color: #fff;
}

.titulo-unidade {
    color: #fb766d !important;
    min-height: 50px;
    font-size: 22px !important;
}

.titulo-unidade .small {

}

.popup-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10000;
    background-color: rgba(0,0,0,0.8);
}

.popup-imagem {
    display: block;
    position: fixed;
    top: 50px;
    width: 620px;
    max-width: 100%;
    left: calc(50% - 300px);
    text-align: center;
    z-index: 10001;
    padding: 30px 10px 10px 10px;
    background-color: #fff;
    border-radius: 4px;
}

.popup-imagem img {
    width: 100%;
}

.popup-imagem .close-popup {
    position: absolute;
    left: 10px;
    top: 5px;
    color: #fb766d !important;
    font-size: 18px;
    cursor: pointer;
}

.popup-newsletter-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10002;
    background-color: rgba(0,0,0,0.8);
}

.popup-newsletter {
    display: none;
    position: fixed;
    top: 50px;
    width: 522px;
    max-width: 100%;
    left: calc(50% - 300px);
    text-align: center;
    z-index: 10003;
    padding: 0px;
    background-color: #fff;
    border-radius: 8px;
}

.popup-newsletter img {
    width: 100%;
}

.popup-newsletter .close-popup {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #ffffff !important;
    font-size: 18px;
    cursor: pointer;
}

.popup-newsletter-header {
    background-color: #ff8b82;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 8px 0px;
}

.popup-newsletter-header h3 {
    color: #ffffff;
    margin: 0px;
    font-size: 20px;
}

.popup-newsletter-body {
    background-color: #fefefe;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.popup-newsletter-body h3 {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 15px;
    color: #ff8b82;
}

.popup-newsletter-info .popup-newsletter-body h3 {
    margin-bottom: 140px;
    margin-top: 140px;
}

.popup-newsletter-body form {
    
}

.popup-newsletter-body input {
    border: 2px #ff8b82 solid !important;
    padding: 8px 8px;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 8px !important;
    width: 300px;
    max-width: 100%;
    color: #fb766d!important;
    outline: none !important;
}

.popup-newsletter-body input::-webkit-input-placeholder {
    color: #fb766d!important;
}

.popup-newsletter-body input::-moz-placeholderr {
    color: #fb766d!important;
}

.popup-newsletter-body input::-ms-placeholder {
    color: #fb766d!important;
}

.popup-newsletter-body input::placeholder {
    color: #fb766d!important;
}

.popup-newsletter-body button {
    background-color: #ff8b82;
    color: #ffffff;
    border: none;
    padding: 5px 5px;
    margin-top: 20px;
    margin-bottom: 67px;
    font-size: 20px;
    width: 250px;
    max-width: 100%;
    border-radius: 8px;
    cursor: pointer;
    outline: none !important;
    transition: all .3s ease;
}

.popup-newsletter-body button:hover {
    background-color: #f97066;
}

.popup-newsletter-info-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10000;
    background-color: rgba(0,0,0,0.8);
}

.popup-newsletter-info {
    display: none;
    position: fixed;
    top: 50px;
    width: 522px;
    max-width: 100%;
    left: calc(50% - 300px);
    text-align: center;
    z-index: 10001;
    padding: 0px;
    background-color: #fff;
    border-radius: 8px;
}

.popup-newsletter-info .close-popup {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #ffffff !important;
    font-size: 18px;
    cursor: pointer;
}

.small-content {
    max-width: 800px;
    display: table;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.locais-block {
    border: 3px solid #ff8b82;
    cursor: pointer;
    margin: 10px 10px;
    height: 116px;
    display: grid;
    align-items: center;
    border-radius: 8px;
}

.locais-block:hover {
    border: 4px solid #ff8b82;
}

.titulo-locais {
    color: #ff8b82;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
}

#section-17 .info-block h5.info-title {
    min-height: 35px;
}

#section-17 {
    padding-bottom: 0px;
}

#section-17 .section-title-bloco {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .btn-quero-ser-cuidador {
        display: none;
    }

    .btn-quero-ser-cuidador.mobile_only {
        display: block;
    }
}

@media (max-width: 768px) {
    .col-form-pag {
        border: none;
    }

    .locais-block {
        height: 70px;
    }
}

/*********************************************************************************/
/* INSIDE PAGES
/*********************************************************************************/

.top-navigation {
    height: 145px;
    display: block;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}

/*********************************************************************************/
/* INFO - FRST ROW                                                                       
/*********************************************************************************/

.top-navigation .top-navigation-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.top-navigation .top-navigation-info .top-navigation-brand {
}

.top-navigation .top-navigation-info .top-navigation-brand a {
    display: inline-block;
}

.top-navigation .top-navigation-info .top-navigation-brand a img {
    max-width: 410px;
    padding: 0px;
}

.top-navigation .top-navigation-info .top-navigation-contact {
    display: flex;
}

.top-navigation .top-navigation-info .top-navigation-info-social-network {
    display: none;
}

.top-navigation .top-navigation-info .top-navigation-info-social-network ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.top-navigation .top-navigation-info .top-navigation-info-social-network ul li {
    text-align: center;
    display: table;
}

.top-navigation .top-navigation-info .top-navigation-info-social-network ul li a {
    color: #0cb8b6;
    font-size: 12px;
    vertical-align: middle;
    display: table-cell;
}

.top-navigation .top-navigation-info .top-navigation-contact ul {
    list-style: none;
    margin: 0px 0px 0px auto;
    padding: 0px 00px 0px 0px;
    display: flex;
    gap: 15px;
    width: 410px;
}

.top-navigation .top-navigation-info .top-navigation-contact ul li {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.top-navigation .top-navigation-info .top-navigation-contact ul li .top-navigation-contact-icon {
    display: table;
}

.top-navigation .top-navigation-info .top-navigation-contact ul li .top-navigation-contact-icon .top-navigation-contact-icon-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.top-navigation .top-navigation-info .top-navigation-contact ul li .top-navigation-contact-icon .top-navigation-contact-icon-container ion-icon {
    font-size: 40px;
    color: #0cb8b6;
}

.top-navigation .top-navigation-info .top-navigation-contact ul li .top-navigation-contact-description {
    display: table;
}

.top-navigation .top-navigation-info .top-navigation-contact ul li .top-navigation-contact-description span {
    color: #bab9b9;
    font-size: 18px;
    vertical-align: middle;
    display: table-cell;
    font-family: 'Roboto', sans-serif;
}

/* MENU - SECOND ROW */

.top-navigation .top-navigation-menu-container {
    display: grid;
    grid-template-columns: 1fr 200px 200px;
    padding: 0px 20px 0px 20px;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu-brand {
    display: none;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu-brand a {
    display: flex;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu-brand a img {
    width: 250px;
    object-fit: contain;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu {
    padding-top: 14px;
    position: relative;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: flex;
    gap: 50px;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li {

}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li a {
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li a.top-navigation-main-item {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    color: #939191;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 5px solid #ffffff;
    transition: border-color .3s ease;
    padding-bottom: 5px;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li a.top-navigation-main-item:hover,
.top-navigation .top-navigation-menu-container .top-navigation-menu ul li a.top-navigation-main-item.active,
.top-navigation .top-navigation-menu-container .top-navigation-menu ul li a.top-navigation-main-item.current_page {
    border-color: #fb776d;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu {
    top: 58px;
    padding: 40px 30px 30px 30px;
    border-radius: 10px;
    left: 0px;
    max-width: 1100px;
    min-width: 700px;
    box-shadow: 0px 18px 20px -12px rgba(0,0,0,0.15);
    z-index: -1;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: opacity .5s ease;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu.open {
    z-index: 1000;
    visibility: visible;
    opacity: 1;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu ul {
    display: grid;
    gap: 20px;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu ul li {
    border-bottom: 1px solid #939191;
    padding-bottom: 10px;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu ul li:last-child {
    border: none;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #939191;
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    transition: color .3s ease;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu ul li a:hover, .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu ul li a.current_page {
    color: #fb776d;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu .top-navigation-submenu-info {
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu .top-navigation-submenu-info h4 {
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    color: #313030;
    font-size: 20px;
    font-weight: 400;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu .top-navigation-submenu-info p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #636565;
    font-size: 20px;
    text-align: justify;
}

/* SEARCH - SECOND ROW */

.top-navigation .top-navigation-menu-container .top-navigation-search {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    display: flex;
    padding-top: 10px;
    height: 58px;
}

.top-navigation .top-navigation-menu-container .top-navigation-search form {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
    padding: 0px 15px;
}

.top-navigation .top-navigation-menu-container .top-navigation-search form .top-navigation-search-field {
}

.top-navigation .top-navigation-menu-container .top-navigation-search form .top-navigation-search-field input {
    outline: none !important;
    border: none;
    padding: 5px 2px;
	font-family: "MuseoSans";
	color: #222;
	font-size: 12px;
}

.top-navigation .top-navigation-menu-container .top-navigation-search form .top-navigation-search-button {
	padding-top: 6px;
}

.top-navigation .top-navigation-menu-container .top-navigation-search form .top-navigation-search-button button {
    border: none;
    background: none;
    font-size: 20px;
    color: #555;
    width: 20px;
    height: 20px;
    padding: 0px;
    cursor: pointer;
}

/* SOCIAL NETWORK / LOGIN - SOCIAL */

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network {
    padding-top: 8px;
    position: relative;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-social-network {

}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-social-network ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 100px;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-social-network ul li {
    text-align: center;
    display: table;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-social-network ul li a {
    color: #0cb8b6;
    font-size: 14px;
    vertical-align: middle;
    display: table-cell;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-social-network ul li a i {

}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-social-network ul li #toggle-login {
    margin-left: auto;
    display: table;
    background-color: #fb776d;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    box-shadow: 0 1px 15px 1px rgba(39,39,39,.1);
    cursor: pointer;
    padding: 0px 0px;
    transition: background-color .3s ease;
    outline: none !important;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-social-network ul li #toggle-login:hover {
    background-color: #ff5c50;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-social-network ul li #toggle-login i {

}

/*********************************************************************************/
/* SOCIAL NETWORK / LOGIN - LOGIN
/*********************************************************************************/

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login {
    position: absolute;
    top: 58px;
    padding: 15px 20px;
    right: -20px;
    width: 300px;
    z-index: -1;
    opacity: 0;
    background-color: rgba(0,0,0,0.2);
    visibility: hidden;
    transition: opacity .5s ease;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login.open {
    z-index: 1000;
    visibility: visible;
    opacity: 1;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login {

}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form {

}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login .auth-user-info {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login .auth-user-info h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin: 0px;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login .auth-user-info h3 a {
    color: #fff;
    text-decoration: underline;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login .auth-user-info .btn-logout {
    margin-left: auto;
    display: grid;
    background-color: #fb776d;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 1px 15px 1px rgba(39,39,39,.1);
    cursor: pointer;
    transition: background-color .3s ease;
    outline: none !important;
    text-align: center;
    align-items: center;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login .auth-user-info .btn-logout ion-icon {
    margin-left: auto;
    margin-right: auto;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login .auth-user-info .btn-logout:hover {
    background-color: #ff5c50;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form .login-error {
    color: #ff0000;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form .input-container {

}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form .input-container input {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #ffffff;
    outline: none !important;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
    background: transparent;
    padding: 6px 10px;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form .input-container input::-webkit-input-placeholder {
    color: #ffffff;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form button {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #f86f80;
    background-color: #ffffff;
    border: none;
    width: 100%;
    padding: 6px 0px;
    cursor: pointer;
    outline: none !important;
    margin-bottom: 15px;
    transition: background-color .3s ease;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form button:hover {
    background-color: #f2f2f2;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form .form-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form .form-options .remember-me {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #ffffff;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form .form-options .remember-me input {

}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form .form-options .forgot-password {

}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login .panel-form-login form .form-options .forgot-password a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-decoration: underline;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu {
    display: none;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button {
    -webkit-appearance: button;
    height: 27px;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    border: none;
    background-color: #fff;
    padding: 0px;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button .navbar-toggler-bar {
    background: #fb766d;
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button .navbar-toggler-bar.bar1,
.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button .navbar-toggler-bar.bar2,
.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button .navbar-toggler-bar.bar3 {
    outline: 1px solid transparent;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button .navbar-toggler-bar.bar1 {
    top: 0;
    -webkit-animation: topbar-back 500ms linear 0;
    -moz-animation: topbar-back 500ms linear 0;
    animation: topbar-back 500ms 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button .navbar-toggler-bar.bar2 {
    width: 17px;
    opacity: 1;
    transition: width .2s linear;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button .navbar-toggler-bar.bar3 {
    bottom: 0;
    -webkit-animation: bottombar-back 500ms linear 0;
    -moz-animation: bottombar-back 500ms linear 0;
    animation: bottombar-back 500ms 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 7px;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button.toggled {
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button.toggled .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 5px;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button.toggled .navbar-toggler-bar.bar1 {
    top: 6px;
    -webkit-animation: topbar-x 500ms linear 0;
    -moz-animation: topbar-x 500ms linear 0;
    animation: topbar-x 500ms 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button.toggled .navbar-toggler-bar.bar2 {
    opacity: 0;
}

.top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu button.toggled .navbar-toggler-bar.bar3 {
    bottom: 6px;
    -webkit-animation: bottombar-x 500ms linear 0;
    -moz-animation: bottombar-x 500ms linear 0;
    animation: bottombar-x 500ms 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.top-navigation .top-navigation-menu-container .top-navigation-menu ul li.mobile-sub-item .mobile-expand {
    display: none;
}

#btn-localidades {
    cursor: pointer;
}

#menu-nav {
	width: 100%;
}

@media (max-width: 1280px) {
    .top-navigation .top-navigation-menu-container .top-navigation-menu ul {
        gap: 20px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li a.top-navigation-main-item {
        font-size: 20px;
    }
}

@media (max-width: 1080px) {
    .top-navigation {
        height: 105px;
    }        

    .top-navigation .top-navigation-info .top-navigation-brand {
        display: none;
    }

    .top-navigation .top-navigation-info .top-navigation-info-social-network {
        display: flex;
        margin-left: auto;
    }

    .top-navigation .top-navigation-info {
        grid-template-columns: 1fr 70px;
        padding: 10px 10px 10px 10px;
    }

    .top-navigation .top-navigation-info .top-navigation-contact ul {
        margin: 0px 0px 0px 0px;
        width: auto;
    }

    .top-navigation .top-navigation-info .top-navigation-contact ul li .top-navigation-contact-icon .top-navigation-contact-icon-container ion-icon {
        font-size: 28px;
    }

    .top-navigation .top-navigation-info .top-navigation-contact ul li .top-navigation-contact-description span {
        font-size: 14px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu {
        position: absolute;
        width: 100%;
        top: 105px;
        left: 0px;
        padding: 10px 0px 0px 0px;
        background-color: #e2e6e8;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu.open {
        z-index: 100000;
        opacity: 1;
        visibility: visible;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul {
        display: grid;
        gap: 10px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li {
        border-bottom: 1px solid #dddddd;
        padding: 0px 0px 10px 0px;
        position: relative;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li.mobile-sub-item {
        position: relative;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li.mobile-sub-item .mobile-expand {
        display: grid;
        position: absolute;
        right: 0px;
        top: -10px;
        height: 49px;
        width: 70px;
        text-align: center;
        font-size: 24px;
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
        transition: content 1s ease;
        align-items: center;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li.mobile-sub-item .mobile-expand span {
        
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li.mobile-sub-item .mobile-expand span ion-icon {
        color: #fb776d;
        transition: .25s ease-in-out;        
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li.mobile-sub-item.open .mobile-expand {
        
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li.mobile-sub-item.open .mobile-expand span {
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li.mobile-sub-item.open .mobile-expand span ion-icon {
        transform: rotate(90deg);
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li a.top-navigation-main-item {
        border: none;
        color: #fb766d;
        padding: 0px 15px 0px 15px;
        font-size: 16px;
        display: block;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu {
        position: relative;
        height: 0px;
        padding: 0px 0px 0px 0px;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        overflow: hidden;
        background-color: rgba(255,255,255, 0.4);
        top: 8px;            
        border-radius: 0px;
        min-width: 0px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu .row {
        display: grid;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu .row .col-md-4 {
        max-width: 100%;
        padding-top: 5px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu .row .col-md-4:first-child {
        padding-top: 0px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu .row .col-md-4:last-child {
        padding-top: 0px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu ul {
        gap: 10px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu ul li {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu ul li:first-child {
        padding-top: 5px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu ul li:last-child {
        border-bottom: none;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu ul li a {
        color: #555555;
        padding: 0px 40px;
        font-weight: normal;
        font-size: 14px;
        display: block;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu .col-md-4 {
        padding: 0px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu.open {
        height: auto;
        padding: 5px 0px 10px 0px;
        border-top: none;
        margin: 0px 10px 10px 10px;
        box-shadow: none;
        border-radius: 4px;        
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu ul li .top-navigation-submenu .top-navigation-submenu-info {
        display: none;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-menu-brand {
        display: flex;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-search form .top-navigation-search-field {
        display: none;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-search {
        border: none;
        height: 50px;
        padding-top: 12px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-social-network ul {
        grid-template-columns: 1fr;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-social-network ul li {
        display: none;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-social-network ul li:last-child {
        display: table;
        padding-top: 5px;
        text-align: center;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-social-network ul li #toggle-login {
        display: grid;
        align-items: center;
        text-align: center;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-login {
        top: 51px;
        background-color: rgba(0,0,0,0.6);
    }

    .top-navigation .top-navigation-menu-container .top-navigation-login-social-network .top-navigation-mobile-menu {
        display: flex;
        margin-left: auto;
        align-items: center;
    }

    .top-navigation .top-navigation-menu-container {
        grid-template-columns: 1fr 90px 95px;
        padding: 0px 10px 0px 10px;
    }

    .top-navigation .top-navigation-menu-container .top-navigation-login-social-network {
        display: flex;
        padding-top: 0px;
    }

    .top-navigation .top-navigation-info .top-navigation-contact ul li {
        grid-template-columns: 28px 1fr;
        gap: 5px;
    }

    .header-info .customer-options {
        display: none;
    }

    body.transform-menu .top-navigation-info {
        display: none;
    }

    body.transform-menu .section-buttons.mobile_only {
        position: fixed;
        left: 0px;
        top: 50px;
        width: 100%;
        z-index: 10000;
    }

    body.transform-menu.mobile-menu-open .section-buttons.mobile_only {
        display: none;
    }

    body.transform-menu .top-navigation {
        height: 50px;
    }

    #masthead-sticky-wrapper {
		height: 105px !important;
	}
}

@media (max-width: 768px) {
    .top-navigation .top-navigation-menu-container .top-navigation-menu-brand a img {
        width: 220px;            
    }
}

/*********************************************************************************/
/* HOME HEADER
/*********************************************************************************/

.index-page .page-header {
    margin-top: 145px;
}

#banner-header img {
    max-height: calc(100vh - 145px);
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.section.header-info-section {
    background-color: rgba(255,255,255,0.6);
    padding: 15px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.section.header-info-section .header-info-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}

.header-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 0px 0px;
    background-color: transparent;
}

.header-info .banner-controller-title {
    display: none;   
}

.header-info .banner-controller-title h4 {
    font-family: 'Poppins', sans-serif;
    color: #fb776d;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.header-info .customer-options {

}

.header-info .customer-options .customer-options-container {
    max-width: 600px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.header-info .customer-options .customer-options-title {

}

.header-info .customer-options .customer-options-title h4 {
    color: #464546;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    text-align: center;  
    margin-bottom: 40px;
    font-weight: 500;
}

.header-info .customer-options .customer-options-buttons {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.header-info .customer-options .customer-options-buttons button {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    background-color: #fb776d;
    color: #ffffff;
    cursor: pointer;
    border: none;
    padding: 12px 0px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #fb776d;
    outline: none !important;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.header-info .customer-options .customer-options-buttons button:first-child {
    background-color: #ffffff;
    color: #fb776d;
    border-color: #ffffff;
}

.header-info .customer-options .customer-options-buttons button:hover {
    background-color: transparent;
    color: #fb766d;
}

.header-info .customer-options .customer-options-buttons button:first-child:hover {        
    background-color: transparent;
    color: #666666;
    border-color: #666666;
}

.header-info .banner-controller {
    display: grid;
    grid-template-columns: 232px 232px 232px;
    gap: 15px;
    align-items: center;
}

.header-info .banner-controller .slider-controller-box {
    height: 190px;
    border: 2px solid #f0efef;
    cursor: pointer;
    transition: border-color .3s ease;
}

.header-info .banner-controller .slider-controller-box.active {
    box-shadow: 0 5px 25px -4px rgba(0,0,0,0.2);
    border-color: #fb776d;
}

.header-info .banner-controller .slider-controller-box:hover {
    border-color: #ff5c50;
}

.header-info .banner-controller .slider-controller-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.unidade-select {
    text-align: center;
}

.unidade-select a {
    background-color: #fb766d;
    border-color: #fb766d;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 1380px) {
    .header-info {
        gap: 20px;
    }

    .section.header-info-section .header-info-container {
        padding: 0px 20px;
    }
}

@media (max-width: 1280px) {
    .header-info {
        gap: 20px;
    }

    .header-info .customer-options .customer-options-title h4 {
        margin-top: 0px;
        font-size: 20px;
    }

    .header-info .customer-options .customer-options-buttons {
        grid-template-columns: 1fr;
    }

    .header-info .customer-options .customer-options-buttons button {
        font-size: 20px;
    }

    .section.header-info-section .header-info-container {
        padding: 0px 20px;
    }
}

@media (max-width: 1080px) {
    .index-page .page-header {
        margin-top: 105px;
    }

    .header-info {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .header-info .banner-controller-title {
        display: block;   
    }

    .section.header-info-section {
        padding: 5px 0px;
        background-color: #ffffff;
        position: relative;
    }

    .section.section-basic {
        padding: 10px 0;
    }

    .section-buttons.mobile_only {
        display: block;
        margin-bottom: 0px;
    }

    .section.header-info-section .header-info-container {
        padding: 0px 10px;
    }
}

@media (max-width: 768px) {
    .header-info .banner-controller {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 5px;
    }

    .header-info .banner-controller .slider-controller-box {
        height: fit-content;
        aspect-ratio: 4/3;
    }

    .modal.show .modal-dialog {
        transform: translate(0,0);
    }

    .modal-content .modal-header .title {
        font-size: 14px;
    }

    .unidade-select a { 
        white-space: pre-wrap;
    }
}

@media (max-width: 568px) {
    .header-info .banner-controller-title h4 {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1440px;
    }
}

/*********************************************************************************/
/* INTERN PAGES
/*********************************************************************************/

:root {
    --valores-divier-size: 100px;
}

.main.intern-page {

}

.main.intern-page .customer-options-buttons {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

.main.intern-page .customer-options-buttons button {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    background-color: #fb776d;
    color: #ffffff;
    cursor: pointer;
    border: none;
    padding: 12px 10px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #fb776d;
    outline: none !important;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.main.intern-page .customer-options-buttons button:first-child {
    background-color: #ffffff;
    color: #fb776d;
    border-color: #ffffff;
}

.main.intern-page .customer-options-buttons button:hover {
    background-color: transparent;
    color: #fb766d;
}

.main.intern-page .customer-options-buttons button:first-child:hover {        
    background-color: transparent;
    color: #666666;
    border-color: #666666;
}

section.from-site {
    background-color: #ffffff;
}

section.from-site.no-limit {
    display: flex;
    flex-wrap: wrap;
}

section.from-site.bg-gray {
    background-color: #f0efef;
}

section.from-site.bg-primary {
    background-color: #fb776d !important;
}

section.from-site.section-how-we-do {
    padding: 30px 0px;
}

section.from-site.section-what-we-do {
    padding: 30px 0px;
}

section.from-site.contato-pagina-interna {
    padding: 30px 0px;
}

section.from-site.section-servicos {
    background-color: #f9f9f9;
    padding: 40px 0px;
}

section.from-site.section-pag {
    padding: 40px 0px;
}

.col-page-banner-title {
    display: flex;
    align-items: center;
}

.about-banner {
    display: grid;
    max-width: 700px;
    margin-left: auto;
    padding-right: 40px;
    gap: 50px;
    margin-right: auto;
    padding-right: 0px;
}

.about-banner .page-title {

}

.about-banner .page-title h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #fb776d;
}

.about-banner .page-title h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    font-weight: 500;
    color: #fb776d;
}

.about-banner .page-subtitle {

}

.about-banner .page-subtitle h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    font-weight: 300;
    color: #fb776d;
}

.no-padding-col {
    padding: 0px;
}

.full-image-content {

}

.full-image-content img {
    min-height: 500px;
    object-fit: cover;
    object-position: center center;
}

.intern-page section.page-mobile-title {
    display: none;
    padding: 15px 0px;
    background-color: #aba6a6 !important;
}

.intern-page section.page-mobile-title h3 {
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}

.intern-page .container-content {
    display: flex;
    align-items: center;
}

.intern-page .container-content .content-box {

}

.intern-page .content-box {

}

.intern-page .container-content .content-box p {
    text-align: justify;
}

.intern-page .content-box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #fb776d;
}

.intern-page .content-box p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #8a8a8a;
    margin-bottom: 35px;
}

.intern-page .content-box.text-align-center h3, .intern-page .content-box.text-align-center p {
    text-align: center;
}


.box-valores2 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}

.box-valores2 .box-valores2-item {

}

.box-valores2 .box-valores2-item h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #fb776d;
    margin-bottom: 0px;
    text-align: center;
}

.box-valores2 .divisor {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px 40px;
}

.box-valores2 .divisor:before {
    content: " ";
    position: absolute;
    border-bottom: 1px dotted #848382;
    height: 1px;
    width: 100%;
    left: 0;
}

.box-valores2 .divisor span {
    position: absolute;    
    width: 10px;
    height: 10px;
    background-color: #848382;
    border-radius: 50%;
}

.box-valores2 .divisor span:first-child {
    left: 0px;
}

.box-valores2 .divisor span:last-child {
    right: 0px;
}

.title-contato-pagina-interna h5 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #fb776d;
    margin-bottom: 30px;    
}

.youtube-video-container {
    height: 100%;
}

.youtube-video-container a {
    height: 100%;
    display: block;
}

.youtube-video-container a img {
    height: 100%;
    object-fit: cover;
}

.nav-breadcrumb {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.nav-breadcrumb .breadcrumb {
    background-color: transparent;
}

.nav-breadcrumb .breadcrumb-item {
    font-size: 15px;
    color: #fb776d;
    font-family: 'Roboto', sans-serif;
}

.nav-breadcrumb .breadcrumb-item a {
   text-decoration: none;
   color: #fb776d;
}

section.section-servicos p {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #29354d;
    text-align: justify;
}

section.section-servicos h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    color: #fb776d;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 400;
}

ul.lista-servicos {
    padding-left: 25px;
}

ul.lista-servicos li {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #29354d;
}

section.section-pag p {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #29354d;
    text-align: justify;
}

section.section-pag h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    color: #fb776d;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 400;
}

section.section-pag #pag-section p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.paragraph-type-1 {
    font-size: 20px;
    color: #a0a0a0;
    font-family: MuseoSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.paragraph-type-1.justify {
    text-align: justify;
}

img.align-to-text {
    padding-top: 8px;
}

.phone-vid-container {
    background-image: url('../img/fundoback.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: grid;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.phone-vid-container .phone-vid-box {
    position: relative;
    width: 224px;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.phone-vid-container .phone-vid-box .phone-template {
    background-image: url('../img/celular.webp');
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: calc(100% - 10px);
    margin-top: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.phone-vid-container .phone-vid-box .phone-vid {
    border-radius: 60px;
    overflow: hidden;
    padding: 0px 5px;
}

.phone-vid-container .phone-vid-box .phone-vid video {
    width: 100%;
    height: 480px;
    margin-top: 5px;
}

.top-navigation-submenu .row {
	margin-right: -15px;
    margin-left: -15px;
    display: flex;
}

.top-navigation-submenu .row .col-md-6 {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.top-navigation-submenu .row .col-md-4 {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

@media (max-width: 1480px) {
    .footer.first-footer .container {
        padding: 35px 20px;
    }
}

@media (max-width: 1280px) {
    .main.intern-page .customer-options-buttons button {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .contato-pagina-interna #form_contato {
        margin-bottom: 30px;
    } 
}

@media (max-width: 1080px) {
    .intern-page .col-page-banner-title {
        display: none;
    }

    .intern-page .col-page-banner {
        width: 100%;
        display: contents;
    }

    .box-valores2 .box-valores2-item h3 {
        font-size: 22px;
    }

    .box-valores2 .divisor {
        padding: 0px 30px;
    }

    .box-valores2 .divisor span {
        width: 8px;
        height: 8px;
    }

    .full-image-content img {
        min-height: auto;
        object-fit: cover;
        object-position: center center;
    }

    .intern-page section.page-mobile-title {
        display: block;
    }

    section.section-how-we-do .break-col {
        width: 100%;
        display: contents;
    }

    .nav-breadcrumb {
        display: none;
    }

    .nav-breadcrumb .breadcrumb {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .paragraph-type-1 {
        font-size: 16px;
    }

    .paragraph-type-1.padding-mb {
        padding-top: 30px;
    }

    img.align-to-text {
        padding-top: 0px;
    }

    .title-contato-pagina-interna h5 {
        text-align: center; 
    }

    .youtube-video-container {
        display: none;
    }

    section.section-servicos p {
        font-size: 16px;
    }

    section.section-servicos h6 {
        font-size: 20px;
    }

    ul.lista-servicos li {
        font-size: 16px;
    }

    .intern-page .help-info h5.help-info-title {
        font-size: 18px;
    }

    .intern-page .help-info p {
        font-size: 16px;
    }

    .intern-page .content-box p {
        font-size: 16px;
    }

    .phone-vid-container {
        margin-bottom: 50px;
    }

    section.section-pag p {
        font-size: 16px;
    }

    section.section-pag .video-box {
        min-height: 360px !important;
    }
}

@media (max-width: 768px) {
    .intern-page section.page-mobile-title h3 {
        font-size: 26px;
    }

    .intern-page #section-1 .info-block, .intern-page #section-3 .info-block {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .box-valores2 {
        gap: 10px;
    }

    .box-valores2 .box-valores2-item h3 {
        font-size: 18px;
    }

    .box-valores2 .divisor {
        padding: 0px 20px;
    }

    .box-valores2 .divisor span {
        width: 5px;
        height: 5px;
    }
}

@media (max-width: 568px) {
    .box-valores2 {
        gap: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .box-valores2 .box-valores2-item h3 {
        font-size: 22px;
    }

    .box-valores2 .divisor {
        display: none;
        padding: 15px 0px;
        width: 70px;
        margin-left: auto;
        margin-right: auto;
    }

    .box-valores2 .divisor.mb-hide {
        display: none;
    }

    .box-valores2 .divisor:before {
        /*height: 100%;
        width: 1px;
        left: 50%;
        border-left: 1px dotted #848382;
        border-bottom: none;*/
    }

    .box-valores2 .divisor span {
        width: 6px;
        height: 6px;
    }

    .box-valores2 .divisor span:first-child {
        /*top: 0px;
        left: calc(50% - 3px);*/
    }

    .box-valores2 .divisor span:last-child {
        /*bottom: 0px;
        left: calc(50% - 3px);*/
    }

    section.section-pag h6 {
        font-size: 25px;
    }
}