html {
    font-size: 90%}
body {
    transition: overflow .6s;
}
.hidden {
    display: none;
}
.bulletsHome .wrapBulletsHome {
    margin-top: 20px;
}
.bulletsHome .bulletsHomeImg {
    width: 42px;
    height: 42px;
    margin-right: 9px;
}
.bulletsHome h4 {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.29px;
    text-align: left;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}
.bulletsHome p {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: -10px;
    cursor: pointer;
}
.propertiesHome h2 {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 25px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #134b78;
}
.propertiesHome .linkEgo {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    background-color: #134b78;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
}
.loopProperties {
    margin-top: 15px;
}
.loopProperties a:hover {
    text-decoration: none;
}
.loopProperties a h1 {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    color: #134b78;
    font-family: Verdana, sans-serif;
    margin-top: 12px;
}
.loopProperties a p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    color: #292929;
    font-family: Verdana, sans-serif;
    margin-top: 12px;
}
.loopProperties .boxPropertiesImage {
    position: relative;
}
.loopProperties .boxPropertiesImage .propertiesImage {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
}
.loopProperties .statusLabel {
    position: absolute;
    top: 20px;
    left: -8px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 36px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(15deg);
    width: 96.2px;
    height: 36px;
    object-fit: contain;
    border-radius: 9px;
    background-color: #134b78;
    margin-top: 0;
}
.loopProperties .priceLabel {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: auto;
    height: 27px;
    background-color: #134b78;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 27px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-family: Verdana, sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}
.paddingFormat {
    padding-left: 7px;
    padding-right: 7px;
}
.lastestNews {
    margin-top: 38px;
}
.lastestNews h2 {
    font-family: Verdana, sans-serif;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: .8;
    letter-spacing: normal;
    text-align: left;
    color: #00afaa;
}
.lastestNews .linkNews {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    background-color: #00afaa;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
}

.comments-wrapper {margin-top: 15px;}

.lastestNews .loopNews {
    margin-top: 23px;
}
.lastestNews .loopNews a {
    text-decoration: none;
}
.lastestNews .loopNews a img {
    height: 244px !important;
    object-fit: cover;
    width: 100%}
.lastestNews .loopNews a:hover {
    text-decoration: none;
}
.lastestNews .loopNews h1 {
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #00afaa;
    margin-top: 12px;
}
.lastestNews .loopNews p {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: .69px;
    text-align: left;
    color: #292929;
    margin-top: 12px;
}
.sliderHome {
    position: relative;
    height: 425px;
    margin-bottom: 30px;
    object-fit: contain;
}
.sliderHome .slide_item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    object-fit: contain;
    height: 425px;
    transition: opacity .5s;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}
