@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600);

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

* {
    box-sizing: border-box;
    max-width: 100%
}

a,
article,
b,
body,
center,
del,
div,
embed,
footer,
h1,
h2,
h3,
header,
html,
i,
iframe,
img,
label,
li,
menu,
nav,
p,
s,
section,
span,
strong,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
footer,
header,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    background: #f0f4f4;
    color: #5b5b5b;
    font-size: 15pt;
    line-height: 1.85em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300
}

ul {
    list-style: none
}

h1,
h2,
h3 {
    font-weight: 400;
    color: #483949;
    line-height: 1.25em
}

h1 a,
h2 a,
h3 a {
    color: inherit;
    text-decoration: none;
    border-bottom-color: transparent
}

h1 strong,
h2 strong,
h3 strong {
    font-weight: 600
}

h2 {
    font-size: 2.85em
}

h3 {
    font-size: 1.25em
}

b,
strong {
    font-weight: 400;
    color: #483949
}

i {
    font-style: italic
}

a {
    color: inherit;
    border-bottom: solid 1px rgba(128, 128, 128, .15);
    text-decoration: none;
    transition: background-color .35s ease-in-out, color .35s ease-in-out, border-bottom-color .35s ease-in-out
}

a:hover {
    border-bottom-color: transparent
}

p,
ul {
    margin-bottom: 1em
}

p {
    text-align: justify
}

hr {
    position: relative;
    display: block;
    border: 0;
    top: 4.5em;
    margin-bottom: 9em;
    height: 6px;
    border-top: solid 1px rgba(128, 128, 128, .2);
    border-bottom: solid 1px rgba(128, 128, 128, .2)
}

hr:after,
hr:before {
    content: '';
    position: absolute;
    top: -8px;
    display: block;
    width: 1px;
    height: 21px;
    background: rgba(128, 128, 128, .2)
}

hr:before {
    left: -1px
}

hr:after {
    right: -1px
}

.timestamp {
    color: rgba(128, 128, 128, .75);
    font-size: .8em
}

.container {
    max-width: 100%;
    width: 1400px
}

#features.container.special {
    justify-items: flex-start
}

@media screen and (max-width:736px) {
    #features.container.special {
        margin-left: 0
    }
}

@media screen and (max-width:1680px) {
    .container {
        width: 100%
    }
}

@media screen and (max-width:1280px),
screen and (max-width:960px),
screen and (max-width:840px),
screen and (max-width:736px) {
    .container {
        width: 100%
    }
}

@media screen and (max-width:2680px),
screen and (max-width:1280px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch
    }

    .row>* {
        box-sizing: border-box
    }

    .row>.col-4 {
        width: 33.33333%
    }

    .row>.col-6 {
        width: 50%
    }

    .row>.col-12 {
        width: 100%
    }

    .row.gtr-25 {
        margin: -10px 0 0 -10px
    }

    .row.gtr-25>* {
        padding: 10px 0 0 10px
    }

    .row {
        margin: 0 0 0 -40px
    }

    .row>* {
        padding: 0 0 0 1.5em
    }
}

@media screen and (max-width:960px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin: 0
    }

    .row>* {
        box-sizing: border-box;
        padding: 0;
        width: 100%
    }

    .row.gtr-25 {
        margin: -8px 0 0 -8px
    }

    .row.gtr-25>* {
        padding: 8px 0 0 8px
    }

    .row {
        margin: -32px 0 0 -32px
    }

    .row>* {
        padding: 32px 0 0 32px
    }
}

body,
html {
    overflow-x: hidden
}

@media screen and (max-width:840px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin: 0
    }

    .row>* {
        box-sizing: border-box;
        padding: 0;
        width: 100%
    }
}

