*{
    font-family: 'Barlow', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html{
    scroll-behavior: smooth;
}

.bg-videomapping__main{
    background-image: url("../img/videomapping/bg-videomapping-main.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    
    display: flex;
    justify-content: center;
    
    position: relative;
}
.bg-videomapping__main::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: 10;
}

.titleVideoMapping___main{
    width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.titleVideoMapping___main h1{
    color: white;
    font-size: 150px;
    font-weight: 900;
    line-height:1ch;
    margin-right:0;
}
.titleVideoMapping___main h3{
    color: white;
    font-size: 80px;
    font-weight: 500;
}
.titleVideoMapping___main h1, .titleVideoMapping___main h3{
    filter: drop-shadow(1px 5px 5px rgb(92, 92, 92));
}
.bg-videomapping__main .btn-to-desc{
    width: 50px;
    position: absolute;
    bottom: 20px;
    z-index: 20;
    left: 50%;
    transform: translate(-50%, -50%);

}

.bg-videomapping__desc{
    background-image: url("../img/videomapping/bg-second-videomapping.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.bg-videomapping__desc::after{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: 10;
}

.titleVideoMapping___desc{
    z-index: 30;
    width: 1200px;
    height: 100%;
    padding: 0 3.5em;
    margin-left: 3em;
    z-index: 50;
}
.titleVideoMapping___desc h3{
    color:white;
    font-size: 90px;
    font-weight: 900;
    margin-top: 2em;
    width: 60%;
    
}
.titleVideoMapping___desc p{
    color: white;
    margin-top: 2ch;
    font-size: 40px;
    width: 80%;
    width: 100%;
}

.bg-videomapping__desc .arrows-1, .arrows-2{
    
    position: absolute;
    z-index: 30;
}
.bg-videomapping__desc .arrows-1{
    left: 0;
    top: 10%;
    width: 400px;
}
.bg-videomapping__desc .arrows-2{
    right: 0;
    top: 30%;
    width: 800px;
}

.btn-book-videomapping{
    background: linear-gradient(-90deg, rgba(84,200,232,1) 0%, rgba(162,212,94,1) 100%);
    width: 100%;
    height: 200px;
    margin-top: 6em;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.btn-book-videomapping .btn-desc {
    padding-left: 4em;
    padding-top: 2em;
    
}
.btn-book-videomapping .btn-desc h4{
    color: white;
    font-size: 50px;
    margin-bottom: 0.4em;
}
.btn-book-videomapping .btn-desc a{
    text-decoration: none;
    color: white;
    width: 150px;
    padding: 0.5em 1.5em;
    border-radius: 20px;
}
.btn-aqui{
    transition: all 0.4s;
    background-color:rgba(84,200,232,1) ;
}
.btn-aqui:hover{
   opacity: 0.7;
}

.btn-book-videomapping img{
    width: 600px;
    height: 600px;
    margin-top: -15em;
    margin-right: 0;
    padding-right: 0;
}

.bg-videomapping__contact{
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container__contact{
    width: 1200px;
    padding: 5em;
    display: flex;
    flex-direction: column;
    row-gap: 2em;
}
.direction_contact a{
    color: black;
    font-size:20px;
}
.horario_contact p{
    width: 450px;
    font-size:20px;
    color:black;
    display:block;
}





/* M O B I L E  S C R E E N*/

@media (width < 480px) {


    .titleVideoMapping___main{
        width: 320px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .titleVideoMapping___main h1{
        color: white;
        font-size: 80px;
        font-weight: 900;
        line-height: 2ch;
    }
    .titleVideoMapping___main h3{
        color: white;
        font-size: 40px;
        font-weight: 500;
    }


    /*D E S C R I P T I O N   S E C T I O N*/
    .bg-videomapping__desc{
        background-color: black;
        background-image: none;
        height: 800px;
    }
    .titleVideoMapping___desc{
        z-index: 30;
        width: 320px;
        height: 100%;
        padding: 0;
        margin-left: 1em;
        z-index: 50;
    }
    .titleVideoMapping___desc h3{
        color:white;
        font-size: 40px;
        font-weight: 900;
        margin-top: 2em;
        width: 100%;
        
    }
    .titleVideoMapping___desc p{
        color: white;
        margin-top: 2ch;
        font-size: 20px;
        width: 100%;
    }
    
    .bg-videomapping__desc .arrows-1, .arrows-2{
        
        position: absolute;
        z-index: 30;
    }
    .bg-videomapping__desc .arrows-1{
        left: 0;
        top: -25%;
        width: 180px;
    }
    .bg-videomapping__desc .arrows-2{
        right: 0;
        top: 45%;
        width: 300px;
    }


        /*B O O K I N G*/
        .btn-book-videomapping{
            background: linear-gradient(-90deg, rgba(84,200,232,1) 0%, rgba(162,212,94,1) 100%);
            width: 100%;
            height: 200px;
            margin-top: 6em;
            border-radius: 0;
            display: flex;
            justify-content: space-between;
            overflow: hidden;
        }
        .btn-book-videomapping .btn-desc {
            padding-left: 2em;
            padding-top: 1em;
        }
        .btn-book-videomapping .btn-desc h4{
            color: white;
            font-size: 40px;
            margin-bottom: 0.4em;
        }
        .btn-book-videomapping .btn-desc a{
            text-decoration: none;
            color: white;
            
            padding: 0.5em 1.5em;
            border-radius: 20px;
        }
    
    /*C O N T A C T   S E C T I O N*/

    .container__contact{
        width: 320px;
        padding: 0em;
        display: flex;
        flex-direction: column;
        row-gap: 2em;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .direction_contact a{
        color: black;
    }
    .horario_contact p{
        width: 100%;
    }
    
    

    
}