.sliderHome .slide_item.first {
    opacity: 1;
    transition: opacity .5s;
}
.sliderHome .wraapTextSlider {
    background-image: url("/wp-content/uploads/2020/01/Rectangle-229-4.png");
    height: 425px;
    box-sizing: border-box;
    margin-right: -8px;
    padding-right: 3px;
}
.sliderHome .wraapTextSlider p {
    font-family: Verdana, sans-serif;
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.sliderHome .bullets {
    position: absolute;
    bottom: 30px;
    right: 20px;
}
.sliderHome .bullets img {
    margin-right: 12px;
}
.sliderHome .prevSlider {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.sliderHome .nextSlider {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.headerGo4 {
    height: 61px;
}
.headerGo4 .custom-logo-link {
    line-height: 54px;
    margin-left: -6px;
}
.headerGo4 .logo2 {
    width: 56px;
    height: 25px;
}
.headerGo4 .menuPrincipal .nav-link {
    display: inline-block !important;
    padding: .5rem .5rem !important;
}
.headerGo4 .menuPrincipal ul {
    list-style: none;
    margin-top: 24px;
    padding-left: 0;
    margin-left: -10px;
}
.headerGo4 .menuPrincipal ul li {
    display: inline;
    border-right: 1px solid #00afaa;
}
.headerGo4 .menuPrincipal ul li:last-child {
    border-right: none;
    float: right;
}
.headerGo4 .menuPrincipal ul li:nth-child(6) {
    border-right: none;
}
.headerGo4 .menuPrincipal ul li:nth-child(5) {
    border-right: none;
}
.headerGo4 .menuPrincipal ul a {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: .79;
    letter-spacing: normal;
    text-align: left;
    color: #00afaa;
    text-transform: capitalize;
    position: relative;
}
.headerGo4 .menuPrincipal ul .fas {
    font-size: 14px;
}
.headerGo4 .menuPrincipal ul #menu-item-283, .headerGo4 .menuPrincipal ul #menu-item-39094, .headerGo4 .menuPrincipal ul #menu-item-38881, .headerGo4 .menuPrincipal ul #menu-item-39099 {
    position: absolute;
    right: 66px;
    display: inline !important;
}
.headerGo4 .menuPrincipal ul #menu-item-283 a:after {
    display: none !important;
}
.headerGo4 .menuPrincipal ul #menu-item-39094 a:after {
    display: none !important;
}
.headerGo4 .menuPrincipal ul #menu-item-38881 a:after {
    display: none !important;
}
.headerGo4 .menuPrincipal ul #menu-item-39099 a:after {
    display: none !important;
}
.headerGo4 .menuPrincipal ul .wpml-ls-current-language {
    display: inline !important;
}
.headerGo4 .menuPrincipal ul .wpml-ls-current-language .nav-link:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: -webkit-baseline-middle !important;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0 !important;
    border-left: .3em solid transparent;
    transform: scaleX(1) !important;
}
.headerGo4 .menuPrincipal ul .dropdown-menu {
    min-width: 4rem;
}
.headerGo4 .menuPrincipal .nav-link:after {
    display: block;
    content: "";
    border-bottom: solid 2px #08b1ac;
    transform: scaleX(0);
    transition: transform 450ms ease-in-out;
    padding-top: 10px;
}
.headerGo4 .menuPrincipal .nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%}
.headerGo4 .menuPrincipal .current-page-ancestor .nav-link:after {
    transform: scaleX(1);
    transform-origin: 0% 50%}
