/*
Theme Name:   Hermandad Calvario Marbella
Author:       Juanjo Vera
Author URI:   https://www.juanjovera.com
Version:      1.0
*/

   @font-face {
    font-family: 'Santral Light';
    font-style: normal;
    font-weight: normal;
    src: local('Santral Light'), url('webfonts/Taner Ardali - Santral-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Santral Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Santral Light Italic'), url('webfonts/Taner Ardali - Santral-LightItalic.woff') format('woff');
    }

html{
    margin-top: 0px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body{
    font-family: 'Santral Light';
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transform: translateZ(0);
    transition:all 1s;
  }

#navbarNav > a > i{
	color: white !important;
	margin-left: 12px;
}

#navbarNavfooter > a > i{
	color: white !important;
	margin-left: 12px;
}

.td_none{
	text-decoration: none !important;
}

#flowpaper-logo-bottom{
	display:none !important;
}

.numberCarrito{
    padding: 0px 5px;
    font-size: 12px;
    border-radius: 50%;
    color: #FFF;
}

.wc-block-cart__submit-container{
	background-color: #309CBF;
}

.box_logo{
    text-align: center;
    margin-bottom: 15px;
}

a{
    color: #000000;
    font-weight: bold;
}

.mt30{
    margin-top: 30px;
}

.logo img{
    display: inline-block;
    height: 8vh !important;
    margin-top: 10px;
}

.logo_footer img{
    display: inline-block;
    height: 12vh !important;
    margin-top: 50%;
    margin-left: 10%;
}

.mtb10{
    margin-top: 10px;
    margin-bottom: 10px;
}

#header{
    background-color: #000000;
    width: 100%;
    height: auto;
    text-align: center;
}

#footer{
    background-color: #000000;
    width: 100%;
    height: auto;
    text-align: center;
}

.navbar{
    display: inline-block;
}

.navbar-nav li ul {
    display: none;
}

.navbar-nav > li{
    margin-left: 20px;
}

.navbar-nav li ul li ul {
    display: none;
}

.navbar-nav li ul li {
    border-bottom: 1px solid #FFFFFF;
    padding: 15px;
    width: 215px;
}

.navbar-nav li ul li:hover ul {
    display: inline;
    list-style: none;
    position: absolute;
    z-index: 99;
    padding: 0px;
    background-color: #000000;
    border-radius: 4px;
    left: 100%;
    top: 0%;
    transition: 0.5s;
}

.navbar-nav li ul li:hover ul li:hover {
    background-color: #309CBF;
}

.navbar-nav li:hover > ul li:hover{
    background-color: #309CBF;
}

.navbar-nav li:hover > ul {
    display: block;
    list-style: none;
    position: absolute;
    z-index: 99;
    padding-left: 0px;
    background-color: #000000;
    border-radius: 4px;
    transition: 0.5s;
}

.navbar-nav li:hover > ul li a{
    color: #FFFFFF;
    transition: 0.5s;
}
.navbar-nav li ul li:hover ul li a{
    color: #FFFFFF;
    transition: 0.5s;
}

.menu-item a{
    color: #FFFFFF;
}

.imagen_home_titulares{
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.imagen_bloque{
    width: 100%;
    height: 70vh;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000000;
}

.mapa{
    width: 100% !important;
}

.bg_section{
    background-color: #000000;
    width: 100%;
    height: auto;
    padding: 8px 0px 0px 0px;
}

.title_section{
    color: #FFFFFF;
    padding-left: 15px;
    padding-bottom: 5px;
}

.fa-whatsapp{
    font-size: 100px;
}

.card-body{
        min-height: 240px;
    max-height: 240px;
}

.imagen_post{
    width: 100%;
    height: 250px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.imagen_post_footer{
    width: 100%;
    height: 150px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.link_noticias{
    text-decoration: none;
    color: #000000;
}

.link_noticias:hover{
	text-decoration: none;
	transition: 0.5s;
}

.link_noticias:hover .imagen_post, .link_noticias:hover .box_noticias {
    transform: scale(1.05);
    background-color: #309CBF;
    transition: 0.5s;
}

.imagen_titular {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 30px;
}

.link_noticias:hover .noticias_title{
	color: #FFFFFF;
}

.link_noticias:hover .noticias_title_footer{
	color: #000000;
}

.btn_calvario_noticias{
    width: 100%;
    height: auto;
    background-color: #309CBF;
    color: #FFFFFF;
    padding: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.fa-whatsapp{
    text-align: center;
    display: block !important;
    margin-bottom: 30px;
}

.titulo_encabezados{
    background-color: black;
    color: white;
    width: 100%;
    padding: 10px;
}

#countdown{
    background-color: #309CBF;
    padding: 20px;
    color: black;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.box_noticias{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    padding: 15px 20px;
    max-height: 345px;
    min-height: 345px;
    margin-bottom: 30px;
}

.box_noticias_footer{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    padding: 15px 20px;
    max-height: 115px;
    min-height: 115px;
    margin-bottom: 20px;
	background-color: white;
}

.noticias_title{
    color: #309CBF;
}

.noticias_title_footer{
    color: #309CBF;
	text-align: center;
}


.noticias_excerpt{
    margin-top: 5px;
    text-align: justify;
}

.noticias_date{
    font-weight: bold;
}

.noticias_button{
    background-color: #309CBF;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: block;
    margin-top: 15px;
}

.btn_calvario{
    background-color: #309CBF !important;
    color: #000000 !important;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 2px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.p0{
    padding: 0px !important;
}

.cristo, .virgen, .sanjuan{
    display: none;
}

.cristo h3, .virgen h3, .sanjuan h3{
    padding-top: 30px;
}

.imagen_home_titulares:hover .cristo{
    background-color: #7e1919c0;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
}

.imagen_home_titulares:hover .virgen{
    background-color: #309CBFc0;
    text-align: center;
    color: #000000;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
}

.imagen_home_titulares:hover .sanjuan{
    background-color: #06603acc;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
}

.imagen_galeria_titular{
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 30px;
}

.woocommerce ul.products li.product .button{
        background-color: #309CBF !important;
    color: #000000 !important;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 2px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    text-align: center;
    color: black;
    font-weight: bold;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
    color: green !important;
    font-size: 20px !important;
    text-align: center;
}

.added_to_cart{
    width: 100%;
    color: #FFFFFF;
    background-color: #06603B;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
}

.woocommerce div.product form.cart .button {
    width: 100%;
	margin-top: 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
	background-color: #309CBF !important;
}

.woocommerce div.product form.cart div.quantity{
	width: 100%;
}

.woocommerce .quantity .qty{
	width: 100% !important;
}

.wp-block-embed iframe{
    width: 100% !important;
    height: 60vh;
}

.sfwcf7_canvas{
    border: 1px solid #309CBF !important;
}

.bg_title_titular {
    background-color: #309CBF;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.bg_title_titular_granate {
    background-color: #7e1919;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.bg_footer_nombre{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.texto_hermandad{
	padding: 30px;
	text-align: center;
	font-size: 14px;
}

/****************MOVIL VERTICAL****************************/

@media (max-width: 575.98px) { 


 }

/****************MOVIL HORIZONTAL****************************/

@media (min-width: 576px) and (max-width: 767.98px) { 

  

 }


/****************TABLETS VERTICAL****************************/

@media (min-width: 768px) and (max-width: 991.98px) { 


 }

/****************TABLETS HORIZONTAL****************************/

@media (min-width: 992px) and (max-width: 1199.98px) { 
    
 }