body {
	font-family: 'Titillium Web', sans-serif;
  	padding-top: 207px;
}
footer{
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	background: url(../img/inicio/bg-footer.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
footer h2{
	margin-bottom: 1.5rem;
	font-size: 18px;
	font-weight: 600;
}
footer a{
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer .sociles-footer a{
	margin: 0 7px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer .sociles-footer a:hover{
	color: #ef8f04;
}
footer .p-max{
	margin: auto;
	max-width: 480px;
}
footer .numero-footer{
	font-size: 16px;
	font-weight: 400;
}
footer a:hover,
footer .active{
	text-decoration: none;
	color: #ef8f04;
}
footer .down-footer{
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #000;
}
footer .down-footer p{
	margin-bottom: 15px;
}
footer .down-footer p b,
footer .down-footer p a{
	font-weight: 200;
	color: #ef8f04;
}
footer .down-footer .desarrollado{
	text-align: right;
}
.alto-antes{
	height: 38px;
    padding-top: 0;
}
.oferta {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
    background-color: #db274a;
    position: absolute;
        top: 34px;
    right: -7px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.oferta .tri {
    position: absolute;
    opacity: 1;
    width: 0;
    height: 0;
    right: 0;
}
.oferta .triangulo1 {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
    top: 0px;
    left: -26px;
    border-left: 27px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 27px solid #db274a;
}
.oferta .triangulo2 {
	box-shadow: 3px 0px 3px rgba(0,0,0,0.3);
    top: 0;
    left: 109px;
    border-left: 27px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 27px solid #db274a;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.oferta p {
    margin: 0 auto;
    width: 110px;
    padding: 1px 0px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
    z-index: 1;
    display: block;
    position: relative;
    background-color: #db274a;
}
.oferta .triangulo3 {
    top: 27px;
    left: -26px;
    border-left: 7px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 7px solid rgb(0, 30, 63);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.oferta .triangulo4 {
    top: 27px;
    left: 129px;
    border-left: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid rgb(0, 30, 63);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.btn-face {
    padding: 8px 25px;
    margin-top: .5rem;
    background-color: #3B599A;
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 200!important;
    border-radius: 25px!important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.olvido{
	font-size: 16px;
	font-weight: 200;
	color: #ef8f09!important;

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.olvido:hover{
	text-decoration: underline!important;
	color: #ef8f09;
}
.modal-content {
    border-radius: 25px;
    overflow: hidden;
}
button.close {
	text-align: center;
	border-radius: 50%;
	width: 40px;
	margin: 0!important;
	height: 40px;
    padding: 0!important;
    background-color: #ef8f04;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0;
    color: #fff;
    text-shadow: 0 0 0 #fff;
    opacity: 1;
}
.modal-body{
	background: url(../img/inicio/bg-footer.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  	width: 100%;
  	border-radius: 5px;
    line-height: 16px;
    font-size: 16px;
    float: left;
    display: block;
    padding: 12px 15px;
    margin: 0;
    border: 1px solid #ccc;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 49px;
}

.quantity-button {
	background-color: #ef8f04;
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 25px;
	text-align: center;
	color: #fff;
	font-size: 18px;
    line-height: 18px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  padding-top: 3px;
  top: 0;
}
.quantity-button.quantity-down {
  position: absolute;
  padding-top: 3px;
  bottom: -1px;
  height: 50%;
}
.custom-select,
.form-contacto{
	color: #666;
	font-size: 16px;
	font-weight: 300;
	border-radius: 25px!important;
}
.mensaje{
	height: 200px!important;
}
.form-control:focus {
    color: #2c2643;
    background-color: #fff;
    border-color: #ef8f04;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(239, 143, 4);
}
.btn{
	font-size: 16px;
	font-weight: 300;
	border-radius: 25px;
}
.cont-info-pane {
	padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 25px;
}
.subtitulo {
	font-size: 16px;
    color: #ef8f04;
    font-weight: 600;
}
.subtitulo-dos {
	font-size: 21px;
	margin: 0;
    color: #ef8f04;
    font-weight: 400;
}
.titulo{
	color: #2c2643;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 1rem;
}
.titulo b{
	color: #ef8f04;
	font-weight: 600;
}
.numero{
	margin-right: 1px;
    background-color: #ef8f04;
    color: #fff;
    font-size: 14px;
    font-weight: 200;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.numero:hover{
    background-color: #d88104;
    color: #fff;
}
.numero.active{
	background-color: #2c2643!important;
}
.texto-gris{
	font-size: 14px;
	font-weight: 300;
	color: #666;
}
.texto-gris b{
	color: #dc3545;
}
.texto-dos{
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}
.texto-gris-dos{
	font-size: 16px;
	font-weight: 300;
	color: #666;
}
.texto-gris-dos b{
	font-size: 18px;
	font-weight: 600;
	color: #2c2643;
}
.texto-gris-dos a{
	color: #ef8f04;
	font-weight: 400;
}
.dropdown-menu {
    background-color: #2c2643;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 25px;
    overflow: hidden;
}
.dropdown-item {
    font-weight: 200;
    color: #fff;
    background-color: #2c2643;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dropdown-item:hover {
	color: #ca7d12;
    background-color: #241f38;
}
.owl-carousel .owl-stage-outer{
	border-radius: 25px!important;
}
.carousel,
.carousel:focus,
.carousel:active,
.carousel:focus-within,
.carousel:hover,
.carousel:visited{
	overflow: hidden!important;
	border-radius: 25px!important;
}
.carousel-inner,
.carousel-inner:focus,
.carousel-inner:active,
.carousel-inner:focus-within,
.carousel-inner:hover,
.carousel-inner:visited{
	border-radius: 25px!important;
}
.carousel-inner{
	border-radius: 25px;
}
.carousel-item {
	overflow: hidden;
  	height: 480px;
  	background: no-repeat center center scroll;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.banner-secciones{
	height: 280px;
}
.lateral-ofertas {
	height: 500px!important;
}
.down-secciones {
	height: 300px!important;
}
.banner-lateral{
	height: 225px;
}
.carousel-item .descuento-slide{
	position: absolute;
	padding-top: 7px;
	top: 18px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	width: 70px;
	left: 18px;
	background-color: #ef8f04;
	color: #fff;
	box-shadow: 0 0 5px rgba(44, 38, 67, 0.50);
}
.carousel-item .descuento-slide p{
	font-size: 16px;
	font-weight: 200;
	margin-bottom: -8px;
}
.carousel-item .descuento-slide h4{
	font-size: 28px;
	font-weight: 600;
	margin: 0;
}
.carousel-item .carousel-caption{
	padding-top: 85px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(44,38,67,0);
background: -webkit-linear-gradient(rgba(44,38,67,0) 0%, rgba(46,42,68,1) 76%, rgba(46,43,68,1) 100%);
background: -o-linear-gradient(rgba(44,38,67,0) 0%, rgba(46,42,68,1) 76%, rgba(46,43,68,1) 100%);
background: linear-gradient(rgba(44,38,67,0) 0%, rgba(46,42,68,1) 76%, rgba(46,43,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2643', endColorstr='#2e2b44', GradientType=0 );
}
.carousel-item .carousel-caption .info-slide h3{
	font-size: 20px;
	margin: 0;
	font-weight: 600;
	color: #ef8f04;
}
.carousel-item .carousel-caption .info-slide .valor-slide{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 -5px 0;
}
.carousel-item .carousel-caption .info-slide .valor-slide small{
	font-size: 12px;
}
.carousel-item .carousel-caption .info-slide .valor-antes-slide{
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.carousel-item .carousel-caption .btn-slide,
.btn-slide{
	padding: 8px 25px;
	margin-top: .5rem;
	background-color: #ef8f04;
	color: #fff!important;
	font-size: 14px;
	font-weight: 200;
	border-radius: 25px!important;

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-slide-modal {
    padding: 8px 15px;
}
.btn-slide-modal:hover{
	background-color: #2c2643!important;
	text-decoration: none;
}
.carousel-item .carousel-caption .btn-slide i,
.btn-slide i{
	font-size: 18px;
	line-height: 18px;
	margin-right: 5px;
}
.carousel-item .carousel-caption .btn-slide:hover,
.btn-slide:hover{
	color: #fff;
	background-color: #d88104;
}
.btn-slide.active{
	color: #fff;
	background-color: #2c2643!important
}
.carousel-indicators {
    position: absolute;
    right: 15px!important;
    bottom: 0;
    left: inherit;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
	margin-right: 0%;
    list-style: none;
}
.carousel-indicators li {
	margin-top: 1px!important;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
	border: 1px solid #ef8f04;
    opacity: 1;
}
.carousel-indicators .active {
	margin-top: 0!important;
    width: 15px;
    height: 15px;
    background-color: #ef8f04;
	border: 1px solid rgba(0,0,0,0);
}

.owl-nav {
    display: block!important;
    left: 0;
    /* z-index: 9999!important; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.owl-nav button {
    color: #fff!important;
    background-color: #ef8f04!important;
    height: 25px!important;
    width: 25px!important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.owl-nav button span{
	font-size: 28px!important;
	font-weight: 300;
	line-height: 20px;
}
.owl-nav button:focus {
    outline: none;
}
.owl-nav .owl-prev {
    border-radius: 15px;
    float: left;
    margin-left: 3px;
}
.owl-nav .owl-next {
    border-radius: 15px;
    float: right;
    margin-right: 3px;
}
.owl-nav button:hover {
    background-color: #2c2643!important;
    font-size: 18px!important;
    color: #fff!important;
}
.card-carousel{
	overflow: hidden;
	border-radius: 25px;
}
.card-carousel figure{
	position: relative;
}
.card-carousel figure .degradado-owl{
	position: absolute;
	width: 100%;
	height: 45px;
	bottom: 0;
	left: 0;
	right: 0;
	
	background: rgba(44,38,67,0);
background: -webkit-linear-gradient(rgba(44,38,67,0) 0%, rgba(46,42,68,1) 88%, rgba(46,43,68,1) 100%);
background: -o-linear-gradient(rgba(44,38,67,0) 0%, rgba(46,42,68,1) 88%, rgba(46,43,68,1) 100%);
background: linear-gradient(rgba(44,38,67,0) 0%, rgba(46,42,68,1) 88%, rgba(46,43,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2643', endColorstr='#2e2b44', GradientType=0 );
}
.card-carousel .card-body{
	padding: 0 15px 15px 15px;
	background-color: rgba(46,43,68,1);
	color: #fff;
}
.card-carousel .card-body h3 {
    font-size: 17px;
    height: 45px;
    margin: 0;
    font-weight: 400;
    color: #ef8f04;
}
.card-carousel .card-body .valor-slide{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 -5px 0;
}
.card-carousel .card-body .siete-slide{
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	margin: -5px 0 0 0;
}
.card-carousel .card-body .valor-slide small{
	font-size: 12px;
}
.card-carousel .card-body .valor-antes-slide{
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}
.card-carousel .card-body .btn-slide{
	padding: 8px 5px;
	text-align: center;
	width: 94%;
	margin-top: .5rem;
	background-color: #ef8f04;
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	border-radius: 25px;
}
.card-carousel .card-body .btn-slide i{
	font-size: 18px;
	line-height: 18px;
	margin-right: 5px;
}
.card-carousel .card-body .btn-slide:hover{
	background-color: #d88104;
}
.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    background-color: #2c2643;
    border-color: rgb(255, 255, 255);
}
.navbar-top{
	padding-top: 5px;
	height: 40px;
	background-color: #040404;
}
.navbar-top .iniciar a{
	font-size: 16px;
	font-weight: 200;
	color: #ef8f09;

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-top .iniciar a small{
	font-size: 14px;
	font-weight: 200;
	color: #fff;

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-top .iniciar a:hover small{
	color: #ef8f09;
}
.navbar-top .iniciar a i{
	color: #fff;

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-top .iniciar a:hover{
	text-decoration: none;
	color: #fff;
}
.navbar-top .iniciar a:hover i{
	color: #ef8f09;
}
.navbar{
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #151515!important;
	margin-top: 40px;
}
.navbar .navbar-brand img{
	width: 255px;
}
.navbar .navbar-collapse .nav-link{
	font-size: 18px!important;
	font-weight: 200!important;
	color: #fff!important;

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .navbar-collapse .nav-link:hover,
.navbar .navbar-collapse .active{
	color: #ef8f09!important;
}
.cont-buscador{
	margin-top: -87px;
	background-color: #2c2643;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1020;
}
.cont-buscador .btn-plataforma{
	padding-top: 10px;
	border-radius: 0px;
	padding-bottom: 10px;

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cont-buscador .btn-plataforma:hover{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ef8f09;
}
/*
.cont-buscador .btn-plataforma img{
	max-width: 95px;
}
*/
.cont-buscador .cont-form-buscador{
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.cont-buscador .cont-form-buscador .form-buscador{
	font-size: 16px;
    font-weight: 200;
    font-style: italic;
    border: 1px solid rgba(255, 255, 255, 0);
    padding-top: 5px;
    height: 37px;
    border-radius: 25px;
}
.cont-buscador .cont-form-buscador .btn-buscador{
	position: absolute;
	top: 1px;
	right: 0;
	background-color: #ef8f04;
	border-radius: 25px;
	padding-top: 5px;
	padding-left: 8px;
	margin-left: -33px;
	height: 35px;
	width: 35px;
	border-color: #ef8f04;
}
@media (max-width: 1024px) {
	.card-carousel .card-body .btn-slid,
	.btn-slide{
	    padding: 8px 14px;
	    margin-top: .5rem;
	    background-color: #ef8f04;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 200;
	    border-radius: 25px;
	}
	.lateral-ofertas {
		height: 450px!important;
	}
	.down-secciones {
		height: 280px!important;
	}
	/*
	.cont-buscador .btn-plataforma img {
	    max-width: 75px;
	}
	*/
}

@media (max-width: 768px) {
	body {
	  	padding-top: 254px;
	}
	.carousel-item {
	  	height: 350px;
	}
	.banner-lateral{
		height: 230px;
	}
	.lateral-ofertas {
		height: 250px!important;
	}
	/*
	.cont-buscador .btn-plataforma img {
	    max-width: 75px;
	}
	*/
}


@media (max-width: 767px) {
	body {
	  	padding-top: 120px;
	}
	footer{
		text-align: center;
	}
	footer .down-footer,
	footer .down-footer .desarrollado{
		text-align: center;
	}
	.carousel-item {
	  	height: 295px;
	}
	.card-carousel .card-body{
		padding: 0 10px 10px 10px;
		background-color: #2c2643;
		color: #fff;
	}
	.carousel-item .carousel-caption{
		padding-top: 35px;
		padding-bottom: 15px;
		width: 100%;
		left: 0;
		bottom: 0;
		background: rgba(44,38,67,0);
	background: -webkit-linear-gradient(rgba(44,38,67,0) 0%, rgba(45,40,67,1) 30%, rgba(46,43,68,1) 69%);
	background: -o-linear-gradient(rgba(44,38,67,0) 0%, rgba(45,40,67,1) 30%, rgba(46,43,68,1) 69%);
	background: linear-gradient(rgba(44,38,67,0) 0%, rgba(45,40,67,1) 30%, rgba(46,43,68,1) 69%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2643', endColorstr='#2e2b44', GradientType=0 );
	}
	.carousel-item .carousel-caption .btn-slide,
	.card-carousel .card-body .btn-slide,
	.btn-slide{
	    padding: 7px 14px;
	    margin-top: .5rem;
	    background-color: #ef8f04;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 200;
	    border-radius: 25px;
	}
	.carousel-item .carousel-caption .btn-slide i,
	.card-carousel .card-body .btn-slide i,
	.btn-slide i {
	    font-size: 14px;
	    line-height: 14px;
	    margin-right: 3px;
	}
	.card-carousel .card-body .btn-slide{
		width: 100%;
	}
	.carousel-indicators li {
	    width: 9px;
	    height: 9px;
	    margin-right: 3px;
	    margin-left: 3px;
	}
	.carousel-indicators .active {
	    width: 11px;
	    height: 11px;
	}
	.navbar {
	    padding-top: 19px;
	    padding-bottom: 18px;
	}
	.navbar .navbar-brand img{
		width: 215px;
	}
	.navbar-top{
		padding-top: 7px;
	}
	.navbar-top .iniciar a {
    	font-size: 16px;
    }
    .cont-buscador {
	    margin-top: 0;
	    margin-bottom: 25px;
	    background-color: #2c2643;
	    position: relative;
	    top: 0;
	    right: 0;
	    left: 0;
	    z-index: 1020;
	}
    .cont-buscador .btn-plataforma {
	    border-bottom: 1px solid #252039;
    	border-right: 1px solid #252039;
	    padding-top: 10px;
	    width: 50%;
	    padding-bottom: 10px;
	}

	#tabla_filter,
	#tabla_paginate {
		text-align: left!important;
	}
	#tabla_wrapper label {
		width: 100%;
	}
}
#tabla_wrapper {
	padding: 0!important;
}
#tabla_filter,
#tabla_paginate {
	text-align: right;
}
#tabla_paginate ul {
	display: inline-flex;
}
.alerta .alert {
	position: fixed;
	z-index: 9999;
	width: 100%;
	bottom: 0;
	border-radius: 0!important;
	text-align: center;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-bottom: 0;
}
.alerta .alert ul {
	margin: 0!important;
	padding: 0!important;
}
.alerta .alert ul li {
	list-style: none;
}
#respuesta {
    position: fixed;
    max-width: 300px;
    width: 100%;
    bottom: 15px;
    z-index: 9;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    opacity: 0;
    opacity: 0;
    left: -100%;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.visible {
    opacity: 1!important;
    left: 15px!important;
}

.modal-body figure img,
.cont-info-pane figure img {
	border-radius: 25px;
}
.recuperar-password {
    width: 100%;
    height: 100%;
    background: #2c2c2c;
    background: url(../img/inicio/bg.jpg) no-repeat center;
    background-position: top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.tres-con {
	background-color: #fff;
	border-radius: 25px;
    overflow: hidden;
}
.contenedor-completo .arriba {
    overflow: hidden;
    background-color: #1b222a;
    border-bottom: 6px solid #ef8f04 !important;
}
.recu-email {
	border-radius: 25px 0 0 25px!important;
}
.recu-email:focus {
    box-shadow: none;
}
.recu-pass {
	border-radius: 0 25px 25px 0!important;
    padding: 8px 25px 9px!important;
    border: none!important;
}
#tabla td {
    padding: 8px!important;
}
.input-email {
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    padding: 10px 15px!important;
    width: 100%!important;
    margin-bottom: 0px!important;
    color: #000!important;
}
.cnt-img {
    display: block;
    position: relative;
}
.cnt-img .agotado {
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 60%);
    width: 100%;
    height: 100%;
}
.cnt-img .agotado p {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin: auto;
    left: 15px;
    right: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    background-color: #f08f04;
}