.mobileMenu {
    display: none;
    height: 50px;
    padding-top: 12px;
    transition: height .5s;
}
.mobileMenu .custom-logo-link {
    margin-right: 6px;
}
.mobileMenu #nav-icon4 {
    width: 14px;
    height: 12px;
    position: relative;
    margin: -15px;
    margin-left: auto;
    margin-right: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.mobileMenu #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #00afaa;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.mobileMenu #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.mobileMenu #nav-icon4 span:nth-child(2) {
    top: 5px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.mobileMenu #nav-icon4 span:nth-child(3) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.mobileMenu #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
    left: 0;
}
.mobileMenu #nav-icon4.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.mobileMenu #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 0;
}
.mobileMenu .wrapMenu {
    height: 0;
    width: 100%;
    display: none;
    transition: height .4s;
}
.mobileMenu .wrapMenu .menu {
    margin-top: 40px;
    list-style: none;
}
.mobileMenu .wrapMenu .menu li {
    text-align: right;
    margin-bottom: 10px;
}
.mobileMenu .wrapMenu .menu li a {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: .56px;
    color: #00afaa;
    text-transform: capitalize;
}
.mobileMenu .wrapMenu .wpml-ls-slot-17 {
    display: inline !important;
    float: right;
    margin-left: 16px;
    margin-top: 12px;
}
.mobileMenu .wrapMenu .wpml-ls-slot-17 .wpml-ls-flag {
    width: 20px;
    height: 20px;
    border-radius: 40px;
}
.mobileMenu .wrapMenu #menu-item-498 {
    padding-bottom: 30px;
    border-bottom: 1px solid #00afaa;
}
.openMenu {
    height: 330px;
}
.openWrapMenu {
    height: 200px !important;
    display: block !important;
}
#overlaySearch {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}
.searchBar {
    height: 116px;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
}
.searchBar .egoLink {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: .56px;
    text-align: left;
    color: #00aeaa;
}
.searchBar div .asl_w {
    position: relative !important;
}
.searchBar div .asl_w .probox .promagnifier {
    position: absolute !important;
    left: 10px !important;
}
.searchBar div .asl_w .probox .promagnifier .innericon svg {
    fill: #00afaa;
}
.searchBar #ajaxsearchlite1 .probox .proinput input, .searchBar div.asl_w .probox .proinput input {
    padding-left: 29px !important;
}
.searchBar #ajaxsearchlite1 .probox .proinput input, .searchBar div.asl_w .probox .proinput input ::-webkit-input-placeholder {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: .65px;
    text-align: left;
    color: #000;
    opacity: 1 !important;
}
.searchBar #ajaxsearchlite1 .probox .proinput input, .searchBar div.asl_w .probox .proinput input:-ms-input-placeholder {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: .65px;
    text-align: left;
    color: #000;
    opacity: 1 !important;
}
.searchBar #ajaxsearchlite1 .probox .proinput input, .searchBar div.asl_w .probox .proinput input::placeholder {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: .65px;
    text-align: left;
    color: #000;
    opacity: 1 !important;
}
.searchBar div.asl_m .probox .proclose {
    display: block !important;
}
.searchBar div.asl_m .probox .proclose svg {
    display: none !important;
}
.searchBar div.asl_m .probox .proclose .customCancel {
    margin-left: -50px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2;
    letter-spacing: .56px;
    text-align: left;
    color: #134b78 !important;
    font-family: Verdana, sans-serif;
}
#ajaxsearchliteres1 {
    width: 100% !important;
    left: -5px !important;
}
.current-menu-item a:before {
    position: absolute;
    width: 90% !important;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: .5rem;
    content: " ";
    background-color: #00afaa;
    transition: width .3s;
}
.stickyHeader {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
    z-index: 2;
}
.headerHidden {
    display: none;
    height: 61px;
    background-color: #fff;
}
header {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}
header .wpml-ls-flag {
    border-radius: 40px;
    width: 18px;
    height: 18px !important;
    vertical-align: middle !important;
    margin-top: -2px;
}
.noPaddingMenu {
    padding-left: 0;
    padding-right: 0;
}
.references {
    margin-top: 50px;
}
.references img {
    width: 72px;
    height: 72px;
    border-radius: 170px;
}
.references h1 {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #292929;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}
.references p {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #292929;
    font-weight: normal;
    font-family: Verdana, sans-serif;
}
.references .refereceP {
    margin-top: -10px;
}
.references a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #00afaa;
    font-family: Verdana, sans-serif;
    position: relative;
}
.references a:after {
    position: absolute;
    right: -25px;
    top: 0;
    content: ">"}
