/*Botón para comprar en amazon pero monis */
.boton-rosa{
	background-color:#df879f;
	border-radius: 4px;
	padding: 0.3rem 0.75rem;
	display: block;
	margin: 0 auto;
}

.boton-rosa:hover{
	background-color:#BF4061;
}
.boton-rosa>a{
	color:white;
}
.boton-rosa>a:hover, 
.boton-rosa>a:focus,
.boton-rosa>a:active,
.boton-rosa>a:visted,
.boton-rosa>a:target{
	text-decoration: none!important;
	color:white;
}

h2 {color:#df879f;}
h3 {color:#df879f;}

/* Centrar vídeos de wordpress*/
.wp-video{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Estilo para tablas de guías*/
.table-guide td, .table-guide th{
	display: table-cell!important;
	vertical-align:middle!important;
}

.table-guide > tbody > tr:nth-of-type(2n+1){
	vertical-align: middle;
}
.table-guide > tbody > tr:nth-of-type(2n+1){
	background-color:#F3D3DD!important;
}

.table-guide > tbody > tr:nth-of-type(2n){
	background-color:#faf1ec!important
}

.table-guide >thead{
	background-color:#be4163!important;
		color:white;
	font-weight:700;
	font-size:1.4rem;
}
/* 2019 07 13 */
strong {
    font-weight: 700;
}
.info-game{
		border: solid #DF879F; 
		text-align: center; 
		box-shadow: 10px 10px #9CE0FF; 
		margin-bottom: 15px;
		margin-right: 30px;
		padding: 12px 5px 0px 8px; 
	float:left; 
max-width:50%;}

/* Cambios estilos colores accesibilidad */
.articulo .titulo{
	text-shadow:none!important;
}

.img-destacada h2{
	background-color:#BF4061!important;
}
a {
	color:#BF4061;
}
a:hover{
	color:#f78da7
} 

/* 2019 08 14 */
@media screen and (min-width: 1024px) {
	body .navbar {
    min-height: 105px;
    margin-bottom: 0px;
    border: 0;
	}
	body .header .navbar-collapse {
    margin-top: 15px;
	}
	body .header .searchform .navbar-form {
    margin: 8px 0 0;
	}
	body .header .navbar-form button {
		margin-top: 13px;
	}
		.info-game{
		max-width:30%;
	}

} /* 1024 min */

@media screen and (max-width: 768px) {
	body .navbar-header a.navbar-brand {
			height: auto;
		  padding: 11px 0 0;
	}
	body .nav > li > a {
			padding: 10px 11px;
	}
	body .navbar {
    min-height: 55px;
    margin-bottom: 10px;
		border: 0;
	}
	body .navbar-nav > li {
    padding: 25px 0 15px;
	}
	body .header .navbar-form button {
		margin-top: 21px;
	}
	body .header .searchform input {
    width: 604px;
    border: 1px solid #FFF;
    height: 40px;
    top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
	}	

}

@media screen and (max-width: 767px) {
	body .header .navbar-form button {
    margin-top: 11px;
	}
	body .header .searchform input {
    width: 80%;
	}
	.info-game{
		max-width:69%;
	}
}



@media screen and (max-width: 480px) {
	.info-game{	
		max-width:100%;
		margin-right:10px;
	}
}

/*Arreglar h2*/
@media screen and (min-width: 1200px) {
	h2{
		font-size:3.56rem;
	}
}

/*Hacer más grande el botón rosa en pantallas grandes*/
@media screen and (min-width: 1200px) {
	.boton-rosa{
		font-size:1.5rem;
	}
}

/* Cambiar el ancho de la parte de los posts*/

  @media (min-width: 768px) {  .container-post { width: 750px; } }
@media (min-width: 992px) {  .container-post { width: 900px; } }
@media (min-width: 1200px) {  .container-post { width: 1000px; } }