/*header 2*/
/*@media (max-width:1299px) {
    .topBar1 {display: block;}
    .topBar2 {display: none;}
}
@media (min-width:1300px) {
    .topBar1 {display: none;}
    .topBar2 {display: block;}
    .navbar #main_nav {
        flex-direction: column;
        align-items: stretch;
    }
    .topBar2  .header-top {padding:0px; padding-left: 25px; padding-right: 25px;}
    .navbar-expand-lg .navbar-nav {margin: 0px 15px;margin-left: 25px;}
    header.header.header-main {
        position: fixed;
        z-index: 99999;
        width: 100%;
        top: 30px;
    }
    nav.navbar.navbar-expand-lg {
        border-top: 0px;
    }
    .container.custom-nav.position-relative {max-width: 90% !important;padding:0px;align-items: flex-start;border-bottom: 3px solid #545454;}
    .nav-right {position: absolute;right: 25px;bottom: 25px;}
    a.navbar-brand {width: 300px; border: 1px solid #545454; border-bottom:0px;background-color: #555555;}
    .navbar-brand img {width: 250px;display: block;margin: 0px auto 5px auto;}
    nav.navbar.navbar-expand-lg.fixed-top .container.custom-nav.position-relative {border-bottom:0px; }
    .header-top-social a:first-child {border-left: 0;}
    .header-top-social a {border-left: 1px solid #fff;padding-left: 15px;}
    .area-video .col-md-8.text-left h1 {font-size:75px;}
    
    #tel-header-top{
        position: absolute;
        left: -200px;
        top: -5px;
        width: 210px
    }
}
@media (max-width:1440px) {
    a.navbar-brand {width: 250px;border: 0px;}
    .navbar-brand img {width: 200px;}
} */
/* fin del header 2*/
/* header 3*/
/*header.header.header-main {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0px;
    
}*/
header.header.header-main {
    z-index: 3;
    position: relative;
}

.main-navigation {
}
.main-navigation::after {
    position: absolute;
    content: "";
    width: 30%;
    height: 122px;
    background-color: #f58735;
    right: -40px;
    transform: skew(30deg);
    top: 40px;
    z-index: 1;
}
.main-navigation::before {
    content: "";
    position: absolute;
    top: 40px;
    left:0px;
    width: 100%;
    height: 122px;
    z-index: 1;
    background: linear-gradient(93deg, rgb(96 97 99 / 70%) 5%, rgb(255 255 255 / 80%) 35%, rgb(238 148 36 / 50%) 250%);
}

.navbar{
    /*background: linear-gradient(93deg, rgb(96 97 99 / 70%) 15%, rgb(255 255 255 / 70%) 35%);*/
    /*background: linear-gradient(93deg, rgb(96 97 99 / 70%) 5%, rgb(255 255 255 / 80%) 35%, rgb(238 148 36 / 50%) 250%);*/
    position: absolute;
    z-index: 99999;
    width: 100%;
    left:0px;
    top: 40px;
    z-index: 2;
}

