:root {
    --ws-primary-20: #008CC0;
    --ws-primary-40: #006593;
    --ws-primary-60: #004A6C;
    --ws-secondary-40: #708C9A;
    --ws-secondary-60: #516570;
    --ws-secondary-80: #334148;
    --ws-gray-100: #fdfdfd;
    --ws-gray-200: #dcdcdc;
    --ws-gray-900: #0e0e0e;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f2f2f2;
}

#header {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.721569) 43.7%, #FFFFFF 80.15%);
    box-shadow: 138px 18px 12px rgba(0, 0, 0, 0.160784);
    padding: .5rem 0;
}
#header p {margin: 0;}
.navbar {
    --bs-navbar-nav-link-padding-x: 1.1rem;
    --bs-navbar-brand-margin-end: 4rem;
}

.dropdown-menu {
    --bs-dropdown-border-color: #ffffff;
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-spacer: 0.5rem;
    --bs-dropdown-bg: var(--ws-gray-100);
    --bs-dropdown-item-padding-y: .4rem;
    --bs-dropdown-box-shadow: 1rem 1rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
}
.navbar-nav {
    --bs-nav-link-padding-y: .4rem;
    --bs-navbar-nav-link-padding-x: .7rem;
}

.btn {
    --bs-btn-border-radius: 1.5rem;
}
.form-control {
    box-shadow: none !important;
    border-radius: 0;
}
.form-control:focus {border-color: var(--ws-primary-20);}

.btn-primary {
    --bs-btn-border-color: var(--ws-secondary-40);
    --bs-btn-bg: var(--ws-primary-20);
    --bs-btn-hover-bg: var(--ws-primary-40);
}
#mainmenu form input {
    width: 125px;
    outline: none;
    border: none;
    background: transparent;
    height: 32px;
    color: #FFFFFF;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 14px;
    font-style: italic;
}
#mainmenu form input::placeholder {color: #dddddd;}
#mainmenu form .text-control {
    background-color: #008CC0;
    border-radius: 14px;
    color: #FFFFFF;
    padding-left: 1rem;
    padding-right: 1rem;
}

#mainmenu form button{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #008CC0;
    border: none;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mainmenu > ul > li {margin-right: .3rem;}
#mainmenu > ul > li:last-child{margin-right: 0;}
#mainmenu li.active a,
#mainmenu li:hover > a,
.ws-bg-primary {
    background: linear-gradient(270deg, #008CC0 7.76%, rgba(0, 140, 192, 0.8) 87.72%),
    linear-gradient(0deg, #D5D5D5, #D5D5D5);
    color: #FFFFFF;
}
.ws-bg-linear {
    background: linear-gradient(90deg, rgba(242, 251, 255, 0.960784) 2.17%, #EFF9FE 97.39%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

#mainmenu > ul > li > a {font-weight: 600; border-radius: 1.5rem;}
#mainmenu li a {font-size: .9rem; color: #008CC0; transition: none;}
.dropdown-toggle::after {content: none;}

/* Slide show */
#featuredCarousel button span.bi {
    font-size: 2.5rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
    border: 1px solid var(--ws-gray-100);
}
#featuredCarousel .carousel-item {text-align: center;}
#featuredCarousel .carousel-item img {margin: auto;}
#featuredCarousel .carousel-item a {display: inline-block;}

/* productos home */
#products {
    position: relative;
    max-width: 1000px;
    margin: -2rem auto auto;
    background: linear-gradient(90deg, rgba(242, 251, 255, 0.960784) 2.17%, #EFF9FE 97.39%);
    border: 6px solid #FFFFFF;
    box-shadow: 14px 10px 20px rgba(0, 0, 0, 0.0705882);
    border-radius: 89px;
}
#carouselProducts {
    padding: 5rem 10rem 3rem 10rem;
}
#carouselProducts .carousel-inner {}
#products p {
    text-align: center;
    font-size: 25px;
    color: #999999;
}
#carouselProducts .carousel-control-prev, #carouselProducts .carousel-control-next {
    width: 10%;
}
#carouselProducts .carousel-control-prev-icon {
    width: 35px;
    height: 62px;
    background-image: url("../images/icon-575.png");
}
#carouselProducts .carousel-control-next-icon {
    width: 35px;
    height: 62px;
    background-image: url("../images/icon-631.png");
}
#carouselProducts button span {
    background-size: contain;
}

