body {
	font-family: 'Roboto', sans-serif;
	color:#1f2526;
}



a:link, a:visited, a:active {
	color:#bf0909;
	outline:none;
	transition: all 0.3s;
}


a:hover {
	text-decoration:none;
	color:#000000;	
}




h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	font-weight:600;
	color:#1d1d2c;
}

.text-danger {
	color:#bf0909;
}

/*.titular:after  {
display: block;

margin-top: 10px;

height: 4px;

content: " ";

text-shadow: none;

background-color: #26292e;

width: 50px;
}*/


header {

}



	header h1 {
	font-family: 'Roboto Slab', serif;
	margin:0px;
	font-size:30px;
	font-weight:700;
}

	header h1 span {
		font-family: 'Roboto Slab', serif;
		color:#26292e;
		font-weight:400;
		
	}

	.navbar-brand	{
		padding:0px 10px!important;	
	}



.copy {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	padding-top: 20px;
}


footer {
	background-color:#30475E;
	border-top:1px solid #30475E;
	color:#ffffff;
	padding:25px 0px;
	font-size:15px;
}

footer h4 {
	font-family: 'Roboto Slab', serif;
	color:#ffffff;
	text-transform: uppercase;
	letter-spacing:1px;
	margin-bottom:20px;
}


		footer h4:after{
		display: block;

		margin-top: 10px;

		height: 4px;

		content: " ";

		text-shadow: none;

		background-color: #bf0909;

		width: 50px;

	}
	
.footer_redes {
	font-size:25px;	
	margin:5px;
	color:#ffffff!important;
	transition:all 0.2s;
}
	
	
	.footer_redes:hover {
		color:#bf0909!important;
	}




.newsletter {
	color:#ffffff;
}

	.newsletter .form-control {
		margin-bottom:3px;
		width:45%;
		display:inline-block;
		border-radius:0px;
		padding:12px;
		height:40px;
		background-color:#1d1d2c;
	}
	
	
	
	.btn-default, .btn-default:visited, .btn-default:active, .btn-default:focus {
		padding: 15px 30px;
		border-radius:0px;
		display: inline-block;
		
		margin: auto;
		text-align: center;
		border: 2px solid #26292e;
		text-transform: uppercase;
		font-weight: 700;
		color: #26292e !important;
		background-color:transparent;
		transition: all 0.3s;
	}
	
			.btn-default:hover {
		background-color:#bf0909;
		border:2px solid #bf0909;
		color:#ffffff!important;
	}
		

.datos .glyphicon {
	font-size:22px;
	vertical-align:middle;	
	margin:0px 2px 0px 0px;
}

strong {
	font-weight:700;	
}

/* Clases */



.titulos {
	  margin: 35px auto 20px auto;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  background-color: #bf0909;
  padding: 5px 15px;
  max-width: 300px;
}

	


	/*.titulos:after {

		display: block;
		margin:auto;
		margin-top: 10px;

		height: 4px;

		content: " ";

		text-shadow: none;

		background-color: #bf0909;

		width: 50px;
}*/



	
	
	

	.titulosb {
		margin-bottom:30px;
		text-align:center;
		text-transform:uppercase;
		letter-spacing:1px;
	}
	
	
	.titulosc {
	margin-bottom:30px!important;
	text-align:center;
	color:#000000!important;
	font-size:20px;
	font-weight: 700;
	text-transform: uppercase;
	}
	
	.titulosd {
	margin-bottom:30px!important;
	text-align:left;
	color:#000000!important;
	font-size:22px;
	font-weight: 700;
	}
	
	
	
	
	.big {
		font-size:28px;	
		text-align:left;
		text-transform:none;
		margin-bottom:20px;
	}


.center-line {
    border-top: 1px solid #e7e7e7;
    display: block;
    height: 1px;
    margin: auto;
	margin-top:10px;
    width: 70px;
}


.separador {
	border-top: 1px solid #e7e7e7;
    display: block;
    height: 1px;
    margin: 25px 0px 15px 0px;

}

	.social, .bordeleft {
			border-left:1px solid #e7e7e7;	
	}
	
	.borderight {
			border-right:1px solid #e7e7e7;	
	}

	
	.bordetop {
		border-top:1px solid #e7e7e7;	
		padding-top:15px;
		margin-top:30px;
	}
	
.banda {
	padding:50px 0px 60px 0px;

}

.gris {

	background-color:#F8F8F8;	
}

.textoimp {
	font-size:15px;
	line-height:22px;
}
	.textoimp p {
		margin-bottom:20px;
	}
	
.color {
	color:#26292e;

}	
	

.anuncios {
	display:inline-block;
	padding:15px 50px;
	border:2px solid #333333;
	margin:30px 0px;
}

/* Custom Bootstrap */


/* Media Queries */
@media (max-width: 360px) {
	.navbar-brand	{
		padding:5px!important;	
	}
	
	.menu_top {
	background-color: rgba(0,0,0,.8);
	}
	
	.menu_top a:hover {
		color:#000000!important;	
	}
	
	.social, .bordeleft, .borderight  {
			border: none;	
	}

}






/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    float: left;
    margin-right: 10px;
}



/* Agregado */

blockquote {
	font-size:14px;
	
}


/**
  MEDIA QUERIES
*/



/* Media Queries */
@media (max-width: 480px){
	.info {
		margin-top: 100px!important;
	}

	
	.intro h1 {
		font-size: 25px;
	}

	.conteo h3 {
		font-size: 20px!important;
	}

	.redes-top {
		float: left;
	}

	.institucional, .alojamiento, .inscripcion, .ponencias, .antecedentes, .conferencistas {
	height:250px;
	background-position: center;

}	

.machu {
	

	height: 300px!important;

}


.secciones_header {
	margin-top:130px;
	font-size:20px!important;
}


	.machupichu { 
		margin: 130px auto!important;
		}

.backgrounds h2 span {
	font-size:15px;
	display:block;
}

.fotos {

margin:10px 0px;
}
	

}



/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 

	.info {
			margin-top:80px!important;
		}




    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

		@media (orientation: landscape) and (min-width: 400px) and (max-width: 940px) 
{		
		
		
		.content{
				margin-top:200px!important;
		}
		

}

@media (max-width: 1367px) {
			.datos h1 {
					font-size: 38px!important;
				}

					.datos h1 span {
						font-size: 35px!important;
					}


				.datos h2 {
					margin-bottom: 55px;
					font-size:28px;
				}

				.info {
				  margin-top: 100px!important;
				}


	}



@media (max-width: 1200px) {
	.redes-top {
		float: left;
	}


	.info {
		margin-top: 60px!important;
	}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}