/* Fuentes */
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Genericos */
html * {
	text-rendering: optimizeLegibility !important;
	-webkit-text-rendering: optimizeLegibility !important;
	-moz-text-rendering: optimizeLegibility !important;
	-ms-text-rendering: optimizeLegibility !important;
	-o-text-rendering: optimizeLegibility !important;
	font-smoothing: antialiased !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	-ms-font-smoothing: antialiased !important;
	-o-font-smoothing: antialiased !important;
	font-family: 'Montserrat Alternates', sans-serif;
}
body {
	font-size: 1.6em;
}
header, section {
	clear: both;
}
img {
	max-width: 100%;
}
ul, li {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	line-height: 120%;
	text-align: center;
}
.clearfix {
	clear: both;
}
#back-to-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
	cursor: pointer;
	border: 0;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	color: rgba(0, 0, 0, 0.25);
	font-size: 3em;
	text-decoration: none;
	color: rgba(112,126,107,1);
	padding: 0px 8px;
	background: #ec844d;
	color: white;
}

#back-to-top:hover {
	color: #ad8b55;
}

#back-to-top.show {
	opacity: 1;
}
#modalFormAlert .modal-content {
	overflow: hidden;
}
#modalFormAlert .modal-header {
	background-color: #ffc107;
}
#modalFormAlert .modal-header h4 {
	color: #333;
}
#modalFormAlert .modal-header button span {
	font-size: 26px;
}
#modalFormAlert .modal-body p {
	padding-top: 10px;
}
#modalFormAlert .modal-footer {
	text-align: center;
}
#modalFormAlert .modal-footer button {
	background-color: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.7);
	border: solid 1px rgba(0,0,0,0.15);
}
#modalFormAlert .modal-footer button:hover {
	background-color: rgba(0,0,0,0.2);
}
/* Personalizadas */
body {
	background: #f4f4f4;
}
footer div {
	text-align: center;
}
.oculto {
	display: none !important;
}
.dorso {
	border: solid white 4px;
}
ul.baraja-container li {
	background: none;
}
.baraja-demo {
    margin-bottom: 150px;
}
.baraja-demo ul.baraja-container li {
    box-shadow: none;
}

.adela {
	background: #004f99;
	color: white;
	padding-bottom: 5px;
	padding-top: 5px;
}
.adela2 {
	background: #004f99;
	color: white;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 30px;
}
.urgente {
	font-size: 20px;
}
.banner {
	background: url(../img/fondo-banner.jpg);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 5px;
}
.texto-banner {
	font-size: 44pt;
	padding-top: 65px;
	padding-bottom: 65px;
	text-shadow: 0px 0px 15px rgb(255, 255, 255);
	color: white;
	font-weight: bold;
	margin-top: 8px;
}
.margen-tarotista {
	margin-bottom: 15px;
	margin-top: 15px;
}
.tarotista {
	width: 150px;
	border-radius: 100%;
	border: white 2px solid;
	margin-bottom: 10px;
}
.tarotista2 {
	width: 150px;
	border-radius: 100%;
	border: white 2px solid;
	margin-bottom: 10px;
}
.texto-tarotista {
	color: white;
	font-size: 18px;
}

.btn-main {
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	background-color:#ffc477;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
	white-space: normal;
}
.btn-main:hover {
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	background-color:#fb9e25;
	color:#ffffff;
	text-decoration: none;
}
.btn-main:active {
	position:relative;
	top:1px;
}
.btn-modal {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	white-space: normal;
}
.btn-modal:hover {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
	color:#666666;
	text-decoration: none;
}
.btn-modal:active {
	position:relative;
	top:1px;
}
.btn-telefono {
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #ff6000 5%, #ff6000 100%);
	background-color:#d0451b;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:38px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	white-space: normal;
}
.btn-telefono:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
	color:#ffffff;
	text-decoration: none;
}
.btn-telefono:active {
	position:relative;
	top:1px;
}
.btn-seleccion {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	white-space: normal;
}
.btn-seleccion:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
	color:#ffffff;
	text-decoration: none;
}
.btn-seleccion:active {
	position:relative;
	top:1px;
}


.m-15 {
	margin-bottom: 15px;
}
.texto-cartas {
	font-size: 45px;
}

/* Media Queries */
@media (max-width: 1382px){

}
@media (max-width: 1199px){

}
@media (max-width: 991px){
	.tarotista2 {
		width: 125px;
	}
}
@media (max-width: 767px){
	.banner {
		margin-top: 10px;
	}
	.texto-banner {
		font-size: 44pt;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.margen-tarotista {
		margin-bottom: 15px;
		margin-top: 0px;
		display: none;
	}
	.texto-cartas {
		font-size: 30px;
	}
}
@media (max-width: 620px){
	ul.baraja-container {
	    width: 150px;
	    height: 235px;
	    margin: 0 auto 30px;
	    position: relative;
	    padding: 0;
	    list-style-type: none;
	}
	.baraja-demo {
	    margin-bottom: 118px;
	    margin-top: 36px;
	}
}
@media (max-width: 600px){
	.tarotista2 {
		width: 100px;
	}
	.adela2{
		font-size: 25px
	}
}
@media (max-width: 470px){
	ul.baraja-container {
	    width: 125px;
	    height: 185px;
	    margin: 0 auto 30px;
	    position: relative;
	    padding: 0;
	    list-style-type: none;
	}
	.baraja-demo {
	    margin-bottom: 100px;
	    margin-top: 30px;
	}
	.tarotista2 {
		width: 75px;
	}
	.adela2{
		font-size: 20px
	}
}
@media (max-width: 360px){
	ul.baraja-container {
	    width: 105px;
	    height: 150px;
	    margin: 0 auto 30px;
	    position: relative;
	    padding: 0;
	    list-style-type: none;
	}
	.baraja-demo {
	    margin-bottom: 80px;
	    margin-top: 24px;
	}
}