/* Fuentes */
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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;
}
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: 30px;
	right: 30px;
	z-index: 9999;
	cursor: pointer;
	border: 0;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	color: rgba(0, 0, 0, 0.25);
	font-size: 3.6em;
	text-decoration: none;
	color: rgba(112,126,107,1);
}

#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-image: url(../img/fondo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}
label {
	font-weight: normal;
}
.navbar-default {
    background-color: transparent;
    border-color: inherit;
    border-radius: 0;
    border: 0;
    background-image: none;
}
.navbar-default .navbar-nav > li > a {
    color: #FCFCFC;
}
.navbar-default .navbar-collapse {
    border-color: transparent;
}
.navbar-nav {
	background: #994cb5;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: white;
    background-color: #f093dd;
    background-image: none;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: white;
    background-color: #f093dd;
    background-image: none;
}
.navbar-default .navbar-toggle {
    border-color: #994cb5;
    background: #994cb5;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: #f093dd;
    background: #f093dd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

::placeholder {
  color: #994cb5 !important;
}

:-ms-input-placeholder {
  color: #994cb5 !important;
}

::-ms-input-placeholder {
  color: #994cb5 !important;
}

.historia-pc {
	background: #00000075;
	padding: 6px 20px;
	border-radius: 30px;
}
.fondo-imagen-menu-movil {
	background: #ffffffab;
	height: 150px;
	color: black;
}
.fondo-imagen-menu-movil div p {
	padding-top: 10px;
	margin: 0;
}
.imagen-menu-movil {
	height: 150px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.historia-movil {
	border: 7px solid purple;
	padding: 0px 15px;
	border-radius: 18px;
}
.circulo-llama {
	background: url(../img/llama.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	border-radius: 100%;
	width: 185px;
	height: 185px;
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin: 0 auto;
	border: 4px solid purple;
	color: white;
}
.circulo-consulta {
	background: url(../img/consulta.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	border-radius: 100%;
	width: 185px;
	height: 185px;
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin: 0 auto;
	border: 4px solid purple;
	color: white;
}

.descripcion-tirada {
	background: rgb(255 255 255 / 70%);
	padding: 6px 20px;
	border-radius: 30px;
}
.btn-main {
    color: #fff;
    background-color: #994cb5;
    border-color: #852CA5;
    text-transform: uppercase;
}
.btn-main:hover {
    color: #fff;
    background-color: #852CA5;
    border-color: #731396;
}
.btn-main-agenda {
    background-color: #ffeaff;
    color: #452d8f  ;
    border-color: #fff;
    text-transform: uppercase;
}
.btn-main-agenda:hover {
    color: #ffeaff;
    background-color: #452d8f;
    border-color: #452d8f;
}
.dorso {
	width: 68%;
	border-radius: 18px;
}
.cartas {
	float: right;
}

.fondo-806 {
	padding: 12px;
	padding-top: 12px;
	padding-left: 12px;
	color: black;
	width: 280px;
	margin-bottom: 20px;
	background-image: url(../img/fondo-806.png);
	background-position: left;
	background-size: contain;
	padding-left: 50px;
	padding-top: 15px;
	background-repeat: no-repeat;
}
.enlace-fondo-806 {
	font-size: 22pt;
	color: #ef92dc;
}
.tarifa-fondo-806 {
	font-size: 8pt;
	color: #ef92dc;
}
.fondo-965 {
	padding: 12px;
	padding-top: 12px;
	padding-left: 12px;
	color: white;
	width: 280px;
	margin-bottom: 20px;
	background-image: url(../img/fondo-965.png);
	background-position: left;
	background-size: contain;
	padding-left: 50px;
	padding-top: 15px;
	background-repeat: no-repeat;
}
.enlace-fondo-965 {
	font-size: 22pt;
	color: #ffc300;
}
.tarifa-fondo-965 {
	font-size: 8pt;
	color: #ef92dc;
}

.resultado-contenedor {
	text-align: center;
	background: #ffffffa6;
	color: black;
	padding: 2px 16px;
	border-radius: 18px;
}
.titulo-resultado {
	color: #994cb5;
	font-weight: bold;
}
.resultado-806 {
	color: #994cb5;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18pt;
}

.modal-body {
	color: black;
}

.aviso {
	position: absolute;
	top: -53px;
	left: -14px;
}
.bloque-oferta {
	position: relative;
	background: #ffffffba;
	padding: 15px;
	margin-bottom: 20px;
}
.aviso-movil {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #a406b4;
	padding: 3px;
	font-weight: bold;
	font-size: 16pt;
	display: none;
}
.dmin {
	font-size: 66pt;
	background: yellow;
	padding: 5px;
	border-radius: 100%;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: 600;
}
.dmin-movil {
	color: black;
	display: none;
}
.dmin-min {
	background: yellow;
	padding: 5px;
	border-radius: 100%;
	font-weight: bold;
}

.texto-presentacion {
	font-size: 16pt;
}

/* Media Queries */
@media (max-width: 1199px){
	.dorso {
		width: 88%;
	}
}
@media (max-width: 991px){
	.dorso {
		width: 100%;
	}
	.aviso {
		width: 110px;
	}
	.texto-presentacion {
		margin-top: 25px;
	}
}
@media (min-width: 768px){
  .navbar-nav{
     margin: 0 auto;
     display: table;
     table-layout: fixed;
     float: none;
  }
}  
@media (max-width: 767px){
	.dorso {
		width: 90%;
	}
	.cartas {
		float: inherit;
	}
	.navbar {
    	margin-bottom: 0px;
	}
	.bajar {
		margin-bottom: 22px;
	}
	.ttlo {
		font-size: 22px;
	}
}
@media (max-width: 680px){
	.aviso {
		display: none;
	}
	.aviso-movil {
		display: block;
	}
	.bloque-oferta {
		padding-top: 35px;
	}
}
@media (max-width: 600px){
	.fondo-imagen-menu-movil {
		height: 180px;
	}
	.imagen-menu-movil {
		height: 180px;
	}
	.dmin-normal {
		display: none;
	}
	.dmin-movil {
		display: block;
	}
}
@media (max-width: 440px){
	.fondo-imagen-menu-movil {
		height: 210px;
	}
	.imagen-menu-movil {
		height: 210px;
	}
}
@media (max-width: 400px){
	.circulo-llama {
		width: 130px;
		height: 130px;
		padding-top: 8px;

	}
	.circulo-consulta {
		width: 130px;
		height: 130px;
		padding-top: 20px;
	}

	.fondo-imagen-menu-movil {
		height: 230px;
	}
	.imagen-menu-movil {
		height: 230px;
	}
	.dorso {
		width: 100%;
	}
}