@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&family=Raleway:wght@100;200;300;400;500;600;700&display=swap');

#header {
    padding: 10px 0 15px 0;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 997;
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    display: flex;
    align-items: center;
}

#header #logo {
    float: left;
}

#header #logo h1 {
    font-size: 36px;
    margin: -4px 0 0 0;
    padding: 0;
    line-height: 1;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 5px 0 5px 0 !important;
    max-width: 150px !important;
    transition: 0.33s;
}

#header.header-fixed #logo img {
    padding: 0;
    margin: 8px 0 5px 0 !important;
    max-width: 120px !important;
    transition: 0.33s;
}

#header.header-transparent {
    background: #fff;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 0;
}

#header.header-fixed {
    background: #fff;
    padding: 0px 0;
    height: 65px;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

#nav-menu-container {
    float: right;
    margin: 25px 0px 10px 0px;
}

#nav-menu-container {
    float: right;
    margin: 20px 0px 10px 0px;
}

.nav-menu a {
    padding: 0 2px 10px 2px;
    text-decoration: none;
    display: inline-block;
    color: #526371;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    outline: none;
}

.nav-menu a:hover {
    padding: 0 2px 10px 2px;
    text-decoration: none;
    display: inline-block;
    color: #526371;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    outline: none;
}

.nav-menu>li {
    margin-left: 25px;
}

.nav-menu>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #53bdd4;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .menu-active>a:before {
    visibility: visible;
    transform: scaleX(1);
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover>a {
    color: #1dc8cd;
}

.nav-menu ul ul {
    margin: 0;
}

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #53bdd4;
    font-size: 30px;
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: linear-gradient(45deg, rgba(31, 179, 170, 0.8), rgb(30, 124, 175, 0.9));
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 600;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
    color: #1dc8cd;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

span.help {
    color: #072b3c;
    padding-bottom: 5px;
    font-size: 14px;
}

a:focus {
    outline: 0 solid
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #526371;
    font-family: 'Raleway', sans-serif;
}