footer {
    background-image: url("/wp-content/uploads/2020/01/4-3.jpg");
	background-size: cover;
	    height: 434px;
	    margin-top: 60px;
	    position: relative;
}
footer h1 {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-top: 31px;
}
footer ul {
    padding-left: 0;
    list-style: none;
}
footer ul li a {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
footer ul li a:hover {
    text-decoration: none;
    color: #fff;
}
footer ul li a:before {
    display: none;
}
footer h4 {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
footer p {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
footer a {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
footer a:hover {
    text-decoration: none !important;
    color: #fff;
}
footer .socialLink {
    margin-right: 0;
}
footer:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%}
.slideup {
    position: fixed;
    bottom: 100px;
    right: 10%;
    width: 50px;
    height: 50px;
    background-color: #134b78;
    border-radius: 150px;
    cursor: pointer;
    display: none;
}
.slideup i {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-align: center;
    font-size: 20px;
}
@media (min-width: 320px) and (max-width: 384px) {
    .overlayTeam .closeOverlay {
    top: -2px !important;
    right: 17px !important;
}
.overlayTeam .cardOverlay {
    top: 35px !important;
    width: 95% !important;
}
.overlayTeam .cardOverlay h6 {
    text-align: center !important;
}
.overlayTeam .cardOverlay p {
    text-align: center !important;
    padding-left: 5px;
    padding-right: 5px;
}
.overlayTeam .cardOverlay ul {
    margin-right: auto;
    margin-left: auto;
}
.overlayTeam .cardOverlay .wrappImageBox:after {
    display: none;
}
.overlayTeam .heightMobile1 {
    height: 35px !important;
}
.overlayTeam .heightMobile2 {
    height: 10px !important;
}
.overlayTeam .wp-block-gallery {
    margin-left: auto !important;
    margin-right: auto !important;
}
.cardTeam {
    width: 286px !important;
    border-radius: 10px;
    border: solid 1px #afafaf;
    background-color: #fff;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
}
.blocks-gallery-item {
    margin: 0 auto 16px auto !important;
    padding-right: 14px !important;
}
.blocks-gallery-grid {
    flex-wrap: nowrap !important;
}
.slidePages {
    height: 211px !important;
}
.slidePages .wrappSlider {
    height: 211px !important;
}
.mobileSideMenu {
    display: block !important;
}
.borderRightGreen {
    display: none;
}
.wrapContent {
    border-left: none !important;
}
.mobileMenu {
    display: block;
}
.mobileMenu .custom-logo {
    width: 70% !important;
}
.headerGo4 {
    display: none;
}
.propertiesHome h2 {
    margin-bottom: 30px;
}
.loopProperties {
    margin-top: 30px;
}
.lastestNews h2 {
    margin-bottom: 30px;
}
.lastestNews .loopNews {
    margin-top: 30px;
}
.references img {
    width: 55px;
    height: 55px;
}
.references p {
    margin-left: 8px;
}
.references a {
    margin-left: 8px;
}
.references h1 {
    margin-left: 8px;
}
.boxreferences {
    margin-top: 25px;
}
footer {
    background-image: url("");
    height: auto;
    position: relative;
}
footer h1 {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #00aea9;
    margin-top: 25px;
}
footer ul li a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #000;
}
footer h4 {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #00aea9;
}
footer p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #000;
}
footer p a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #000;
    margin-top: -20px;
}
footer .textwidget:last-child {
    margin-bottom: 30px;
}
footer:before {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    height: 1px;
    background-color: #00afaa;
    content: " "}
.sliderHome {
    height: 211px;
}
.sliderHome .slide_item {
    height: 211px;
}
.sliderHome .wraapTextSlider {
    width: 109%;
    position: absolute;
    height: 58px;
    left: -16px;
    bottom: -210px;
    padding-top: 4px;
}
.sliderHome .wraapTextSlider p {
    font-size: 14px;
    padding-top: 0;
    text-align: left !important;
    display: inline;
    line-height: 0 !important;
}
.sliderHome .bullets {
    display: none;
}
.sliderHeightMobile {
    height: 0 !important;
}
}@media (min-width: 412px) and (max-width: 780px) {
    .openSearch {
    margin-left: 20px;
}
.overlayTeam .closeOverlay {
    top: -2px !important;
    right: 17px !important;
}
.overlayTeam .cardOverlay {
    top: 55px !important;
    width: 95% !important;
}
.overlayTeam .cardOverlay h6 {
    text-align: center !important;
}
.overlayTeam .cardOverlay p {
    text-align: center !important;
    padding-left: 5px;
    padding-right: 5px;
}
.overlayTeam .cardOverlay ul {
    margin-right: auto;
    margin-left: auto;
}
.overlayTeam .cardOverlay .wrappImageBox:after {
    display: none;
}
.overlayTeam .heightMobile1 {
    height: 35px !important;
}
.overlayTeam .heightMobile2 {
    height: 10px !important;
}
.overlayTeam .wp-block-gallery {
    margin-left: auto !important;
    margin-right: auto !important;
}
.cardTeam {
    width: 255px !important;
    border-radius: 10px;
    border: solid 1px #afafaf;
    background-color: #fff;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
}
.blocks-gallery-item {
    margin: 0 auto 16px auto !important;
    padding-right: 14px !important;
}
.blocks-gallery-grid {
    flex-wrap: nowrap !important;
}
.slidePages {
    height: 211px !important;
}
.slidePages .wrappSlider {
    height: 211px !important;
}
.mobileSideMenu {
    display: block !important;
}
.borderRightGreen {
    display: none;
}
.wrapContent {
    border-left: none !important;
}
.mobileMenu {
    display: block;
}
.mobileMenu .custom-logo {
    width: 80% !important;
    margin-top: -8px;
    margin-left: -12px;
}
.headerGo4 {
    display: none;
}
.propertiesHome h2 {
    margin-bottom: 30px;
}
.loopProperties {
    margin-top: 30px;
}
.loopProperties .boxPropertiesImage .propertiesImage {
    max-height: 100%}
.lastestNews h2 {
    margin-bottom: 30px;
}
.lastestNews .loopNews {
    margin-top: 30px;
}
.references p {
    margin-left: 8px;
}
.references a {
    margin-left: 8px;
}
.references h1 {
    margin-left: 8px;
}
.boxreferences {
    margin-top: 25px;
}
footer {
    background-image: url("");
    height: auto;
    position: relative;
}
footer h1 {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #00aea9;
    margin-top: 25px;
}
footer ul li a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #000;
}
footer h4 {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #00aea9;
}
footer p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #000;
}
footer p a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #000;
    margin-top: -20px;
}
footer .socialLink {
    margin-bottom: 30px;
}
footer:before {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    height: 1px;
    background-color: #00afaa;
    content: " "}