.navbar.fixed-top {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0px;
    background: linear-gradient(93deg, rgb(0 80 106 / 80%) 5%, rgb(96 97 99 /60%) 35%, rgb(238 119 53 / 50%) 250%);
}
.container.custom-nav.position-relative {background: transparent;}
.header-top {
    padding: 0px;
}
.navbar.fixed-top .navbar-brand img {width: 130px!important; height:auto!important; display: block;margin: 0px auto 5px auto;}
.navbar.fixed-top .nav-item .nav-link {padding: 15px 0;}
.text-stroke {
    font-weight: 900;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    z-index: -1;
    box-shadow: none;
    letter-spacing: 2px;
}
@media (max-width: 767px) {
    .navbar-brand img {width: 130px!important; height:auto!important; display: block;margin: 0px auto 5px auto;}
    .navbar{background: linear-gradient(93deg, rgb(0 80 106 / 80%) 5%, rgb(96 97 99 /60%) 35%, rgb(238 119 53 / 50%) 250%);}
    .formulario h3 .text-stroke{
        font-size: 30px !important;
    }
    .formulario h3 {
        font-size: 30px !important;
    }
}
@media (min-width: 992px) {
    .navbar {top: 40px;}
    .navbar #main_nav {
        justify-content: flex-start;
        padding-left: 50px;
    }
    .nav-right {
        position: absolute;
        right: 0;
        height: 101%;
        top: 0;
        width: 300px;
        translate: 80px;
        justify-content: flex-start;
        padding-left: 15px;
    }
    .navbar .nav-right-btn a#roofCal {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        opacity: 1;
        font-weight: bold;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 2px;
        border-radius: 50px;
        border-top-left-radius: 50px;
        
    }
    .navbar.fixed-top .nav-right-btn a#roofCal {
        border: 2px solid #f58735;
        color: #535353;
    }
    .nav-right-btn a#roofCal i.fas.fa-arrow-right {
        display: flex;
        color: #fff;
        background: #535353;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;    
        border-top-left-radius: 20%;
        border-bottom-left-radius: 20%;
        margin-left: 15px
    }
    
    .nav-right-btn a#roofCal:hover, .navbar.fixed-top .nav-right-btn a#roofCal:hover {color:#fff;} 
    .nav-right-btn a#roofCal:hover i.fas.fa-arrow-right{
    }
}
/* fin del header 3*/
body, p, ul, li, ol, span, a, h1, h2, h3, h4, h5, h6 {font-family: "Open Sans", sans-serif!important;font-weight:400;font-size: 1.2rem;}
a#tel-header, a#tel-header:hover, a#tel-header:before {
    font-size: 28px;
    background: transparent!important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #545454;
    box-shadow: none;
    display: inline-flex;
    top: 4px;
    border: 0px solid #ccc;
}
a#tel-header i {margin-right:5px; color: #545454;}
.header-top-social {
    position: relative;
}

#tel-header-top{
    font-size: 22px;
    font-weight: 900;
}
.site-heading .subtitle {
    display: flex;
}

.subtitle .testimonial-rate {
    margin-right: 10px;
}
.about-area.welcome p {
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.pbs-content ul li{
    list-style: disc;
    padding-right:15px;
    
}

.custom-nav::before, .custom-nav::after {content:""; display:none;}
.formc h3 {font-size: 26px;}
.formc p {font-size: 18px;}
.partner-area .owl-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 150px;
}
.partner-area .owl-carousel .owl-item img {
    height: auto !important;
    width: 100%!important;
}
.icon-play-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.5em;
    width: 2.5em;
    margin: 0.5em 3rem;
    padding-left: 0.125em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(238, 148, 36, 0.8);
    -webkit-box-shadow: 0 0 0 0.5em rgba(238, 148, 36, 0.5), 0 0 0 1em rgba(238, 148, 36, 0.25);
    box-shadow: 0 0 0 0.5em rgba(238, 148, 36, 0.5), 0 0 0 1em rgba(238, 148, 36, 0.25);
    color: #fff;
    font-size: 2rem;
    line-height: 1em;
    font-weight: 400;
}
.pop-video {
    position: relative;
    min-height: 470px;
}
@media(max-width: 767px){
    .pop-video {min-height: auto;}
}
.pop-video img {
    width: 100%;
}
.pop-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(238 148 36 / 20%);
}

