*{
border: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}

.topbar-section {
    height: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    background-color: #0190DD;
    color: white;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
}

.topbar-section a {
    text-decoration: none;
    color: #ffffff;
}

header {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.logo img {
    width: 100px;
    height: auto;
}

.navbar ul {
    list-style-type: none;
    display: flex;
    gap: 20px;
}

.navbar li {
    margin: 0;
    padding: 0;
}

.navbar a {
    text-decoration: none;
    color: #E6007D;
    font-weight: bold;
}

.video-section {
    position: relative;
    overflow: hidden;
}

.background-video {
    width: 100%;
    height: auto;
    filter: blur(5px);
}

.video-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}

.video-content {
    text-align: center;
    color: white;
}

.video-desc{
    font-size: 2.3em;
}

.video-big{
    font-size: 5em;
    font-weight: bold;
}


.espacio {
    height: 10vh;
    background-color: transparent;
}

.dos-secciones {
    background-color: #e7e7e7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4em;
    padding: 10em;
}

.izquierda-section,
.derecha-section {
    background-color: #ffffff;
    height: 100vh;
    flex: 1;
    box-shadow: 5px 5px 10px 2px rgba(0,0,0,.1);
}

.izquierda-section{
    padding: 4em;
}

.grande-parrafo {
    font-size: 3.0em;
    color: #0190DD;
}

.pequeño-parrafo {
    padding-top: 1em;
    font-size: 1.5em;
    font-weight: 100;
    color: #7a7a7a;
}

.bullet-list {
    font-size: 2.0em;
    list-style-type: none;
    padding-top: 40px;
    padding-inline-start: 0px;
}

.bullet-list li {
    color: #7a7a7a;
    padding-bottom: 1em;
}

.izquierda-section img{
    padding-top: 40px;
    width: 15em;
}

.derecha-section img {
    width: 100%;
    height: 100%;
}

.masvendidos-section {
    text-align: center;
    padding: 15em 10em;
}

.grande-text {
    font-size: 3em;
    padding-bottom: 1.2em;
}

.mediano-text {
    font-size: 2.5em;
    color: gray;
    margin: 0;
}

.parrafo-gris {
    font-size: 1.8em;
    color: gray;
}

.cotizar-imagen {
    text-align: center;
    padding-top: 2em;
}

.cotizae-imagen img {
    width: 15em;
    height: auto;
    display: block;
    margin: 0 auto;
}

.horizontal-imagenes {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4em;
    gap: 10px;
}

.horizontal-imagenes img {
    max-width: 70%;
    height: auto;
}

.info-section {
    background-color: #0190DD;
    padding: 20px;
    text-align: center;
    font-size: large;
}

.info-section a {
    text-decoration: none;
    color: #ffffff;
}

.info-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.info-lista {
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
}

.info-lista i {
    font-size: 1em;
    margin-bottom: 10px;
}

.info-lista i span{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding-left: 10px;
}













































@media only screen and (min-with: 1px) and (max-width: 780px) {

    .btn_movil{
        display: none;
    }
}