@media screen and (max-width:736px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin: 0
    }

    .row>* {
        box-sizing: border-box;
        padding: 0;
        width: 100% !important;
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0
    }

    @media screen and (max-width:736px) {
        #features header {
            margin-bottom: 150px;
            margin-top: 70px
        }
    }

    .tile:nth-of-type(odd) {
        animation: slide-in-left 1.8s ease-out forwards
    }

    .tile:nth-of-type(even) {
        animation: slide-in-right 1.8s ease-out forwards
    }

    @keyframes slide-in-left {
        from {
            opacity: 0;
            transform: translateX(-100px) scale(.8)
        }

        to {
            opacity: 1;
            transform: translateX(0) scale(1)
        }
    }

    @keyframes slide-in-right {
        from {
            opacity: 0;
            transform: translateX(100px) scale(.8)
        }

        to {
            opacity: 1;
            transform: translateX(0) scale(1)
        }
    }
}

.row.gtr-25 {
    margin: -5px 0 0 -5px
}

.row.gtr-25>* {
    padding: 5px 0 0 5px
}

.row {
    margin: -20px 0 0 0
}

@media screen and (max-width:900px) {
    .row {
        margin: -30px 10px 0 0
    }
}

.row>* {
    padding: 20px 20px 20px 20px
}

article,
section {
    margin-bottom: 3em
}

article:last-child,
article>:last-child,
section:last-child,
section>:last-child {
    margin-bottom: 0
}

article.special>footer,
article.special>header,
section.special>footer,
section.special>header {
    text-align: center
}

.row>article,
.row>section {
    margin-bottom: 0
}

header {
    margin: 0 0 1.5em 0
}

header>p {
    display: block;
    font-size: 1.5em;
    margin: 1em 0 2em 0;
    line-height: 1.5em;
    text-align: inherit
}

footer {
    margin: 2.5em 0 0 0
}

.image {
    position: relative;
    display: inline-block;
    border: 0;
    outline: 0
}

.image img,
.image.featured {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    display: block
}

.image.featured {
    margin-bottom: 4em
}

.image.left {
    float: left;
    margin: 0 2em 2em 0
}

ul {
    list-style: disc;
    padding-left: 1em
}

ul li {
    padding-left: .5em
}

ul.divided {
    list-style: none;
    padding-left: 0
}

ul.divided li {
    border-top: 1px solid rgba(128, 128, 128, .2);
    padding-top: 1.5em;
    margin-top: 1.5em
}

ul.divided li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0
}

ul.menu {
    height: 1em;
    line-height: 1em;
    list-style: none;
    padding-left: 0
}

ul.menu li {
    display: inline-block;
    border-left: 1px solid rgba(128, 128, 128, .2);
    padding-left: 1.25em;
    margin-left: 1.25em
}

ul.menu li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0
}

ul.icons {
    position: relative;
    background: rgba(128, 128, 128, .05);
    border-radius: 4em;
    display: inline-block;
    padding: 1em 1em 0 1em;
    font-size: 1.25em;
    list-style: none
}

ul.icons li {
    display: inline-block
}

ul.icons li a {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    color: inherit
}

ul.icons li a:hover {
    color: #a58d04
}

.button,
button {
    display: inline-block;
    background: 0 0;
    color: #fff;
    border-radius: .5em;
    padding: .65em 3em;
    box-shadow: 0 0 0 3px #fff inset;
    cursor: pointer;
    outline: 0;
    font-weight: 300;
    transition: background-color .35s ease-in-out
}

.button:hover {
    background: #0102063e
}

.post.stub {
    text-align: center
}

.post.stub header {
    margin: 0
}

.icon {
    text-decoration: none
}

.icon:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 1.25em
}

.icon.solid:before {
    font-weight: 900
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands'
}

.icon>.label {
    display: none
}

.icon.circled {
    display: inline-block;
    background: #2b252c;
    color: #fff;
    border-radius: 100%;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    font-size: 1.25em
}

header .icon.circled {
    margin-bottom: 2em
}

.wrapper {
    background: #fff;
    margin-bottom: 0;
    padding: 6em 70px 3em 70px;
    justify-items: center;
}

#header {
    position: relative;
    z-index: 10;
    min-height: 320px;
    background: url(../../images/jiderlogo.webp) center center/cover fixed;
    color: #fff;
    text-align: center;
    padding: 2em 0 2em;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