#product-list .page-header h4,
.section article h2 {font-size: 1.8rem; font-weight: 600; color: var(--ws-primary-20)}
.section article header {}
.header-bg {
    background-image: url("../images/header-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 1rem;
}

#product-list {
    background-color: #EAEAEA;
    padding: 3rem 0;
    border-bottom: 1px dashed var(--ws-primary-20);
}
#product-list p {text-align: center;}
#product-list .page-header {text-align: center; margin-bottom: 3rem;}
#product-list .page-header h4 {display: inline-block; color: #666;}
#carousel-products:hover img {filter: grayscale(1); opacity: .5}
#carousel-products:hover .carousel-product-item p {color: #999999;}
#carousel-products .carousel-product-item {
    margin-right: 5rem;
}
#carousel-products .carousel-product-item a {text-decoration: none;}
#carousel-products .carousel-product-item a img {transition: all 300ms;}
#carousel-products .carousel-product-item a:hover img {filter: grayscale(0); opacity: 1;}
#carousel-products .carousel-product-item a:hover p {color: #000000;}
#carousel-products .carousel-product-item p {color: #000; margin: 0; font-size: 1.1rem; padding-top: 1rem;}

/* about */
#about {padding: 3rem 0;}
#about article {text-align: center;}
#about .d-flex > div {width: 50%;}
#about .side-left img {max-width: 300px;}
#about .side-right {text-align: left; font-size: 1.1rem; color: var(--ws-gray-900)}

/* solution */
#solution {
    min-height: 200px;
    background-image: url("../images/bg-area.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding: 4rem 0;
}

#solution article {}
#solution h2 {font-size: 2rem; font-weight: bold;}
#solution p {font-size: 1.1rem;}
#solution p:last-child{margin-bottom: 0;}

/* support */
#support {margin: 3rem 0;}
#support article{
    background: linear-gradient(90deg, rgba(1, 165, 238, 0.470588) 2.74%, #01A5ED 97.75%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 92px;
    border: 5px solid #ffffff;
    max-width: 1000px;
    margin: auto;
}
#support .row > div {text-align: center; padding: 1.5rem 0;}
#support a{ text-decoration: none;}
#support a img {max-height: 100px;}
#support h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
}

#support h4 span {
    padding: .2rem 1rem;
    color: #17AAEB;
    background-color: #FFFFFF;
    border-radius: 16px;
}

/* news */
#news {padding: 0;}
.header-section span{font-size: 1.5rem; color: #B2B2B2;}
.header-section h2{font-size: 2rem; font-weight: bold; color: #25ADE9;}

#news .featured-new {max-width: 1024px; margin: auto}
#news article {}
#news article a {color: #FFFFFF; text-decoration: none; display: flex; flex-direction: column;}
#news article img{border: 4px solid #FFFFFF; border-radius: 65px;}
#news article header {
    background: linear-gradient(270deg, #25ADE9 7.66%, rgba(37, 173, 233, 0.780392) 98.3%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    padding: 32px 100px;
    border: 4px solid #FFFFFF;
    border-radius: 60px;
    width: 900px;
    margin: -40px auto auto auto;
    position: relative;
}
#news article header em{font-size: 1rem; font-style: normal;}
#news article header h3{font-size: 1.5rem; font-weight: bold;}

/* newsletter */
#newsletter {padding: 4rem 0; text-align: center;}
#newsletter .form-header {margin-bottom: 3rem;}
#newsletter .form-header h3 {font-size: 1.5rem; color: #7A7A7A; margin-bottom: 0;}
#newsletter .form-header h2 {font-size: 2.5rem; color: #24B4ED; font-weight: bold;}
#newsletter .form-header h4 {font-size: 2rem; color: #7A7A7A;}
#newsletterSubscribe {max-width: 1024px; margin: auto;}
#newsletter form input::placeholder{color: #B2B2B2}
#newsletter form input{
    color: #000000;
    font-size: 26px;
    background: none;
    border-radius: 33px;
    border: 3px solid #B2B2B2;
    padding-left: 30px;
    padding-right: 30px;
}

#newsletter form button {
    background: linear-gradient(90deg, rgba(31, 179, 237, 0.690196) 2.06%, #1FB3ED 98.93%);
    border: 1px solid #707070;
    border-radius: 26px;

    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
}

#newsletter .form-send {margin-top: 3rem;}

/*parceiros*/
#partners {
    background-color: #FFFFFF;
    padding: 3rem 0;
    border-bottom: 1px solid #dddddd;
}

