/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#index #wrapper {
	padding: 0;
	background-color: white;
}

#index #wrapper .container {
	width: 100%;
	padding: 0;
}

#index #wrapper .container .row {
	margin: 0;
}

#index #wrapper #custom-text {
	padding: 0;
	margin: 0;
}

#custom-text img {
	height: unset;
	max-width: unset;
}

#content-wrapper {
	padding: 0;
}

body {
    margin: 0;
}

.boton {
    padding: 15px 30px;
    border: 0;
    outline: 0;
    color: white;
    font-size: 1.3rem;
    transition: 0.3s;
    background: #A00426;
    cursor: pointer;
    text-decoration: none;
    font-family: sans-serif;
	text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}

.boton:hover, 
.boton:focus {
    transform: scale(1.1);
	color: white;
	text-decoration: none;
}

.el-francotirador {
    width: 95%;
    max-width: 1200px;
    margin: 50px auto;
    position: relative;
}

.el-francotirador .main {
    position: relative;
}

.el-francotirador .bg {
    width: 100%;
}

.el-francotirador .contenido {
    position: absolute;
    top: 7%;
    left: 50%;
    width: 50%;
    height: 80%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.el-francotirador .presentacion {
    width: 50%;
    margin: 0 10% 5% 40%;
}

.el-francotirador .titulo {
    width: 90%;
    margin: 0 10% 7% 0;
}

.el-francotirador .book {
    filter: drop-shadow(0 0 15px black);
    width: 40%;
    margin: 20px 0 0 0;
}

.el-francotirador .resumen {
	background-image: linear-gradient(0deg, rgba(255,255,255,0.6), rgba(255,255,255,0.6)), url('https://jolifilmelteide.com/images/el-francotirador-bg2.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
	flex-flow: row wrap;
    justify-content: center;
	align-items: center;
    position: relative;
    margin: 50px 0;
}

#custom-text .el-francotirador .resumen p,
.el-francotirador .resumen p {
    color: #830000;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-family: sans-serif;
    width: 100%;
    max-width: 600px;
    text-align: justify;
    padding: 80px 5% 80px 5%;
    text-shadow: 0 0 5px white, 0 0 3px white, 0 0 1px white;
    position: relative;
    z-index: 2;
}

.el-francotirador  .resumen p .sinopsis {
    font-size: 2rem;
    display: block;
}

.el-francotirador .resumen .box-shadow {
    width: 100%;
    height: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: inset 0px -20px 10px 0px white;
}

.el-francotirador .resumen .left {
	width: 100%;
	max-width: 400px;
	margin-left: 5%;
	margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.el-francotirador .resumen .left .titulo {
	margin-bottom: 50px;
	margin-right: 0;
	padding: 30px 0 0 0;
}

@media (max-width: 700px) {

	.boton {
		scale: 0.7;
	}

}

.guiones {
    position: relative;
	padding: 100px 0 100px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(0deg, rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url('https://jolifilmelteide.com/images/el-teide.jpg');
}

.guiones .titulo {
	font-size: 3rem;
	color: #A00426;
	text-align: center;
	margin: 0 20px 50px 20px;
    font-family: serif;
}

.guiones .libros {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-flow: row wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.guiones .libros .b {
	width: 90%;
	max-width: 400px;
}

.guiones .libros .b .tomo {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 50px 0;
    font-family: serif;
}

.guiones .libros .b a {
	width: 60%;
	display: block;
	margin: 0 auto;
}

.guiones .libros .b a img {
	width: 100%;
	/*box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.5),0 0 10px 0 rgba(0, 0, 0, 0.5);*/
    filter: drop-shadow(0 0 15px black);
}

.guiones .libros .b .boton {
	margin: 30px auto 30px auto;
	box-sizing: content-box;
}

.guiones .left .tomo {
	color: #B30828;
}

.guiones .right .tomo {
	color: #30712C;
}

.videos {
    width: 95%;
    max-width: 1000px;
    margin: 100px auto 70px auto;
    position: relative;
}

.videos .lista {
    width: 100%;
}

.videos .lista .video {
    width: 100%;
    margin: 0 0 100px 0;
}

.videos .lista .video h5 {
	font-size: 2rem;
	color: #A00426;
	text-align: center;
	margin: 0 20px 10px 20px;
    font-family: sans-serif;
}

.videos .lista .video h6 {
	font-size: 1.7rem;
	color: #A00426;
	text-align: center;
	margin: 0px 20px 30px 20px;
    font-family: sans-serif;
    font-weight: normal;
}

.videos .lista .video img {
    display: block;
    width: 100%;
}

.videos .lista .video .caracteristicas {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.videos .lista .video p {
    margin: 10px 10px;
    font-size: 1.3rem;
    font-family: sans-serif;
}

.videos .lista .video .r {
    display: flex;
    justify-content: flex-end;
}

.videos .lista .video .boton {
    margin: 20px 0 0 0;
    display: inline-block;
}

@media (min-width: 768px) {
    #footer .footer-container .row .links > .row {
        display: flex;
        flex-flow: row-reverse wrap;
    }
    #footer .footer-container .row .links > .row .wrapper:nth-child(2) {
        visibility: hidden;
    }
}

@media (max-width: 768px) {
    #footer .footer-container .row .links > .row .wrapper:nth-child(2) {
        display: none;
    }
}

#footer .footer-container > .container > .row:nth-child(3) a {
    pointer-events: none;
}

.block-category {
    min-height: unset !important;
}

#category #content-wrapper {
    margin: 0 auto;
    float: unset;
}

.blockreassurance_product .item-product {
    margin-right: 20px;
}

.blockreassurance_product .block-title + p {
    width: calc(100% - 55px);
    float: right;
    margin-top: 10px;
}

#_desktop_logo {
    width: 25%;
}

#search_widget,
#search_filters_brands,
#search_filters_suppliers,
#left_column,
.tax-shipping-delivery-label,
.wishlist-button-add,
.product-quantities {
    display: none !important;
}