#header::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

#header .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 900px;
    padding-top: 2em;
    box-sizing: border-box
}

#logo {
    display: block;
    max-width: 60%;
    height: auto;
    margin-top: -120px
}

@media screen and (min-width:1500px) {
    #logo {
        display: block;
        max-width: 60%;
        height: 790;
        margin-top: -230px
    }

    #header .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: 1300px;
        padding-top: 2em;
        box-sizing: border-box
    }

}

@media screen and (max-width:900px) {
    #logo {
        display: block;
        max-width: 100%;
        margin-top: -100px
    }

    #header .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: 340px;
        padding-top: 2em;
        box-sizing: border-box
    }

}

#header header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: 0 0;
    box-shadow: none
}

#header header>p {
    font-size: 1.25em;
    margin: 0
}

#header h1 {
    color: #fff;
    font-size: 3em;
    line-height: 1em
}

#header h1 a {
    color: inherit
}

#header .button {
    position: absolute;
    width: 3.5em;
    height: 3.5em;
    line-height: 3.7em;
    text-align: center;
    font-size: 1.25em;
    border-radius: 100%;
    padding: 0;
    margin-left: 0;
    margin-top: 500px;
    z-index: 25
}

@media screen and (min-width:1500px) {
    #header .button {
        margin-top: 800px;
        z-index: 25
    }

}

@media screen and (max-width:900px) {
    #header .button {
        font-size: 16px;
        margin-top: 180px;
        z-index: 25
    }

}

#header hr {
    top: 1.5em;
    margin-bottom: 3em;
    border-bottom-color: rgba(192, 192, 192, .35);
    box-shadow: inset 0 1px 0 rgba(192, 192, 192, .35)
}

#header hr::after,
#header hr::before {
    background: rgba(192, 192, 192, .35)
}

#header footer {
    margin-top: 1em
}

#header {
    position: relative;
    padding-top: 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

#header .button i {
    font-size: 20px;
    line-height: 1
}

#header .button:hover {
    background: #161c31d1
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #101c2e;
    opacity: 1;
    z-index: 9999;
    pointer-events: none;
    transition: opacity 2.5s ease-in-out
}

body.loaded::before {
    opacity: 0
}

body.homepage #header {
    height: auto;
    min-height: 40em
}

body.homepage #header h1 {
    font-size: 4em
}

#nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 1.5em 0;
    z-index: 1;
    background: 0 0;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden
}

#nav>ul {
    display: inline-block;
    position: relative;
    margin: 0;
    height: 21px;
    line-height: 8px;
    border: none
}

#nav>ul::after,
#nav>ul::before {
    content: none
}

#nav>ul>li {
    display: inline-block;
    margin: 0 10px;
    padding: 12px;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 18px;
    background: 0 0;
    transition: background-color .3s ease, color .3s ease
}

#nav>ul>li:hover {
    background-color: rgba(255, 255, 255, .1)
}

#nav>ul>li>a {
    color: #fff;
    text-decoration: none
}

#nav>ul>li>ul {
    display: none
}

#nav>ul>li:has(a[href="/citas/"]) {
    border: none !important;
    padding: 0 !important;
    margin: 0 10px !important
}

.dropotron {
    background: rgba(255, 255, 255, .975);
    padding: 1em 1.25em;
    border-radius: .5em;
    box-shadow: 0 .15em .25em rgba(0, 0, 0, .25);
    min-width: 12em;
    margin-top: -1em;
    line-height: 1em;
    list-style: none;
    text-align: left
}

.dropotron li {
    border-top: 1px solid rgba(128, 128, 128, .2);
    color: #5b5b5b
}

.dropotron li:first-child {
    border-top: 0
}

.dropotron li:hover {
    color: #a58d04
}

.dropotron li a,
.dropotron li span {
    display: block;
    padding: .5em 0;
    transition: color .35s ease-in-out
}

@media (max-width:768px) {
    .servicio-banner {
        margin-top: -150px;
        margin-bottom: -80px
    }
}

