@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:wght@700&family=Poppins:wght@700&family=Roboto+Mono:wght@700&display=swap);

.contenedor,
.contenedor1 {
    padding: 60px 0;
    overflow: hidden
}

.contenedor,
.contenedor1,
.header {
    width: 100%;
    margin: auto
}

.hamburguer,
.menu-navegacion {
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

*,
.menu-navegacion a {
    text-decoration: none
}

.copy,
.titulo {
    text-shadow: 5px 10px #000;
    font-family: "Open Sans", sans-serif;
    color: #fff
}

.copy,
.head,
.subtitulo,
.titulo {
    color: #fff
}

.contenedor,
.contenedor1,
.hidden {
    overflow: hidden
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none
}

:root {
    scroll-behavior: smooth
}

a {
    text-decoration: none !important
}

body {
    font-family: 'Open Sans', sans-serif
}

.contenedor {
    max-width: 1500px
}

.contenedor1 {
    max-width: 1100px
}

.header {
    height: 86.5vh;
    background: linear-gradient(315deg, #3a3f81, #2d608f);
    position: relative
}

.head {
    background-image: url(../img/foticos/dia_Mesa_de_trabajo_1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.recoger {
    background: white;
    padding: 50px 0 0 0;
}

.hamburguer {
    position: fixed;
    top: 30px;
    right: 30px;
    background: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 10px
}

.menu-navegacion {
    position: fixed;
    top: 0;
    width: 30vw;
    height: 100%;
    background-image: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    right: 0;
    transform: translateX(110%);
    transition: transform .3s ease-in-out
}

.spread {
    transform: translateX(0)
}

.menu-navegacion a {
    color: #fff
}

.titulo {
    font-size: 90px;
    margin-bottom: 15px
}

.copy {
    font-weight: 300;
    font-size: 50px
}

.services .subtitulo,
.subtitulo {
    font-family: "Open Sans", sans-serif;
    font-size: 70px;
    font-weight: 300;
    text-align: center
}

.subtitulo {
    text-shadow: 5px 5px #000
}

.services .subtitulo {
    text-shadow: 3px 3px #000;
    color: #0072AA;
    margin-bottom: 0
}

.contenedor-servicio {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.contenedor-servicio img {
    width: 30%
}

.service {
    margin-bottom: 20px
}

.n-service {
    margin-bottom: 7px;
    color: #0072AA
}

.subtitulo:hover~.line-section::before,
p:hover~.line-section::before,
.subtitulo:hover~.line-section::before
{
    transform: translateX(0);
    transition: transform .3s ease-in-out;
}

.line-section {
    display: block;
    background: #efefef;
    width: 100%;
    height: 2px;
    margin-top: 15px;
    overflow: hidden;

}

.line-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3a3f81, #2d608f);
    transform: translateX(-100%);
    transition: transform .3s ease-in-out
}

.number {
    display: inline-block;
    background-image: linear-gradient(to right, #3a3f81, #2d608f);
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: 700
}

.gallery {
    background: #f2f2f2
}

.contenedor-galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 30px
}

.img-galeria {
    width: 30%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    cursor: pointer;
    border-radius: 10%
}

.imagen-light {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .534);
    transform: translate(100%);
    transition: transform .2s ease-in-out;
    z-index: 9
}

.agregar-imagen {
    width: 60%;
    transform: scale(0);
    border-radius: 10px;
    transition: transform .3s .2s
}

.showImage {
    transform: scale(1)
}

.show {
    transform: translate(0)
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: pointer
}

.experts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center
}

.cont-expert {
    width: 30%;
    text-align: center;
    margin-bottom: 20px
}

.cont-expert img {
    display: block;
    margin: auto;
    width: 40%
}

.n-expert {
    color: #fff;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    font-weight: 400
}

.brand,
.brand+p {
    font-weight: 500
}

footer {
    background: #9f8ad0;
    padding-bottom: .1px
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px
}

.contact-us {
    width: 40%;
    color: #fff
}

.brand {
    font-size: 40px
}

.social-media {
    width: 50%;
    display: flex;
    justify-content: flex-end
}

.social-media-icon {
    display: inline-block;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff
}

.social-media-icon i {
    font-size: 30px;
    line-height: 60px
}

.line {
    width: 90%;
    max-width: 1200px;
    margin: auto auto 60px;
    height: 2px;
    background: #fff
}

.preload,
.preload .cont {
    height: 100vh;
    width: 100%
}

.social-media-icon:hover {
    background: #fff;
    color: #764ba2
}

@media screen and (max-width:800px) {
    .menu-navegacion {
        width: 50vw
    }

    .titulo {
        font-size: 100px
    }

    .contenedor-servicio .zas1 {
        width: 80% !important;
        margin-bottom: 40px
    }

    .contenedor-servicio .zas2 {
        width: 95% !important;
        margin-bottom: 40px
    }
    .agregarImagen,
    .checklist-servicio,
    .cont-expert {
        width: 80%
    }

    .service {
        margin-bottom: 30px
    }

    .img-galeria {
        width: 45%
    }

    .footer-content {
        justify-content: center
    }

    .social-media {
        width: 80%;
        justify-content: space-evenly
    }

    .social-media-icon {
        margin-left: 0
    }

    .contact-us {
        text-align: center;
        width: 80%;
        margin-bottom: 40px
    }
}

@media screen and (max-width:500px) {
    .menu-navegacion {
        width: 65vw
    }

    .hamburguer {
        top: 20px;
        right: 20px
    }

    .subtitulo,
    .titulo {
        font-size: 30px
    }

    .img-galeria {
        width: 95%
    }

    .agregar-imagen {
        width: 90%
    }

    .social-media {
        width: 100%;
        justify-content: space-evenly
    }

    .social-media-icon {
        margin-left: 0
    }

    .contact-us {
        text-align: center;
        width: 95%;
        margin-bottom: 40px
    }
}

.preload .cont {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #fff
}

.preload {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000
}

.banner-intro {
    background: #f2f2f2;
    background: linear-gradient(0deg, #f2f2f2 0, #f2f0f1 100%);
    display: block;
    width: 100%
}

.banner-intro .container {
    display: grid;
    grid-template-columns: 200px repeat(3, 250px) 1fr
}

.banner-intro .logo img {
    width: 150px
}

.banner-intro .container-contact-0,
.banner-intro .container-contact-1,
.banner-intro .container-redes,
.banner-intro .logo {
    padding: 10px;
    display: flex;
    align-items: center
}

.banner-intro .container-contact-0,
.banner-intro .container-contact-1 {
    color: #717070;
    position: relative;
    overflow: hidden;
    transition: .5s
}

.banner-intro .container-contact-0 .icon,
.banner-intro .container-contact-1 .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: no-repeat padding-box #f2f2f2;
    box-shadow: 4px 3px 10px #00000012;
    border-radius: 7px;
    margin-right: 10px;
    font-size: 1.1rem;
    transition: .5s
}

.banner-intro .container-contact-0 .title,
.banner-intro .container-contact-1 .title {
    display: block;
    font-size: 1rem
}

.banner-intro .container-contact-0 .info,
.banner-intro .container-contact-1 .info {
    font-size: .9rem
}

.banner-intro .container-contact-0 .icon,
.banner-intro .container-contact-0 p,
.banner-intro .container-contact-1 .icon,
.banner-intro .container-contact-1 p {
    z-index: 2
}

.banner-intro .container-contact-0::before,
.banner-intro .container-contact-1::before {
    content: '';
    display: block;
    position: absolute;
    background: #0072aa;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: .5s
}

.banner-intro .container-contact-0:hover::before,
.banner-intro .container-contact-1:hover::before {
    top: 0
}

.banner-intro .container-contact-0:hover *,
.banner-intro .container-contact-1:hover * {
    color: #fff !important
}

.banner-intro .container-contact-0:hover .icon,
.banner-intro .container-contact-1:hover .icon {
    background: #0072aa
}

.banner-intro .container-redes {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.banner-intro .container-redes a {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    color: #848484;
    margin-left: 10px;
    box-shadow: 4px 3px 10px #00000012;
    border-radius: 50%;
    font-size: .9rem;
    transition: .3s
}

.banner-intro .container-redes a:hover {
    color: #1eb1e7;
    background: #fff;
    transform: translateY(-2px)
}

.iconosb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media only screen and (max-width:1281px) {
    .banner-intro .container {
        display: grid;
        grid-template-columns: 200px repeat(3, 200px) 1fr
    }
}

.nav-custom {
    background: linear-gradient(to right, #3a3f81, #2d608f);
    width: 100%
}

@media only screen and (max-width:767px) {
    .nav-custom {
        position: fixed;
        top: 0;
        z-index: 100000
    }

    .nav-custom .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px
    }

    .nav-custom .nav-custom-nav,
    .nav-custom .nav-custom-nav li,
    .nav-custom .nav-custom-nav ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important
    }

    .nav-custom .logo img {
        height: 50px
    }

    .nav-custom .nav-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        border: 1px solid #e8e8e8;
        border-radius: 2px
    }

    .nav-custom .nav-btn-burger,
    .nav-custom .nav-btn-burger::after,
    .nav-custom .nav-btn-burger::before {
        width: 20px;
        height: 2px;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
        transition: .25s ease-in-out
    }

    .nav-custom .nav-btn-burger {
        background: #e8e8e8
    }

    .nav-custom .nav-btn-burger::after,
    .nav-custom .nav-btn-burger::before {
        content: '';
        position: absolute;
        background-color: #e8e8e8
    }

    .nav-custom .nav-btn-burger::before {
        transform: translateY(-8px)
    }

    .nav-custom .nav-btn-burger::after {
        transform: translateY(8px)
    }

    .nav-custom .nav-btn.open .nav-btn-burger {
        transform: translateX(-30px);
        background: 0 0;
        box-shadow: none
    }

    .nav-custom .nav-btn.open .nav-btn-burger::before {
        transform: rotate(45deg) translate(21px, -21px)
    }

    .nav-custom .nav-btn.open .nav-btn-burger::after {
        transform: rotate(-45deg) translate(21px, 21px)
    }

    .nav-custom .nav-custom-nav {
        background: linear-gradient(365deg, #4087df, #384784) !important;
        overflow-y: scroll;
        position: absolute;
        top: 60px;
        left: 0;
        width: 230px;
        height: 91vh;
        z-index: 100000;
        transform: translateX(-100%);
        transition: .25s ease-in-out
    }

    .nav-custom .nav-custom-nav.open {
        transform: translateX(0);
        transition: .25s ease-in-out
    }

    .nav-custom .nav-custom-nav .nav-custom-link {
        display: block;
        padding: 15px 10px;
        border-bottom: 1px solid rgba(0, 0, 0, .125);
        color: #fff;
        font-size: 1rem
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown .nav-custom-link span {
        float: right;
        margin-right: 5px;
        transition: .25s ease-in-out
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown .nav-custom-dropdown {
        overflow: hidden;
        max-height: 0;
        transition: max-height .25s ease-in-out
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown .nav-custom-dropdown .nav-custom-link {
        background-color: #2d323a;
        font-size: .9rem
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown.open .nav-custom-link span {
        transform: rotate(-90deg);
        transition: .25s ease-in-out
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown.open .nav-custom-dropdown {
        max-height: 500px;
        transition: max-height .25s ease-in-out
    }
}

.irland {
    width: 20%
}

.fondojefes {
    background: url(../img/proyectos/DJI_0545.webp) 0 0/100% 100% no-repeat
}

.container__cards,
.container__cards1 {
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-rows: 500px
}

.card {
    text-align: center;
    transition: .3s;
    background-color: transparent !important;
    border: none !important
}

.card:hover {
    width: calc(100%-300px)
}

.card .cover {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden
}

.card .cover img {
    width: 250px;
    display: block;
    margin: auto;
    position: relative;
    top: 40px;
    z-index: 1;
    filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, .5));
    transition: .4s
}

.card:hover .cover img {
    top: 0;
    filter: none
}

.card .img__back {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -80px;
    left: 0;
    background-size: cover;
    border-radius: 20px;
    transition: .3s
}

.pan .card:first-of-type .img__back {
    background-image: url(https://images.pexels.com/photos/119377/pexels-photo-119377.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1) !important;
}

.pan .card:nth-of-type(2) .img__back {
    background-image: url(https://images.pexels.com/photos/401107/pexels-photo-401107.jpeg?auto=compress&cs=tinysrgb&w=1600)!important;
}

.pan .card:nth-of-type(3) .img__back {
    background-image: url(https://images.pexels.com/photos/7639429/pexels-photo-7639429.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1)!important;
}

.pan1 .card:nth-of-type(1) .img__back {
    background-image: url(https://images.pexels.com/photos/128867/coins-currency-investment-insurance-128867.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1)!important;
}

.contenedor1 .card:first-of-type .img__back {
    background-image: url(https://images.pexels.com/photos/45072/pexels-photo-45072.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1)
}

.contenedor1 .card:nth-of-type(2) .img__back {
    background-image: url(https://images.pexels.com/photos/39561/solar-flare-sun-eruption-energy-39561.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1)
}

.contenedor1 .card:nth-of-type(3) .img__back {
    background-image: url(https://images.pexels.com/photos/5562085/pexels-photo-5562085.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1)
}

.card:hover .img__back {
    bottom: -12px
}

.card .description {
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(25px);
    border-radius: 0 0 20px 20px;
    transition: .3s
}

.card:hover .description {
    padding: 0 0 40px
}

.card .description h2 {
    
    padding-top: 20px;
    font-size: 25px
}

.card .description p {
    color: #fff;
    margin-top: 10px
}

.card .description input {
    padding: 10px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    background: linear-gradient(315deg, #3a3f81, #2d608f);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px;
    transition: .3s
}

.card .description input:hover {
    background: #83277b
}

@media only screen and (min-width:767px) {

    .nav-custom .btn-nav-link .btn-custom-nav,
    .nav-custom .btn-nav-link .btn-custom-nav.gradient {
        background: linear-gradient(to right, #3a3f81, #2d608f)
    }

    .nav-custom,
    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg,
    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-link {
        position: relative
    }

    .nav-custom.sticky {
        position: fixed;
        top: 5.25rem;
        z-index: 100000
    }

    .banner-intro.sticky {
        position: fixed;
        top: 0;
        z-index: 100000
    }

    @media only screen and (max-width:991px) {

        .nav-custom.sticky {
            top: 0;
        }
    }

    .nav-custom .logo,
    .nav-custom .nav-custom-nav .nav-custom-item-dropdown {
        display: none
    }

    .nav-custom .container,
    .nav-custom .nav-custom-nav {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .nav-custom .btn-nav-link {
        margin-left: auto
    }

    .nav-custom .nav-custom-nav,
    .nav-custom .nav-custom-nav li,
    .nav-custom .nav-custom-nav ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important
    }

    .nav-custom .btn-nav-link .btn-custom-nav {
        margin: 0 0 0 20px;
        border: .5px solid #000;
        font-size: .7rem;
        color: #fff
    }

    .nav-custom .btn-nav-link .btn-custom-nav span {
        margin-right: 5px
    }

    .nav-custom .nav-custom-nav .nav-custom-link {
        text-align: center;
        position: relative;
        display: flex;
        padding: 13px 10px;
        color: #fff;
        font-size: .75rem;
        font-weight: 700;
        margin-right: 5rem;
        transition: .3s;
        cursor: pointer;
        user-select: none
    }

    .nav-custom .nav-custom-nav .nav-custom-link::before {
        content: '';
        background-color: #1eb1e7;
        display: block;
        width: 0%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 10px;
        transition: .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg.open .nav-custom-link::before,
    .nav-custom .nav-custom-nav .nav-custom-link.active::before,
    .nav-custom .nav-custom-nav .nav-custom-link:hover::before {
        width: 100%;
        transition: .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-link:hover {
        color: #1eb1e7;
        transition: .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg.open .nav-custom-dropdown {
        opacity: 1;
        transform: translateY(0);
        padding: 10px;
        height: auto;
        transition: transform .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg.open::before {
        opacity: 1;
        transform: translateY(0);
        transition: transform .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg.open .nav-custom-link span {
        transform: rotate(-90deg);
        transition: transform .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg::before {
        content: '';
        display: block;
        width: 50px;
        height: 22px;
        background-color: #fff;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        position: absolute;
        bottom: -22px;
        left: 0;
        right: 0;
        margin: auto;
        box-shadow: 4px 3px 10px #00000012;
        opacity: 0;
        transform: translateY(10px);
        transition: transform .3s;
        z-index: 99999
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-link span {
        display: block;
        margin-left: 7px;
        float: right;
        transition: transform .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown {
        position: absolute;
        top: 57px;
        left: -130%;
        width: auto;
        background-color: #fff;
        box-shadow: 4px 3px 10px #00000012;
        z-index: 100000;
        display: flex;
        justify-content: flex-start;
        overflow: hidden;
        height: 0;
        transform: translateY(10px);
        opacity: 0;
        transition: transform .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown .list-link-nav {
        padding: 20px;
        min-width: 200px;
        margin-right: 20px
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown .list-link-nav.line {
        border-left: 1px solid #efefef
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown .list-link-nav div {
        font-weight: 700;
        font-size: .8rem;
        margin-bottom: 10px;
        position: relative
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown .list-link-nav div::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #1eb1e7;
        position: absolute;
        bottom: -5px;
        left: 0
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown .list-link-nav a {
        background-color: #fff;
        padding: 5px;
        margin: 5px 0;
        font-size: .73rem;
        color: #959595;
        transition: .3s;
        display: block
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown .list-link-nav a:hover {
        color: #1eb1e7;
        transition: .3s;
        box-shadow: 4px 3px 10px #00000012
    }

    .contenedor-servicio {
        flex-wrap: nowrap !important
    }

    .neko {
        display: flex;
        flex-wrap: nowrap !important;
        flex-direction: column
    }
}

@media only screen and (max-width:767px) {
    .contenedor-servicio {
        flex-wrap: wrap
    }

    .neko {
        display: flex;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:1059px) and (min-width: 680px) {
    .container__cards1 {
        max-width: 500px;
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    }
    .dif1{
        max-width: 520px !important;
    }
}

@media only screen and (max-width:680px)  {
    .container__cards1 {
        max-width: 720px !important;
    }
}

@media screen and (max-width:550px) {
    .con-icon {
        display: block
    }
}
.boton-mishi {
    border: none;
    background: linear-gradient(315deg, #32538a, #fff, #32538a);
    border-radius: 50px;
    position: relative;
    width: 240px;
    height: 100px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    letter-spacing: 2px;
    margin: 20px;
    transition: .5s
}

.boton-mishi:hover {
    background: url(../img/BeFunky-photo.webp) 0 0/240px #4a76bb;
    transition-delay: 0.1s;
    animation: .8s steps(8) forwards animate;
    color: #fff
}

@keyframes animate {
    0% {
        background-position-y: 0
    }

    100% {
        background-position-y: -480px
    }
}
.experience{
    display: none;
    transition: .5s;
    margin: -10px 0px;
}

.card:hover .experience{  
    display: block;
    transition-delay: 0.1s;
    margin: -10px 0px;
}