/* SETEO */
*{
	margin: 0;
	padding: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E7692C;
}
/* SETEO */
/* HEADER */
.header_texto_logo{
	font-family: 'Montserrat', sans-serif;
	color:#ffffff;
	font-size: 30px;
	text-shadow: 2px 2px 2px black;
	/*font-weight:bold;*/
}
.header_texto_frase{
	font-family: "Montez", cursive;
	color:#ffffff;
	font-size: 48px;
	text-shadow: 2px 2px 5px black;
}
/* HEADER */
/* MENU */
a {
  text-decoration: none;
  color: inherit;
}
.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(249, 224, 22);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
	font-family: 'Montserrat', sans-serif;
	color:#FFFFFF;
	text-shadow: 2px 2px 2px black;
  	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	vertical-align: middle;
}
.cta:hover:before {
  width: 100%;
  background: #f9e016;
}
.cta:active {
  transform: scale(0.96);
}
/* MENU */
/* IMAGEN */
.contenedor_img{
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right, rgb(84 130 53 / .9),rgb(255 255 255 / .1)), url(../img/img_torneos.jpeg);
	background-size: cover;
	background-position: center;
}
.contenedor_img_texto{
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	text-align: left;
	width: 70%;
	height: 70%;
}
.contenedor_img_tex_ch{
	font-size: 30px;
}
.contenedor_img_tex_gr{
	font-size: 60px;
}
.contenedor_img_linea{
	border: 0;
    height: 2px;
    background: #ffffff; 
	width: 55%; 
}
/* IMAGEN */
/* FOOTER */
.footer_texto_logo{
	font-family: 'Montserrat', sans-serif;
	color:#ffffff;
	font-size: 24px;
	text-shadow: 2px 2px 2px black;
}
.footer_texto_contacto{
	font-family: 'Montserrat', sans-serif;
	color:#ffffff;
	font-size: 20px;
	text-shadow: 2px 2px 5px black;
}
.footer_texto_datos{
	font-family: 'Montserrat', sans-serif;
	color:#ffffff;
	font-size: 16px;
	text-shadow: 2px 2px 5px black;
	font-weight:bold;
}
/* FOOTER */
/* CARD INFO */
.contservicio{
	font-family: 'Montserrat', sans-serif;
	display:flex;
	flex-direction:row;
	justify-content:center;
	flex-wrap:wrap;
}
.cardservicio{
	width:100%;
	height:100%;
	margin:10px;
	border-radius:6px;
	overflow: hidden;
	background:#FFFFFF;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
	cursor:default;
	transition: all 400ms ease;
}
.cardservicio:hover{
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	transform: translateY(-3%);
}
.cardservicio .contenidoservicio{
	padding:5px;
	margin:5px;
}
.cardservicio .contenidoservicio p{
	font-size: 20px;
	line-height:1.5;
	color:#324D1F;
	text-align: justify;
}
.cardservicio .contenidoservicio h3{
	font-size: 24px;
	color:#324D1F;
	margin-bottom: 5px;
	text-align:left;
}
.contenidoservicio_linea_der{
	border: 0;
    height: 2px;
    background: #E7692C;
	margin-left: 70%;
	margin-right:0%;
}
.contenidoservicio_linea_izq{
	border: 0;
    height: 2px;
    background: #E7692C; 
	margin-left: 0%;
	margin-right:70%;
}
/* CARD INFO */
/* ICONOS RRSS */
.webmail{
	font-family: 'Montserrat', sans-serif;
	color:#F7F7F7;
  	font-size:40px;
}
.webmail:hover {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	color: #f9e016;
}
/* ICONOS RRSS */
/* BOTON DESCARGA */
.boton4 {
  color:#324D1F;
  font-size: 20px;
  padding: 0.5em 1.2em;
  background: #fff;
  border: 2px solid;
  border-color: #E7692C;
  position: relative;
  cursor:pointer;
  border-radius:20px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  transition: all 400ms ease;
}
.boton4:hover {
  color:#324D1F;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
}
/* BOTON DESCARGA */
/* CARD TORNEO */
.tarjeta_torneo{
	display: flex;
	font-family: 'Montserrat', sans-serif;
	margin:20px;
	align-items:center;
	justify-content: center;
	padding:0 20px;
}
.tarjeta_torneo_container_verde{
	background:#D6E9C9;
	display: flex;
	width: 850px;
	height: 350px;
	border-radius: 6px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
	transition: all 400ms ease;
}
.tarjeta_torneo_container_naranjo{
	background:#F8D1BE;
	display: flex;
	width: 850px;
	height: 350px;
	border-radius: 6px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
	transition: all 400ms ease;
}
.tarjeta_torneo_container_blanco{
	background:#FFFFFF;
	display: flex;
	width: 850px;
	height: 350px;
	border-radius: 6px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
	transition: all 400ms ease;
}
.tarjeta_torneo_container_verde:hover{
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	transform: translateY(-3%);
}
.tarjeta_torneo_container_naranjo:hover{
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	transform: translateY(-3%);
}
.tarjeta_torneo_container_blanco:hover{
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	transform: translateY(-3%);
}
.img_verde{
	border-radius: 6px 0 0 6px;
	opacity: 0.6;
}
.img_naranjo{
	border-radius: 6px 0 0 6px;
	opacity: 1;
}
.tarjeta_torneo_descripcion{
	padding:20px;
	text-align:left;
}
.torneo_titulo{	
	font-size: 34px;
	color:#324D1F;
}
.torneo_subtitulo{
	font-size: 24px;
	color:#324D1F;
}
.torneo_texto{
	font-size: 14px;
	color:#324D1F;
}
/* CARD TORNEO */