.sliderHome {
    height: 211px;
}
.sliderHome .slide_item {
    height: 211px;
}
.sliderHome .wraapTextSlider {
    width: 108% !important;
    position: absolute;
    height: 58px;
    left: -16px;
    bottom: -210px;
    padding-top: 4px;
}
.sliderHome .wraapTextSlider p {
    font-size: 14px !important;
    padding-top: 0 !important;
    text-align: left !important;
    display: inline;
    line-height: 0 !important;
}
.sliderHome .bullets {
    display: none;
}
.sliderHeightMobile {
    height: 0 !important;
}
}@media (min-width: 600px) and (max-width: 899px) {
    .slidePages {
    height: 265px !important;
}
.slidePages .wrappSlider {
    height: 265px !important;
}
.fullWidthMobile {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.overlayTeam .cardOverlay {
    width: 80% !important;
}
.overlayTeam .cardOverlay .wrappImageBox:after {
    left: 80px !important;
}
.mobileMenu {
    display: block;
}
.mobileMenu .custom-logo {
    width: 50% !important;
    margin-top: -18px;
}
.mobileMenu .openSearch {
    margin-left: 105px;
}
.headerGo4 {
    display: none;
}
.sliderHome .wraapTextSlider {
    width: 90%}
.sliderHome .wraapTextSlider p {
    font-size: 30px;
    padding-top: 0;
}
.sliderHome .bullets {
    display: none;
}
.newsBox:last-child {
    display: none;
}
footer {
    background-image: url("");
    height: auto;
    position: relative;
}
footer h1 {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #00aea9;
    margin-top: 25px;
}
footer ul li a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #000;
}
footer h4 {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #00aea9;
}
footer p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #000;
}
footer p a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.26px;
    text-align: left;
    color: #000;
    margin-top: -20px;
}
footer .socialLink {
    margin-right: 12px;
}
footer:before {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    height: 1px;
    background-color: #00afaa;
    content: " "}
.references img {
    width: 58px;
    height: 58px;
}
.hiddenTablet {
    display: none;
}
.textwidget:last-child {
    margin-bottom: 30px;
}
.sliderHeightMobile {
    height: 0 !important;
}
}@media (width: 600px) {
    .mobileSideMenu {
    display: block !important;
}
.borderRightGreen {
    display: none;
}
.wrapContent {
    border-left: none !important;
}
.mobileMenu {
    display: block;
}
.mobileMenu .openSearch {
    margin-left: 60px;
}
}@media (min-width: 900px) and (max-width: 1198px) {
    #menu-item-283, #menu-item-39094, #menu-item-38881, #menu-item-39099 {
    position: absolute;
    right: 38px !important;
    display: inline !important;
}
.overlayTeam .cardOverlay {
    width: 80% !important;
}
.overlayTeam .cardOverlay .wrappImageBox:after {
    left: 123px !important;
}
.headerGo4 .custom-logo {
    width: 100%;
    height: auto;
    margin-top: 7px;
}
.headerGo4 .custom-logo-link {
    margin-right: 5px;
}
.headerGo4 .menuPrincipal ul {
    margin-left: -27px;
}
.headerGo4 .menuPrincipal ul li a {
    font-size: 12.5px;
}
.headerGo4 .menuPrincipal ul #menu-item-283 {
    margin-left: -4px;
}
.bulletsHome .bulletsHomeImg {
    margin-left: -10px;
}
.sliderHome .wraapTextSlider {
    width: 80%}
