@import url('https://fonts.googleapis.com/css2?family=Kameron&display=swap');


@font-face {
    font-family: 'our grown ';
    src: url('/fonts/our grown .otf') format('opentype');
}

@font-face {
    font-family: 'forever dreaming';
    src: url('/fonts/forever dreaming.otf') format('opentype');
}

@font-face {
    font-family: 'goligan';
    src: url('/fonts/goligan.otf') format('opentype');
}

@font-face {
    font-family: 'the beatrik';
    src: url('/fonts/the beatrik.ttf') format('truetype');
}

@font-face {
    font-family: 'super reduce';
    src: url('/fonts/super reduce.ttf') format('truetype');
}

@font-face {
    font-family: 'garden sans';
    src: url('/fonts/garden sans.ttf') format('truetype');
}

@font-face {
    font-family: 'honeypirls regular';
    src: url('/fonts/honeypirls regular.otf') format('opentype');
}

@font-face {
    font-family: 'poppins-light';
    src: url('/fonts/poppins-light.otf') format('opentype');
}

@font-face {
    font-family: 'poppins-regular';
    src: url('/fonts/poppins-regular.otf') format('opentype');
}

/*CSS Variables*/
:root {
    /*colores Algoritmia*/
    --popp: 'poppins-light', sans-serif;
    --popp02: 'poppins-regular', sans-serif;
    --orange01: #DD6F28;
    --orange02: #F87320;
    --orange03: #FFA34F;
    --purple: rgba(149, 0, 255, 1);
    --purple01: #12012C;
    --purple02: #2B0563;
    --purple03: #8C52FF;
    --purple04: #9C80F8;
    --purple05: #684dff;
    --dark01: black;
    --dark02: rgba(1,1,1,0.68);
    --dark03: rgba(1,1,1,.50);
    --light01: #F8F5FC;
    --light02: rgba(255,255,255,.70);
    --principal_bg: #f6f4fe;
}

    @media only screen and (max-width:1150px) {
        #mark-sec01-txt01 {
            width: 300px;
        }

            #mark-sec01-txt01 p {
                font-size: 1.3em;
            }

        #mark-sec01-txt02 {
            width: 300px;
            color: var(--light02);
        }

    }

    @media only screen and (max-width:950px) {
        header #burger-icon {
            display: block;
        }

            header #burger-icon:hover {
                cursor: pointer;
            }

        .navbar-algo {
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(1,1,1,.5);
            backdrop-filter: blur(15px);
            width: 100%;
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-right: -100%;
            padding: 70px;
            transition: all .8s ease;
        }

            .navbar-algo a {
                font-weight: 800;
                letter-spacing: .2px;
            }

            .navbar-algo.open {
                margin-right: 0;
            }

        header.sticky.navbar-algo.open #burger-icon {
            color: #ffff;
        }

        .navbar-algo li {
            margin: 20px 0;
            font-size: 2em;
            line-height: 30px;
        }

        header.sticky a {
            color: #fff;
        }


        /*MARKETING*/
      

        #mark-sec01 {
            width: 100%;
            display: flex;
            flex-direction: column;
            height: max-content;
            padding: 30px;
        }

        #mark-sec01-info {
            padding:10px;
            position:relative;
            border-radius:15px;
            backdrop-filter:blur(20px);
            width: 100%;
            height: max-content;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        }

        #mark-sec01-icons{
            display:none;
        }

        #mark-sec01-txt01 {
            padding: 10px;
            width: 100%;
            border-radius: unset;
            border: unset;
            box-shadow: none;
            background-color: transparent;
            backdrop-filter: unset;
        }

        #mark-sec01-txt02 {
            padding: 10px;
            width: 100%;
            border-radius: unset;
            border: unset;
            box-shadow: none;
            background-color: transparent;
            backdrop-filter: unset;
        }

        #mark-sec01-txt03 {
            width: 100%;
            padding: 10px;
            border-radius: unset;
            border: unset;
            box-shadow: none;
            background-color: transparent;
            backdrop-filter: unset;
        }

        .pricing-cards {
            grid-template-columns: repeat(2, 1fr);
        }

        #middle-p-card__marketing {
            transform: none;
        }

        #middle-p-card__va {
            transform: none;
        }

        #pricing-card-03 {
            grid-column: span 2;
        }

        .pricing-cards {
            margin-top: 30px;
        }

        .txt-transform p {
            font-size: 1.5em;
        }

        .txt-transform i {
            font-size: 1em;
        }


        /*DISEÑO*/
        #dsn-services {
            grid-template-columns: 1fr 1fr;
        }

        #img-cop {
            grid-column: span 2;
        }

        #special-ped {
            text-align:center;
            grid-column: span 2;
        }

        #img-cop-table {
            align-items: initial;
            gap: 10px;
        }

        #dsn-sec-03 {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

        #dsn-img-01 {
            width: 22em;
            height: 17em;
        }

        #dsn-sec-04 {
            grid-column: span 2
        }
    }

    @media (max-width: 900px) {
        /*START CONTENT*/
        .contact-options-h {
            grid-template-columns: 1fr 1fr;
        }

        #option-h__mail {
            grid-column: span 2;
        }

        .contact-options-h #option-h__icon-mail {
            transform: translateZ(30px) translateX(0);
        }

        /*CONSULTORIA*/
        #cons-sec03 p {
            font-size: 1.1em;
        }

        .footer-container {
            text-align: center;
        }

        .footer-02 {
            grid-template-columns: 1fr 1fr;
            padding: 0;
        }

        .social-btn .lateral-hr:before {
            display: none;
        }

        .social-container {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (max-width: 800px) {
        /*DESARROLLO*/
        #cons-sec03 {
            flex-direction: column;
        }

        #cons-image01 {
            display: none;
        }

        #cons-image01-hidden {
            position: absolute;
            display: inline-block;
            top: 0;
            padding: 0;
            transform: translate(-9.3em, -13em);
        }

        #cons-sec03-container {
            padding: 40px;
        }

        #cons-sec03 {
            width: 100%;
            position: relative;
            margin: 11em 0px 0px 0px;
            padding: 40px 40px 0px 40px;
        }

            #cons-sec03 p {
                font-size: 1.3em;
            }


        #contact-section {
            text-align: center;
        }

        .contact-options {
            flex-direction: column;
            gap: 10px;
        }

        .contact-section h1 {
            font-size: .8em;
        }

        .contact-section p {
            font-size: 1em;
        }
        /*MARKETING*/
        #mark-sec01-info {
            z-index: 600;
        }

        .txt-transform p {
            font-size: 1.5em;
        }
        /*VIRTUAL ASSISTANT*/
        #VA-sec02 {
            flex-direction: column;
            border-radius: 20px;
        }

        #VA-sec02-title {
            width: 100%;
        }

        #VA-sec02 #VA-sec02-items {
            width: 100%;
        }
    }

    @media only screen and (max-width:750px) {
        /*HOME*/
        #home {
            padding: 30px 25px 0px 25px;
        }

            #home #title-h-01 {
                margin: 0;
            }

        #sections-home {
            display: flex;
            flex-direction: column;
        }

        .contact-options-h {
            width: 100%;
        }

        #contact-section-h {
            text-align: center;
            height: max-content;
        }

        .header-content {
            height: 70px;
        }

        .contact-options-h i {
            font-size: 20px;
        }

        #contact-section-h p {
            font-size: 1em;
        }
        /*Desarrollo*/
        #bg-dev-01, #bg-dev-02, #bg-dev-03 {
            z-index: 20;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        }

        .dev-section-02 hr {
            display: none;
        }

        .dev-section-02 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 25px;
            padding: 0px 20px 0px 20px;
            z-index: 30;
        }

        .title-app01 {
            display: none;
        }

        .title-app02 {
            font-weight: 600;
            text-align: center;
            display: block;
        }

        .sec-02-content {
            text-align: center;
            background: linear-gradient( 328deg, rgba(68, 214, 44, 0.2) 9%, /* --green al 20% opacidad */
            rgba(0, 114, 206, 0.2) 70%, /* --blueLight al 20% opacidad */
            rgba(0, 100, 180, 0.2) 93% /* Azul más oscuro al 20% */
            );
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 50px 15px 15px 15px;
            transform: translateY(-55px);
            width: 85%;
        }

        #dev-section-02 {
            padding: 20px 40px 0px 40px;
            transform: translateY(-40px);
        }

        #dev-sec-02 hr {
            display: none;
        }

        #dev-sec-02 #dev-title01 {
            margin-bottom: 30px;
        }

        .image-dev-02 {
            align-self: center;
        }

        .sec02-services {
            display: flex;
            flex-direction: column;
        }

        #integraciones {
            grid-column: unset;
        }

        /*Consultoria*/
        #cons-services {
            grid-template-columns: 1fr 1fr;
        }

        #cons-serv03 {
            grid-column: span 2;
        }
        /*DISEÑO*/
        #dsn-sec-03 {
            grid-template-columns: 1fr;
            gap: 0;
        }

        #dsn-img-01 {
            width: 100%;
            height: 20em;
        }

        #dsn-sec-04 {
            grid-column: unset;
        }

        #dsn-sec03-txt {
            display: flex;
            flex-direction: column;
            padding: 20px;
        }

            #dsn-sec03-txt #dsn-sec03-txt02 {
                margin: 0;
                margin-top: 20px;
                padding: 0px 0px 0px 20px;
            }
        /*Virtual Assistant*/
        #VA-services {
            grid-template-columns: repeat(2, 1fr);
        }

            #VA-services #clasificacion {
                grid-column: span 2;
            }

        #VA-markPlans-footer ul {
            padding: 0;
        }
    }

    @media only screen and (max-width:650px) {
        /*MARKETING*/
        .pricing-section {
            padding: 40px;
        }

        .pricing-cards {
            display: flex;
            flex-direction: column;
        }

            .pricing-cards .pricingCard {
                width: 80%;
                margin: auto;
            }

        #mark-sec01-info {
            transform: unset;
        }

        .txt-transform {
            padding: 30px;
        }

            .txt-transform i {
                display: none;
            }

        #campaña-table {
            flex-direction: column;
            gap: 0;
            align-items: center;
            justify-content: center;
            margin: 20px;
        }

            #campaña-table ul {
                margin: 0;
            }
    }

    @media (max-width: 600px) {
        .start-content {
            text-align: unset;
        }

        .typed-title {
            font-size: 3em;
        }


        /*DESARROLLO*/
        #dev-sec-02 #dev-title01 {
            padding: 1px 40px;
            text-align: center;
            margin-bottom: 40px;
        }
        /*DISEÑO*/
        #dsn-services {
            grid-template-columns: 1fr;
        }

        #img-cop {
            text-align:left;
            grid-column: unset;
        }

        #special-ped {
            text-align:left;
            grid-column: unset;
        }

        /*CONTACT*/
        #contactBody {
            flex-direction: column;
        }

        #contact-area {
            text-align: center;
        }
        /*Footer*/
        .a-footer p {
            margin: 0;
        }

        .a-footer {
            gap: 0;
            flex-direction: column;
            margin-bottom: 15px;
        }
    }

    @media only screen and (max-width:550px) {
        /*HOME*/
        .body-content p {
            font-size: 1em;
        }

        .header-content .icon-card {
            font-size: 20px;
            padding: 5px 10px;
        }

        #home {
            padding: 30px 30px 0px 30px;
        }

        .info-sec {
            margin: 0px 0px 20px 0px;
            box-shadow: unset;
        }

        /*CARD CONTACT*/
        .contact-options-h {
            flex-direction: column;
        }

            .contact-options-h a {
                padding: 3px 25px;
            }

            .contact-options-h #phone-icons {
                margin-right: 30px;
            }

            .contact-options-h #mail a {
                margin-left: 30px;
            }
        /*DESARROLLO*/
        #bg-dev-01, #bg-dev-02, #bg-dev-03 {
            width: 200px;
            height: 200px;
        }

        /*Consultoria*/

        .text-orange-h1 {
            font-size: 4em;
        }

        #txt-marker p {
            font-weight: 600;
            color: var(--dark01);
        }

        .typed-sections {
            font-size: 1.3em;
        }

        #cons-services {
            grid-template-columns: 1fr;
        }

        #cons-serv03 {
            grid-column: unset;
        }


        /*DISEÑO*/
        #img-cop-table {
            flex-direction: column;
            gap: 0;
        }

            #img-cop-table ul {
                margin: 0;
            }

        /*CONTACT*/
        .contact-title {
            font-size: 3em;
        }
    }

    @media (max-width: 500px) {
        /*HOME*/
        #capa-01 {
            display: none;
        }

        #capa-02, #capa-03 {
            transform: translateY(150px);
        }

        #capa-04 {
            transform: translateY(460px);
        }

        #capa-05 {
            transform: translateY(420px);
        }

        .dev-section-02 h1 {
            text-align: center;
        }

        .contact-options-h {
            grid-template-columns: 1fr;
        }

        #option-h__mail {
            grid-column: unset;
        }

        .contact-options-h #option-h__icon-phone {
            transform: translateZ(30px) translateX(0);
        }

        #contact-section-h p {
            margin: 0;
        }

        /*Video Diseño*/
        .dsn-sec-01 video {
            width: 40em;
        }
        /*MARKETING*/
        .pricing-cards .pricingCard {
            width: 100%;
        }
        /*VIRTUAL ASSISTANT*/
        #VA-sec02 {
            padding: 30px 20px;
        }

        /*CARD CONTACT*/
        .contact-options a {
            font-size: 1em;
        }

        .footer-02 {
            grid-template-columns: 1fr;
        }
        /*AVISO DE PRIVACIDAD*/
        #footer-Pv ul {
            flex-direction: column;
            gap: 0;
        }
    }

    @media only screen and (max-width: 400px) {
        .typed-title {
            font-size: 2em;
        }

        .header-content {
            height: unset;
            justify-content: center;
        }

            .header-content h1 {
                text-align: center;
                margin: unset;
                padding: unset;
            }

        /*Capas*/


        #capa-02 {
            transform: translateY(0px);
        }

        #capa-03 {
            transform: translateY(0px);
        }

        #capa-04 {
            transform: translateY(0px);
        }

        #capa-05 {
            transform: translateY(0px);
        }


        .description {
            font-size: 1.20em;
        }

        .body-content p {
            font-size: 1em;
            text-align: center;
        }

        #contact-section p {
            font-size: 1em;
        }

        .social-container {
            grid-template-columns: 1fr;
        }
        #home #title-h-01{
            padding:10px;
        }
        #home {
            padding: 30px 0 0 0;
        }

        #int-list {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: normal;
            gap: 0px;
        }

        .header-content .icon-card {
            display: none;
        }


        .info-sec .txt-orange-info i {
            color: var(--green);
        }
        /*NavBar Responsive*/
        .navbar-algo {
            padding: 10px;
        }

        .logo-algo img {
            width: 100px;
            margin: 10px 0px;
        }

        .navbar-algo li a {
            font-weight: 600;
            font-size: .75em;
            text-align: center;
            display: table-caption;
        }

        .start-content {
            font-size: 1em;
        }

        #contact-section-h h1 {
            transform: translateZ(20px);
        }

        .contact-options-h a {
            transform: translateZ(20px);
        }

        .contact-options-h a {
            transform: translateZ(25px);
        }

        .text-orange-h1 {
            font-size: 3em;
        }

        .typed-sections {
            font-size: 1em;
        }

        /*Desarrollo*/
        #dev-section-01 {
            padding: 20px;
        }

        #title-dev-01 h1 {
            font-size: var(--t-responsive);
        }

        .list-dev-01 ul li {
            font-size: .9em;
            text-align: center;
        }

        .dev-section-02 h1 {
            font-size: var(--t-responsive);
        }

        .dev-section-02 p {
            font-size: var(--p-responsive);
        }

        #dev-section-02 h1 {
            font-size: 1.3em;
        }

        #dev-section-02 h2 {
            font-size: var(--t-responsive);
        }

        #dev-section-02 p {
            font-size: var(--p-responsive);
        }

        .dev-section-02 {
            padding: 0px;
            text-align: center;
        }

        #dev-section-02 {
            padding: 0px 20px 0px 20px;
        }

        .footer-02 img {
            width: 200px;
            margin: auto;
            padding-bottom: 15px;
        }
        /*CONSULTORIA*/
        .cons-sec01 {
            margin: 0;
            padding: 20px 20px 30px 20px;
        }

            .cons-sec01 h1 {
                text-align: center;
            }

            .cons-sec01 #cons-txt01 {
                text-align: center;
            }

        #txt-marker::after {
            top: 0;
            width: 100%;
            height: 5px;
        }

        #txt-marker p {
            text-align: center;
            margin-top: 10px;
        }

        .cons-serv-box h4 {
            text-align: center;
        }

        #cons-sec02 {
            padding: 20px 20px;
        }

        #cons-sec03-container {
            padding: 20px;
        }

        #cons-image01-hidden {
            width: 250px;
            height: 250px;
            transform: translate(-8em, -10em);
        }

        #cons-sec03 {
            padding: 5em 20px 30px 20px;
            margin: 9em 0 0 0;
            gap: 0;
            text-align: center;
        }

        #cons-btn {
            display: flex;
            justify-content: center;
        }

        /*DISEÑO GRAFICO*/
        #dsn-sec-02 {
            padding: 20px 20px;
        }

        .dsn-services i {
            display: none;
        }

        .dsn-services h2 {
            text-align: center;
        }

        #dsn-sec-03 {
            padding: 20px;
        }

        #mark-tools {
            grid-template-columns: 1fr 1fr;
        }

        #mark-sec02 {
            padding: 20px;
        }

        /*MARKETING*/
        #mark-sec01-icons {
            transform: translate(1em, -20em);
        }

        #mark-sec01-info {
            bottom: unset;
        }

        #mark-sec01-txt03 {
            display: block;
        }

        .pricing-section {
            padding: 20px;
        }

        .plansTxt-center__marketing {
            text-align: center;
        }

        /*Virtual Assistant*/
        #VA-services {
            grid-template-columns: 1fr;
        }

            #VA-services #clasificacion {
                grid-column: unset;
            }

        #VA-sec02-items ul {
            padding: 0;
        }

        #VA-markPlans-footer li {
            flex-direction: column;
            align-items: center;
        }

            #VA-markPlans-footer li p {
                color: var(--dark02);
            }
        /*CONTACT*/
        .contact-title {
            font-size: 2.5em;
        }

        #contact-start p {
            font-size: .95em;
        }
    }



    @media (max-width: 300px) {
        .logo-algo img {
            width: 100px;
        }

        .start-content {
            font-size: .90em;
        }

        #home {
            padding: 30px 15px 0px 15px;
        }

        .contact-options {
            gap: 10px;
        }

        .header-content .know-more {
            display: none;
        }

        .header-content h1 {
            padding: 0;
        }

        .text-orange-h1 {
            font-size: 2.5em;
        }

        /*Desarrollo*/
        .dev-section-02 {
            padding: 0px 10px 0px 10px;
        }

        #bg-dev-01, #bg-dev-02, #bg-dev-03 {
            width: 150px;
            height: 150px;
        }

        .serv-h i {
            display: none;
        }
        /*CARD CONTACT*/
        #contact-section-h {
            padding: 25px 25px 5px 25px;
        }
        /*CONSULTORIA*/

        #cons-sec02 {
            padding: 0px 25px 25px 25px;
        }

        #cons-sec03 p {
            font-size: 1em;
        }

        #cons-sec03 #cons-btn a {
            font-size: 1em;
        }

        /*MARKETING*/
        #mark-sec01 {
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
            height: 120vh;
        }

        #campaña-container h1 {
            font-size: 1.3em;
        }

        #campaña-container h3 {
            font-size: 1.1em;
        }

        #campaña-table ul {
            padding: 0;
        }
        /*DISEÑO GRAFICO*/
        .dsn-services ul {
            padding-left: 1em;
        }

        .dsn-services i {
            top: 0;
            right: 0;
            left: unset;
            transform: unset;
            border-radius: 0 10px 0 0;
        }

        #dsn-sec-03 {
            width: 90%;
            padding: 10px;
        }


        #mark-sec01-info {
            background-color: transparent;
            backdrop-filter: blur(10px);
            transform: unset;
            bottom: unset;
        }
        /*CONTACT*/
        #contactBody {
            padding: 20px;
        }

        .contact-title {
            font-size: 1.85em;
        }

        #contact-start p {
            font-size: .95em;
        }

        /*Footer*/
        .footer-02 img {
            width: 150px;
        }
    }