.pop-content h3 {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    padding: 0px;
    font-weight: bold;
    text-shadow: 1px 3px rgb(0 0 0 / 30%);
    display: block;
    width: 100%;
    max-width: 450px;
}
.pop-content:hover {
    background: rgb(0 0 0 / 30%);
    cursor:pointer;
}
.about-area.welcome.py-120:before {
    background: radial-gradient(circle farthest-side at 100% 0%, rgb(238 148 36 / 8%), rgb(238 148 36 / 1%));
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about-area.welcome.py-120 {
    position: relative;
}
.section-blur-dot.top-left {
   right: -32%;
    top: 19%;
    z-index: 0;
    max-height: 600px;
    max-width: 600px;
    -webkit-transform: translate(0px, -50%) translate(-50%, 0px);
    transform: translate(0px, -50%) translate(-50%, 0px);
}
.section-blur-dot {
       position: absolute;
    right: 50%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100vw;
    height: 100vw;
    max-height: 800px;
    max-width: 800px;
    background-image: radial-gradient(circle farthest-side at 50% 50%, #d7ab00, rgba(46, 170, 100, 0));
    opacity: 0.15;
}
@media(max-width:1366px){
    .section-blur-dot.top-left{
            right: -50%;
    }
}

.product-tab-section {
    padding: 0 !important;
    margin-top: 34px;
    margin-bottom:50px;
}

.product-tab {
    display: flex;
    align-items: stretch;
}

.product-tab .tab-menu-content-desktop {
    width: 50%;
    background-color: #f5f5f5;
}

.tab-menu-content .content {
    opacity: 0;
    display: none;
    transition: opacity 0.6s;
}

.tab-menu-content .content.active {
    opacity: 1;
    display: block;
    animation: contentFadeIn 0.6s;
}

@keyframes contentFadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    99% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        display: block;
    }
}

.tab-image * {
    box-sizing: border-box;
}

 .product-tab .tab-image {
    width: 50%;
    overflow: hidden;
}

.product-tab .tab-image .tab-image-ct {
    display: flex;
    height: 100%;
    width: 400%;
    transition: all 0.6s;
}

.product-tab .tab-image .accordion-header-mobile {
    display: none;
    position: relative;
}

.product-tab .tab-image .content-mobile {
    overflow: hidden;
}

.product-tab .image {
    overflow: hidden;    
}


.product-tab .tab-image .gallery {
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    height: 100%;
    display: flex;
}

.product-tab .tab-image .gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center;
}

.product-tab .gallery .col-left {
    width: 50%;
    position: relative;
}

.product-tab .gallery .col-right {
    width: 50%;
}

.product-tab .gallery .image-1 {
    width: 100%;
    height: 50%;
    position: relative;
}

.product-tab .gallery .image-2 {
    width: 100%;
    height: 50%;
    position: relative;
}

.product-tab .gallery .image .image-tip {
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.9;
    transition: all 0.3s;
}

.product-tab .gallery .image:hover .image-tip {
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s;
}

.product-tab .gallery .image-title {
    background-color: rgb(26, 26, 26);
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
    transition: all .15s ease-in-out;
}

.product-tab .gallery .image:hover .image-title {
    opacity: 1;
    transition: 0.3s;
}

.product-tab .gallery .image .image-tip:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-color: rgb(26, 26, 26) transparent transparent transparent;
    border-style: solid;
    opacity: 0;
    transition: 0.3s;
}

.product-tab .gallery .image:hover .image-tip:after {
    opacity: 1;
    transition: 0.3s;
}

.product-tab .tab-image .content {
    width: 25%;
}

.product-tab .tab-menu-ct {
    background-color: #555555;
    padding: 0px 104px;
    display: flex;
    justify-content: space-between;
}

.product-tab .tab-menu-ct .tab-item {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.13;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 28px 0px;
}

.product-tab .tab-menu-ct .tab-item.active {
    font-weight: 600;
}

.product-tab .tab-menu-content {
   padding: 55px 48px;
}

.tab-menu-content-desktop .tab-menu-content h2 {
    font-size: 33px;
    font-weight: normal;
    color: #000;
    margin-top: -6px;
    margin-bottom: 14px;
}

.tab-menu-content-desktop .tab-menu-content p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #000;
}

.tab-menu-content-desktop a.tab-button {
    background-color: #ffca30;
    color: #03273f;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    border: none !important;
    text-align: center;
    padding: 25px 87px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 28px;
}

.accordion-header-mobile .plus {
    background-color: #fff;
    display: inline-block;
    height: 1.5px;
    width: 12px;
    position: absolute;
    right: 34px;
    top: 31px;
}