.sliderHome .wraapTextSlider p {
    font-size: 29px;
    padding-top: 0;
}
.sliderHome .bullets {
    display: none;
}
}@media (min-width: 900px) and (max-width: 989px) {
    #menu-item-283, #menu-item-39094, #menu-item-38881, #menu-item-39099 {
    position: absolute;
    right: 38px !important;
    display: inline !important;
}
.headerGo4 .custom-logo {
    width: 80%;
    height: auto;
}
.headerGo4 .logo2 {
    width: 30%;
    height: auto;
}
.headerGo4 .custom-logo-link {
    margin-right: 5px;
}
.headerGo4 .menuPrincipal ul {
    margin-left: -62px;
    margin-top: 17px;
}
.headerGo4 .menuPrincipal ul li a {
    font-size: 9px;
}
.headerGo4 .menuPrincipal ul #menu-item-283 {
    margin-left: 14px;
}
.bulletsHome .bulletsHomeImg {
    margin-left: -15px;
}
.sliderHome {
    height: 325px;
}
.sliderHome .slide_item {
    height: 325px;
}
.sliderHome .wraapTextSlider {
    height: 325px;
	
	
	
}
.sliderHome .wraapTextSlider p {
    font-size: 25px;
    padding-top: 0;
}
.sliderHome .bullets {
    display: none;
}
.newsBox:last-child {
    display: none;
}
.references img {
    margin-left: -16px;
}
footer .socialLink {
    margin-right: 13px;
}
}.customPaddingLeft {
    padding-left: 8px;
}
.customPaddingRight {
    padding-right: 8px;
}
.lds-ring {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5,  0,  .5,  1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}.slidePages {
    position: relative;
    height: 403px;
}
.slidePages .wrappSlider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 403px;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: opacity .5s;
}
.slidePages .wrappSlider.first {
    opacity: 1;
    transition: opacity .5s;
}
.slidePages .prevSliderPage {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.slidePages .nextSliderPage {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.slidePages .bulletsPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.contentLayoutSideBar ul {
    list-style: none;
    padding-left: 2px;
    margin-top: 35px;
}
.contentLayoutSideBar ul li {
    margin-bottom: 25px;
    font-family: Verdana, sans-serif;
}
.contentLayoutSideBar ul li a {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: .69px;
    text-align: left;
    color: #08b1ac;
    position: relative;
}
.contentLayoutSideBar ul li a:hover {
    text-decoration: none;
}
.contentLayoutSideBar .current_page_item a:after {
    position: absolute;
    width: 100% !important;
    height: 2px;
    left: 0;
    bottom: -0.75rem;
    content: " ";
    background-color: #00afaa;
    transition: width .3s;
}
.contentLayoutSideBar .children {
    display: none;
    padding-left: 7px;
}
.contentLayoutSideBar .some-class:after {
    display: none !important;
}
.wrapContent {
    border-left: 1px solid rgba(211, 211, 211, 0.6);
}
.wrapContent h1 {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: .63px;
    text-align: left;
    color: #292929;
    margin-top: 22px;
    font-family: Verdana, sans-serif;
    margin-bottom: 10px;
}
.wrapContent p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: .69px;
    text-align: left;
    color: #292929;
    font-family: Verdana, sans-serif;
}
.wrapContent h2 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: .86px;
    text-align: left;
    color: #292929;
    font-family: Verdana, sans-serif;
}
.wrapContent h3 {
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: .86px;
    text-align: left;
    color: #292929;
    margin-bottom: 28px;
}
.wrapContent h4 {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    font-family: Verdana, sans-serif;
}
.wrapContent a {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: .69px;
    text-align: left;
    color: #08b1ac;
}


.pagination {
	font-family: Verdana;
	font-size: 1em;
}

.pagination a {
	font-size: 1em;
}

.wrapContent ul {
    padding-left: 20px;
    list-style-image: url("/wp-content/uploads/2020/01/listimage2.png");
}
.wrapContent div.wpforms-container-full .wpforms-form inpufield-medium {
    max-width: 100%}