body {
    color: #545051;
    font-family: 'Open Sans', sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.container {
    max-width: 1170px;
}

::selection {
    background: #17b3ab;
    color: #fff;
}

.display-none {
    display: none;
}

.collapse:not(.show) {
    display: block;
}

.modal {
    padding-right: 0px;
    background-color: rgba(4, 4, 4, 0.8);
}

.modal-backdrop.in {
    z-index: 9;
    position: relative;
}

.modal-dialog {
    top: 30%;
    width: 60%;
    position: absolute;
    left: 20%;
    right: 20%;
    margin: 0 auto;
}

.modal-content {
    border-radius: 0px;
    border: none;
    top: 40%;
    position: relative;
}

.modal-body {
    background-color: unset;
    color: white;
    width: 100%;
    float: left;
    padding: 55px;
}

.modal-body h3 {
    margin-bottom: 20px;
    font-weight: 400;
    color: #526371;
}

.modal-body .search-form {
    width: 100%;
    float: left;
    position: relative;
}

.owl-carousel {
    max-width: 800px;
    margin: 0 auto 50px auto;
    padding: 0 0 40px 0;
}

.owl-dots {
    display: flex !important;
    margin: 0;
    background: transparent;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.owl-carousel button.owl-dot {
    background: transparent !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0px solid #afcdd8 !important;
    background: rgba(0, 0, 0, 0.1) !important;
    transition: .33s;
    margin: 0 2px;
}

.owl-carousel button.owl-dot.active {
    background: #4296b5 !important;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 0px solid #4296b5 !important;
}

.owl-item .item {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    height: auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    max-width: 760px;
    margin: 20px auto;
    box-shadow: 0px 4px 8px 0px #bdbdbd;
    border-top: 4px solid #bdc6cd;
    width: 100%;
    min-height: 300px;
}

.owl-item.active .item img {
    width: 100%;
}


.owl-nav {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}


.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    background: #4296b5 !important;
    margin: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    margin-right: -20px;
    right: 0;
    border-radius: 50%;
    opacity: 0.3;
    transition: 0.5s;
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    background: #4296b5 !important;
    margin: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    left: 0;
    border-radius: 50%;
    opacity: 0.3;
    transition: 0.5s;
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    margin: -8px auto 0 auto;
    font-size: 40px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    max-height: 20px;
    text-align: center;
    outline: none;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
    transition: 0.5s;
    outline: none;
}

.footer-area {
    width: 100%;
    float: left;
    display: block;
    padding: 80px 0 85px 0;
    background: #3e4144;
}

.footer-area p {
    color: #d8e0f4;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    padding: 20px 30px 20px 0;
    font-weight: 400;
}

.footer-area h2,
.footer-area h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.footer-area .text-foot {
    width: 100%;
    float: left;
    display: block;
}

.footer-area .text-foot li {
    width: 100%;
    float: left;
    display: inline-flex;
    color: #d8e0f4;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    padding-bottom: 15px;
    font-weight: 400;
}

.footer-area .text-foot li i {
    width: 30px;
    font-size: 22px;
    padding-top: 3px;
    color: #17b3ab;
}

.footer-area .text-foot li a {
    color: #d8e0f4;
    position: relative;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

.footer-area .text-foot li a:hover {
    color: #17b3ab;
    text-decoration: none;
    font-weight: 600;
}

.footer-area .text-foot li:hover a {
    padding: 0 0 0 18px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-area .text-foot li a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    border-radius: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 12px;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    width: 15px;
}

.footer-area .text-foot li:hover a::before {
    opacity: 1;
}

.footer-box .input-group {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
    position: relative;
}

.footer-box .input-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1000;
    padding: 0;
    line-height: 0;
    height: auto;
    background: transparent;
    border: 0;
}

.footer-box .input-group button i {
    font-size: 24px;
    width: 40px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #01bcd4;
    color: #fff;
    float: left;
}

.footer-box .input-group .form-control {
    background: #fff;
    border-radius: 0;
    border-color: #526371;
    font-size: 14px;
    color: #989a9c;
    font-family: 'Open Sans', sans-serif;
    height: 46px;
}

.footer-box .input-group .form-control::placeholder {
    color: #989a9c;
}

.footer-box .social {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.footer-box .social li {
    display: inline-block;
    list-style: none;
}

.footer-box .social li a i {
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 27px;
}

.footer-box .social li a:hover {
    text-decoration: none;
}

.footer-box .social li a:hover i {
    color: #17b3ab;
}

.footer-box .logo img {
    width: 100%;
    max-width: 200px;
}

.footer-bottom {
    background: #45484b;
    padding: 30px 0;
    float: left;
    display: block;
    width: 100%;
}

.footer-bottom p {
    font-size: 16px;
    color: #cdcecf;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 0px;
}

.footer-bottom p a {
    font-size: 18px;
    color: #fff;
}

.footer-bottom p a:hover {
    font-size: 18px;
    color: #17b3ab;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.modal-body.td {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.serch-btn input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border-radius: 5px;
    border: 0;
    font-weight: 600;
}

.modal-content {
    border: 0;
    box-shadow: none;
    background: transparent !important;
}

.contact-form label {
    color: #4f5256;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: block;
}

textarea {
    width: 95%;
    height: 80px;
    border: 0b-b;
    border: 0;
    border-bottom: 2px solid #c6c4c4;
    font-size: 16px;
    color: #4f5256;
    margin-top: 0;
}

.list-l {
    width: 165px;
}

.port-plus {
    opacity: 0;
    visibility: hidden;
}

.port-wrapper:hover .port-plus {
    opacity: 1;
    visibility: visible;
}

.port-wrapper {
    transition: .3s;
}

.port-plus {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.s-icon a img {
    margin-right: 15px;
    transition: 0.3s;
}

.s-icon a img:hover {
    scale: 1.15;
}

.d-social h4 {
    font-size: 18px;
    color: #526371;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-title {
    text-align: center;
    padding: 20px 0 20px 0;
}

.featured-area {
    padding: 100px 0;
}

.nav-link {
    font-size: 16px;
    color: #526371;
    font-weight: 600;
}

.single-featured {
    position: relative;
}

.footer-area.cc {
    padding-top: 144px !important;
}


.header-pos {
    z-index: 9999;
}

button:focus-within {
    outline: 0;
    border: 0;
    border: 0 !important;
}

.foot-scoail a {
    transition: .3s;
}

.foot-scoail a:hover {
    color: #17b3ab;
}

.height100 {
    height: 1000px;
}

.go-top {
    position: fixed;
    bottom: 1em;
    right: 25px;
    text-decoration: none;
    color: white;
    background-color: #17b3ab;
    font-size: 21px;
    z-index: 999;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: 0.2s;
}

.go-top:hover {
    background: #526371;
    ;
}

.go-top:hover i {
    color: #fff !important;
}

.nav-item {
    margin-bottom: 5px;
}

.header-bar-btn a {
    font-size: 15px;
    color: #fff;
    background: #01bcd4;
    font-weight: 500;
    padding: 10px 30px;
    position: relative;
}

.home .hero-area a.theme-btn:hover {
    color: #526371 !important;
}

.home .hero-area .theme-btn::before {
    background: #526371;
}

.header-bar-btn {
    text-align: right;
    display: flex;
    float: right;
    align-items: center;
}

.header-left-bar a {
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 11px;
}


.header-left-bar a i {
    color: #17b3ab;
    padding-right: 5px;
}

.header-left-bar {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-default .container {
    background-color: #17b3ab;
    height: 115px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25);
    align-items: center;
    border-bottom: 5px solid #526371;
}

.desktopLogo {
    float: left;
    width: 30%;
}

.hero-area {
    background-size: cover;
    background-position: center;
}

.hero-text {
    position: relative;
    min-height: 150px;
    text-align: center;
    margin-bottom: 30px;
    height: auto;
}

.owl-item.active .hero-area .hero-text p {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.hero-text p {
    font-size: 25px;
    color: #17b3ab;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.owl-item.active .hero-area .hero-text h3 {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.owl-item.active .hero-area .hero-text a.theme-btn {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}


.hero-text h3 {
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 0px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.hero-text a.theme-btn {
    margin-top: 30px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.hero-text h3 span {
    position: relative;
}

.hero-wrapper-side .hero-text span:before,
.hero-text h3 span:before {
    position: absolute;
    content: "";
    background: #01bcd4;
    height: 5px;
    width: 100%;
    bottom: -15px;
}

.hero-bottom-area h2:before {
    position: absolute;
    content: "";
    background: #01bcd4;
    height: 5px;
    width: 100%;
    bottom: -15px;
}

.hero-bottom-area {
    position: relative;
}

.hero-bottom-area .bb-bgg {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    background: transparent;
}

.hero-bottom-area .row.bb-bg {
    background: #f7f7f7;
    padding: 65px;
}

.home .row.bb-bg {
    padding: 50px 0;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
}

.bb-img {
    height: 83px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bb-text h3 {
    font-size: 24px;
    color: #526371;
    font-weight: 600;
}

.bb-text p {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 400;
    margin: 0;
    text-align: left;
}

.video-containt {
    padding-right: 50px;
}

.video-img {
    position: relative;
    text-align: right;
}

.vv {
    position: absolute;
    right: 0;
}

.section-title h3 span {
    position: relative;
}

.child-containt .coo span {
    display: table;
}

.section-title h3 span:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    background: #01bcd4;
    bottom: 2px;
    margin-bottom: -10px;
}

.video-text p {
    font-size: 16px;
    color: #4F5256;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 35px;
}

.video-text p:last-child {
    margin: 0;
}

.video-text {
    border-bottom: 1px solid #E9E9EA;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.video-mga {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 30px auto;
    max-width: 320px;
    background: #fff;
    height: 70px;
    padding: 0 20px;
    border-radius: 10px;
}

.video-mga img {
    margin-right: 10px;
    max-width: 40px;
}

.vv-text h4 {
    font-size: 18px;
    color: #526371;
    margin-bottom: 5px;
    font-weight: 500;
}

.vv-text a {
    color: #01bcd4;
    font-size: 16px;
    font-weight: 600;
}

.vv-text a:hover {
    color: #048a9c;
    font-size: 16px;
    font-weight: 600;
}

.vv-text a i {
    margin-right: 10px;
}

section#vantagens {
    padding: 50px 50px 0 50px;
    height: auto;
    min-height: 750px;
}

.all-service {
    width: 100%;
    height: auto;
    min-height: 300px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.vantagens-item {
    text-align: center;
    height: 180px;
    width: 100%;
    margin: 10px auto;
    background: #f6f7f7;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    max-width: 90%;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 20%);
}

.vantagens-item .icon {
    display: flex;
    width: auto;
    height: 50px;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
}

.vantagens-item .icon i {
    color: #666666;
    font-size: 20px;
    transition: 0.5s;
}

.vantagens-item .icon i:before {
    background: #55c6b5;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #55c6b5;
    border-radius: 50px;
    padding: 10px;
}

.vantagens-item p {
    color: #526271;
    font-size: 20px;
    font-weight: 300;
    margin: 0 auto;
    display: flex;
    height: auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    line-height: 23px;
}

.single-service {
    display: flex;
    margin-bottom: 35px;
}

.service-text h3 {
    color: #526371;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-text p {
    font-size: 16px;
    color: #4F5256;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.service-text p.aviso {
    background: #01bcd4;
    padding: 5px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.50px;
}


section#criterios {
    position: relative;
    padding-bottom: 50px;
    height: auto;
    min-height: 500px;
    background-color: #f0f0f2;
    padding-top: 50px;
}

.container {
    max-width: 1170px;
}

.row.bb-bg {
    padding-left: 0;
}

.child-area {
    height: 450px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding-top: 30px;
    min-height: 200px;
    background: linear-gradient(45deg, rgba(31, 179, 170, 0.8), rgb(30, 124, 175, 0.8)), url(../img/homepage/bg-mga-credenciamento.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    align-content: center;
    justify-content: space-between;
}

.hero-wrapper-side {
    background: rgba(23, 179, 171, 0.7);
    padding: 20px;
    margin-bottom: 0px;
    pointer-events: auto;
    border-radius: 10px;
    min-height: 370px;
    max-height: 370px;
    display: flex;
    align-items: center;
    align-content: center;
    box-shadow: 1px 4px 8px rgb(0 0 0 / 30%);
}

.child-form {
    padding: 0;
    margin-bottom: 0px;
    pointer-events: auto;
}

.child-form h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.single-input {
    margin-bottom: 10px;
    height: 75px;
}

.single-input input {
    width: 100%;
    font-size: 16px;
    background: #B4F4F1;
    height: 60px;
    border: 0;
    padding: 0 20px;
    color: #526371;
    margin-bottom: 0;
    outline: none;
}

.single-input textarea {
    width: 100%;
    height: 120px;
    border: 0;
    background: #B4F4F1;
    color: #526371;
    padding: 15px 20px;
    font-size: 16px;
    margin-bottom: 35px;
}

.section-title.coo h3 {
    color: #fff;
}

.child-containt p {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 30px;
}

.child-call a {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #ffeb3b;
    margin: 0;
}

.child-call a:hover {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #e5d013;
    margin: 0;
}

.child-call a.credenciar-btn {
    background: #1fb3aa;
    border-radius: 5px;
    font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 50px;
    margin-top: 6px;
    transition: .3s;
}

.child-call a.credenciar-btn:hover {
    background: #1a9890;
    transition: .3s;
}

.theme-btn {
    font-size: 18px;
    font-weight: 600;
    background: #01bcd4;
    padding: 10px 35px;
    display: inline-block;
    position: relative;
    z-index: 99;
    color: #fff !important;
    outline: 0;
    border: 0;
    border: 0 !important;
    outline: none !important;
}

.theme-btn:hover::before {
    width: 100%;
}


::-webkit-input-placeholder {
    /* Edge */
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 1;
}

::placeholder {
    opacity: 1;
}

.scroll-header {
    position: fixed !important;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: unset;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: unset;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.owl-item.active.center .slider-content {
    background: #17b3ab;
    color: #fff;
}

.owl-item.active.center .slider-content p {
    color: #fff;
}

.bb-img:hover img {
    transform: scale(1.1);
}

.bb-img img {
    transition: .3s;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1;
    color: #4f5256;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 1;
    /* Firefox */
    color: #4f5256;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    opacity: 1;
    /* Firefox */
    color: #4f5256;
}

.theme-btn::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    transition: .3s;
    left: auto;
    background: #526371;
}

.owl-dots {
    display: none;
}

.single-widget.ffd.ff {
    margin: 0;
}

.header-left address {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.hero-area {
    z-index: 0;
}

.headerButton a.acctivee {
    padding-left: 25px !important;
}

.headerTop .row {
    align-items: center;
}

.hero-area {
    background-position: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    background: linear-gradient(45deg, rgba(31, 179, 170, 0.8), rgb(30, 124, 175, 0.8)), url(../img/homepage/bg-mga-credenciamento.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    align-content: center;
    justify-content: space-between;
}

.hero-area .video-img {
    position: relative;
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 4px solid rgba(37, 161, 161, 0.3);
    border-radius: 10px;
    box-shadow: 1px 4px 8px rgb(0 0 0 / 30%);
    background: #48aeb9;
    overflow: hidden;
}

.hero-area a.video-popup {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: transparent;
    transition: 0.33s;
}


.hero-area a.video-popup:hover {
    background: rgba(0, 0, 0, 0.3);
    transition: 0.33s;
    text-decoration: none;
}

.hero-area .video-popup i.video-icon {
    position: relative;
    margin: 0 auto;
    width: 80px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: 0.33s;
}

.hero-area .video-popup i.video-icon:hover {
    position: relative;
    margin: 0 auto;
    width: 80px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background: rgb(213, 14, 14);
    border-radius: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: 0.33s;
}


.home .hero-area {
    padding: 0;
}

.home .hero-containt {
    margin-top: 0;
}

.owl-item.active .hero-area .hero-text p {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.hero-containt {
    width: 100%;
}

.hero-text h1 {
    font-size: 60px;
    color: #526371;
    font-weight: bold;
    margin-bottom: 0px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    line-height: 100%;
    margin-bottom: 17px;
}

.hero-text p {
    font-size: 18px;
    color: #03d2be;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    line-height: 1.4;
    display: block;
}

.owl-item.active .hero-area .hero-text h1 {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.owl-item.active .hero-area .hero-text .exper-button {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}


.hero-text .exper-button {
    margin-top: 15px !important;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.hero-containt .exper-button a {
    background: #01bcd4;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 17px 38px;
    border-radius: 3px;
    display: inline-block;
    transition: .3s;
    line-height: 24px;
}

.hero-active.owl-carousel .owl-dots {
    position: absolute;
    right: 20px;
    width: 20px;
    height: 100%;
    top: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
}

.hero-active.owl-carousel .owl-dot span {
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    margin: 5px 5px;
    transition: all 0.5s ease-in-out;
}

.hero-active.owl-carousel button.owl-dot.active span {
    background: #0064FA;
    border-color: #0064FA;
}


input[type="time"]+i.icofont-clock-time {
    background: #fff;
}

button.find-btn-submit {
    background: transparent;
    width: 45px;
    position: absolute;
    height: 50px;
    right: 0;
    outline: 0px;
    border: 0;
    opacity: 1;
}


.depoimentos-img {
    text-align: center;
}

.blog-gied-text .angle-left {
    bottom: -30px;
}

.eye-area a,
.eye-list-img {
    text-align: center;
}

.list-l ul li {
    display: flex;
    flex-wrap: wrap;
}

.list-l ul li span {
    padding-left: 10px;
    margin-left: 10px;
}

.list-l ul li strong {
    margin-right: 15px;
    min-width: 165px;
    display: inline-block;
}

.list-l ul li span {
    position: relative;
}

.list-l ul li span:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 10px;
    background: #526371;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

span a:first-child {
    padding-left: 0;
}

span a:first-child:before {
    display: none;
}

ul li span a,
.list-l ul li a:last-child {
    color: #4F5256;
    font-size: 16px !important;
    font-weight: 400 !important;
    position: relative;
    padding-left: 20px;
}

ul li span a::before,
.list-l ul li a:last-child:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 10px;
    background: #526371;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.logo-menu {
    float: left;
    margin: 14px 0 14px 25px;
    display: none;
}

.modal {
    padding-right: 0px;
    background-color: rgba(4, 4, 4, 0.8);
}

.modal-backdrop.in {
    z-index: 9;
    position: relative;
}

.modal-dialog {
    top: 30%;
    width: 60%;
    position: absolute;
    left: 20%;
    right: 20%;
    margin: 0 auto;
}

.modal-content {
    border-radius: 0px;
    border: none;
    top: 40%;
    position: relative;
}

.modal-body {
    background-color: unset;
    color: white;
    width: 100%;
    float: left;
    padding: 55px;
}

.modal-body h3 {
    margin-bottom: 20px;
    font-weight: 400;
    color: #526371;
}

.modal-body .search-form {
    width: 100%;
    float: left;
    position: relative;
}

.modal-header .close {
    color: #fff;
}

.hero-about-text h2 {
    font-size: 60px;
    color: #526371;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.hero-about-text h4,
.hero-about-text h4 a {
    font-size: 20px;
    color: #17b3ab;
    font-weight: 600;
    margin: 0;
}

.hero-about-text h4 span {
    color: #526371;
}


.service-title {
    margin-bottom: 50px;
}


.service-title h2 {
    font-size: 40px;
    color: #526371;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 48px;
}

.service-title p {
    font-size: 16px;
    color: #4f5256;
    margin: 0;
    font-weight: 400;
}

textarea {
    width: 95%;
    height: 80px;
    border: 0b-b;
    border: 0;
    border-bottom: 2px solid #c6c4c4;
    font-size: 16px;
    color: #4f5256;
    margin-top: 15px;
}

.footer-box {
    padding-top: 40px;
}


.footer-area h2,
.footer-area h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.footer-area .text-foot {
    width: 100%;
    float: left;
    display: block;
}


.footer-area .text-foot li i {
    width: 40px;
    font-size: 22px;
    padding-top: 3px;
    color: #02B9B1;
}

.footer-area .text-foot li a:hover {
    color: #02B9B1;
    text-decoration: none;
}

.footer-area .text-foot li:hover a {
    padding: 0 0 0 18px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-area .text-foot li a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    border-radius: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 12px;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    width: 15px;
}

.footer-area .text-foot li:hover a::before {
    opacity: 1;
}

.footer-box .input-group {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
    position: relative;
}

.footer-box .input-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 99999999;
    padding: 0;
    line-height: 0;
    height: auto;
    background: transparent;
    border: 0;
}


.footer-box .input-group .form-control::placeholder,
.form_wrap input#datepicker::placeholder {
    color: #989a9c;
}

.footer-box .social {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.footer-box .social li {
    display: inline-block;
    list-style: none;
}

.footer-box .social li a i {
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 27px;
}

.footer-box .social li a:hover {
    text-decoration: none;
}

.footer-box .social li a:hover i {
    color: #01bcd4;
}

.footer-bottom {
    background: #45484b;
    padding: 30px 0;
    float: left;
    display: block;
    width: 100%;
}

.footer-bottom p {
    font-size: 16px;
    color: #cdcecf;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 0px;
}

.footer-bottom p a {
    font-size: 18px;
    color: #fff;
}

.footer-bottom p a:hover {
    font-size: 18px;
    color: #01bcd4;
}

.list-l ul li a {
    color: #4F5256;
    font-size: 16px;
    font-weight: 600;
}

.list-l ul li {
    margin-bottom: 10px;
}

.list-r ul li a {
    color: #4F5256;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

.list-r ul li {
    margin-bottom: 10px;
}

.list-r ul li a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 10px;
    background: #526371;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.nav-link {
    background: #526371;
    border-radius: 0 !important;
    margin: 0 3px;
    font-size: 18px;
    color: #fff;
    padding: 10px 33px;
    transition: 0.3s;
}

.nav-link:hover {
    color: #fff;
    background: #01bcd4;
}

.sercive-area {
    padding: 120px 0;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}


.services-area {
    width: 100%;
    float: left;
    display: block;
    padding: 110px 0 120px 0;
    background-position: center;

}

.services-area h1 {
    text-align: center;
    font-weight: 800;
    padding-bottom: 10px;
    color: #526371;
    font-size: 40px;
}

.services-area p {
    text-align: center;
    font-weight: 400;
    color: #4f5256;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 40px;
}

.services-box {
    width: 100%;
    float: left;
    display: block;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}


.services-box .per-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #526371;
    text-align: center;
    padding-top: 20px;
    margin: auto;
}

.services-box .per-box:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.services-box .per-box:hover h3 {
    color: #17b3ab;
}

section.depoimentos-area {
    background-color: #fff;

}

.depoimentos-area {
    width: 100%;
    float: left;
    display: block;
    padding: 110px 0 100px 0;
    background: #fff;
}

.depoimentos-area h1 {
    text-align: center;
    font-weight: 800;
    padding-bottom: 0;
    color: #526371;
    font-size: 36px;
    margin-bottom: 0;
}

/*
  *46 Credencie
  */

section#credencie {
    width: 100%;
    float: left;
    display: block;
    background: #42a3b4;
    padding: 0;
    height: 450px;
}


.home .depoimentos-area {
    padding: 50px 0 0 0;
}

.home .news-area {
    padding-top: 110px !important;
}


.child-containt {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.wc_whatsapp_app {
    position: fixed;
    bottom: 80px;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    right: 25px;
}

.wc_whatsapp_app.left {
    left: 10px
}

.wc_whatsapp_app.right {
    right: 15px
}

.wc_whatsapp {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 0 0 rgba(0, 0, 0, .4)
}

.wc_whatsapp:hover,
.wc_whatsapp:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, .6)
}

.wc_whatsapp::before {
    content: "";
    display: block;
    background: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyBhcmlhLWhpZGRlbj0ndHJ1ZScgZm9jdXNhYmxlPSdmYWxzZScgZGF0YS1wcmVmaXg9J2ljb24nIGRhdGEtaWNvbj0nd2hhdHNhcHAnIGNsYXNzPSdzdmctaW5saW5lJyByb2xlPSdpbWcnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgdmlld0JveD0nMCAwIDQ0OCA1MTInPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J00zODAuOSA5Ny4xQzMzOSA1NS4xIDI4My4yIDMyIDIyMy45IDMyYy0xMjIuNCAwLTIyMiA5OS42LTIyMiAyMjIgMCAzOS4xIDEwLjIgNzcuMyAyOS42IDExMUwwIDQ4MGwxMTcuNy0zMC45YzMyLjQgMTcuNyA2OC45IDI3IDEwNi4xIDI3aC4xYzEyMi4zIDAgMjI0LjEtOTkuNiAyMjQuMS0yMjIgMC01OS4zLTI1LjItMTE1LTY3LjEtMTU3em0tMTU3IDM0MS42Yy0zMy4yIDAtNjUuNy04LjktOTQtMjUuN2wtNi43LTQtNjkuOCAxOC4zTDcyIDM1OS4ybC00LjQtN2MtMTguNS0yOS40LTI4LjItNjMuMy0yOC4yLTk4LjIgMC0xMDEuNyA4Mi44LTE4NC41IDE4NC42LTE4NC41IDQ5LjMgMCA5NS42IDE5LjIgMTMwLjQgNTQuMSAzNC44IDM0LjkgNTYuMiA4MS4yIDU2LjEgMTMwLjUgMCAxMDEuOC04NC45IDE4NC42LTE4Ni42IDE4NC42em0xMDEuMi0xMzguMmMtNS41LTIuOC0zMi44LTE2LjItMzcuOS0xOC01LjEtMS45LTguOC0yLjgtMTIuNSAyLjgtMy43IDUuNi0xNC4zIDE4LTE3LjYgMjEuOC0zLjIgMy43LTYuNSA0LjItMTIgMS40LTMyLjYtMTYuMy01NC0yOS4xLTc1LjUtNjYtNS43LTkuOCA1LjctOS4xIDE2LjMtMzAuMyAxLjgtMy43LjktNi45LS41LTkuNy0xLjQtMi44LTEyLjUtMzAuMS0xNy4xLTQxLjItNC41LTEwLjgtOS4xLTkuMy0xMi41LTkuNS0zLjItLjItNi45LS4yLTEwLjYtLjItMy43IDAtOS43IDEuNC0xNC44IDYuOS01LjEgNS42LTE5LjQgMTktMTkuNCA0Ni4zIDAgMjcuMyAxOS45IDUzLjcgMjIuNiA1Ny40IDIuOCAzLjcgMzkuMSA1OS43IDk0LjggODMuOCAzNS4yIDE1LjIgNDkgMTYuNSA2Ni42IDEzLjkgMTAuNy0xLjYgMzIuOC0xMy40IDM3LjQtMjYuNCA0LjYtMTMgNC42LTI0LjEgMy4yLTI2LjQtMS4zLTIuNS01LTMuOS0xMC41LTYuNnonPjwvcGF0aD48L3N2Zz4=) top center no-repeat;
    height: 28px;
    margin-top: 5px;
    margin-left: 0px;
}

.wc_whatsapp p {
    font-family: arial, sans-serif
}

.wc_whatsapp_secondary,
.wc_whatsapp_primary {
    display: none
}

.wc_whatsapp_secondary {
    max-width: 300px
}

.wc_whatsapp_secondary p {
    margin-left: 15px;
    border: 1px solid #e2e2e2;
    padding: 0;
    border-radius: 5px;
    position: relative;
    color: #000;
    font-size: 14px;
    background: #fff;
    display: none
}

.wc_whatsapp_secondary p::before {
    top: 20px;
    left: -9px;
    content: '';
    position: absolute;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    left: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.wc_whatsapp_primary {
    border-radius: 5px;
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 10px;
    bottom: 70px;
    align-items: center;
    max-width: 350px;
    box-shadow: 7px 7px 15px 8px rgba(0, 0, 0, .17);
    position: absolute;
    width: 350px
}

.wc_whatsapp_primary img {
    width: 50px;
    border-radius: 5px;
    margin-left: 10px
}

.wc_whatsapp_primary p {
    margin: 20px;
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    color: #000;
    font-size: 14px;
    display: none
}

.wc_whatsapp_primary p::before {
    top: 20px;
    left: -9px;
    content: '';
    position: absolute;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    left: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.wc_whatsapp_primary .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #000;
    opacity: .5
}

.wc_whatsapp_primary .close:hover,
.wc_whatsapp_primary .close:focus {
    color: red;
    opacity: 1
}

.wc_whatsapp {
    background-color: #35b084;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    padding: 0;
    text-align: center;
    text-decoration: none
}