#content>hr {
    top: 3em;
    margin-bottom: 6em
}

#content>section,
#main,
#main section:first-of-type {
    margin-bottom: 0
}

#main section:first-of-type {
    padding-top: 2em
}

#footer {
    position: absolute;
    overflow: hidden;
    padding: 5em 0;
    background: #1e3354;
    color: #fff
}

#footer .contact,
#footer header {
    text-align: center;
    cursor: default
}

#footer h2,
#footer h3 {
    color: #fff
}

#footer .contact p {
    margin: 0 0 3em
}

#footer .copyright {
    color: rgba(128, 128, 128, .75);
    font-size: .8em
}

#footer .copyright a {
    color: rgba(128, 128, 128, .75)
}

#footer .copyright a:hover {
    color: rgba(212, 212, 212, .85)
}

#footer .icon {
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-size: 1em
}

#footer .icon.circled {
    background: #a58d04;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 158px
}

#footer .icon.circled i {
    margin: 0
}

@media screen and (max-width:1680px) {
    body {
        font-size: 14pt;
        line-height: 1.75em
    }
}

@media screen and (max-width:1280px) {
    body {
        font-size: 12pt;
        line-height: 1.5em
    }

    .wrapper {
        padding: 6em 20px 3em 35px
    }

    #header {
        background-attachment: scroll
    }

    #footer,
    #header .inner {
        padding: 3em 0 1em 0
    }
}

@media screen and (max-width:840px) {
    body {
        font-size: 13pt;
        line-height: 1.65em
    }

    #footer {
        padding: 4em 2em
    }

    .timestamp {
        text-align: center;
        display: block
    }
}

@media screen and (max-width:736px) {

    body,
    html {
        overflow-x: hidden
    }

    body {
        font-size: 12.5pt;
        line-height: 1.5em
    }

    h2 {
        font-size: 1.75em
    }

    h3 {
        font-size: 1.25em
    }

    hr {
        top: 3em;
        margin-bottom: 6em
    }

    article,
    section {
        margin-bottom: 2em
    }

    .row>article,
    .row>section {
        margin-bottom: 2em
    }

    header>p {
        font-size: 1.25em
    }

    .image.featured {
        margin-bottom: 2em
    }

    .image.left {
        margin: 0 1em 1em 0
    }

    ul.menu {
        height: auto;
        text-align: center
    }

    ul.menu li {
        display: block;
        padding: .75em 0;
        border: 0;
        margin: 0
    }

    ul.menu li:first-child {
        padding-top: 0
    }

    ul.icons {
        font-size: 1em;
        padding: .35em .5em
    }

    ul.icons li a {
        width: 2.25em
    }

    .button,
    button {
        display: block;
        width: 100%;
        line-height: 3em;
        padding: 0
    }
}

@media screen and (max-width:736px) {
    #nav {
        display: none
    }

    .wrapper {
        padding: 2em 1em
    }

    #header {
        background-attachment: scroll;
        padding: 2.5em 0 0
    }

    #header .inner {
        padding: 1.5em 1em 0
    }

    #header header>p {
        font-size: 1em
    }

    #header h1 {
        font-size: 1.75em
    }

    #header hr {
        top: 1em;
        margin-bottom: 2.5em
    }

    body.homepage #header {
        min-height: 0;
        height: auto;
        padding: 5.5em 0 5em
    }

    body.homepage #header:before {
        display: none
    }

    body.homepage #header h1 {
        font-size: 2.5em
    }

    #main>header {
        text-align: center
    }

    #footer {
        padding: 4em 1em
    }
}

footer {
    background-color: #f1f1f1;
    padding: 20px;
    text-align: center
}

.map-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 450px;
    padding: 0 15px 0 0
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.textmicro {
    text-align: center
}

@media (min-width:1024px) {
    .map-container {
        margin: 0 0
    }
}

@media (max-width:768px) {
    .map-container {
        margin: 0 0;
        position: relative;
        width: 100%;
        max-width: 800px;
        height: 350px;
        padding: 0
    }
}