.wrapContent div.wpforms-container-full .wpforms-form input {
    border-radius: 10px !important;
    border: solid 1px #afafaf !important;
    height: 42px;
}
.wrapContent div.wpforms-container-full .wpforms-form textarea {
    border-radius: 5px !important;
    border: solid 1px #afafaf !important;
    overflow: hidden;
}
.wrapContent div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: .81;
    letter-spacing: .69px;
    text-align: left;
    color: #000;
    margin-bottom: 18px;
}
.wrapContent div.wpforms-container-full .wpforms-form .wpforms-required-label {
    display: none;
}
.wrapContent div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 100%;
    background-color: #00a6aa;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: .93;
    letter-spacing: .6px;
    font-family: Verdana, sans-serif;
    height: 47px;
}
.wrapContent .references {
    margin-top: 30px;
    margin-bottom: 50px;
}
.wrapContent .references img {
    width: 72px;
    height: 72px;
    border-radius: 160px;
}
.wrapContent .references h1 {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #292929;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    margin-bottom: 8px;
    margin-top: 3px;
    margin-left: 6px;
}
.wrapContent .references p {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #292929;
    font-weight: normal;
    font-family: Verdana, sans-serif;
    margin-left: 6px;
}
.wrapContent .references .refereceP {
    margin-top: 5px;
}
.wrapContent .references .referecePM {
    margin-top: 15px;
}
.borderRightGreen {
    height: 45vh;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}
.wrapLoopNews .boxNews {
    height: 216px;
    max-height: 216px;
    padding: 10px;
    margin-bottom: 32px;
    position: relative;
}

.wrapLoopNews .boxNews .date {
	color: #bdbdbd;
}

.wrapLoopNews .loopNewsImage {
    object-fit: cover;
    width: 100%;
    height: 216px;
}
.wrapLoopNews h4 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: .5px;
    text-align: left;
    color: #00a6aa;
    font-family: Verdana, sans-serif;
    margin-bottom: 12px;
}
.wrapLoopNews p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: .69px;
    text-align: left;
    color: #292929;
    font-family: Verdana, sans-serif;
}
.wrapLoopNews a.readmore  {
    position: absolute;
    left: 10px;
    bottom: -11px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #00afaa;
}
 .wrapLoopNews h4 a {
    position: relative;
	font-size: 20px;
}
.buttonMore {
    display: block;
    width: 100%;
    height: 47px;
    background-color: #00a6aa;
}
.buttonMore a {
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: .93;
    letter-spacing: .6px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding-top: 17px;
}
.buttonMore a:hover {
    text-decoration: none;
}
.mobileSideMenu {
    display: none;
}
.blocks-gallery-grid, .wp-block-gallery {
    margin-left: -11px;
}
.galleryGo4 .wrapImageGo4 {
    margin-top: 24px;
}
.galleryGo4 .wrapImageGo4 a {
    object-fit: cover;
}
.galleryGo4 .wrapImageGo4 a img {
    width: 100% !important;
    height: 160px !important;
    object-fit: cover;
}
.lightbox .lb-image {
    border: none !important;
}
.contentLayoutSideBarRight .wrapContent {
    border-left: none !important;
    border-right: 1px solid rgba(211, 211, 211, 0.6) !important;
}
.contentLayoutSideBarRight .borderRightGreenb h3 {
    font-family: Verdana, sans-serif;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: .53px;
    text-align: left;
    color: #292929;
    margin-top: 80px;
}
.contentLayoutSideBarRight .borderRightGreenb div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
    max-width: 100%}
.contentLayoutSideBarRight .borderRightGreenb div.wpforms-container-full .wpforms-form input {
    border-radius: 10px !important;
    border: solid 1px #afafaf !important;
    height: 42px;
}
.contentLayoutSideBarRight .borderRightGreenb div.wpforms-container-full .wpforms-form textarea {
    border-radius: 5px !important;
    border: solid 1px #afafaf !important;
    height: 40px;
    max-height: 40px;
}
.contentLayoutSideBarRight .borderRightGreenb div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: .81;
    letter-spacing: .69px;
    text-align: left;
    color: #000;
    margin-bottom: 18px;
}
.contentLayoutSideBarRight .borderRightGreenb div.wpforms-container-full .wpforms-form .wpforms-required-label {
    display: none;
}
.contentLayoutSideBarRight .borderRightGreenb div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 100%;
    background-color: #00a6aa;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: .93;
    letter-spacing: .6px;
    font-family: Verdana, sans-serif;
    height: 47px;
}
.cardTeam {
    width: 257px;
    height: 410px;
    border-radius: 10px;
    border: solid 1px #afafaf;
    background-color: #fff;
    margin-bottom: 26px;
    position: relative;
}
.cardTeam .perfilfoto {
    width: 132px !important;
    height: 132px !important;
    object-fit: cover;
    border-radius: 200px;
    margin-top: 35px;
    margin-bottom: 15px;
}
.cardTeam h6 {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: .87;
    letter-spacing: .65px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}
