:root{
    --swiper-theme-color: var(--color-primary);
}

.t4-header {
    background: #006d7a0d;
    /* box-shadow: 0 2px 15px rgb(0 0 0 / 15%); */
}

/********************'CSS-BLOCK: SLIDER'************************/
.t4-sideshow {
    /* margin-top: -70px !important; */
    /* background: url(../../../../images/top-small.jpg); */
    /* overflow-x: hidden; */
    /* background-size: cover, contain; */
    /* background-position: center; */
    /* background-repeat: no-repeat no-repeat; */
    /* height: 100vh; */
    overflow-x: hidden;
}

.t4-sideshow .container {
    height: calc(100vh - 70px);
}

.static-slider .container-fluid {
    display: flex;
    height: 100%;
    flex-direction: column;
    
    margin-top: 80px;
}

.static-block {
    display: grid;
    grid-template-rows: 1fr 1fr;
    /* margin-top: 70px; */
}

.static-block h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    font-size: 32px;
    text-shadow: 3px 3px 0 rgb(139 247 15);
}



@media(min-width: 769px) {
    .t4-sideshow .container {
        height: calc(100vh - 80px);
        margin-top: 80px;
    }

    .swiper {
        /* width: 50%; */
        align-self: flex-end;
        height: auto;
    }

    .swiper-content .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 100%;
        align-items: center;
    }

    .static-block {
        width: 60%;
        max-width: 450px;
        margin-top: 0;
        display: flex;
        align-self: center;
        flex-direction: column;
        grid-template-rows: 1fr;
        position: relative;
    }

    .static-block h1 {
        font-weight: 700;
        text-transform: uppercase;
        font-style: italic;
        font-size: 52px;
        line-height: 1;
    }

    .t4-sideshow {
        margin-top: -88px !important;
        /* background: url(../../../../images/top.jpg); */
        overflow-x: hidden;
        background-size: cover, contain;
        background-position: center bottom;
        background-repeat: no-repeat no-repeat;
        /* height: 100vh; */
    }
}

.static-block p {
    font-size: 22px;
    font-weight: 400;
}


/********************'CSS-BLOCK: Masthead'************************/
.t4-masthead-title {
    font-size: 1.8rem;
    display: inline;
}

.t4-masthead .t4-masthead-title span {
    /* border-bottom: 3px solid #97a469; */
    /* padding: 10px; */
    display: inline-block;
    letter-spacing: 2px;
    color: var(--color-white);
    text-shadow: 3px 3px 1px rgb(255 255 255 / 40%);
}

h2.t4-masthead-title {
    font-size: 1.8rem;
    display: inline;
}

/********************'CSS-BLOCK: SERVICIOS HOME'************************/
.style-1-item {
    background: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    /* padding-bottom: 0; */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 1rem;
}

.style-1-item:hover, .style-1-item:focus {
    transform: translateY(-20px) scale(1.01);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* background: var(--color-primary); */
    color: #fff;
}

.style-1-item:hover h3 , .style-1-item:focus h3 {
    background-image: linear-gradient(45deg, #000000, #333636);
    color: red;
}

.style-1-item h3 {
    margin: 0;
    padding: 0.5rem;
    font-size: 1.2rem!important;
    color: #fff;
    background: var(--color-primary);
    text-align: center;
    text-shadow: 0 2px 1px rgb(0 0 0 / 40%);
    font-weight: 400;
    text-transform: uppercase;
    /* font-family: 'Barlow Condensed' !important; */
    /* letter-spacing: 2px; */
    border-radius: 0 0 0.8rem 0.8rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    letter-spacing: 0.5px;
    font-weight: 400 !important;
}

.serv-block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    grid-gap: 30px;
}

.t4-migas-de-pan {
    background: var(--color-primary);
    margin-top: 0;
    color: #fff;
}

.t4-migas-de-pan a {
    color: #fffcfc;
}

.t4-migas-de-pan li span {
    color: white;
}