#fotoserv {
    margin-left: 0;
    margin-right: 0;
    position: relative
}

.swiper-container {
    width: 100%;
    height: 100%
}

.thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover
}

.thumbnail {
    cursor: pointer
}

.square-img {
    object-fit: cover;
    width: 100%;
    height: 100px
}

@media (max-width:768px) {
    #fotoserv {
        grid: none;
        margin: auto
    }
}

.floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 10%;
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    z-index: 9999
}

.floating-buttons2 {
    display: none
}

.agenda-button,
.agenda-button2,
.whatsapp-button,
.whatsapp-button2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    transition: all .3s ease
}

.whatsapp-button,
.whatsapp-button2 {
    background: linear-gradient(135deg, #25d366, #128c7e)
}

.whatsapp-button2:hover,
.whatsapp-button:hover {
    background: linear-gradient(135deg, #1dc955, #0e725f)
}

.whatsapp-button i,
.whatsapp-button2 i {
    margin-right: 10px;
    font-size: 20px
}

.agenda-button,
.agenda-button2 {
    background-color: #0b2a6ccf
}

.agenda-button2:hover,
.agenda-button:hover {
    background-color: #2759d8
}

@media (max-width:768px) {
    #footer .row {
        display: flex;
        flex-direction: column
    }

    #footer .row>section:nth-of-type(1) {
        order: 3
    }

    #footer .row>section:nth-of-type(2) {
        order: 1
    }

    #footer .row>section:nth-of-type(3) {
        order: 3;
        width: 100% !important
    }

    #footer .row>section:nth-of-type(3) .row.gtr-25 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0;
        margin: 0
    }

    #footer .row>section:nth-of-type(3) .row.gtr-25 .col-6 {
        padding: 0 !important;
        margin: 0 !important
    }

    #footer .row>section:nth-of-type(3) .row.gtr-25 .col-6 img {
        width: 100% !important;
        height: 100px !important;
        object-fit: cover;
        display: block
    }

    .floating-buttons {
        display: none
    }

    .floating-buttons2 {
        display: flex;
        flex-direction: column-reverse;
        position: fixed;
        right: -3px;
        bottom: 25%;
        max-width: 50%;
        gap: 10px;
        z-index: 9999
    }

    .agenda-button2,
    .whatsapp-button2 {
        font-size: 16px;
        padding: 10px 12px
    }

    .whatsapp-button2 i {
        font-size: 15px;
        margin-right: 6px
    }
}

#servicio {
    appearance: none;
    padding-right: 35px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M10.293 3.293a1 1 0 0 0-1.414 0L6 6.586 3.121 3.707a1 1 0 0 0-1.414 1.414l3.5 3.5a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414z'/%3E%3C/svg%3E") no-repeat right 10px center;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    justify-content: center;
    align-items: center
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #fff;
    background: red;
    border-radius: 50%;
    padding: 5px 10px;
    cursor: pointer
}

body.is-preload .floating-buttons {
    opacity: 0;
    pointer-events: none;
    transition: opacity 2s ease-in-out
}

.floating-buttons {
    transition: opacity 2s ease-in-out
}

.tetris-gallery {
    display: grid;
    grid-template-columns: repeat(5, 4fr);
    grid-auto-rows: 180px;
    gap: 10px;
    grid-auto-flow: dense
}

.tile {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(.4, 0, .2, 1), transform 1.5s cubic-bezier(.4, 0, .2, 1), box-shadow 1.5s cubic-bezier(.4, 0, .2, 1);
    will-change: transform, box-shadow, opacity
}

.tile.animate {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .4);
    z-index: 300
}

.tile.animate:hover {
    transform: translateY(1px) scale(.95)
}

@media screen and (max-width:736px) {
    .tile:nth-of-type(odd).animate {
        animation: slide-in-left 1.8s ease-out forwards
    }

    .tile:nth-of-type(even).animate {
        animation: slide-in-right 1.8s ease-out forwards
    }

    @keyframes slide-in-left {
        from {
            opacity: 0;
            transform: translateX(-100px) scale(.8)
        }

        to {
            opacity: 1;
            transform: translateX(0) scale(1)
        }
    }

    @keyframes slide-in-right {
        from {
            opacity: 0;
            transform: translateX(100px) scale(.8)
        }

        to {
            opacity: 1;
            transform: translateX(0) scale(1)
        }
    }
}

.tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.tile a:hover img {
    transform: scale(1.05)
}

.tile .overlay {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: rgba(50, 50, 50, .7);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 6px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    opacity: .85;
    transition: background .3s ease
}

.tile:hover .overlay {
    background: rgba(215, 175, 40, .9)
}

.tile-1,
.tile-4 {
    grid-column: span 3;
    grid-row: span 2
}

.tile-5 {
    grid-column: span 2;
    grid-row-start: 1;
    grid-row-end: 3
}

.tile-6 {
    grid-column: span 2;
    grid-row: span 2
}

@media (max-width:768px) {
    .tetris-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px
    }

    .tile-1,
    .tile-4,
    .tile-5,
    .tile-6 {
        grid-column: span 2 !important;
        grid-row: span 1 !important
    }
}

#footer {
    overflow-x: hidden;
    width: 100vw;
    box-sizing: border-box
}

#footer .contact,
#footer .copyright,
#footer>.container,
#footer>.row {
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: content-box;
    justify-self: anchor-center
}

#footer .row {
    justify-content: center;
    margin: 0 auto
}

@media (min-width:1024px) {
    #footer .row {
        width: 90%;
        justify-self: center
    }
}

a.siguenos {
    display: inline-block;
    margin-top: 20px
}

.menu {
    margin-top: 60px
}

.wrapper.style1 .container h3 {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: center
}

.ajusta-links .a {
    margin-left: -40px
}

.benefits {
    justify-self: center;
    padding: 1em
}

.testimonial {
    background: #f9f9f9;
    border-left: 5px solid #dab040;
    padding: 3.8em 1.2em 1.2em;
    margin-bottom: 1em;
    border-radius: 10px;
    font-style: italic;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    position: relative
}

@media screen and (max-width:768px) {
    .testimonial {
        padding: 4.5em 1.2em 1.2em
    }
}

@media screen and (min-width:470px) {
    .cliente-foto {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        position: absolute;
        top: 7px;
        z-index: 2000;
        border: 3px solid #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
    }
}

@media screen and (max-width:470px) {
    .cliente-foto {
        margin-top: -90px;
        margin-left: 5px;
        margin-bottom: 5px;
        width: 60px;
        height: 60px
    }
}

.estrellas {
    color: #f5c518;
    font-size: 1.2rem;
    margin-bottom: .5em
}

#opiniones {
    justify-self: center;
    max-width: 95%
}

.opinionestext {
    text-align: center
}

.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color .3s ease;
    margin-top: 10px;
    margin-bottom: -30px
}

.buttongoogle {
    background-color: #4285f4
}

.buttongoogle:hover {
    background-color: #357ae8
}

@media screen and (min-width:768px) {
    .buttongoogle {
        margin-left: -900px
    }
}

.testimonial {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s cubic-bezier(.4, 0, .2, 1), transform 1.5s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

.testimonial.show {
    opacity: 1;
    transform: translateY(0)
}

.main1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align-last: center;
    padding: 20px
}

.cta-full-width {
    width: 100vw;
    background-color: #ec4899;
    color: #fff;
    padding: 3rem 1rem;
    text-align: center;
    box-sizing: border-box
}

.cta-inner {
    max-width: 1200px;
    margin: 0 auto
}

.cta-full-width h2,
.cta-full-width p {
    text-align: center;
    color: #fff;
    margin-bottom: 1rem
}

.cta-full-width .button.primary {
    margin-top: 1rem;
    background-color: #fff;
    color: #ec4899;
    border: none;
    padding: .75rem 2rem;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease
}

.cta-full-width .button.primary:hover {
    background-color: #9333ea;
    color: #fff
}

#tarjetasfinales {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
    margin-top: 20px
}