#partners h4 {
    margin-bottom: 2rem;
    color: #24B4ED;
    font-size: 2rem;
    font-weight: bold;
}

/* footer */
#footer {padding: 4rem 0; background-color: #FFFFFF;}
#footer p {font-size: 12px; color: #111821; margin: 0;}
.engegraph-copyright a {margin-bottom: 26px; display: block;}
.engegraph-social {text-align: right;}

.engegraph-social ul {list-style: none; margin-bottom: 26px;}
.engegraph-social ul li{display: inline-block; margin-right: 40px;}
.engegraph-social ul li:last-child {margin-right: 0;}
.engegraph-social ul li a {color: #0089BC; text-decoration: none; font-size: 32px;}

/* pages / header */
#page-header {
    background-image: url("../images/about/bg-header.png");
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 2rem;
}
#page-header h1 {
    text-align: center;
    font-size: 3rem;
    color: #FFFFFF;
    font-weight: bold;
    margin: 5rem auto 2rem auto;
}

/* Sobre */
#sobre h3 {text-align: center; font-size: 2rem; color: #008CC0; font-weight: 600; margin-top: 2rem;}
#sobre .about-section-1 img {max-width: 400px;}

.about-section-3-text,
#sobre .about-section-2,
#sobre .about-section-1 {font-size: 1.1rem; color: #707070;}

#sobre .about-section-2 div:first-child {
    border-left: 15px solid #00A1ED;
}
#sobre .about-section-2 div:last-child {
    border-right: 15px solid #00A1ED;
}