.t4-contenido ul {
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 1rem 0 2rem;
    padding: 0 0 0 1rem;
}

.t4-contenido ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    /* line-height: 1.5; */
}

.t4-contenido li::before {
    content: '';
    display: inline-flex;
    /* color: red; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z' fill='%238cc63f'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-repeat: no-repeat;
}

.style-1-item li::before {
    display: none;
}

.t4-contenido h3 {
    color: var(--color-primary);
    font-weight: 500;
    font-family: var(--body-font-family);
}

.t4-contenido {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.t4-footer h3 {
    color: var(--swiper-theme-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
}

@media(min-width: 768px) {
    .address-block {
        /* column-count: 2; */
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
}

.convertforms .cf-width-auto {
    width: 100%;
}

.address-block-inside p {
    display: flex;
    align-items: center;
    justify-content: c;
}

.address-block-inside p svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.address-block-inside p.hastitle {
    display: block;
}

.address-block-inside p.hastitle .add-title {
    display: block;
    color: var(--color-primary);
}

.t4-contenido .style-1-item h3 a {
    color: #fff;
}

.style-1-item ul {
    padding: 0 1rem;
}

.style-1-item li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* background: white; */
    display: block;
}

.article-body img {
    /* margin: 1rem auto; */
    /* border-radius: 0.8rem; */
}

@media(min-width: 640px) {
    .article-body img.float-start {
        margin: 0 1rem 1rem 0;
    }

    .article-body img.float-end {
        margin: 0 0 1rem 1rem;
    }
}

.imgicon img {
    border-radius: 0.8rem 0.8rem 0 0;
    margin: 0;
}

.mapas {
}

.ct-map {
    border-radius: 0.8rem;
    box-shadow: 0 0 15px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mapa {
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 290px;
    border-radius: 0 0 0.8rem 0.8rem;
    background-image: url(../../../../images/map.png);
    background-size: 160px 160px, cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mapa iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    /* opacity: 0; */
}

.t4-mapa p {
    text-align: center;
    margin: 0;
}

.t4-mapa .add-title {
    padding: 0.5rem;
    color: var(--body-text-color);
    width: 100%;
    background: #ededed;
    border-radius: 0.8rem 0.8rem 0 0;
    margin-bottom: 0;
    text-transform: inherit;
}

.t4-mapa .add-title svg {
    fill: #212529;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.mapas {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 1rem;
}

.t4-mapa .add-title strong {
    color: #00a859;
    margin-right: 5px;
    text-transform: uppercase;
}

.t4-mapa h3 {
    color: #212529;
    margin: 1rem 0 2rem 0;
    font-size: 2rem;
    text-transform: uppercase;
}

.t4-mapa h3::after {
    display: block;
    content: '';
    height: 3px;
    background: #00a859;
    width: 130px;
}

svg.hidden {
    height: 0;
    display: none;
    opacity: 0;
}


.t4-mapa {
    background-color: #d0d8e23d;
}

.card h3 {
    text-transform: uppercase;
    margin-top: 0;
}

.card address svg.icon {
    /* opacity: 0.4; */
    /* background: #00a859; */
    fill: #fff;
    /* padding: 20px; */
    width: 20px;
    height: 20px;
    z-index: 2;
    left: 5px;
    position: relative;
    top: 1px;
}

.card address a::before {
    background: rgb(33 37 41);
    width: 30px;
    height: 30px;
    content: '';
    display: inline-flex;
    margin-left: -28px;
    margin-right: 8px;
    border-radius: 50%;
    top: 5px;
    position: relative;
}

.card .address-block-inside p {
    display: flex;
}

.card address a {}

.slide-logo {
    background: #ffffffab;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
@media(max-width:560px){
    .slide-logo{
    /* max-width: 150px; */
    height: auto;
    padding: 1rem;
}
}
.t4-sideshow .custom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px;
}

.t4-nosotros {
    min-height: 60vh;
    display: flex;
    align-items: center;
    /* background-image: linear-gradient(130deg, #0000009e, #000000ad),url(../../../../images/nosotros.jpg); */
    background-position: center center, right;
    background-size: cover, cover;
    background-color: #ffffff;
    background-repeat: repeat, no-repeat;
    background-attachment: fixed;
    background-blend-mode: normal;
}

.feat-intro-style-1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 410px));
    gap: 1rem;
}

