/*@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

@import url(https://fonts.googleapis.com/css?family=Helvetica);



#inferior{
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	right: 15px; /* Establecemos la barra en la izquierda */
	bottom: 15px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
	float:right;
	padding:5px;
}



html, body {
    height: 100%;
	font-family: 'Helvetica', sans-serif;
	font-size: 1em;
}
ul { margin:0; padding:0; }
li { margin:0; padding:0; list-style:none; }

.h2 {
	padding:1em 0;
	font-family:'Helvetica';
	font-size:18px;
	color:#006D99;
	text-transform:uppercase;
}
h2, h3, h4 {
	font-family:'Helvetica';
	color:#006D99;
	text-transform:uppercase;
}


.tab-home{
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
	background-color:#EE3524;
	color:#FFF;
	font-weight:bold;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 15px 0.5em;
	border-bottom-left-radius: 15px 0.5em; 
}

.menu_top{
	font-family: 'Helvetica';
}
.menu_top li{
	display:inline;
	border-left:1px solid #00889D;
}
.menu_top li:first-child{
	border:none;
}
.menu_top li a{
	font-size:0.975em;
	color:#9C9C9C;
	padding:0 10px;
	font-family: 'Helvetica';
	text-decoration:none;
}
.menu_top li a:hover{
	color:#95B313;
}



.menu_top_Icon{
	font-family: 'Helvetica';
}
.menu_top_Icon li{
	display:inline;
}
.menu_top_Icon li a{
	font-size:1em;
	color:#FFF;
	padding:0 5px;
	font-family: 'Helvetica';
	text-decoration:none;
}
.menu_top_Icon li a:hover{
	color:#95B313;
}



.box {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
    border: 1px solid #000;
    color: #999;
    padding: 1rem 1rem;
    font-size: 1rem;
    border: none !important;
    min-width: 175px;
}

body {
    font-family: "Helvetica", sans-serif;
    font-size: 0.9em;
}

.__slide-image {
    background-position: center;
}

.__slide-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.nav-link {
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    border-bottom: 2px solid #fff;
    font-size: 1em !important;
}

.nav-link:hover {
    color: #00adf1 !important;
    border-bottom: 2px solid #00adf1;
    transition: 0.2s ease-in-out;
}

.nav-link:focus,
.nav-item>.active {
    color: #f6961e !important;
    transition: 0.6s ease-in-out;
}

.navbar-link-2 {
    color: #ec7404 !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.ofertas {
    position: relative;
    height: 100%;
}

.ofertas {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 70%;
    height: 100%;
}

.background_video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    filter: brightness(0.8);
}

.height_80 {
    min-height: 60vh;
}

.title_home {
    font-weight: bolder;
    color: #fff;
}

.subtitle_home {
    font-weight: 300;
    color: #fff;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin: 3em 0;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add-carrito {
    font-size: 0.7em;
    font-weight: 600;
    background: #ec7404;
    color: #fff;
}

.title_ofertas_1 {
    font-family: "Helvetica", sans-serif;
    color: #fff;
    font-size: 1.8rem;
}

.title_ofertas_2 {
    font-family: "Helvetica", sans-serif;
    color: #ec7404;
    font-size: 1.8rem;
}

.title_ofertas_3 {
    font-weight: 700;
    font-size: 1.8rem;
}

.card {
    position: relative;
}

.card .card-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 10px;
    background: #7f1619;
    color: white;
    transform: rotate(-20deg);
}

.items-medios {
    border-radius: 6px;
    cursor: pointer;
}

.items-medios:hover {
    transform: scale(1.02);
    transition: 0.2s;
}

.title-medios {
    color: #fff;
    font-weight: 500;
    font-size: 1.2em;
}

.btn-carrito {
    background: #90B529;
    color: #fff;
    font-weight: 500;
}

.btn-dark {
    border-radius: 0 !important;
    border: 0 !important;
    background: #111 !important;
}

.btn_cat:hover {
    transform: scale(1.02);
    transition: 0.4s;
}

.btn-carrito:hover {
    transition: 0.3s;
    background: #A5D033;
    color: #FFFFFF;
    font-weight: 500;
}

.title-destacados {
    font-weight: 500;
    font-size: 1.5em;
    color: #666;
}

.title-destacados-sm {
    font-weight: 500;
    font-size: 0.6em;
    color: #ec7404;
}