/*-------------MAX HEIGHT MEDIA QUERY`S-------------*/

@media only screen and (max-height:1000px) {
    #capa01 {
        transform: translateY(250px);
    }

    #capa02 {
        transform: translateY(400px);
    }

    #capa03 {
        transform: translateY(500px);
    }

    #capa04 {
        transform: translateY(750px);
    }

    #capa05 {
        transform: translateY(850px);
    }

    #contact_capa01 {
        transform: translateY(350px);
    }

    #contact_capa02 {
        transform: translateY(400px);
    }

    #contact_capa03 {
        transform: translateY(450px);
    }
}

@media only screen and (max-height:900px) {
    #capa01 {
        transform: translateY(200px);
    }

    #capa02 {
        transform: translateY(350px);
    }

    #capa03 {
        transform: translateY(450px);
    }

    #capa04 {
        transform: translateY(700px);
    }

    #capa05 {
        transform: translateY(800px);
    }

    #contact_capa01 {
        transform: translateY(300px);
    }

    #contact_capa02 {
        transform: translateY(350px);
    }

    #contact_capa03 {
        transform: translateY(400px);
    }

}

@media only screen and (max-height:800px) {
    #capa01 {
        transform: translateY(150px);
    }

    #capa02 {
        transform: translateY(300px);
    }

    #capa03 {
        transform: translateY(400px);
    }

    #capa04 {
        transform: translateY(650px);
    }

    #capa05 {
        transform: translateY(750px);
    }
    #contact_capa01 {
        transform: translateY(250px);
    }

    #contact_capa02 {
        transform: translateY(320px);
    }

    #contact_capa03 {
        transform: translateY(350px);
    }

}

    @media only screen and (max-height:860px) {
        #mark-sec01{
            height:90vh;
        }

        #send-figure01 {
            transform: translate(-50em, -40em);
        }

        #send-figure02 {
            transform: translate(50em, 40em);
        }
    }


    @media only screen and (max-height:800px) {
        /*Start Capas*/
        #capa-01 {
            height: 70em;
        }
        /*CONTACT CAPAS*/
        #contact-capa01 {
            transform: translateY(300px);
            height: 50em;
        }

        #contact-capa02 {
            transform: translateY(300px);
            height: 50em;
        }

        #contact-capa03 {
            transform: translateY(280px);
            height: 50em;
        }
    }

    @media only screen and (max-height:760px) {
        #mark-sec01 {
            height: 100vh;
        }
    }

    @media only screen and (max-height:700px) {
        #mark-sec01 {
            height: 110vh;
        }
    }

    @media only screen and (max-height:650px) {
        #capa01 {
            transform: translateY(100px);
        }

        #capa02 {
            transform: translateY(250px);
        }

        #capa03 {
            transform: translateY(380px);
        }

        #capa04 {
            transform: translateY(550px);
        }

        #capa05 {
            transform: translateY(600px);
        }

        #contact_capa01 {
            transform: translateY(200px);
        }

        #contact_capa02 {
            transform: translateY(280px);
        }

        #contact_capa03 {
            transform: translateY(300px);
        }

    }

    @media only screen and (max-height:630px) {
        #mark-sec01 {
            height: 120vh;
        }
    }

    @media (max-height:600px) {
        /*Responsive navBar*/
        .navbar-algo li {
            margin: 0;
        }

        /*Home capas*/
        #capa-02, #capa-03 {
            transform: translateY(300px);
        }

        #capa-04 {
            transform: translateY(610px);
        }

        #capa-05 {
            transform: translateY(570px);
        }
    }

    @media only screen and (max-height:580px) {
        #mark-sec01 {
            height: 130vh;
        }

        #send-figure01 {
            transform: translate(-50em, -45em);
        }

        #send-figure02 {
            transform: translate(50em, 45em);
        }
    }
