/*
Theme Name: Raza Sport
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #F3F2F7;
	--dark: #040026;
	--blue: #002C54;
	--yellow: #d1ff5c;
	--black: #000000;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url('fonts/IBMPlexMono-Regular.eot');
    src: url('fonts/IBMPlexMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/IBMPlexMono-Regular.woff2') format('woff2'),
        url('fonts/IBMPlexMono-Regular.woff') format('woff'),
        url('fonts/IBMPlexMono-Regular.ttf') format('truetype'),
        url('fonts/IBMPlexMono-Regular.svg#IBMPlexMono-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('fonts/IBMPlexSans.eot');
    src: url('fonts/IBMPlexSans.eot?#iefix') format('embedded-opentype'),
        url('fonts/IBMPlexSans.woff2') format('woff2'),
        url('fonts/IBMPlexSans.woff') format('woff'),
        url('fonts/IBMPlexSans.ttf') format('truetype'),
        url('fonts/IBMPlexSans.svg#IBMPlexSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('fonts/IBMPlexSans-SemiBold.eot');
    src: url('fonts/IBMPlexSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/IBMPlexSans-SemiBold.woff2') format('woff2'),
        url('fonts/IBMPlexSans-SemiBold.woff') format('woff'),
        url('fonts/IBMPlexSans-SemiBold.ttf') format('truetype'),
        url('fonts/IBMPlexSans-SemiBold.svg#IBMPlexSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'IBM Plex Mono', sans-serif;
	font-size: 16px;
	color: var(--white);
	font-weight: normal;
	overflow-x: hidden;
}
.container, .container-fluid {
	width: 1160px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.dark {
	color: var(--dark);
}
.yellow {
	color: var(--yellow);
}
.blue {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-dark {
	background: var(--dark);
}
.bg-yellow {
	background: var(--yellow);
}
.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: transparent;
	border: 1px solid var(--white);
	padding: 10px 20px;
	font-weight: 600;
	font-family: 'IBM Plex Sans', sans-serif;
	border-radius: 8px;
}
.boton2 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white) !important;
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 14px 50px;
	font-weight: 600;
	font-family: 'IBM Plex Sans', sans-serif;
	border-radius: 8px;
}
.boton:hover, .boton:focus {
	color: var(--blue);
	background: var(--yellow);
	border: 1px solid var(--yellow);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: bold;
}


/**** HEADER ****/
header {
	background: var(--dark);
	color: var(--white);
	border-bottom: 2px solid var(--yellow);
	padding-top: 15px;
	padding-bottom: 15px;
}
.topsocial {
	text-align: right;
}
.topsocial img {
	width: 19px;
	margin-left: 6px;
}
.top {
	display: none;
}
.top .topsocial {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--yellow);
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 34px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--white);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'IBM Plex Sans', sans-serif;
	border-bottom: 2px solid transparent;
	padding: 10px 3px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: var(--white);
	border-bottom: 2px solid var(--yellow);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--white);
	border-bottom: 2px solid var(--yellow);
}
.navbar-default .navbar-nav li {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-default .navbar-nav li.opinion a {
	background: var(--yellow) !important;
	color: var(--blue) !important;
	font-weight: 600;
	border-radius: 6px;
	padding-left: 12px;
	padding-right: 12px;
}
.navbar-right {
    padding-top: 4px;
}
.top-relative {
	position: relative;
	padding-right: 160px;
}
.top-relative .topsocial {
	position: absolute;
	right: 15px;
	top: 18px;
}



.carousel-home .item {
	height: 870px;
}
.carousel-home .item a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.carousel-home .item a img {
	display: none;
}
.main {
	background: url(images/nuevofondo.jpg) no-repeat top center;
	background-size: cover;
}
.main .contenidos {
	position: relative;
	margin-top: -300px;
	z-index: 100;
}
img.logohome {
	width: 270px;
}
h1, h2, h3 {
	margin-bottom: 20px;
}
.imagenizquierda {
	position: relative;
	display: block;
}
.imagenizquierda img {
	position: relative;
	z-index: 1;
}
.imagenizquierda::before {
	content: '';
	display: block;
	border: 1px solid var(--yellow);
	position: absolute;
	left: 10px;
	top: 12px;
	width: 100%;
	height: 100%;
}
.floatright .imagenizquierda::before {
	content: '';
	display: block;
	border: 1px solid var(--yellow);
	position: absolute;
	right: 15px;
	left: inherit;
	top: 12px;
	width: 100%;
	height: 100%;
}
.imagenizquierda {
	margin-bottom: 50px;
}
.textos {
	padding-top: 30px;
}

.listo {
	background: url(images/am.jpg) repeat center center;
	color:var(--dark);
	position: relative;
}
.listo h1 {
	font-size: 50px;
}
.listo-boton {
	padding-top: 70px;
}
.primario {
	position: relative;
	padding-left: 100px;
}
.primario::before {
	content: '';
	display: block;
	position: absolute;
	left: -600px;
	top: 0;
	width: 700px;
	background: url(images/l1.jpg) no-repeat right center;
	height: 100%;
}
footer {
	background: url(images/footer.jpg) no-repeat right top;
	background-size: cover;
	padding-top: 40px;
	font-size: 15px;
}
p.contactos {
	position: relative;
	padding-left: 25px;
}
p.contactos img {
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
}
.redes img {
	width: 19px;
	margin-right: 6px;
}
.copyright {
	padding-top: 30px;
	font-size: 14px;
	margin-bottom: 20px;
}
.copyright a {
	color: var(--white) !important;
}
.formulario input, .formulario textarea, .formulario select {
	width: 100%;
	border: 1px solid var(--yellow);
	padding: 12px 15px;
	margin-bottom: 16px;
	color: var(--yellow);
	background: transparent;
}
.formulario textarea {
	height: 150px;
}
.principal {
	background: url(images/bg.png) no-repeat bottom center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 20px;
	color: var(--yellow);
}
.cab {
	background: url(images/cab.jpg) no-repeat bottom center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.cab h1 {
	color: var(--yellow);
	margin: 0;
	padding: 0;
	font-size: 48px;
}
.formulario button {
	text-transform: uppercase;
	display: inline-block;
	color: var(--blue);
	background: var(--yellow);
	border: 1px solid var(--yellow);
	padding: 10px 80px;
	font-weight: 600;
	font-family: 'IBM Plex Sans', sans-serif;
	border-radius: 8px;
}
.redes2 img {
	margin-right: 6px;
	width: 38px;
}
table td {
	padding: 2px 30px 2px 0;
}
table th {
	padding: 10px 30px 10px 0;
	color: var(--yellow);
	font-weight: 600;
}
.principal ul {
	list-style-type: none;
	margin: 10px 0 20px 0;
	padding: 0;
}
.principal ul li {
	position: relative;
	padding-left: 24px;
}
.principal ul li::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--yellow);
	position: absolute;
	left: 8px;
	top: 7px;
}
.botones {
	text-align: center;
	margin-bottom: 30px;
}

