*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    
}

body{
    text-align: center;
    font-family: sans-serif ;
}

.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background-color: rgba(5, 19, 149, 0.8);
    position: fixed;
    width: 100%;
    z-index:100;
}

.navbar{
    display: flex;
    margin-right: 10px;


}

.logo{
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.logobold{
    font-weight: 700;
}

.logo a{
    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px;
}

.navbar a {
    display: block;
    padding: 20px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;    

}

.navbar a:hover{
    background: #0a89d8;

}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    background: url('imagenes y logos/Full_Illustration.png') no-repeat center;
    background-size: 100% 100%  ;

}

.title{
    margin-bottom: 40 px;   
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f7f1f1
}

p{
    margin-bottom: 40px;
    font-size: 18px;
    color: #fff;
    padding: 0 100px;

}


.btn{
    display: inline-block;
    margin-top: 30px;
    padding: 10px 40px;
    border: 2px solid #e91e63;
    color: #fff;
    text-decoration: none;
    background-color: #e91e63;
    height: 20%;

}

.btn:hover {
    background-color: none;


}

.content{
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.sau{
    padding: 50px 0;
    background-color: #000308d6;

}

.box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
}

.box-container .box{
    display: grid;
    height: 400px;
    width: 270px;
    background: #4b4c58; 
    text-align: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    margin: 58px;
}

.box-container .box .i{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 10px 0;

}

.box-container .box h3{
    font-size: 20px;
    color:#e91e63;

}

.box-container .box p{
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    color:#ffffff;
    justify-content: center;
    display: flex;          /* para organizar varios .box en fila */

}

.price{
    background: url("Crop_Heisenbergpng.png") no-repeat center;
    background-size: 100% 100%;
    height: 70vh;
    background-attachment: fixed;
    text-align: center;

}   

.about {
    background: #00050cd6;
    padding: 50px 0;
    height: 80vh;

}

.box-container2{
    display: flex;
    justify-content: center;
    padding-top:50px;
    gap: 20px;
    flex-wrap: wrap;
}

.box-container2 .box{
    width: 50px 0;
    padding-bottom: 20px;
    text-align: center;
    margin: 20px 20px;
    
}

.box-container2 .box img{
    object-fit: cover;
    border-radius: 50%;
    margin-top: -50px;
    border: 6px solid #e91e63
}

.box-container2 .box h3{
    font-size: 20px;
    color: #e91e63;
    padding-top: 10px;

}


.box-container2 .box p{

    font-size: 18px;
    color:#ffffff;
    padding: 0;
    display: flex;          /* para organizar varios .box en fila */
    flex-wrap: wrap;        /* si no caben, saltan a la siguiente línea */
    gap: 20px;              /* espacio entre bloques */
    justify-content: center;
}




.contact{
    padding: 50px 0;
    background: #1010107f;
    height: 20vh;

}

.footer-secion{
    display: flex;

}

.f-enlaces{
    display: flex;
    flex-direction: column;
    margin: 0 100px;

}

.f-enlaces a{
    color:#fff;
    text-decoration: none;
    margin-top: 20px;

}

.neon {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    font: normal 60px/normal "Warnes", Helvetica, sans-serif;
    color: rgba(255,255,255,1);
    text-decoration: normal;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: pre;
    text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ff00de , 0 0 70px #ff00de , 0 0 80px #ff00de , 0 0 100px #ff00de ;
    -webkit-transition: al  l 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  #contenido_header{
    font-size: 20px;
    color: #151515;
    padding: 0 200px;
    margin-bottom: 40px;

  }
  
.neon:hover {
    text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #00ffff , 0 0 70px #00ffff , 0 0 80px #00ffff , 0 0 100px #00ffff ;
}

@media(max-width: 768px){
    p{
        padding: 0 40px;
    
    }

    .title{
        margin-top: 0px;
        font-size: 40px;
       
    }

    .sau{
        height: 150vh;
        padding: 50px 0;
    }

    .about{
        height: 160vh;
        padding: 50px 0;

    }

    .footer-section{
        display: flex;
        flex-direction: column;

    }

    .f-enlaces{
        display: none;

    }
    
    .navbar{
        display: none;

    }

}

