@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/segoe-ui.ttf') format('truetype');
}

body {
  font-family: 'Segoe UI', sans-serif;
}
/* -- HEADER --*/
.navbar-principal {
    margin-bottom: 0;
    background: #fff;
}

.logoPrincipal {
    height: 100%;
}

.jumbotron {
    margin-top: 100px;
    background: #FFFFFF;
    color: #000;
    padding: 0px 0;
}

.div-video {
    padding: 5px;
}

.jumbotron .container img {
    width: 100%;
}

/*-- POST --*/
.main {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
}

    .post .post-title a {
        color: #333;
    }

    .post .thumb {
        margin-right: 10px;
        width: 40%;
    }

        .post .thumb img {
            width: 100%;
        }

    .post .contenedor-botones {
        width: 100%;
    }

.spanImportante {
    color: #fff;
}

.footerWeb {
    background: #428BCA;
    color: #fff;
}

.link-footer-web {
    color: #fff;
    border-bottom: 1px solid #999;
    display: inline-block;
    padding: 2px 5px; /* Reduce aún más el tamaño del área táctil */
    margin: 1px 0; /* Reduce la separación entre los enlaces */
    text-decoration: none; /* Elimina subrayado para un aspecto más limpio */
    background-color: #428BCA; /* Fondo para mejorar la visibilidad del área táctil */
    border-radius: 3px; /* Bordes redondeados para una mejor apariencia */
    font-size: 0.9em; /* Disminuye un poco el tamaño de la fuente */
}

.link-footer-web:hover {
    background-color: #3071a9; /* Color de fondo al pasar el ratón */
}
.frameVideo {
    width: 560px;
    height: 315px;
}

.price {
    box-sizing: border-box;
    padding: 20px;
    margin: 10px;
    border: 1px solid #f2f2f2;
}

.price-amount {
    font-size: 1.4em;
}

.li-product {
    border-top: 1px solid #f2f2f2;
    padding: 10px;
}

.borderless{
    border: none;
}

.li.borderless {
    border-top: 0 none;
}

/*-- Media Querie --*/
@media screen and (max-width: 768px) {
    .post .thumb {
        margin-bottom: 20px;
        margin-right: 0px;
        width: 100%;
    }

    @media screen and (max-width: 768px) {
        .frameVideo {
            width: 100%;
        }
    }
