* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

*::selection {
    background: none;
}

*::-moz-selection {
    background: none;
}


@font-face {
    font-family: "Maghelia";
    src: url('../fonts/Maghelia-Regular.otf');
}

html {
    cursor: url('../assets/Pointers/arrow.svg'), auto;
}


body {

    min-height: 100vh;
    width: 100%;

}

body section {
    padding: 0 20%;
}


a {
    cursor: url('../assets/Pointers/hand.svg'), auto;
    font-family: "Open Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 250 !important;
    font-variation-settings:
        "wdth" 100;
}

a:hover {

    color: #628FE5 !important;
}



nav li {

    margin: 30px 40px;

}

nav {
    position: absolute !important;
    width: 100%;
    z-index: 800;
}

.colora {
    color: #fff !important;

    font-family: "Open Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-variation-settings:
        "wdth" 100;

    font-size: 1em;
}

.logoscrawls_left {

    display: none;
}

.logoscrawls_center {

    visibility: visible;
}

.path1 {

    width: 400px !important;
    filter: invert(100%) sepia(0%) saturate(859%) hue-rotate(210deg) brightness(120%) contrast(100%);

}

.path2 {

    width: 100% !important;
    filter: invert(11%) sepia(7%) saturate(5224%) hue-rotate(203deg) brightness(91%) contrast(98%);

}

.path3 {

    width: 100% !important;
    height: 100%;


}

.path4 {

    width: 100% !important;
    filter: invert(100%) sepia(0%) saturate(859%) hue-rotate(210deg) brightness(120%) contrast(100%);
    padding-left: 0px
}

/* CSS PRIMER BANNER DOROTHY */

.editorial {
    display: block;
    width: 100%;
    height: 60px;
    max-height: 60px;
    margin: 0;
    z-index: 5;
    bottom: 0;
    position: absolute;
    left: 0px;
    float: left;
}

.parallax1>use {
    animation: move-forever1 10s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }
}

.parallax2>use {
    animation: move-forever2 8s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }
}

.parallax3>use {
    animation: move-forever3 6s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }
}

