/* GLOBAL VARIABLES */
:root{
	--base-color: #ff8443;
}

body{
	min-height: 100vh;
	background-color: #eee;
}

img{
	max-width: 100%;
}

.search-bar-searcher button {
  position: absolute;
  top: 0.0em;
  right: 0.3em;
  bottom: 0.5em;
  width: 25px;
  height: 25px;
}

.splash{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color:#ff7f00 ;
	/*background-image:url(../../images/fondo_ini.jpg);*/
	z-index: 2000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.bottom-bar {
	background: var(--base-color);
	height: auto;
	padding: 0;
}

.bottom-bar ul{
	margin: 0;
	padding: 0;
}

.bottom-bar ul li{
	width: 25%;
	list-style: none;
}

.bottom-bar ul li a{
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 1.3rem;
	line-height: 2.6;
}

.bottom-bar ul li a[active]{
	background: rgba(255,255,255,.2);
	box-shadow: 0 -6px 0 #eebe2d inset;
}

.splash img{
	width: 100%;
	max-width: 100%;
}

.gray-background{
	background: #f2f2f2;
}

.footer{
	margin-top: 70px;
}

.footer-img{
	width: 65%;
}

/*Fondo del contenedor*/
.app-container{
	background-image: url(../../images/fondo.jpg);
	background-size: 100%;
	background-size: no-repeat;
	background-attachment: fixed;
	padding-bottom: 70px;
}

.ponente-contenedor{
	text-decoration: none;
}

.ponente-contenedor .card{
	background: none;
	color: #fff;
	border: 0;
}

.card .list-group li{
	background: none;
}

.ponente-contenedor a:hover{
	text-decoration: none;
}

.ponente-contenedor .card-title,
.ponente-contenedor .card-text,
.ponente-contenedor .list-group-item,
.card .list-group li{
	background: rgba(0,0,0,.2);
	padding: 1rem;
	color: #fff;
	border-radius: 10px;
}

.ponente-contenedor .card-title{
	font-weight: 1000;
}

.ponente-contenedor .img-container, .ponente .img-container{
	width: 50vw;
	height: 50vw;
	min-height: 50vw;
	min-width: 50vw;
	max-width: 200px;
	max-height: 200px;
	margin: 0 auto;
}

.img-container img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.ponente{
	padding: 15px 0;
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 20px;
	background: rgba(0,0,0,.1);
}

.ponente a{
	display: block;
}

.ponente-name, .ponente a:hover{
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
}

/* ESTILOS DEL MENU */
.main-navbar{
	background: var(--base-color);
	height: 60px;
	z-index: 888;
}

img.header{
	margin-left: 30px;
	max-height: 100%;
	max-width: 100%;
}

#menu{
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	overflow-y: auto;
	max-width: 300px;
	background: var(--base-color);
	height: 100vh;
	border-radius: 0 20px 0 0; 
}

.menu-btn{
	background: none;
	border: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	z-index: 1;
}

.menu-btn img{
	width: 90%;
}

.menu-back{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-delay: background 3s;
	     -o-transition-delay: background 3s;
	        transition-delay: background 3s;
	background: none;
	-webkit-transform: translateX( -100% );
	    -ms-transform: translateX( -100% );
	        transform: translateX( -100% );
}

.ssm-overlay.ssm-toggle-nav{
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}

