@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');

body {
	background-color: #f6f6f6;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

h1, h2, h3, h4, h5, h6{
	display: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0px;
	padding: 0px;
}
#contenedor_general .columna65 h1 {
	font-size: 2em;
}

h2{
	float: left;
	margin: 20px 0px;
	width: 100%;
}

input, select, textarea, option {
	border: none;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	margin: 0px;
	outline: none;
	padding: 0px;
	resize: none;
	appearance:none;
	-moz-appearance:none; 
	-webkit-appearance:none;
}

/*
////////////////////////
MENU
////////////////////////
*/
.cabecera{
	background-color: #ffffff;
	border-bottom: 3px solid #CEB555;
	display: block;
	left: 0px;
	overflow: hidden;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 4;
}

.menu{
	display: block;
	width: 100%;
}

.menu ul{
	display: table;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.menu ul li{
	display: block;
	float: left;
	margin: 0px;
	width: calc(100% / 7);
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.menu ul li a{
	color: #222;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	width: 100%;
}

.menu ul li a span.logo{
	background-image: url(../img/logo-syc-menu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 38px;
	margin: 5px auto;
	width: 90%;
}

.menu ul li:hover{
	background-color: #222;
}

.menu ul li:hover a{
	color: #ffffff;
}

/*
////////////////////////
GRID
////////////////////////
*/
#contenedor_general{
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(218,218,217,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(218,218,217,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(218,218,217,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(218,218,217,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(218,218,217,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(218,218,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadad9', GradientType=1 );
	display: block;
	min-height: 100vh;
	overflow-x: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

#image{
	background-image: url(../img/banner.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: calc(100% - 60px);
	position: fixed;
	top: 60px;
	width: 55%;
	z-index: 2;
}
#image2{
	background-image: url(../img/banner.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: calc(100vh - 60px);
	position: absolute;
	top: 60px;
	width: 35%;
	z-index: 2;
}

/*
////////////////////////
FORMULARIO
////////////////////////
*/
#formulario{
	display: block;
	float: left;
	margin-left: 60%;
	margin-top: 15vh;
	max-width: 400px;
	padding: 0px 2.5%;
	position: relative;
	width: 45%;
	z-index: 3;
}

#formulario input{
	background-color: #ffffff;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
	color: #242424;
	display: block;
	float: left;
	line-height: 40px;
	margin-bottom: 10px;
	padding: 0px 2.5%;
}

#nombre{
	width: 95%;
}

#correo, #empresa{
	margin-right: 2.5%;
}

#correo, #puesto{
	width: 35%;
}

#telefono, #empresa{
	width: 52.5%;
}

#formulario input[type=submit]{
	background-color: #1d1d1b;
	border-bottom: solid 2px #000000;
	color: #ffffff;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 45px;
	margin: 20px auto 40px;
	width: 100%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#formulario input[type=submit]:hover{
	background-color: #fbc818;
	border-color: #C79F15;
}

.sedes{
	display: block;
	float: left;
	position: relative;
	width: 100%;
}

.sede{
	background-color: #ffffff;
	border-radius: 4px;
	border-top: solid 4px #fbc818;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
	cursor: pointer;
	display: block;
	float: left;
	opacity: .8;
	padding: 10px 2.5% 5px;
	position: relative;
	-webkit-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	width: 45%;
	z-index: 1;
}

.sede:first-child{
	z-index: 2;
}

.sede.active{
	opacity: 1;
	-webkit-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95);
}

.check{
	background-image: url(../img/check.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
	border-radius: 50%;
	bottom: -15px;
	display: block;
	height: 30px;
	opacity: 0;
	position: absolute;
	right: -15px;
	-webkit-transform: scale(.75);
	-o-transform: scale(.75);
	transform: scale(.75);
	tranistion-delay: .3s;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	width: 30px;
	z-index: 3;
}

.sede.active .check{
	opacity: 1;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


/*
////////////////////////
TEXTOS
////////////////////////
*/
.t_upper{
	text-transform: uppercase;
}

.t_lower{
	text-transform: lowercase;
}

.t_capitalize{
	text-transform: capitalize;
}

.t_center{
	text-align: center;
}

.t_right{
	text-align: right;
}

.t_0_4_em{
	font-size: 0.4em;
}

.t_0_8_em{
	font-size: 0.8em;
}

.t_1_2_em{
	font-size: 1.2em;
}

.t_1_5_em{
	font-size: 1.5em;
}

.t_1_6_em{
	font-size: 1.6em;
}

.t_1_8_em{
	font-size: 1.8em;
}

.t_2_em{
	font-size: 2em;
}

.t_2_2_em{
	font-size: 2.2em;
}

.t_2_5_em{
	font-size: 2.5em;
}

.t_3_em{
	font-size: 3em;
}

.t_3_2_em{
	font-size: 3.2em;
}

.t_3_5_em{
	font-size: 3.5em;
}

.t_4_em{
	font-size: 4em;
}

.t_light{
	font-weight: 300;
}

.t_regular{
	font-weight: 400;
}

.t_semi_bold{
	font-weight: 500;
}

.t_bold{
	font-weight: 600;
}

.t_black{
	font-weight: 700;
}

.t_negro{
	color: #000000;
}

.t_gris{
	color: #595959;
}

#contenedor_final {
	padding: 47px;
	padding-top: 15%;
	text-align: center;
}

.columna65{
    display: block;
    margin-left: 35%;
    padding: 70px 2.5%;
    position: relative;
    width: 60%;
}

.full_table{
	border-collapse: collapse;
	margin: 20px 0px;
	min-height: 240px;
	position: relative;
	width: 100%;
}

.full_table.productos_subcategorias{
	margin-left: 240px;
	width: calc(100% - 240px);
}

.img_producto_subcategoria{
	display: inline-block;
	height: 220px;
	left: -240px;
	position: absolute;
	vertical-align: top;
	width: 220px;
}

.cont_img_producto{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 180px;
	margin: 30px !important;
	padding: 0px !important;
	width: 180px;
}

.full_table tr.encabezado{
	background-color: #000 !important;
	color: #F5F5F5 !important;
}

.full_table tr{
	border: none;
	border-collapse: collapse;
	border-bottom: solid thin #C6C6C6;
	-webkit-transition: background-color ease .3s;
	-o-transition: background-color ease .3s;
	transition: background-color ease .3s;
}

.full_table tr th{
	color: #BBBBBB;
	font-weight: 300;
	padding: 15px 10px !important;
	text-align: left;
	vertical-align: top;
}

.full_table tr td{
	color: #7E7E7E;
	font-weight: 300;
	padding: 30px 10px;
}

.full_table tr:hover{
	background-color: #F5F5F5;
}

.back{
	background-color: rgba(200,200,200,0.7) !important;
}