#sobre .about-section-2 {margin: 2rem 0;}
#sobre .about-section-2 img {}
#sobre .about-section-2 h4 {font-size: 1.5rem; font-weight: bold; margin: 1rem 0;}
#sobre .about-section-2 > div {text-align: center; padding: 3rem;}
.topic-icon {
    width: 115px;
    height: 115px;
    background-color: transparent;
    display: inline-block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.about-section-3 {
    border: 4px solid #00A5EE;
    border-radius: 95px;
    max-width: 1000px;
    margin: auto;
    position: relative;
    text-align: center;
}
.about-section-3-header {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -35px;
    left: 0;
}
.about-section-3-header h4 {
    display: inline-flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    background-color: #00A1ED;
    color: #FFFFFF;
    height: 70px;
    padding: 0 2rem;
    border-radius: 24px;
}
.about-section-3-header h4 span {
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}
.about-section-3-text {padding: 3rem 3rem 2rem 3rem;}
.about-section-3-text p{margin: 0;}

.about-section-6,
.about-section-4 {
    color: #FFFFFF;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 4rem 0;
    margin-top: 5rem;
}
.about-section-6 h4,
.about-section-4 h4{font-size: 2rem; font-weight: bold; margin-bottom: 2rem;}
.about-section-6 p,
.about-section-4 p{margin: 0; font-size: 1.1rem;}

.about-section-5 {margin-top: 5rem;}

.about-section-6 article {text-align: right;}

.about-section-7 {margin: 5rem 0;}
.about-section-7 h4 strong {font-size: 1.5rem; color: #707070; margin: 0; font-weight: 600; display: block;}
.about-section-7 h4 {font-size: 2.5rem; color: #00A1ED; font-weight: 600;}
.about-section-7 ul {list-style: none; padding: 0; margin-top: 2rem;}
.about-section-7 ul li {font-size: 1.1rem; font-weight: 600; color: #707070;}
.about-section-7 img.img-fluid {
    max-width: 500px;
}

/* Soluções */
.solution article {margin: 2rem 0; text-align: center;}
.solution article p {font-size: 1rem;}
.solution-block {display: flex; align-items: center; padding: 2rem 0; position: relative;}
.solution-block > a {position: absolute; width: 100%; height: 100%; left: 0; top: 0; font-size: 0; color: #EEEEEE;}
.solution-block > div {text-align: center;}
.solution-logo img {max-width:300px;}
.solution-arrow {
    text-align: center;
    color: #000000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.2rem;
}
.solution-caret {}
.solution-item {position: relative;}
.solution-item:nth-child(odd) {
    background: linear-gradient(90deg, #E9E9E9 0%, #F2F2F2 99.22%);
}

.solution-item .modal-content{
    border: 6px solid #0081B5;
    border-radius: 89px;
    background: linear-gradient(90deg, rgba(242, 251, 255, 0.960784) 2.17%, #EFF9FE 97.39%);
}

.modal.show {background-color: rgba(255,255,255,.8);}

.modal-solution-intro {
    text-align: left;
    font-size: 1.1rem;
    color: #000000;
    padding: 2rem 1rem;
}

.modal-solution-intro ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    font-size: 1.1rem;
    font-weight: bold;
}

.modal-solution-intro ul li {
    margin-bottom: .5rem;
}

.solution-topic-icon {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.solution-topic-text {
    text-align: left;
    font-size: 1rem;
    color: #949494;
}

.solution-topic-text h4 {
    font-size: 1.2rem;
    color: #0079C7;
    font-weight: bold;
}
.modal-solution-topic {margin-bottom: 1rem;}

/* remote */
#remote {
    background-color: #25ADE9;
    border-top: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    border-radius: 54px;
    padding: 2rem;
    margin: 5rem 0;
}
#remote-area {
    max-width: 1000px;
    margin: auto;
    color: #FFFFFF;
}
#remote-area h3 {font-size: 2rem; font-weight: bold; margin: 0; text-align: center;}
#remote-area form {margin: 3rem 0;}
#remote-area form input {
    background: linear-gradient(90deg, rgba(0, 129, 203, 0.501961) 5.33%, #0081CB 95.89%);
    border: 3px solid #0088CF;
    color: #FFFFFF;
    height: 64px;
    border-radius: 32px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.1rem;
}
#remote-area form input::placeholder {color: #dddddd;}
#remote-area form button {
    height: 64px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.1rem;
    border-radius: 32px;
    color: #22B0EB;
    font-weight: 600;
}
#remote-area p {display: flex; font-size: .92rem; align-items: center}
#remote-area p span {
    display: inline-flex;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1rem;
}
#remote-area p span.icon-support-download {background-image: url("../images/icon-1096.png");}
#remote-area p span.icon-support-user {background-image: url("../images/icon-1099.png");}
#remote-area p span.icon-support-phone {background-image: url("../images/icon-1102.png");}

#portal {margin: 5rem 0;}
#portal-area {
    margin: auto;
}

#portal-area h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #25ADE9;
    width: 50%;
    margin-bottom: 4rem;
}
#portal-area .portal-area-icon {
    width: 100px;
    height: 100px;
    border: 1px solid;
}
#portal-area h5 {
    font-size: 1.5rem;
    color: #22B0EB;
    font-weight: bold;
}
#portal-area p {font-size: 1.1rem; color: #B2B2B2}
#portal-area a {
    background: linear-gradient(90deg, rgba(31, 179, 237, 0.690196) 2.06%, #1FB3ED 98.93%);
    border: 1px solid #707070;
    border-radius: 26px;
    color: #FFFFFF;
    text-decoration: none;
    height: 60px;
    line-height: 58px;
    display: inline-block;
    padding: 0 2rem;
    font-size: 20px;
}

/* requeriment */
#requisitos {margin: 5rem 0;}
#requisitos article {}
#requisitos article h3 {
    font-size: 2rem;
    color: #25ADE9;
    font-weight: bold;
}
#requisitos article ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#requisitos article ul li {}
#requisitos article ul li a {
    display: inline-block;
    padding: 1rem 0;
    font-size: 1.1rem;
    color: #A4B5B8;
    border-bottom: 1px solid #22B0EB;
    text-decoration: none;
}