.menu-back.ssm-nav-visible{
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.menuLateral-header{
	padding-top: 65px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	
}

.menuLateral-header img{
	width: 100%;
}
.mcontenedor {
 
margin-top:2%;
margin-bottom:2%;
border-radius:15px;
}
.menu-contenedor ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-contenedor ul li a i,
.menu-contenedor ul li button i,
.menu-contenedor ul li input i
{
	position: absolute;
	left: 0;
	height: 100%;
	width: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*Clase del menu desplegable*/
.menu-contenedor ul .menu-item a, .menu-item input, .menu-item button{
	line-height: 3;
	border: 0;
	width: 100%;
	text-align: left;
	display: block;
	background: #404356;
	color: #ffffff;;
	padding: 0 20px;
	border-bottom: 1px solid #A7A7A7;
	position: relative;
	padding-left: 2.5rem;
	
	
}

.menu-contenedor ul .menu-item a i.fa,
.menu-contenedor ul .menu-item button i.fa,
.menu-contenedor ul .menu-item input i.fa
{
	margin-right: 10px;
}

.menu-contenedor ul .menu-item a:hover,
.menu-contenedor ul .menu-item button:hover,
.menu-contenedor ul .menu-item input:hover
{
	text-decoration: none;
}
.fondo {
	background-image: url('../../images/fondo.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.h2 {
	font-family: Arial;
	font-weight: bolder;
	text-align: center;
	font-size: 30px;
	padding-top: 10%;
	color: #fff;
}

/*estilos eventos*/
.evento{
	border-top: 10px solid tomato;
	margin: 20px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	        box-shadow: 0 0 10px rgba(0,0,0,.3);
	background: #FFF;
}
.evento a{
	text-decoration: none;
	color: #000;
}

.evento-detalles .img-contenedor{
	overflow: hidden;
}
.img-contenedor .img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden; 

}

.img-contenedor .img img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.detalles h5{
	font-size: 16px;
}

.detalles p{
	color: rgb(0,0,0,.7);
 	font-size: 12px;
}

.evento-titulo{
	font-size: 18px;
	font-weight: bolder;
	min-height: 100px;
}

.detalles{
	padding-left: 20px;

}

.fecha{
	background: rgba(0,0,0,.05);
	font-size: 14px;
}
.fecha p{
	color: rgba(0,0,0,.55);
	margin: 0;
	padding: 0;
}

.barra{
	text-align: center;
	border:1px solid red;
	margin-right:10px;
}

.caj {
   margin:20px auto 40px auto;	
   border:1px solid #d9d9d9;
   height:30px;
   overflow: hidden;
   width: 230px;
   position:relative;
}
select {
   background: rgba(0,0,0,0.5);
   border: none;
   font-size: 14px;
   height: 30px;
   padding: 5px;
   width: 250px;
}
select:focus{ outline: none;}

.caj::after{
	content:"\025be";
	display:table-cell;
	padding-top:7px;
	text-align:center;
	width:30px;
	height:30px;
	background-color:#d9d9d9;
	position:absolute;
	top:0;
	right:0px;	
	pointer-events: none;
}


/* REGISTRO */
.centrado{
  text-align: center;
  color: #fff;
}
.centrarcontentido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


 .menu-inicio-item img{
 	max-width: 100%;
	 border-radius: 20px;
	 margin-bottom: 10px;
 }
 .menu-boton  {
 	max-width: 100%;
	 border-radius: 20px;
	 margin-bottom: 10px;
 }
 /* CALENDARIO DE EVENTOS */
.fc-toolbar h2{
	color: #fff;
}

.fc-view-container{
	color: rgba(0,0,0,.9);
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}


.fc-view-container th{
	line-height: 3;
}

.fc-unthemed td.fc-today{
	background: rgba(0,0,0,.1);
	font-weight: bold;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-radius: 0.5em !important;
}
/*Lista de la agenda*/

	.ponecia a{
		color: #111;
	}

	.ponecia a:hover{
		text-decoration: none;
	}
	
	.ponencia-top{
		line-height: 3;
		font-weight: bold;
		font-size: 12px;
	}

	.ponencia-content{
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
		        box-shadow: 0 0 5px rgba(0,0,0,.1);
		padding: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background: #FFF;
		border-radius: 0.5em;		
	}
	
	.ponencia-info{
		font-size: .7em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-top: 10px;
	}
		
	.ponencia-titulo{
		font-weight: bold;
		font-size: .9em;
		
		
	}
	
	.ponencia-right{
		margin-left: 10px;
		width: 100%;
	}
	.img-container{
		width: 50px;
		height: 50px;
		border-radius: 50%;
		overflow: hidden;
	}

	.img-container img{
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	/*Pagina de error*/

@font-face{
	src: url('../../font/Roboto-Regular.ttf');
	font-family: letras;
}

.body{
	padding: 0;
	margin: 0;
}

.captura{
	width: 35%;
    padding-top: 5%;
    margin-left: 35%;
}

.textoerror{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 35px;
	color: #fff;
	font-weight: 100;
	font-family: letras;
}

.one{
  background-color: #ff6600;
  min-height: 100vh;
  /*background-image: -webkit-linear-gradient(30deg, #0881A0 55%, #399AB3 50%);*/
  background-size: 100% 100vh; 
  background-attachment: fixed;
}

.img-grande{
	width: 50%;
	height: 90%;
}

.img-mediana{
	width: 80%;
}

/*ESTILO DE LOGIN DE ENTRADA*/
 
		.user_card {
			height: 400px;
			width: 350px;
			margin-top: auto;
			margin-bottom: auto;
			
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}
		.brand_logo_container {
			position: absolute;
			height: 170px;
			width: 170px;
			top: -75px;
			border-radius: 50%;
			background: #60a3bc;
			padding: 10px;
			text-align: center;
		}
		.brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
			border: 2px solid white;
		}
		.form_container {
			margin-top: 100px;
		}
		.login_btn {
			width: 100%;
			background: #A50202 !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #A50202 !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #A50202 !important;
		}
		
		.titulo{
			font-weight:bold;
			color:#ff6600; 	
			}
		.precio{
		font-weight:bold;
		color:#385769; 	
		}
		.img-respons{
			max-width:100%;	
			}
		.alertacarritilla {
			background-color: #A50202;
			border-radius:50%;
			padding-left:4px;
			padding-right:4px;
			color:#FFFFFF;
			font-size:11px;
			font-weight:bold;
			}	
	.number-input input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}

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


.number-input button {
-webkit-appearance: none;
background-color: transparent;
border: none;
align-items: center;
justify-content: center;
cursor: pointer;
margin: 0;
position: relative;
outline: none;
color: white;
}

.number-input button:before,
.number-input button:after {
display: inline-block;
position: absolute;
content: '';
height: 2px;
transform: translate(-50%, -50%);
}

.number-input button.plus:after {
transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
text-align: center;
}

.number-input.number-input {
width: 7rem;
border-radius: .25rem;
display: flex;
justify-content: center;
align-items: center;
}

.number-input.number-input button {
width: 1.6rem;
height: .7rem;
}

.number-input.number-input button.minus {
padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
width: .7rem;
background-color: white;
}

.number-input.number-input input[type=number] {
max-width: 2.5rem;
padding: .5rem;
border: 0;
font-size: 1rem;
height: 2rem;
}

@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance: none) and (stroke-color:transparent) {

.number-input.def-number-input.safari_only button:before,
.number-input.def-number-input.safari_only button:after {
margin-top: -.3rem;
}
}
}
.bienvenido_title {
  color: #ff8443;
  text-align: left;
  font-size: 1.5em; 
  font-weight: 600;
}
.cate {
  color: #ff7f00;
  text-align: left;
  font-size: 1.5em; 
  font-weight: 600;
  padding-top:2%;
  text-decoration:none;
}
.cate a { 
  text-decoration:none;
}
.texto_naranja{
	 color: #ff8443;
	}
.tarjeta{
	margin-top:2%;
	margin-left:2%; 
	margin-right:2%;
 	border: 1px solid #CCB8C2;
	border-radius: 15px 15px 15px 15px;
	-webkit-box-shadow: 4px 4px 6px 0px rgba(94,94,94,0.6); 
box-shadow: 4px 4px 6px 0px rgba(94,94,94,0.6);
background-color:#FFF;
text-decoration:none;
	}

.carretilla{
	margin:20px; 
	  padding: .5em;
  overflow: hidden;
	float:right; 
	z-index: 10; 
	 top: 15em;
	 position: absolute; 
	
}
.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding:8px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1.33;
	background-color:#ff7f00;
	color:#FFFFFF;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 50%;
	background-color:#dd6900;
	color:#FFFFFF;
    text-align: center;
    font-size: 10px;
    line-height: 1.42857;
}

/*Pagina de error*/