.feat-intro-style-1 .style-1-item {
    /* width: clamp(400px, 200px, 100%); */
}

.t4-nosotros h3 {
    color: var(--body-text-color);
    /* background: #fff; */
}

.t4-servicios-home {
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.style-1-item h3 a {
    color: #fff;
}

.t4-col.map.col-sm.col-md-6.col-xl {}

.map-box {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.map-box .custom {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapas iframe {
    height: 100%;
    max-width: 100%;
}

.ct-data-footer {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dadada;
}

.copyright {
    padding: 2rem 0;
    /* border-top: 1px solid #363c43; */
    /* margin-top: 1rem; */
    font-size: smaller;
}

.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 0;
}

.t4-copyright {
    background: #212529;
    color: #fff;
    border-top: 1px solid #363c43;
    /* margin-top: 2rem; */
}

.servicios-small .feat-intro-style-1 {
    display: grid;
    width: 100%;
    margin-top: 4rem;
}

.t4-servicios-detail {
    display: block;
    width: 100%;
}

.feat-intro-style-1 .style-1-item img {
    border-radius: 1rem 1rem 0 0;
}

.t4-masthead {
    background-image: url(masthead.png),linear-gradient(87deg, #033339, var(--color-primary));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center, center;
    /* background-color: #525542; */
    /* background-blend-mode: overlay; */
}

.t4-component-content {
    padding: 3rem 0;
}
.t4-component-content p{
    overflow: hidden;
}

.t4-palette-light .t4-megamenu .navbar-nav > li a:hover, .t4-palette-light .t4-megamenu .navbar-nav > li a:focus, .t4-palette-light .t4-megamenu .navbar-nav > li a:active, .t4-palette-light .t4-megamenu .navbar-nav > li .nav-link:hover, .t4-palette-light .t4-megamenu .navbar-nav > li .nav-link:focus, .t4-palette-light .t4-megamenu .navbar-nav > li .nav-link:active {
    color: #fff;
}

#t4-servicios-detail {
    padding: 2rem 0;
}

.convertforms .cf-label {
    color: var(--color-dark);
    font-size: 1.1rem;
}

p#contacto {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #050506;
    box-shadow: 0 1px #333;
    font-size: 1rem;
}

.article-body ul {
    /* overflow: hidden; */
    padding: 0;
}
.article-body ul li{
    list-style-type: none;
    line-height: 2rem;
    /* display: flex; */
}
.article-body ul li::before{
    content: '\f105';
    display: inline-flex;
    background: #00c5dc;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 0.5rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    border-radius: 50%;
}
.item-page .item-image{
    /* float: none; */
    /* width: 100%; */
}
.item-page .item-image img{
    /* object-fit: cover; */
    /* max-width: none; */
}
.article-body h3{
    font-size: 1.5rem;
    color: #616848;
    display: block;
    width: 100%;
    font-weight: 700;
    /* font-family: 'Jost', sans-serif; */
}
.swiper-content {
    height: 100%;
}
.swiper-content .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    /* background: rebeccapurple; */
}
.swiper-content .content {
    padding: 1rem;
    /* background: rgb(204 205 199 / 70%); */
    /* border-width: 4px; */
    /* border-style: solid; */
    /* border-color: #fff; */
    /* box-shadow: 0 0 15px; */
    /* text-align: center; */
    max-width: 50%;
    justify-self: flex-start;
    align-self: center;
}
.swiper-content h1 {
    font-size: 2rem;
    line-height: 1.4;
    color: #00a6ba;
    /* text-shadow: 2px 2px rgb(0 0 0 / 16%); */
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.swiper-content h1 .span-1{
    text-transform: uppercase;
    font-weight: 400;
}
.swiper-content h1 .span-2{
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 700;
    color: #23251d;
}
.swiper-content .introtext::after{
    content:
    '';
    display: block;
    width: 150px;
    height: 4px;
    background: #14b7cb;
    margin: 2rem  0 2.5rem;
}



.swiper-slide .introtext {
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.swiper-content h1 span {
    /* margin: 0.2rem; */
    background: rgb(255 255 255 / 40%);
    color: var(--body-text-color);
    line-height: 0.9;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 800;
}
@media(max-width:720px){
    .swiper-content .content{
    width: auto;
    max-width: 100%;
    margin-top: 90px;
}
    .swiper-content h1 span{
    font-size: 2rem;
}
    .swiper-slide .introtext{
    font-size: 1.15rem;
}
}

.swiper-content .btn {
    font-size: 1rem;
    letter-spacing: 2px;
    font-size: 0.875rem;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.servicios-home {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.servicios-home:nth-child(odd){
    background-color: #ebebeb;
}

.t4-servicios-home {
    background: #eee;
}

.features-item-choosen {
    background: #fff;
    padding: 1.5rem 0.75rem;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 1rem;
    text-align: center;
}

.feat-items-2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.feat-items-2, .feat-intro-style-1, .grid-box-119 {
   
    --grid-layout-gap: 1rem;
    --grid-column-count: 4;
    --grid-item--min-width: 160px;    
    --gap-count:
   calc(var(--grid-column-count) - 1);
    --total-gap-width:
   calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width:
   calc((100% - var(--total-gap-width)) / var(--grid-column-count));
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
   grid-gap: var(--grid-layout-gap);
   margin: 2rem 0;
  }
  .feat-intro-style-1{
    --grid-column-count: 2;
  }
  .grid-box-119{
    --grid-column-count:3;
  }

span.text-title {
    max-width: 500px;
    display: block;
    color: var(--color-primary);
    letter-spacing: 2px;
}

.pretitle {
    background: #006d7a3b;
    font-size: 0.6rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

hr.an-after {
    background: none;
    /* margin: 1rem 0 2rem; */
    height: 1rem;
}


.features-item-choosen h3 {
    margin: 0 0 1.5rem;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 180px;
    margin: 0 auto 1rem;
    text-transform: uppercase;
}

.svg-icon {
    width: 150px;
    height: 150px;
    /* background: #eee; */
    margin: 1rem auto;
    padding: 0;
    display: flex;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 452.96 500'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='485.62' y1='222.16' x2='73.77' y2='266.41' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ccc'/%3E%3Cstop offset='0.92' stop-color='%23e6e6e6'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_3_copy' data-name='Layer 3 copy'%3E%3Cpath d='M226.48,500a74.58,74.58,0,0,1-37.22-10l-152-87.78A74.41,74.41,0,0,1,0,337.77a9,9,0,0,1,18.08,0,56.34,56.34,0,0,0,28.19,48.82l152,87.78a56.37,56.37,0,0,0,56.36,0l152-87.78a56.34,56.34,0,0,0,28.19-48.82V162.23a56.34,56.34,0,0,0-28.19-48.82l-152-87.78a56.37,56.37,0,0,0-56.36,0l-152,87.78a56.34,56.34,0,0,0-28.19,48.82,9,9,0,1,1-18.08,0A74.41,74.41,0,0,1,37.23,97.75L189.26,10a74.48,74.48,0,0,1,74.45,0l152,87.78A74.43,74.43,0,0,1,453,162.23V337.77a74.43,74.43,0,0,1-37.22,64.48L263.71,490A74.64,74.64,0,0,1,226.48,500Z' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
}

.svg-icon svg {
    width: 100px;
    height: 100px;
    align-self: center;
    filter: drop-shadow(4px 4px 0 rgba(0,0,0,0.1));
}