.accordion-header-mobile .plus.two {
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.accordion-header-mobile.active .plus.two {
    transform: rotate(0deg);
    transition: transform 0.3s;
}

@media screen and (max-width: 1450px) {
    .product-tab .tab-menu-ct {
        padding: 0px 80px;
    }
    .product-tab .tab-menu-content {
        padding: 80px 80px;
    }
    .product-tab .gallery .image-title {
        padding: 9px 16px;
    }
}

@media screen and (max-width: 1230px) {
    .product-tab .tab-menu-ct {
        padding: 0px 60px;
    }
    .product-tab .tab-menu-content {
        padding: 60px 60px;
    }
}

@media screen and (min-width: 980px) {
    .content-mobile {
        display: none;
    }
    .accordion-ct {
        width: 25%;
        overflow: hidden;
        display: block;
        overflow: hidden;
    }
	.tab-image-ct .gallery img {
        height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center;
    }
	
    .tab-image-ct .gallery {
        height: 100%;
    }
    .gallery.visible {
        display: block;
    }
}

@media screen and (max-width: 980px) {
    #tab-image-ct {
        transform: translateX(0%) !important;
    }
    .tab-image-ct .accordion-ct {
        overflow: hidden;
        max-height: 0px;
        transition: max-height 0.4s;
        box-shadow: 6px 6px 25px 1px rgba(0, 0, 0, 0.24);
    }
    .tab-image-ct .accordion-ct.expanded {
        max-height: 1200px;
        transition: max-height 0.4s;
    }
    .tab-menu-content-desktop {
        display: none;
    }
    .product-tab .tab-image {
        width: 100%;
        overflow: visible !important;
    }
    .product-tab .tab-image .tab-image-ct {
        display: block;
        width: 100%;
    }
    .product-tab .tab-menu-ct {
        padding: 0px 60px;
    }
    .product-tab .tab-menu-content {
        padding: 60px 60px;
    }
    .product-tab .tab-image .accordion-header-mobile {
        display: block;
        width: 100% !important;
        background-color: #555555;
        border-bottom: solid 1px #fff;
    }
    .product-tab .tab-image .accordion-header-mobile a {
        display: block;
        padding: 20px 20px;
        width: 100% !important;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 300;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
    }
    .product-tab .tab-image .accordion-header-mobile.active a {
        font-weight: 500;
    }
    .product-tab .tab-image .content-mobile {
        border: solid 1px #e8e8e8;
        background-color: #f5f5f5;
        ;
        padding: 50px 20px;
    }
    .product-tab .tab-image .content-mobile h2 {
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .product-tab .tab-image .content-mobile p {
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: normal;
        color: #000;
    }
    .product-tab a.tab-button {
        background-color: #ffca30;
        color: #03273f;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
        border: none !important;
        text-align: center;
        padding: 18px 65px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        margin-top: 20px;
    }
    .product-tab .tab-image .gallery {
        width: 100%;
		max-height: 600px;
    }
    .product-tab .tab-image .gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .product-tab .gallery .image-title {
        padding: 9px 12px;
        font-size: 13px;
    }
}

.widgetFooter{
    background-color: #ed9420;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index:99999;
}
@media(max-width:767px){
    .widgetFooter{
        display: block;
    } 
}
.widgetFooter ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
}
.widgetFooter ul li{
    width: 100%;
    border-left: 1px solid #5b5b5b;
    height: 100%;
    padding-bottom: 10px;
}
.widgetFooter ul li:first-child{
     border: 0;
}
.widgetFooter ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 17px;
}
.widgetFooter ul li a svg{
   display: block;
   font-size: 30px; 
   margin-bottom: 2px;
    fill: #fff;
   /*filter: invert(36%) sepia(0%) saturate(4%) hue-rotate(159deg) brightness(95%) contrast(89%);*/
}
.widgetFooter ul li a:hover,
.widgetFooter ul li a.active{
    background-color: #2b2b2b;
}
dl.page_builder{
    padding: 0 20px;
}
.reviewsBox{
    position: fixed;
    right: 7px;
    top: 42%;
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 9999;
    overflow: hidden;
    border: 2px solid #fff;
    cursor: pointer;
}
/* sidebar reviews */
.reviewSidebar {
  height: 100%; 
  width: 0; 
  position: fixed; 
  z-index: 999999; 
  top: 0; 
  right: 0;
  background-color: #fff;
  overflow-x: hidden; 
  transition: 0.5s; 
  
}
.reviewSidebar .headReviews{
    position: relative;
 padding-top: 8px;
}
.reviewSidebar .headReviews button{
   background-color: #ee9424;
    border: 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
    vertical-align: baseline;
    display: flex;
    align-items: end;
    justify-content: center;
}
.reviewSidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 11px;
    height: calc(100vh - 145px);
    overflow: auto;
    overflow-x: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.reviewSidebar ul li{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
    align-items: center;
     
}
.reviewSidebar ul li .icon{
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 500%;
    background-color: #5b5b5b;
    margin-right: 10px;
    overflow: hidden;
}