.parallax4>use {
    animation: move-forever4 4s linear infinite;

    &:nth-child(1) {
        animation-delay: -2s;
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever4 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.allimages {


    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 !important;
    position: relative;

}

.bannerimg {

    background-image: url("../assets/header1.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

.bannerimg2 {

    height: 1020px;
    width: 90%;
    position: absolute;
    background-image: url("../assets/header2.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    mix-blend-mode: overlay;
    z-index: 1;

}

.bannerimg3 {

    height: 800px;
    width: 100%;
    position: absolute;
    background-image: url("../assets/header3.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 1;
    padding: 0 !important;

}

.banner0 {

    height: 800px;
    background-color: #021B4C;
    align-items: center;
    overflow: hidden;

}

.dorothy-mobile {

    display: none !important;
}

.maintitle {

    font-family: 'Maghelia';
    line-height: 1em;
    color: #fff;
    font-size: 7em;

}


.subtitle {

    font-family: 'Maghelia';
    line-height: 0.5em;
    color: #fff;
    font-size: 3.5em;

}

.subtitle1 {

    font-family: 'Maghelia';
    line-height: 1.7em;
    color: #628FE5;
    font-size: 2em;

}

.text_banner {

    z-index: 99;

}

.img_fish {

    padding-left: 10% !important;

}

.img_fish img {

    position: relative;
    top: 25% !important;
    width: 30%;

}

.banner1_box {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 0 !important;
    height: 90%;

}

.banner1_box2 {

    height: 90%;
    padding-top: 8%;

}

.img_cat {

    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
    animation: appear 0.5s ease-out, float 5s ease-in-out infinite;
}

.img_cat img {

    width: 65%;

}

.fish_top {

    display: flex;
    justify-content: center;
    align-items: center;
    animation: appear 1s ease-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    visibility: hidden;

}

.fish_top img {

    position: absolute;
    width: 150px;

}


.fish_left {

    position: absolute;
    z-index: 2;
    top: 30%;
    animation: appear2 1s ease-out;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    visibility: hidden;

}

.fish_left img {

    width: 120px;
}

.fish_right {

    position: absolute;
    right: 20%;
    top: 25%;
    z-index: 2;


    animation: appear3 1s ease-out;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
    visibility: hidden;

}

.fish_right img {

    width: 120px;

}

/* FIN CSS PRIMER BANNER DOROTHY */

/* SLIDER INICIO*/

/* SLIDER TEXT ANIMATION*/

.container_text {
    /* Revisar esto */
    overflow: hidden;
    position: relative;

}

.text_slide {

    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;

}

.container_text:hover .text_slide {

    opacity: 1;
    background-color: rgba(98, 143, 229, 0.7);

}

.container_text img {

    transition: all 0.5s;
}

.container_text:hover img {

    transform: scale(1.3);

}

/* SLIDER TEXT ANIMATION END*/

.slider-container {

    width: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    position: relative;
}

.slideall {

    width: calc(500px*10+60px*9) !important;
    display: inline-flex;
    justify-items: center;
    align-items: center;
    position: static;
    gap: 60px;
    animation: 45s slide infinite linear;
    padding-right: 60px;

}

.slideall2 {

    padding-right: 60px;
    width: calc(500px*10+60px*9) !important;
    display: inline-flex;
    justify-items: center;
    align-items: center;
    position: static;
    gap: 60px;
    animation: 45s slide infinite linear;

}

.slides {

    height: 600px;
    width: 100%;

}

.slides img {

    width: 500px !important;
    height: 100%;
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* SLIDER FINAL*/


/*  INICIO MY WORK */

.subtitle2 {

    font-family: 'Maghelia';
    color: #fff;
    font-size: 3.5em;

}

.work {

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 5% 0;
    width: 100%;
    background-color: #021B4C;
    height: 100%;
    position: relative;
    z-index: 99;
    overflow-x: hidden;



}

.title_work {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px 0;
    width: 100%;

}

/*  FINAL MY WORK */

/* INICIO PROFILE */

.banner2 {


    height: 100%;
    background-color: #FFF6E9;
    align-items: center;
    position: relative;
    z-index: 99;
    padding-bottom: 35px;

}

.fishabsolute_left {
    position: absolute;
    top: 35%;
    padding: 0 !important;

    opacity: 0;
    transform: translateX(-200px);
    transition: all 1s ease-out;


}

.fishabsolute_left.active {

    opacity: 1;
    transform: translateX(0px);

}


.banner_box {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 0 !important;
    padding-top: 4.3%;

    height: 50%;
    --bs-gutter-x: 0 !important;

}

.banner_box img {

    width: 100%;

}

.banner_box2 {


    height: 50%;
    padding-top: 4.3%;

}

/*.text_boxwork {

    border: aqua solid 1px;

}*/


.experience {

    display: flex;
    justify-content: center;


}

.subtitle3 {

    font-family: 'Maghelia';
    line-height: 1.5em;
    color: #1A1A3A;
    font-size: 2em;

}


.subtitle4 {

    font-family: 'Maghelia';
    color: #1A1A3A;
    font-size: 3.5em;

}


.textcontainerprofile {

    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 70%;

}

.bottomspace {
    margin-bottom: 20px;
}

.textprofile {

    font-family: "Open Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 250 !important;
    font-variation-settings:
        "wdth" 100;

    font-size: 1.2em;
    color: #1A1A3A;
}

.textwork1 {

    font-family: "Open Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 250 !important;
    font-variation-settings:
        "wdth" 100;
    font-size: 0.8em;

    color: #606060;
    line-height: 0.2em;

}

.textwork2 {

    font-family: "Open Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-variation-settings:
        "wdth" 100;
    font-size: 0.9em;
    color: #1A1A3A;
    line-height: 0.8em;


}

.textwork3 {

    font-family: "Open Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-variation-settings:
        "wdth" 100;
    font-size: 1em;
    color: #1A1A3A;
    line-height: 1.5em;


}


.experiencesubdiv {
    flex-direction: column;

}

.skills {


    height: 400px;
    padding-top: 30px;

}

.softwares {

    width: 100%;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.dividerskills {

    width: 100%;
    height: 100%;

}

.dividerskills .path2 {
    display: none;
}

.pskills {

    width: 30%;
    justify-content: center;
    align-items: flex-start;
    text-align: center;

}

.logosoftware {

    height: 150px;
}

.logosoftware img {

    height: 70%;
    margin-bottom: 10px;
}

/* FINAL PROFILE */

/* SECTION SERVICES */

.services {

    height: 100%;
    align-items: center;
    background-color: #FFF6E9;
    position: relative;
    padding-bottom: 5%;
    overflow-x: hidden;

}

.work_box_left {

    height: 200px;

}

.work_box_right {

    height: 200px;

}

.service_image {

    width: 100%;
    justify-content: center;
    align-items: center;


}

.service_image img {

    width: 180px;

}


.service_text {

    padding-top: 30px !important;
    padding-left: 30px !important;
    width: 100%;

}

.service_text p {

    line-height: 1.5em;
}


.work_box_upper {


    height: 18%;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;


}

.work_box_upper svg {

    width: 550px !important;

}



.fishabsolute_right {

    position: absolute;
    text-align: end;
    top: 5%;
    padding: 0 !important;
    opacity: 0;
    transform: translateX(200px);
    transition: all 1s ease-out;




}

.fishabsolute_right.active {

    opacity: 1;
    transform: translateX(0px);

}


/* FINAL SERVICES */

/* INICIO TOGETHER */

.together {

    height: 800px;
    align-items: center top;
    background-color: #718FE2;
    position: relative;
    justify-content: flex-end;
    display: flex;
    position: relative;

}

.img_together {

    padding: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;



}

.img_together img {

    width: 70%;



}

.worktogether {

    height: 100%;
    width: 50% !important;
    padding-top: 10%;
    z-index: 99;
}

.worktogether a {

    color: #B9CCF9 !important;
}


.togethertext {
    --bs-gutter-x: 0 !important;
}

.togetherparraf {

    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    font-family: "Open Sans", system-ui;
    font-optical-sizing: auto;

}

.togetherdivider {
    width: 100%;
    margin: 25px 0;
}

.togetherlogos {

    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sociallogo {

    width: 25% !important;
    text-align: center;

}

.sociallogo img {
    width: 80% !important;
}


.mail {
    text-decoration: none;
    font-family: "Open Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    color: #B9CCF9;
}


/* FINAL TOGETHER */



.center {
    width: 100%;
    display: flex;
    justify-content: center;

}

.centerbrand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 1em;
}

.row {

    margin: 0 !important;
}




@keyframes appear {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
    }
}


@keyframes appear2 {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
        visibility: visible;
    }
}


@keyframes appear3 {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
        visibility: visible;
    }
}

@keyframes float {

    50% {
        transform: translateY(20px);
    }
}




@media (max-width:990px) {

    a:hover {

        color: #021B4C !important;
    }

    body section {
        padding: 0 2%;
    }

    .logoscrawls_left {
        display: contents !important;
    }

    .logoscrawls_center {
        display: none;
    }

    .bg_scrawls_nav {
        background: #628FE5;

    }


    /* INICIO BANNER DOROTHY*/

    .banner0 h1 {

        text-align: center;
        font-size: 6em;
        justify-content: center;

    }

    .banner0 h2 {

        font-size: 3em;
    }

    .banner0 h3 {

        font-size: 1.7em;
    }

    .banner1_box2 {

        display: none;
    }

    .dorothy-mobile {

        display: block !important;
        position: absolute;
        padding-top: 85%;
        background-repeat: no-repeat;
        height: 100%;
        z-index: 150;
        animation: appear 0.5s ease-out, float 5s ease-in-out infinite;
    }

    .banner0 {


        height: 900px !important;

    }

    .banner1_box {


        justify-content: flex-start;
        margin-top: 20% !important;
        padding: 0 !important;


    }

    .banner1_box .subtitle,
    .banner1_box .subtitle1 {

        text-align: center;

    }


    .bannerimg2 {

        display: none;

    }

    .bannerimg3 {

        background-image: url("../assets/banner_mobile-02.png") !important;
        background-size: contain;
        margin-top: 30%;


    }

    /* Final Banner Dorothy  */


    /* Slider Work  */

    .slider-container {

        margin-bottom: 10%;
    }


    .slideall {

        width: calc(300px*10+60px*9) !important;
        animation: 30s slide infinite linear;


    }

    .slideall2 {


        width: calc(300px*10+60px*9) !important;
        animation: 30s slide infinite linear;


    }

    .slides {

        height: 300px;
        width: 100% !important;

    }

    .slides img {

        width: 300px !important;
        height: 100% !important;
    }

    .text_slide {

        width: 300px !important;
    }


    /* Final Slider Work */
    /*  inicio Who i am*/
    .banner2 {
        padding-bottom: 0px !important;
    }

    .dividerskills {

        margin-bottom: 12%;
    }

    .skills {
        height: 100%;
    }

    .dividerskills .path3 {
        display: none;
    }

    .dividerskills .path2 {
        display: block;
    }

    .logosoftware {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .logosoftware img {

        height: 45%;
        margin-bottom: 10px;
    }

    .text_boxwork {
        text-align: center;
    }

    .experiencesubdiv {
        flex: 0 0 auto;
        width: 50% !important;
        margin-top: 5% !important
    }

    .experiencesubdiv .subtitle3 {
        font-size: 1.5em;

    }

    .experiencesubdiv .subtitle3 {
        font-size: 1.7em;

    }

    .textcontainerprofile {
        width: 100%;
    }

    .textcontainerprofile i {
        width: 10px;
    }

    .textcontainerprofile div {
        width: 100%;
    }

    .textwork2 {
        font-size: 0.7em;
        line-height: 1.2em;
    }

    #number1 {
        order: 1;

    }

    #number2 {

        order: 2;

    }

    #number3 {

        order: 3;

    }

    /* final who i am */

    /* Inicio Services */

    .fishabsolute_right {
        display: none;
    }

    .service_image {
        width: 50% !important;
    }

    .service_text {
        width: 50% !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    .service_text .subtitle3 {

        font-size: 1.3em !important;

    }


    .work_box_left,
    .work_box_right {

        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .services {
        overflow: visible;
    }

    /* Final Services*/


    /* Let's work inicio*/

    .together {

        justify-content: center !important;
        align-items: center;
        text-align: center;
    }

    .together p {

        font-size: 1.3em;
        margin-top: 5%;
    }

    .worktogether {
        width: 100% !important;
    }

    .img_together img {

        width: 100% !important;
    }

    .sociallogo {
        width: 25% !important;

    }

    /* let's work final */


    /* smartphones, Android phones, landscape iPhone */


}