@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&display=swap');


:root{
    --red: Arial, Helvetica, sans-serif;
    --mon: 'Montserrat', sans-serif;
    --any: "Anybody", sans-serif;
    --dark: #1C1F31;
    --green: #2BFF00;
    --trans:transition all 400ms ease;
    --back: no-repeat, cover, center;
}

bdoy{
    margin:0;
}

body::-webkit-scrollbar{
    display: none;
}

*{
    scroll-behavior: smooth;
    margin: 0;
    transition: all 400ms ease;;
}

.landing{
    width: 100%;
    height: 100vh;
    position: relative;
    box-sizing: border-box;
    display: flex;
    background-color: var(--dark);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.infoLanding{
    display: flex;
    width: 100%;
    position: relative;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftLanding{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
}

.mainTitle{
    font-family: var(--any);
    font-size: 40px;
    color: white;
}

.mainSub{
    font-weight: normal;
    font-family: var(--mon);
    font-size:15px;
    color: white;
    margin: 10px 0 ;
    opacity: 0;
    transform: translateY(40px);
}

.CTAcont{
    display: flex;
    width: 100%;
}

.CTALanding{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 14px 40px;
    text-decoration: none;
    font-family: var(--any);
    border-radius: 100px;
    font-weight: 700;
    margin-right: 20px;
    overflow: hidden;
    transition: all 400ms ease;
    z-index: 3;
    opacity: 0;
    transform: translateY(40px);
    border:solid 2px transparent;
    font-size: 14px;
}

.CTALanding::after{
    content: '';
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1000px;
    transform: scaleY(0);
    transform-origin: bottom;
    z-index: -1;
    transition: all 400ms ease;
}

.CTALanding:hover::after{
    transform: scaleY(1);
    transform-origin: bottom;
    transition: all 400ms ease;
}

.cvCont{
    background-color: black;
    color: white;
}

.cvCont:hover{
    color: var(--dark);
    z-index: 3;
}


.whaCont{
    background-color: var(--green);
    color: black;
}

.whaCont:hover{
    color: var(--dark);
    z-index: 3;
    border: solid 2px var(--dark);
}

.corrCont{
    color:white;;
    background-color: blue;
}

.corrCont:hover{
    color:blue;
}



.logoCTA{
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
    z-index: 121;
}

.CV{
    background-image: url(img/icons/direct-download.png);
}

.wha{
    background-image: url(img/icons/whatsapp.png);
}

.correo{
    background-image: url(img/icons/email.png);
}

.rightLanding{
    width: 500px;
    height: 500px;
    background-image: url(img/ocejo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 1000px;
    border: solid 4px #2bff0069;
    margin-left: 40px;
    opacity: 0;
    transform: translateY(10px);
}

/* == media == */
@media (max-width:1100px) {
    .leftLanding{
        width: 450px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .mainTitle{
        font-size: 30px;
    }

    .rightLanding{
        width: 400px;
        height: 400px;
    }

    .CTAcont{
        flex-direction: column;
        width: 300px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .CTALanding{
        font-size: 16px;
        margin-right: 0;
        margin-top: 12px;
        padding: 12px 40px;
    }

    .logoCTA{
        width: 20px;
        height: 20px;
    }
}


@media (max-width:940px) {
    .infoLanding{
        flex-direction: column-reverse;
    }
    .leftLanding{
        width: 600px;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 10px;
    }

    .mainTitle{
        font-size: 30px;
    }

    .rightLanding{
        width: 300px;
        height: 300px;
        margin-left: 0;
    }

    .CTAcont{
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .CTALanding{
        font-size: 16px;
        margin-right: 12px;
        margin-top: 0;
        padding: 12px 40px;
    }

}


@media (max-width:640px) {
    .infoLanding{
        flex-direction: column-reverse;
    }
    .leftLanding{
        width: 300px;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .mainTitle{
        font-size: 24px;
    }

    .mainSub{
        font-size: 13px;
    }

    .rightLanding{
        width: 240px;
        height: 240px;
    }

    .CTAcont{
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .CTALanding{
        font-size: 16px;
        margin-right: 0;
        margin-top: 12px;
        padding: 12px 40px;
    }

}

/* == about */

.about{
    width: 100%;
    height: auto;
    padding: 100px 0 100px 100px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: white;
    position: relative;
    margin-bottom: 40px;
}

.abtTitle{
    font-family: var(--any);
    font-size: 50px;
    z-index: 3;
}

.abtP{
    font-size: 16px;
    font-family: var(--mon);
    width: 800px;
    margin: 15px 0;
    z-index: 3;
}

@media (max-width:1100px) {
    .abtP{
        width: 600px;
    }
}

@media (max-width:830px) {
    .about{
        justify-content: center;
        align-items: center;
        padding: 100px 0 100px 0;
    }


    .abtP{
        width: 500px;
    }

    .abtTitle{
        width: 500px;
    }
}

@media (max-width:640px) {
    .about{
        justify-content: center;
        align-items: center;
        padding: 100px 0 100px 0;
    }


    .abtP{
        width: 280px;
        font-size: 13px;
    }

    .abtTitle{
        width: 280px;
        font-size: 32px;
    }
}

.imgServ{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    opacity: 40%;
    background-size: cover;
    background-position: center;
    background-image: url(img/8.jpg);
    z-index: 2;
}

/* == services == */

/* == service */

.service{
    width: 100%;
    height: auto;
    padding: 150px 0 150px 100px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: black;
    position: relative;
    margin-bottom: 40px;
}

.img{
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    opacity: 40%;
    background-size: cover;
    background-position: center;
}

.iconCont{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green);
    z-index: 6;
    border-radius: 100px;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(30px);
}

.icon{
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.servTitle{
    font-family: var(--any);
    font-size: 50px;
    z-index: 3;
    color: white;
}

.servP{
    font-size: 16px;
    font-family: var(--mon);
    width: 800px;
    margin: 15px 0;
    z-index: 3;
    color: white;
}

@media (max-width:1100px) {
    .servP{
        width: 600px;
    }
}

@media (max-width:830px) {
    .service{
        justify-content: center;
        align-items: center;
        padding: 100px 0 100px 0;
    }


    .servP{
        width: 500px;
    }

    .servTitle{
        width: 500px;
    }
}

@media (max-width:640px) {
    .service{
        justify-content: center;
        align-items: center;
        padding: 100px 0 100px 0;
    }


    .servP{
        width: 280px;
        font-size: 13px;
    }

    .servTitle{
        width: 280px;
        font-size: 32px;
    }
}

/* == contact part == */
.contact{
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.contactTitle {
    font-size: 35px;
    width: 500px;
    text-align: center;
    font-family: var(--any);
}
.type {
    font-weight: bold;
    color: var(--green); /* Cambia el color según tu diseño */
}

.formContainer{
    width: 1000px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: var(--dark);
    height: 100%;
}

.rightForm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: black;
    position: relative;
    height: 100%;
}

.input{
    font-family: var(--mon);
    font-size: 14px;
    padding: 12px 30px;
    background-color: black;
    color: white;
    outline: none;
    margin: 12px 0;
    border: none;
    width: 200px;
}
.input:focus{
    outline: none;
    border:solid 1px var(--green); /* Change border color on focus */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.submit{
    padding: 12px 30px;
    font-family: var(--any);
    background-color: var(--green);
    color: black;
    font-weight: 600;
    cursor:pointer;
}

.rightTitle{
    font-family: var(--any);
    font-size: 24px;
    text-align: center;
    width: 60%;
    color: white;
    z-index: 3;
}

.animeBck{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(img/anime.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 40%;
}

.confirmation-message {
    margin-top: 20px;
    padding: 10px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    text-align: center;
    font-family: var(--mon);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width:1100px) {
    .formContainer{
        width: 800px;
    }
}

@media (max-width:824px) {
    .formContainer{
        width: 500px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 1000px;
    }

    form{
        width: 100%;
        height: 50%;
    }

    .rightForm{
        width: 100%;
        height: 50%;
    }
}

@media (max-width:540px) {
    .formContainer{
        width: 320px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 1000px;
    }

    .contactTitle{
        font-size: 24px;
        width: 300px;
    }

    form{
        width: 100%;
        height: 50%;
    }

    .rightForm{
        width: 100%;
        height: 50%;
    }
    
    .rightTitle{
        font-size: 19px;
    }

    .confirmation-message {
        margin-top: 20px;
        padding: 10px;
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
        border-radius: 4px;
        text-align: center;
        font-family: var(--mon);
        height: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
}

.footer{
    width: 100%;
    height: auto;
    padding:60px 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: var(--dark);
    flex-direction: column;
    color: white;
    justify-content: center;
    align-items: center;
}   

.jose{
    text-align: center;
    font-family: var(--any);
    font-size: 30px;
}

.footPic{
    width: 200px;
    height: 200px;
    background-image: url(img/ocejo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100px;
}

.footP{
    color: white;
    font-family: var(--mon);
    font-size: 14px;
    width: 600px;
    text-align: center;
}

.footNav{
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    justify-content:center;
    align-items: center;
}



.footLink{
    margin: 15px;
    color: white;
    text-decoration: none;
    font-family: var(--mon);
    opacity: 50%;
    position: relative;
    transition: all 400ms ease;
    cursor: pointer;
}

.footLink::after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--green);
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 400ms ease;
    transform: scaleX(0);
    transform-origin: left;
}


.footLink:hover::after{
    transition: all 400ms ease;
    transform: scaleX(1);
    transform-origin: left;
}

.footLink:hover{
    opacity: 100%;
    transition: all 400ms ease;
}

@media (max-width:640px) {
    .footP{
        width: 300px;
    }
}

/* ==
== bakertilly ==
== */
.bakertilly{
    background-color: black;
    color:white;
    padding: 20px 40px;
    z-index: 121;
    font-family: var(--any);
    text-decoration: none;
    transition: all 400ms ease;
}

.bakertilly:hover{
    background-color: white;
    color: black;
    transition: all 400ms ease;
}