.reviewSidebar .infoReviews{
   position: relative;
}
.reviewSidebar .infoReviews .autorReviews{
 position: relative;
 display: flex;
 align-items: center;
 padding-top: 7px;
 color: #717171;
 font-size: 13px;
}
.reviewSidebar .infoReviews .textReviews {
 display: block;
 font-size: 14px;

 position: relative;
}
.reviewSidebar .infoReviews .autorReviews strong{
    font-weight: bold;
    color: #000;
}
.reviewSidebar .infoReviews .autorReviews::before{
    content: "";
 display: block;
 width: 30px;
 height: 2px;
 background-color: #5b5b5b;
 margin-right: 5px;
}
.reviewSidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .reviewSidebar {padding-top: 15px;}
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* seccion logo reviews*/
.logosReviews{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    padding-top: 5px;
}
.logosReviews .items{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.logosReviews .items a{
    display:flex;
    flex-direction: column;
    align-items: center;
}
@media(max-width:767px){
    .logosReviews{
       flex-wrap: wrap;
    }
    .logosReviews .items{
        width: 50%;
        margin-bottom: 20px;
    }
}
.section_bg{
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    
}
.section_bg a{
    display: flex;
    max-width: 260px;
    height: 50px;
}
.block1 h1 {color: #000; font-weight: 100;}
.block1 h1 b {color:var(--theme-color);font-weight: 900; text-shadow: 1px 1px 1px rgba(0 0 0 / 50%);}
.block1 p {font-size:1.5rem;color: #000;}

.block2 h2 {color: #fff; font-weight: 100;font-size:3rem;}
.block2 p {font-size:1.2rem;color: #fff;font-weight: 100;}
.block2 p b{font-size:1.4rem;font-weight: 900;display:block; }

.choose-area.block3 h3 {color: #fff; font-weight: bold;}
.choose-area.block3 h2 span{text-shadow: 1px 1px 1px rgba(255 255 255 / 90%);font-weight: bold;}
.choose-area.block3 p {font-size:1.2rem;color: #fff;font-weight: 100;}
@media (min-width:1600px) {
    .block1 p {font-size:1.8rem;}
}

/*nuevo footer*/
.mapa_home {
    position:relative;width:100%; height:600px; z-index: -2;
}
footer.footer-area {
    background: transparent;
    position: relative;
    z-index: 1;
    margin-top: -120px;
}

.footer-area::before, .footer-area::after{
    height: 100%;
    width: 100%;
    position:absolute;
    top: -20px;
    left: 0;
    clip-path: polygon(50% 0%, 100% 12%, 100% 100%, 0 100%, 0% 12%);
}
.footer-area::before {
    z-index: -1;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-area::after { 
    background: rgb(43 43 43 / 90%);
    z-index: 0;
}
@media (min-width: 1440px) {
    /*footer.footer-area{margin-top:-170px;}*/
    /*.footer-widget {padding: 150px 0;}*/
}

@media (max-width:991px) {
    .footer-area::before, .footer-area::after{ clip-path: polygon(50% 0%, 100% 3%, 100% 100%, 0 100%, 0% 3%);}
}



.testimonial-single {
    padding: 10px;
    margin-top: 0;
}
.site-heading .subtitle {
    display: block;
}
.testimonial-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.testimonial-content img {
    height: 20px!important;
    width: 20px!important;
    margin-top: 10px;
}

.testimonial-quote {
    padding-bottom: 20px;
}

.testimonial-quote p {
    font-size: 14px;
    line-height: 1.5;
    max-height: 8em;
    height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}
.testimonial-author-info h4 {
    font-size: 16px;
    color: var(--color-dark);
}
.testimonial-author-info {
    width: calc(100% - 20px);
}

img.ti-verified {
    margin-top: 0px!important;
    margin-left: 10px;
    height: 15px!important;
    width: 15px!important;
}
img.icon-star{
    margin-top: 0px!important;
    margin-left: 0px;
    height: 20px;
    width: 20px;
}
.testimonial-single .testimonial-content .testimonial-rate img.icon-star{
    height: 15px!important;
    width: 15px!important;
}

.testimonial-rate {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 15px;
}
.testimonial-author-info p {font-size: 11px;}

@media (min-width: 1200px) {
    .site-heading {margin-bottom:0px;}
    .testimonial-content.text-center, .testimonial-quote.text-center{text-align:left!important;}
}

.testimonial-area.reviews_roofing::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 50%);
    z-index:-1;
}
img.review_google_logo {
    width: 150px;
    margin-bottom: 10px;
}
.testimonial-area .subtitle h3 {
    color: #fff;
    margin-bottom: 10px;
}

.testimonial-area .site-title-tagline {
    color: #fff;
    font-weight: 700;
    letter-spacing: normal;
    font-size: 34px;
    font-family: "Roboto Condensed", sans-serif!important;
    text-transform: capitalize;
}
.testimonial-rate svg {
    height: 30px !important;
    width: 30px !important;
}

.testimonial-rate svg path {
    color: #4285f4;
    fill: #4285f4;
}
.section-partner {background: #fff;}

.testimonial-area .subtitle p {
    color: #fff;
}
@font-face {
    font-family: "geom-graphic";
    src: url("../fonts/geom-graphicNormal.ttf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal
}
.footer-list li {
    border-bottom: 1px solid #555;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
@media(min-width:1360px){
    .footer-widget .container {
        max-width: 95%;
    }
}
@media(min-width:1360px){
    .footer-widget .container {
        max-width: 95%;
    }
}

.reach-out-to-us {
    border: 0px solid #fff;
    padding: 15px 25px;
    border-radius: 4px;
    max-width: 650px;
    margin-top: 10px;
}

.reach-out-to-us h5, .reach-out-to-us h3, .reach-out-to-us p, .reach-out-to-us ul li {
    color: #fff;
    font-size: 0.8rem;
    font-family: "geom-graphic", sans-serif!important;
}

.reach-out-to-us h5 {
    color: var(--theme-color) !important;
    text-transform: uppercase;
    margin:0px;
    margin-bottom: 10px;
}
.reach-out-to-us h3 {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin:0px;
    margin-bottom: 10px;
}
.reach-out-to-us p {
    display: block;
    padding: 11px 5px;
    font-size: 0.9rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.reach-out-to-us ul li {
    list-style: disc;
    margin-left: 20px;
}
.reach-out-to-us ul li::marker {
    color: var(--theme-color);
    font-size: 1.3rem;
}
.footer-list li a .icon i {
    color: #fff;
}

.footer-list li a .icon img {
    width: 25px;
}
.serving-flint {}
.serving-flint h2 {
    font-weight: 700;
    font-family: "geom-graphic", sans-serif!important;
    line-height: 1.3;
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
    text-transform:capitalize;
}
.serving-flint h2 span {color:#ee9424;}
.serving-flint p {font-family: "geom-graphic", sans-serif!important;font-size: 1.4rem;line-height: 1.3;margin-bottom: 20px;}
.serving-flint ul li i {color: #ee9424; margin-right: 5px;}
.serving-flint ul li a {font-family: "geom-graphic", sans-serif!important;}
.separador-header-gallery {
    height: 200px!important;
}