.title-destacados-sm:focus,
.title-destacados-sm:hover {
    text-decoration: none !important;
    color: #ec7404 !important;
}

.title-articulos {
    font-weight: 500;
    font-size: 1.2em;
    color: #666;
}

#menu {
    background: #fff !important;
}

/*
.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	background:rgba(0,0,0,.70);
	transition: all 300ms ease-in-out;
}
*/

.Price {
    font-size: 1.4em;
    color: #fb9519;
}

.Price-carrito {
    font-size: 2.5em;
    color: #00adf1;
    font-weight: 400;
}


/*=======================================================================================================================================*/


/*=======================================================================================================================================*/


/*=======================================================================================================================================*/

.img-navbrand {
    width: 10rem;
}

.text_nav_top {
    color: #eee;
    font-weight: 500;
    font-size: 1.1em;
    padding: 0.4em 0;
}

.text_nav_top a {
    color: #eee;
    font-weight: 500;
    font-size: 1em;
}

.btn-contacto {
    background: #ebebeb;
    border-radius: 5px;
}

.btn-contacto {
    background: #00adf1;
    border-radius: 5px;
    color: #fff !important;
}

.btn-contacto:hover,
.btn-contacto:active,
.btn-contacto:focus {
    color: #f7c387 !important;
}

.text-slide {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px 20px 5px 20px;
    color: #999;
    padding: 0.25em;
}

.btn-wp {
    display: block;
    width: 4em;
    height: 80px;
    color: #fff;
    position: fixed;
    right: 35px;
    bottom: 30px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.bg-footer {
    background: #000;
}

.list-bottom li {
    color: #999;
    list-style: none;
    margin-bottom: 0.4em;
}

.item-bottom a,
.item-bottom {
    color: #999;
    list-style: none;
    text-decoration: none;
    font-size: 1em;
}

.item-bottom a:hover,
.list-bottom li:hover {
    color: #fff;
}

.title-footer {
    font-size: 1.1em;
    color: #fff;
    font-weight: 200;
    letter-spacing: 2px;
}

.item-collapse a {
    text-decoration: none;
    color: #ec7404;
    font-weight: 500;
    padding-top: 10px;
}

.item-collapse a:focus {
    color: #F4BD93;
}

.card-collapse {
    border: none;
}

.caja-prod {
    min-height: 480px;
}

.carousel-w {
    background: #fff;
    width: 70%;
}

@media (max-width: 1590px) {
    .caja-prod {
        min-height: 420px;
    }
}

@media (max-width: 1295px) {
    .caja-prod {
        min-height: 390px;
    }
}

@media (max-width: 950px) {
    .masthead-heading h1 span {
        font-size: 0.8em;
    }

    .swiper-container {
        width: 90%;
    }

    .carousel-w {
        width: 90%;
    }
}

@media (max-width: 600px) {
    .title_ofertas_3 {
        font-size: 1.4rem;
    }

    .img-prod {
        height: 480px;
    }

    .masthead-heading h1 span {
        font-size: 0.75em;
    }
}

@media (max-width: 400px) {
    .title_ofertas_3 {
        font-size: 1.1rem;
    }
}

.table {
    font-size: 0.778em;
}

.table tbody tr>td.Tarifas_Titulo {
    background-color: #CFE7FF !important;
    color: #000;
    font-weight: bold;
}

.table tbody tr>td.Tarifas_TituloCOR {
    background-color: #77A433 !important;
    color: #FFF;
    font-weight: bold;
}

.table tbody tr>td.Tarifas_Alert {
    background-color: #8F8F8F !important;
    color: #FFF;
}

.table tbody tr>td.Tarifas_Paquete {
    color: #F00;
    font-weight: bold;
}

.table tbody tr>td.Tarifas_NocheAdic {
    color: #000;
    font-weight: normal;
}

.card {
    border: none;
}

.card-header {
    background: #eee;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-radius: 20px !important;
}

.card-body {
    background: #e8e8e8;
    border-radius: 20px 20px 0 0 !important;
}

.rotate1,
.rotate2,
.rotate3,
.rotate4,
.rotate5 {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.links-navbar {
    text-transform: uppercase;
    list-style: none;
    text-decoration: none;
    font-size: 0.9em;
}

.links-navbar:hover {
    transition: all 0.2s linear;
    color: #999 !important;
    list-style: none;
    text-decoration: none;
}

.btn-secondary {
    color: #333;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.btn-secondary:hover {
    color: #333;
}