#visited {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
#visited .btn-blog {color: #FFFFFF}
#visited .img-fluid {}
#visited header {margin-bottom: 3rem;}
#visited h3 {
    font-size: 3rem;
    color: #25ADE9;
    font-weight: bold;
}
.visited-news > div {margin-bottom: 3rem;}
#visited span {
    font-size: 2rem;
    color: #B2B2B2;
    display: block;
}
#visited h5 {font-size: 1.5rem; font-weight: bold;}
#visited h5 a {text-decoration: none; color: #25ADE9;}
#visited em {font-size: 1rem; color: #B2B2B2;}

#contacts {
    margin: 5rem 0;
}
#contacts article {
    max-width: 1000px;
    margin: auto;
    position: relative;
}
#contacts article span.bg {}
#contacts article header{margin-bottom: 3rem;}
#contacts article header em{font-size: 2rem; color: #B2B2B2; font-style: normal; display: block; font-weight: normal;}
#contacts article header h3{font-size: 3rem; color: #25ADE9; font-weight: bold; margin: 0;}
#contacts .contact-text {
    background: linear-gradient(270deg, #22B0EB 3.24%, rgba(37, 173, 233, 0.658824) 98.24%);
    border: 7px solid #FFFFFF;
    box-shadow: 0 3px 22.5px rgba(0, 0, 0, 0.160784);
    border-radius: 48px;
    padding: 3rem;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
}
#contacts .contact-text p:last-child {margin-bottom: 0;}
#contacts p a {color: #ffffff; text-decoration: none; border-bottom: 1px solid #ffffff;}

#contacts article::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 430px;
    height: 800px;
    display: inline-flex;
    background-image: url("../images/icon-phone-large.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

#post {
    padding: 4rem 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #dddddd;
}

#post article {
    max-width: 700px;
    margin: auto;
    overflow: hidden;
    position: relative;
    color: #000000;
    font-size: 1.1rem;
}

#post article header {margin-bottom: 2rem;}
#post article header span{}
#post article header h1{font-size: 3.5rem; line-height: 3.5rem; color: #000000;}
#post article header p{font-size: 1.5rem; color: #666666; margin: 0;}
#post article header em{font-style: normal; font-size: 1rem; color: #999999;}

#post article figure {border: 1px solid #EEEEEE;}

