* {
    box-sizing: border-box;
    font-family: 'Bebas Neue', cursive;
    font-weight: 100;
}

h1{
    color: #ff0064;
}

p{
    color:#ffffff;
    font-family: 'Roboto', sans-serif;
    width: 40vh;
}

header {
    overflow:hidden; /* Eliminamos errores de float */
    width: 100%;
	position: fixed; 
    z-index: 100;
    flex-wrap: nowrap;
    align-content: center;
}

.wrapper {
    justify-content: space-between;
    display: flex;
	width:100%;
    padding: 10px;
	max-width:100%;
	overflow:hidden;
    align-items: flex-start;     /*mantiene las cajas del tamño del texto*/
    /*background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(223, 223, 223));*/
    overflow:hidden; /* Eliminamos errores de float */
    text-decoration: none;
    background-color: #fff;
}

.wrapper img {
    padding-top: 4%;
    max-width: 10vh;
    float: right;
    margin: 0 5% 0 5%;
    box-sizing: border-box;
    text-align: right;
    margin-left: 10vh;
}

.header nav {
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	line-height:100px;
}

header nav a {              /* tipografía header*/
	display:inline-block;
	color:black;
	padding:10px 20px;
	text-decoration:none;
	line-height:normal;
	font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

header nav a:hover {
    color: white;
	background: #1e002d;
	border-radius:50px;
    text-decoration: none;
}

/**********************************************************************header nav 2*/
section {   
    padding-top: 75px;
    /*width: 190vh;*/
    height: 100%;
    /*propiedades flex*/
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    position: relative;
}

body{
    margin: 0;
    overflow-y: scroll;
}

.flex-container{
    font-family: 'Bebas Neue', cursive;
	position: fixed;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    position: relative;
}

.flex-container .separator{
    display: flex;
    width: 12px;
    height: 91vh;
    background-color: white;
    position: absolute;
    line-height:100px;        
}

.flex-container .hero-img{
    overflow-y: hidden;
    background-color: #fff;
    object-fit:cover;
    flex: 1;
    display: flex;
    height: 91vh;
    width: 100vh; 
    margin-bottom: 10vh;
    flex-grow:1;
    animation: trasladar 1s 
}

.flex-container .hero-img .img-parallax{
    transform: translate(-50%,0);
    pointer-events: none
}

.flex-container .hero-img2{
    overflow-y: hidden;
    background-color: #fff;
    object-fit:cover;
    flex: 1;
    display: flex;
    height: 91vh;
    width: 100vh;
    margin-bottom: 10vh;    flex-grow:1;
    animation: trasladar2 1s 
}

.flex-container .hero-Logo{
    object-fit:cover;
    flex: 1;
    display: flex;
    height: 50vh;
    width: 50vh;
    top: 40%;
    left: 44%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.flex-container .hero-menu-container{
    border-radius: 2vh;
    justify-content: space-between;
    width: 100vh;
    height: 11vh;
    background-color: white;
    display: flex;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flex-container .hero-menu-container h2{
    margin-top: 3%;
    display: flex;
    padding-left: 10%;
    text-align: center;
    color:#ff0064;
	font-size:300%;
}

.flex-container .hero-menu-container a{
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    margin-right: 10%;
    width: 20%;
    text-align: center;
    color:white;
    text-decoration:none;
    font-size: 5vh;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #00fff2;
    border-radius:50px;
}
    
.flex-container .hero-menu-container a:hover {
    color: white;
    background: #00aca3;
    border-radius:50px;
}


/*--------------------ANIMACIONES-----------------------------*/

@keyframes trasladar {
    0% {
        transform: translateX(-80px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes trasladar2 {
    0% {
        transform: translateX(80px);
    }
    100% {
        transform: translateX(0px);
    }
}

/*--------------------ANIMACIONES-----------------------------*/

section2 {   
    background-color: #1e002d;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-content:flex-start;
    position: relative;
    height: 70vh;
    width: 198vh;
    margin-top: 100px;
}

.flex-containerS2{
    display: flex;
    position: fixed;
    align-items: stretch;
    position: relative;
}

.flex-containerS2Text{
    margin-left: 20vh;
	position: fixed;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    flex-direction: column;
    position: relative;
}

.flex-containerS2Text p{
    font-weight: 400;
    margin-bottom: 10px;
}

.flex-containerS2Text h1{
    font-size: 49px;
    margin-bottom: 1px;
    margin-top: 1px;
}

.flex-containerS2 .purple{
    opacity: 0.5;
    margin-top: 5vh;
    margin-left: 90vh;
    display: flex;
    position: absolute;
    background-color: #1e002d;
    height: 40vh;
    width: 100vh;
    flex: 1;
    z-index: 91;
}

.flex-containerS2 .rigth-imgS2{
    margin-top: 5vh;
    margin-left: 40vh;
    object-fit:cover;
    flex: 1;
    display: flex;
    height: 90vh;
    width: 90vh;
    position: absolute;
    z-index: 90;
}

section3{
    width: 40vh;
    display: flex;
    position: fixed;
    align-items: stretch;
    position: relative;
    margin-bottom: 10vh;
}

section3 .down-imgS2{
    margin-left: 20vh;
    margin-top: 10vh;
    background-color: #fff;
    object-fit:cover;
    flex: 1;
    display: flex;
    height: 70vh;
    width: 40vh;
    border-radius: 50px;
}

section3 .flex-containerS3Text {   
    position: absolute;
    object-fit:contain;
    flex: 1;
    display: flex;
    width: 80vh;
    top: 90%;
}

section3 .flex-containerS3Text p{   
    color: #000;
    margin-left: 20vh;
    margin-top: 13vh;
    font-weight: 500;
    height: 65vh;
    width: 48vh;
}

.carousel {
    margin-left: 115vh;
    margin-top: 40vh;
    background-color: #fff;
    object-fit:cover;
    flex: 1;
    display: flex;
    position: absolute;
    height: 40vh;
    width: 60vh;
}
.carousel-inner {
    object-fit:cover;
    flex: 1;
    display: flex;
    height: 40vh;
    width: 60vh;
    border-radius: 50px;
}

.carouselimgs{
    height: 40vh;
    width: 60vh;
}

.carousel-indicators li{
    box-sizing: content-box !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-indent: -999px !important;
    cursor: pointer !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border-top:none !important;
    border-bottom: none !important; 
    opacity: .5 ;
    transition: opacity .6s ease !important;
    border-radius: 500px !important;
}

section3 .bubble{
    color: white;
    padding-left: 5vh;
    width: 22.5vh;
    height: 8vh;
    margin-left: 80vh;
    margin-top: 40vh;
    text-align: center;
    animation: float 5s ease-in-out infinite;
    background-color:#ff0064;
    border-radius: 11px;
    box-shadow: 5px 6px #8d083b;
    z-index: 90;
    display: flex;
    position: absolute;
}

section3 .bubble h1{
    color: #fff;
    margin-top: 1vh;
    margin-left: 0vh;
    font-size: 60px;
}

section3 .bubbleFoot{
    padding-left: 3vh;    
    margin-left: 95vh;
    margin-top: 49vh;
    transform: translatey(0px);
    animation: float2 5s ease-in-out infinite;
    content: ".";
    width: 60px;
    height: 15px;
    border-radius: 11px;
    background-color: #ff0064;
    position: absolute;
    box-shadow: 4px 5px #8d083b;
    z-index: -2;
}

section3 .bubbleFoot2{
    padding-left: 2vh;    
    margin-left: 98vh;
    margin-top: 52vh;
    transform: translatey(0px);
    animation: float2 5s ease-in-out infinite;
    width: 1px;
    height: 10px;
    border-radius: 5px;
    background-color: #ff0064;
    position: absolute;
    box-shadow: 2px 4px #8d083b;
    z-index: -2;
}

@keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-20px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  
  @keyframes float2 {
    0% {
      line-height: 30px;
      transform: translatey(0px);
    }
    55% {
      transform: translatey(-20px);
    }
    60% {
      line-height: 10px;
    }
    100% {
      line-height: 30px;
      transform: translatey(0px);
    }
  }

section4{
    margin-top: 20vh;
    width: 198vh;
    height: 60vh;
    display: flex;
    align-items: stretch;
    position: relative;
    margin-bottom: 15vh;
}

section4 h1{
    font-size: 50px !important;
}

section4 .SkyFooter{
    width: 198vh;
    height: 60vh;
    object-fit:cover;
    margin-bottom: 20vh;
}

section4 .flex-containerS4Text{
    margin-top: 13vh;
    margin-left: 30vh;
    flex-direction: column;
    position: absolute;
    margin-bottom: 100px;
}

section4 ul li{
    font-size: 2vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    width: 48vh;
}

section5{
    width: 198vh;
    height: 60vh;
    display: flex;
    align-items: inherit;
    position: relative;
    margin-bottom: 3vh;
}

.contact-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 400px;
    flex:1;
    text-align: center;
    padding: 5vh 15vh ;
    padding-bottom: 0vh;
}

section5 h1{
    z-index: 60;
    position: absolute;
}

.paintedGirl{
    width: 198vh;
    height: 63vh;
    object-fit:cover;
    filter: brightness(70%);
}

.form-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap; /*para cuando se haga responsivo se pueda deslizar*/
    justify-content: center;
    background: #1e002d;
    margin: 50px 75vh;
    flex-direction: column;
    position: absolute;
    border-radius: 1vh;   
}

.form{
    min-width: 400px;
    flex:1;
    text-align: center;
    padding: 30px;
    order: 5;
}

input::placeholder{
    color: rgb(136, 136, 136);
}

.form__input::placeholder{
    color: rgb(136, 136, 136);
}
.form__input{
    color: #fff;
    width: 95%;
    padding: 7px;
    margin: 6px 0;
    border: none;
    border-bottom: 3px solid rgb(97, 97, 97);
    background: transparent;
}

.form__input:focus{
    background: linear-gradient(to bottom, transparent, #54007e);
    outline: none;
    border-bottom: 3px solid #00fff2;
}

.form textarea{
    min-height: 170px;
    resize: none;
}

.form input[type="submit"]{
    color: #fff;
    background-color: #ff0064;
    border-bottom: none;
    padding: 12px;
    border-radius: 50px;
    font-size: 3vh;
}

.form input[type="submit"]:hover {
    background-color: #d40055;
    border-bottom: none;
    padding: 12px;
}

.form input[type="submit"]:focus {
    background: #ff0064;
}

.form input[type="submit"]:active {
    background: linear-gradient(to bottom, #ff0064, #d40055);
}


@media screen and (max-width: 375px){
   .content{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .flex-container .hero-menu-container h2{
        margin-top: 15px;
        font-size: 30px;
    }

    section2 .flex-containerS2 .flex-containerS2Text p{
        font-size: 11px;
    }

   section3 .bubble h1{
        font-size: 40px;
   }

   section3 .bubbleFoot{
        padding-left: 3vh;    
        margin-left: 92vh;
        width: 60px;
        height: 15px;
   }

   section3 .flex-containerS3Text{
    width: 90vh;
   }

   section3 .flex-containerS3Text p {

    width: 100vh;
    margin-top: 12vh;

   }

   section4 .flex-containerS4Text {
    margin-top: 4vh;
   }

   .paintedGirl{
    height: 90vh;
    }

    section5 h1{
        padding-left: 30px;
        font-size: 40px;
    }
    
    .form-container{
        display: flex;
        align-items: center;
        flex-wrap: wrap; /*para cuando se haga responsivo se pueda deslizar*/
        justify-content: center;
        background: #1e002d;
        margin: 50px 75vh;
        flex-direction: column;
        position: absolute;
        border-radius: 1vh;   
    }
}
/*--------------------FOOOTER-----------------------------*/

section6{
    background-color: #00fff2;
    font-size: 50px;
    width: 198vh;
    height: 10vh;
    display: flex;
    align-items: stretch;
    position: relative;
    margin-bottom: 1vh;
}
.flex-containerS6Text{

    width: 198vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.flex-containerS6Text div{
    text-align: center;
}

section6 a{
    color: #fff;
}

footer {
    font-family:'Bebas Neue', cursive;
    text-align: center;
    padding: 3px;
    background-color: rgb(255, 255, 255);
    color: black;
}

footer p{
    color:#fff ;
    margin-left: 75vh;
}

footer a{
    color: crimson;
}