.cardTeam ul {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2px;
    margin-bottom: 21px;
}
.cardTeam .wp-block-image figure img {
    width: 18px;
    height: 18px;
}
.cardTeam p {
    text-align: center !important;
}
.overlayTeam {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}
.overlayTeam .cardOverlay {
    width: 40%;
    position: absolute;
    top: 94px;
    left: 50%;
    transform: translateX(-50%);
    height: 480px;
    background-color: #fff;
    border-radius: 10px;
    border: solid .3px #afafaf;
}
.overlayTeam .cardOverlay .closeOverlay {
    position: absolute;
    top: 17px;
    right: 26px;
    z-index: 2;
}
.overlayTeam .cardOverlay .closeOverlay i {
    color: #00afaa;
    font-size: 40px;
    cursor: pointer;
}
.overlayTeam .cardOverlay .wrappImageBox {
    position: relative;
}
.overlayTeam .cardOverlay .wrappImageBox .perfilfotoCard {
    object-fit: contain;
    width: 132px;
    height: 132px;
}
.overlayTeam .cardOverlay .wrappImageBox:after {
    position: absolute;
    bottom: -35px;
    left: 0;
    content: "";
    background-image: url("/wp-content/uploads/2020/01/Path-6396.svg");
    width: 65px;
    height: 65px;
    background-size: 70%;
    background-repeat: no-repeat;
    backgroun: center center;
    z-index: 2;
}
.overlayTeam .cardOverlay h6 {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: .86;
    letter-spacing: .6px;
    text-align: left;
    color: #000;
    margin-top: 10px;
}
.overlayTeam .cardOverlay ul {
    margin-top: 12px;
}
.overlayTeam .cardOverlay p {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: .6px;
    text-align: left;
    color: #000;
    margin-left: -5px;
    margin-bottom: 6px;
}
.overlayTeam .cardOverlay p br {
    display: none;
}
.overlayTeam .cardOverlay a {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: .86;
    letter-spacing: .6px;
    text-align: center;
    color: #00a6aa;
}
.overlayTeam .cardOverlay a:after {
    display: none;
}
div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 14px;
    height: 12px !important;
    margin: 0px 10px 0 3px;
    display: inline-block;
    vertical-align: baseline;
}
.termsPage h1 {
    font-family: Verdana, sans-serif;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: .63px;
    text-align: left;
    color: #292929;
    margin-top: 32px;
    margin-bottom: 32px;
    text-transform: capitalize;
}
.termsPage p {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: .69px;
    text-align: left;
    color: #000;
}
.boxreferences {
    margin-bottom: 53px !important;
}
.datePost {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
   /* margin-top: -23px;*/
    margin-bottom: 31px;
}
.singleThumb {
    margin-bottom: 31px;
}
.linkSingle {
    font-family: Verdana, sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.43 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #00afaa !important;
}
#notfound {
    position: relative;
    height: 60vh;
}
#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.notfound {
    max-width: 410px;
    width: 100%;
    text-align: center;
}
.notfound .notfound-404 {
    height: 280px;
    position: relative;
    z-index: -1;
}
.notfound .notfound-404 h1 {
    font-family: Verdana, sans-serif;
    font-size: 230px;
    margin: 0px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("/wp-content/uploads/2020/01/DSCN1054_1.png") no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}
.not
    font-family: Verdana, sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 60px;
}
.notfound p {
    font-family: Verdana, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 30px;
}
.notfound a {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #00afaa;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 15px -5px #00afaa;
    -webkit-box-shadow-box-shadow: 0px 4px 15px -5px #00afaa;
}
.notfound .notfound-404 {
    height: 142px;
}
.notfound .notfound-404 h1 {
    font-size: 112px;
}



/*# sourceMappingURL=main.css.map */