/* Provimento */
#provimento {
    margin: 5rem 0;
}
.provimento-content {font-size: 1.4rem; color: #999999;}
.provimento-content h2{font-size: 3rem; color: #169ce1; font-weight: bold;}
.provimento-content h3{font-size: 3rem; color: #afacac}
#provimento-contato,
.provimento-destaque {
    background-color: #169ce1;
    margin: 5rem 0;
    border-radius: 2rem;
    padding: 3rem;
    color: #FFFFFF;
}

.bloco1 h4,
.bloco2 h4 {font-size: 3.5rem;}
.bloco1 p,
.bloco2 p {font-size: 1.7rem; color: #fcfcfc;}
.bloco2 {margin-top: 4rem;}
.bloco2 p:first-child{margin: 0;}
.bloco2 h4 {}

.bloco2 a {
    color: #fff;
    display: inline-block;
    padding: .5rem 1rem;
    background-color: rgba(5, 37, 53, 0.5);
    text-decoration: none;
    border-radius: 8px;
    font-size: 1rem;
}

.provimento-solucoes {font-size: 2.5rem; color: #999999; text-align: center; margin-bottom: 3rem;}
.provimento-solucoes h4 {font-size: 3rem; color: #169ce1; font-weight: bold;}
.provimento-solucoes p {margin: 0;}

.provimento-item {
    background-image: url("../images/header-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
}
.provimento-item:last-child{padding: 0; margin: 0; background: none;}

.provimento-item > p:first-child{margin-bottom: .5rem;}
.provimento-item u:first-child {
    background-color: #169ce1;
    text-decoration: none;
    padding: .25rem .7rem;
    border-radius: .5rem;
    color: #FFFFFF;
    font-weight: lighter;
}
.provimento-item h3 {font-size: 3rem; color: #169ce1; font-weight: bold;}
.provimento-item em:first-child {
    font-size: 1rem;
    color: #666666;
    font-style: normal;
}
.provimento-item .row {
    margin-top: 2rem;
}

.provimento-item .row p {
    font-size: 1.2rem;
    color: #666666;
}
.provimento-item .row ul {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style: none;
}

.provimento-item .row ul li {
    color: #666666;
    font-size: 1.1rem;
}

.provimento-item .row ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #169ce1;
    margin-right: 8px;
}

.form-provimento {}
.form-header {text-align: center; margin-bottom: 1.5rem;}
.form-header h4{font-size: 2rem; font-weight: bold;}
.form-header p{font-size: 1.5rem;}

.form-provimento .form-control {
    outline: none;
    box-shadow: none;
    border: none;
    padding-top: .7rem;
    padding-bottom: .7rem;
    border-radius: .7rem;
    color: #000000;
    font-size: 1.1rem;
}

.form-provimento .form-text {color: #FFFFFF;}

.form-provimento button.btn {
    background-color: rgba(5, 37, 53, 0.5);
    border-color: #169ce1;
}

.provimento-content button.btn-provimento {
    text-decoration: none;
    border: 1px solid #1ea4ec;
    padding: .5rem;
    font-weight: bold;
    font-size: 1.5rem;
    display: inline-block;
    background-color: #169ce1;
    color: #fff;
}

#provimento-adequacao a {text-decoration: none; color: #FFFFFF; border-bottom: 1px solid #FFFFFF;}

    /* responsive */
.navbar-toggler {padding: 0; border: none;}
.navbar-toggler:focus {box-shadow: none;}
@media (max-width: 1399.98px) {
    #mainmenu form input {
        width: 70px;
    }
}

@media (max-width: 1199.98px) {
    /**/
}

@media (max-width: 991.98px) {
    #mainmenu {margin-top: 1rem;}
    #mainmenu li a {
        padding-left: .5rem;
        padding-right: .5rem;
        background-color: #f4f4f4;
    }
    #products {
        margin-top: 2rem;
    }

    #news article header {
        margin: 0;
        width: auto;
        padding: 2rem;
    }

    #news article img {
        height: auto;
    }

    #news article header h3 {font-size: 1.5rem;}
    #news article header em {font-size: 1rem;}

    #newsletter .form-header h3 {font-size: 2rem;}
    #newsletter .form-header h2 {font-size: 3rem;}
    #newsletter .form-header h4 {font-size: 1.5rem;}

    /* pages */
    #page-header h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    #sobre .about-section-1 img {margin: auto; max-width: 100%;}

    .solution-logo img {max-width: 100%;}
    .solution-arrow {font-size: .6rem;}

    #visited span {font-size: 2rem;}
    #visited h3 {font-size: 3rem; line-height: 3rem;}
    #visited h5 a {font-size: 1.5rem;}

    #contacts article::after {
        width: 258px;
        height: 715px;
    }
}

@media (max-width: 767.98px) {
    #products p {font-size: 1rem;}
    #carouselProducts {
        padding: 2rem 3rem;
    }

    #about article header {margin: 0;}

    #sobre h3,
    #about article h2 {
        font-size: 2rem;
    }

    #about .d-flex {
        flex-direction: column;
    }

    #about .d-flex > div {width: 100%;}

    #newsletter form .col {flex: auto; margin: 0 0 1rem 0;}
    #newsletter .form-send {margin-top: 0;}
    #newsletter form button {display: block; width: 100%;}


    #footer {padding: 2rem 0;}
    #footer .col-md-6:first-child {margin-bottom: 3rem;}
    .engegraph-copyright, .engegraph-social {
        text-align: center;
    }


    #sobre h3 {margin: 2rem 0}

    #remote-area form {margin: 1rem 0;}
    #remote-area h3 {font-size: 3rem;}

    #portal-area {text-align: center;}
    #portal-area .row > div:first-child {margin-bottom: 2rem;}
    #portal-area h3 {width: auto; font-size: 3rem; margin-bottom: 2rem;}
    #portal-area h5 {margin-bottom: 0; font-size: 2rem;}

    #requeriment article {text-align: center;}
    #requeriment article h3 {font-size: 3rem;}

    #contacts article header em {font-size: 2rem;}
    #contacts article header h3 {font-size: 3rem; line-height: 3rem;}
    #contacts article::after {
        width: 100px;
        height: 100px;
    }

    .solution-topic-text {text-align: center;}
}

@media (max-width: 575.98px) {
    /**/
}