.link {
	display: inline-block;
	margin: 1px;
	border: 2px solid var(--yellow);
	white-space: nowrap;
	border-radius: 8px;
	padding: 8px 20px;
	color: var(--yellow) !important;
	font-weight: 600;
	font-size: 15px;
	font-family: 'IBM Plex Sans', sans-serif;
}
.link.activo {
	background: var(--yellow);
	color: var(--blue) !important;
}
.tab {
	color: #fff;
}
.descripcion {
	color: #fff;
}
.descripcion h1, .descripcion h2, .descripcion h3, .descripcion h4, .descripcion h5, .descripcion h6 {
	color: var(--yellow);
	margin-bottom: 20px;
}
@media(min-width:767px) {
	.image-right {
		float: right;
		margin-left: 30px;
		margin-bottom: 30px;
	}
}
.ubicacion {
	margin-bottom:30px;
}
.ubicacion h4 {
	color: var(--yellow);
}
.ubicacion img {
	width: 18px;
	margin-right: 4px;
	position: relative;
	top: -1px;
}
.ubicacion ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 15px;
}
.ubicacion ul li {
	position: relative;
	padding-left: 24px;
}
.ubicacion ul li::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--yellow);
	position: absolute;
	left: 8px;
	top: 7px;
}


.destello {
  position: absolute;
  bottom: -250px;
  opacity: 0.8;
}
.destello img {
	width: 1200px;
	max-width: 1200px;
}
.zindex {
	position: relative;
	z-index: 10;
}

@media(min-width:767px) {
	.pleft {
		padding-left: 24px;
	}
	.pright {
		padding-right: 24px;
	}
	.floatright {
		float: right;
	}
	.floatright .pleft {
		padding-right: 24px;
		padding-left: 15px;
	}
	.floatright .pright {
		padding-left: 24px;
		padding-right: 15px;
	}
}



@media(max-width:1088px){
	.top {
		display: block;
	}
	.top-relative {
		padding-right: 15px;
	}
	.top-relative .topsocial {
		display: none;
  	}
}


@media (max-width: 991px) {
  	.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;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: none !important;
		border-radius: 4px;
		font-size: 20px;
		background: transparent !important;
	}
	.navbar-default .navbar-nav li {
  		padding-right: 10px;
  		padding-left: 10px;
  		margin-bottom: 15px;
  		margin-top: 5px;
	}
	.carousel-home .item a {
  		display: block;
  		position: relative;
  		left: inherit;
  		top: inherit;
  		width: 100%;
  		height: auto;
	}
	.carousel-home .item a img {
		display: block !important;
	}
	.carousel-home .item {
		background: none !important;
		height: auto;
	}
	.main .contenidos {
	  position: relative;
	  margin-top: 0;
	  z-index: 100;
	}
	.main {
		padding-top: 50px;
	}
	.textos {
		padding-top: 0;
	}
	.listo h1 {
  		font-size: 40px;
	}
	footer{
		background: var(--dark);
	}
}


@media(max-width:767px) {
	body {
		font-size: 15px;
	}
	.imagenizquierda {
  		margin-bottom: 15px;
  		width: 400px;
  		margin-left: 20px;
  		max-width: 90%;
	}
	img.logohome {
  		width: 210px;
	}
	.h2, h2 {
  		font-size: 24px;
	}
	.listo-boton {
 		padding-top: 20px;
 		padding-left: 100px;
	}
}

@media(max-width:498px) {
	header .navbar-brand img {
  		height: 26px;
	}
	.navbar-toggle {
    	padding-top: 0;
    	padding-bottom: 15px;
  	}
  	.listo h1 {
    	font-size: 30px;
  	}
  	.cab {
  		padding-top: 60px;
  		padding-bottom: 60px;
  	}
  	.cab h1 {
	  font-size: 34px;
	}
}