
/* Estilos glables */

hr {
	border-top: 1px solid #FF5F24;
	margin: .5em 0;
}

.sombra {
	text-shadow: 0px 0px 2px #3b0000
}


/* Barra */
/* Iconos Redes Sociales*/
.iconos li a img {
	opacity: 0.2;
	transition: 0.40s ease-out;
}

.iconos li a img:hover {
	opacity: 0.5;
}

/* Cambiar color placeholder */
.form-control::placeholder {
	color: #FF5F24;
}
/* Cambiar degradado cuando esta activo */
.form-control:focus {
	box-shadow: 0 0 0 .2rem rgba(255,95,36,.30);
}
/* Borde de boton toggle */
#nav-toggle-button {
	border-color: transparent; 
}
/* Color de las lineas del boton toggle */
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,95,36, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Dorpdown Animacion*/
@media (min-width: 768px) {
  .animate {
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  
}

@keyframes slideIn {
  0% {
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(3rem);
    opacity: 0;
  }
}

.slideIn {
  animation-name: slideIn;
}

/* Dropdown menu background color */
.navbar-nav > li > .dropdown-menu {
	background-color: #FF5F24;
}

/* Dropdown menu fuente color */
.navbar-nav > li > .dropdown-menu a {
	color: #181002;
	transition: 0.40s ease-out;
}

.dropdown-item:hover {
	background: none;
}

.navbar-nav > li > .dropdown-menu a:hover {
	padding-left: 10px;
	font-weight: 700;
	transition: 0.40s ease-in;
}

/* Tabla buscar */
.search {
	display: none;
}

.table-dark {
	color: #FE9E7C;
}

/* Tabla de resutados del buscaor */
.table {
	opacity: 0.9;
}

.mover {
	top: 67px;
	transition: .7s ease-in;
}

.mover_mas {
	top: 184px;
	transition: .7s ease-in;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
	display: none;
}

/* slider */
.carousel-item {
  height: 78vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
	top: 50%;
	right: 9.5%;
	bottom: initial;
	transform: translateY(-46%);
	text-align: right;
}

/* Cabecera Politica */
.politica-fondo {
	background-image: url(../img/fondos/politica.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Cabecera sociedad */
.sociedad-fondo {
	background-image: url(../img/fondos/sociedad.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Cabecera cultura */
.cultura-fondo {
	background-image: url(../img/fondos/cultura.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Cabecera literatura */
.literatura-fondo {
	background-image: url(../img/fondos/literatura.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Cabecera Fotografia */
.fotografia-fondo {
	background-image: url(../img/fondos/fotografia.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Cabecera Fotografia */
.eventos-fondo {
	background-image: url(../img/fondos/eventos.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

/* seccion de artículos */
figure.transicion {
    transition: all .7s ease-in-out;
    border-radius: .5rem .5rem 0 0;
    
    background: linear-gradient(90deg, #800000 0%, #965f00 100%);
}

figure.transicion:hover {
    transform: scale(1.1); 
}

img.foto {
	border: 1px solid #FF5F24;
	border-radius: .5rem .5rem 0 0;
	filter: opacity(50%);
	transition: all .70s ease-in-out;
}

img.foto:hover {
	filter: opacity(100%);
}


/* Chaira */
/* parallax */
.parallax {
		background-image: url("../img/estados/estado_mov.jpg");
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}



@media (min-width: 575px) {
	.parallax {
		background: url("../img/estados/estado_md.jpg");
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
} 

@media (min-width: 768px) {
	.parallax {
		background: url("../img/estados/estado_lg.jpg");
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media (min-width: 1200px) {
	.parallax {
		background: url("../img/estados/estado.jpg");
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

.fondo-chaira {
    background-color: rgba(44, 6, 0, 0.7);
    margin: 10rem 0;
    padding: 1rem;
    border-radius: .5rem;
}



/* Avatar */
.owner {
  text-align: center;
}

.owner .avatar {
  padding: 15px;
  max-width: 180px;
  margin: -40px auto 0;
  display: inline-block;
}


.img-circle {
    background-color: #fe9e7c;
    padding: 1px;
    border-radius: 50%;
    max-width: 100%;
    position: relative;
}

/* Pagina archivo.php*/

/* Estilo del texto*/

.texto-entrada p {
	color: #7B574A;
	text-align: justify;
}

.texto-entrada p a {
	color: #5c3e34;
	font-weight: 600;
}

.texto-entrada p a:hover {
	color: #2c0600;
}
/* formulario */
.place .color {
	color: #FE9E7C;
	background: #2C0600;
	border: 1px solid #FF5F24;
}

/* foooter */
.site {
	background: linear-gradient(to bottom, rgba(44,6,0,1) 0%, rgba(44,6,0,1) 80%, rgba(255,96,36,1) 95%, rgba(255,95,36,1) 100%);
}

@media (min-width: 992px) {
	
	.site {
		background: linear-gradient(to bottom, rgba(44,6,0,1) 0%, rgba(44,6,0,1) 75%, rgba(255,96,36,1) 95%, rgba(255,95,36,1) 100%);
	}
}

@media (min-width: 1200px) {
	.site {
		background: linear-gradient(to bottom, rgba(44,6,0,1) 0%, rgba(44,6,0,1) 70%, rgba(255,96,36,1) 95%, rgba(255,95,36,1) 100%);
	}
}

