@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Pacifico:400,500,600,700,800,900');

* {
	box-sizing: border-box;
}

html, body {
	background: #F9FAFB;
	height: 100%;
  width: 100%;
	margin: 0;
	font-family: 'Cabin', sans-serif;
  user-select: none;
}

#row {
	max-width: 1400px;
  	margin: 0 auto;
	text-align: center;
	padding: 0;
}

/* HEADER */

#header {
	position: fixed;
	float: left;
	width: 100%;
	height: 120px;
	color: #000;
	font-size: 18px;
	text-align: center;
	z-index: 98;
	transition: all 0.25s ease-in-out;
	background: #FFF;
	border-bottom: 1px solid #E2E2E2;
	transition: 0.3s;
}

#row_menu_left {
	width: auto;
	display: block;
	float: left;
}
#menu_logo {
	display: inline-block;
	height: 115px;
	padding: 20px 15px 15px 25px;
}
#row_menu_right {
	width: auto;
	display: block;
	float: right;
	padding: 10px 25px 0 0;
}
#row_menu_center {
	display: block;
	float: left;
	text-align: right;
}
#menu_row {
	color: #FE0000;
	font-weight: 900;
	width: auto;
	font-size: 26px;
	padding: 28px 7px 8px 7px;
	text-align: left;
}
#menu_social {
	display: inline-block;
	color: #FFF;
	font-weight: 900;
	width: auto;
	font-size: 18px;
	padding-bottom: 5px;
	margin: 0px 0px 5px 2px;
	text-align: center;
	position: relative;
}
#menu_social a{
	color: #949494;
	text-decoration: none;
	transition: 0.3s;
}
#menu_social a:hover{
	text-decoration: none;
	color: #000;
}
#menu_item {
	display: inline-block;
	color: #FFF;
	font-weight: 900;
	width: auto;
	font-size: 18px;
	padding-bottom: 5px;
	margin: 0px 7px 5px 7px;
	text-align: center;
	position: relative;
}
#menu_item a{
	color: #949494;
	text-decoration: none;
	transition: 0.3s;
}
#menu_item a:hover{
	text-decoration: none;
	color: #000;
}
#menu_item::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#menu_item:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#menu_button {
	display: block;
	background: #FE0000;
	font-weight: 900;
	font-size: 17px;
	border-radius: 6px;
	padding: 7px 12px;
	text-align: center;
	transition: 0.3s;
	margin: 10px 0;
}
#menu_button i{
	 color: #ad0101;
	 font-size: 17px;
	 margin-right: 5px;
	 transition: 0.3s;
}
#menu_button a{
	color: #FFF;
	text-decoration: none;
	transition: 0.3s;
}
#menu_button:hover {
	background: #ad0101;
	transform: scale(1.02);
}
#menu_button:hover i{
	 color: #fff;
}

/* HEADER SMALL */

#header.small {
    height: 80px;
	background: #FFF;
	font-size: 17px;
}
#header.small #menu_logo {
	display: inline-block;
	height: 80px;
	padding: 15px 15px 15px 25px;
}
#header.small #menu_button {
	font-size: 17px;
}
#header.small #row_menu_right {
	padding: 2px 25px 0 0;
}
#header.small #menu_button {
	font-size: 17px;
	padding: 5px 10px;
	margin: 5px 0;
}
#header.small #menu_button i{
	 font-size: 17px;
}
#header.small #menu_row {
	font-size: 22px;
	padding: 12px 7px 3px 7px;
}
#header.small #menu_item {
	font-size: 18px;
}

/* CONTENT */
#section {
	margin-top: 120px;
	height: 200px;
	padding: 75px 0px 0px 0px;
	display: block;
	float: left;
	width: 100%;
	background: #E2E2E2;
	color: #FE0000;
	font-weight:bold;
	font-size: 36px;
}
#content {
	padding: 40px 0px 40px 0px;
	display: block;
	float: left;
	width: 100%;
	font-size: 18px;
}
#remate {
	display: inline-block;
  border-radius: 6px;  
  margin: 10px 0 20px 20px;
  text-align: center;
  padding-top: 10px;
  width: 140px;
}
#remate_fecha {
  width: 100%;
  font-size: 34px;
  font-weight: bold;
}
#remate_detalle {
	display: inline-block;
  border-radius: 6px;  
  margin: 10px;
  text-align: center;
  width: 450px;
  height: 99px;
  line-height: 145%;
  display: inline-block;
}
#remate_left {
  display: block;
  width: 120px;
  float: left;
  padding: 10px 0;
  border-radius: 6px 0 0 6px;
}
#remate_left_inner {
  width: 100%;
  font-size: 34px;
  font-weight: bold;
}
#remate_right {
  display: block;
  width: calc(100% - 120px);
  float: left;
}
#remate_right_inner {
  width: 100%;
  height: 98px;
  border-radius: 0 6px 6px 0;
  text-align: left;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
#precio {
  background: #E2E2E2;
	display: inline-block;
  border-radius: 6px;  
  margin: 24px 20px 22px 0;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  width: 220px;
  color: #000;
}
#titulo {
	display: block;
	width: 700px;
	color: #6F6F6F;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 5px;
	margin: 0 auto;
}
#titulo_inicio {
	display: block;
  width: 145px;
	color: #6F6F6F;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #E2E2E2;
	padding: 0px 25px 5px 25px;
	margin: 25px auto 25px auto;
}
#titulo_left {
	display: block;
  float: left;
	width: auto;
	color: #6F6F6F;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #E2E2E2;
	padding: 0px 25px 5px 0px;
	margin-bottom: 10px;
  text-align: left;
}
#titulo_right {
	display: block;
  float: right;
	width: auto;
	color: #6F6F6F;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #E2E2E2;
	padding: 0px 0px 5px 25px;
	margin-bottom: 10px;
  text-align: right;
}
#renglon_precios_left {
	display: inline-block;
	width: 500px;
	color: #000;
	border-bottom: 1px solid #E2E2E2;
	padding: 5px 0;
	margin: 0 auto;
  text-align: left;
}
#renglon_precios_right {
	display: inline-block;
	width: 200px;
	color: #000;
	border-bottom: 1px solid #E2E2E2;
	padding: 5px 0;
	margin: 0 auto;
  text-align: right;
}
#content_row_contacto {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
}
#content_row {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#content_row_align_left {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
  padding: 0 25px;
}
#content_row_align_right {
	display: block;
	float: left;
	width: 100%;
	text-align: right;
  padding: 0 25px;
}
#content_row_left {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
  padding: 0 25px;
}
#content_row_right {
	display: block;
	float: left;
	width: 50%;
	text-align: right;
  padding: 0 25px;
}
#content_row_left a {
  color: #949494;
  text-decoration: none;
  transition: 0.3s;
}
#content_row_right a {
  color: #949494;
  text-decoration: none;
  transition: 0.3s;
}
#content_row_left a:hover {
  font-weight: bold;
}
#content_row_right a:hover {
  font-weight: bold;
}
#content_row a {
  color: #000;
  text-decoration: none;
}
#bloque {
	width: 500px;
	display: inline-block;
	padding: 10px 0;
	border: 1px solid #E2E2E2;
	border-radius: 6px;
	margin: 10px;
}
/* MENU MOBILE */
#header_mobile,
#header_mobile ul,
#header_mobile ul li,
#header_mobile ul li a,
#header_mobile #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header_mobile:after,
#header_mobile > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#header_mobile {
  background: #FFF;
  display: none;
}
#header_mobile > ul > li {
  float: left;
}
#header_mobile.align-center > ul {
  font-size: 0;
  text-align: center;
}
#header_mobile.align-center > ul > li {
  display: inline-block;
  float: none;
}
#header_mobile.align-center ul ul {
  text-align: center;
}
#header_mobile.align-right > ul > li {
  float: right;
}
#header_mobile > ul > li > a {
  text-decoration: none;
color: #949494;
padding: 12px;
font-size: 19px;
  background: #FFF;
  text-align: center;
  font-weight: 900;

}
#header_mobile > ul > li.has-sub > a {
  padding-right: 30px;
}
#header_mobile > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #17202A;
  content: '';
}
#header_mobile > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #17202A;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#header_mobile > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#header_mobile ul ul {
  position: absolute;
  left: -9999px;
}
#header_mobile.align-right ul ul {
  text-align: right;
}
#header_mobile ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#header_mobile li:hover > ul {
  left: auto;
}
#header_mobile.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#header_mobile li:hover > ul > li {
  height: 35px;
}
#header_mobile ul ul ul {
  margin-left: 100%;
  top: 0;
}
#header_mobile.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#header_mobile ul ul li a {
  border-bottom: 1px #fff;
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #17202A;
  font-weight: 400;
  background: #333333;
}
#header_mobile ul ul li:last-child > a,
#header_mobile ul ul li.last-item > a {
  border-bottom: 0;
}
#header_mobile ul ul li:hover > a,
#header_mobile ul ul li a:hover {
  color: #ffffff;
}
#header_mobile ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #17202A;
  content: '';
}
#header_mobile.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#header_mobile ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #17202A;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#header_mobile.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#header_mobile ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
/* FOOTER */
#footer {
	padding: 40px 0px 20px 0px;
	background: #E2E2E2;
	color: #6F6F6F;
	display: block;
	float: left;
	width: 100%;
	font-weight: 400;
}
#contacto_left {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	padding: 0 25px;
}
#contacto_right {
	display: block;
	float: left;
	width: 50%;
	text-align: right;
	padding: 0 25px;
}
#contacto_wrapper {
	display: block;
	float: left;
	width: 100%;
	text-align: right;	
}
#contacto_icono {
	display: block;
	float: right;
	color: #FE0000;
	font-size: 24px;
	width: 50px;
	height: 62px;
	padding: 7px 0;
}
#contacto_icono2 {
	display: block;
	float: right;
	color: #FE0000;
	font-size: 15px;
	width: 34px;
	height: 62px;
	padding: 7px 0;
}
#contacto_icono3 {
	display: block;
	float: right;
	color: #FE0000;
	font-size: 16px;
	width: 16px;
	height: 50px;
	padding: 18px 0 7px 0;
}
#contacto_texto_anios {
	display: block;
	float: left;
	font-size: 26px;
	font-family: 'Pacifico', sans-serif;
	color: #FE0000;
}
#contacto_texto_left {
	display: block;
	float: left;
	color: #6F6F6F;
}
#contacto_texto_left a{
	color: #6F6F6F;
	text-decoration: none;
}
#contacto_texto_right {
	display: block;
	float: right;
	color: #6F6F6F;
}
#contacto_texto_right a{
	color: #6F6F6F;
	text-decoration: none;
}
#contacto_texto_social {
	display: block;
	float: left;
	color: #6F6F6F;
	font-size: 24px;
	margin: 15px 10px 29px 0;
}
#contacto_texto_social a{
	color: #6F6F6F;
	text-decoration: none;
}
#contacto_logo {
	display: block;
	float: left;
	width: 90px;
}
/* SLIDE */
#slide_mobile {
	display: none;
}
#slide {
	width: 100%;
	height: 750px;
	background: rgb(255,255,255);
	background: radial-gradient(circle, #EABFBF 40%, #ad0101 100%);
	margin:auto; display:block; position: relative;
}
#slide video {
	width: 100%;
	height: 750px;
	object-fit: cover;
	z-index: 0;
	position: relative;
	opacity: 0.75;
}
#resultado {
  color: #FE0000;
  font-weight: bold;
}
.form_contacto {
	border-radius: 6px;
	border: 1px solid #E2E2E2;
	padding: 8px;
	width: 90%;
	font-family: 'Cabin', sans-serif;
	margin: 5px 0;
	color: #000;
  background: #F9FAFB;
  font-size: 18px;
}
input:focus {
	outline: 1px solid #6F6F6F;
}
textarea:focus {
	outline: 1px solid #6F6F6F;
}
.button_contacto {
  border-radius: 6px;
  padding: 8px 50px;
  margin: 25px 0;
	font-family: 'Cabin', sans-serif;
  background: #6F6F6F;
  color: #FFF;
  border: 0px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.button_contacto:hover {
  padding: 8px 80px;
}
@media only screen and (max-width: 1400px) {
#slide {
	height: 550px;
}
#slide video {
  height: 550px;
}
}
@media only screen and (max-width: 1200px) {
#menu_logo {
    height: 105px;
    padding: 30px 5px 15px 25px;
}
#menu_item {
    display: block;
    float: left;
    position: relative;
}
#menu_button {
	font-size: 16px;
    padding: 7px;
}
#menu_button i{
    display: none;
}
#menu_social {
    display: none;
}
#bloque {
	width: 450px;
}
}
@media only screen and (max-width: 1000px) { 
#slide {
	display: none;
}
#slide_mobile {
	width: 100%;
	height: 650px;
	background: rgb(255,255,255);
	background: radial-gradient(circle, #EABFBF 40%, #ad0101 100%);
	margin:auto; display:block; position: relative;
}
#slide_mobile video {
	width: 100%;
	height: 650px;
	object-fit: cover;
	z-index: 0;
	position: relative;
	opacity: 0.75;
}
#footer {
    padding: 25px 0px 10px 0px;
}
#menu_row {
	display: block;
    font-size: 20px;
    padding: 7px 0px 5px 50px;
    text-align: left;
}
  #header_mobile {
    width: 100%;
	display: block;
	position: fixed;
	z-index: 9999;
	background: #FFF;
	border-bottom: 1px solid #E2E2E2;
  }
  #header_mobile ul {
    width: 100%;
    display: none;
  }
  #header_mobile.align-center > ul {
    text-align: left;
  }
  #header_mobile ul li {
    width: 100%;
	text-align: center;
  }
  #header_mobile ul ul li,
  #header_mobile li:hover > ul > li {
    height: auto;
  }
  #header_mobile ul li a,
  #header_mobile ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #header_mobile > ul > li {
    float: none;
  }
  #header_mobile ul ul li a {
    padding-left: 25px;
  }
  #header_mobile ul ul ul li a {
    padding-left: 35px;
  }
  #header_mobile ul ul li a {
    color: #949494;
	font-weight: 900;
    background: none;
  }
  #header_mobile ul ul li:hover > a,
  #header_mobile ul ul li.active > a {
    color: #ffffff;
  }
  #header_mobile ul ul,
  #header_mobile ul ul ul,
  #header_mobile.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #header_mobile > ul > li.has-sub > a:after,
  #header_mobile > ul > li.has-sub > a:before,
  #header_mobile ul ul > li.has-sub > a:after,
  #header_mobile ul ul > li.has-sub > a:before {
    display: none;
  }
  #header_mobile #menu-button {
    display: block;
    padding: 20px;
    color: #949494;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
  }
  #header_mobile #menu-button:after {
    position: absolute;
    top: 38px;
    right: 25px;
    display: block;
    height: 8px;
    width: 35px;
    border-top: 3px solid #FE0000;
    border-bottom: 3px solid #FE0000;
    content: '';
  }
  #header_mobile #menu-button:before {
    position: absolute;
    top: 27px;
    right: 25px;
    display: block;
    height: 3px;
    width: 35px;
    background: #FE0000;
    content: '';
  }
  #header_mobile #menu-button.menu-opened:after {
    top: 38px;
    border: 0;
    height: 3px;
    width: 35px;
    background: #FE0000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header_mobile #menu-button.menu-opened:before {
    top: 38px;
    background: #FE0000;
	height: 3px;
    width: 35px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header_mobile .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #header_mobile .submenu-button.submenu-opened {
    background: #262626;
  }
  #header_mobile ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #header_mobile .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #17202A;
    content: '';
  }
  #header_mobile ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #header_mobile .submenu-button.submenu-opened:after {
    background: #17202A;
  }
  #header_mobile .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #17202A;
    content: '';
  }
  #header_mobile ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #header_mobile .submenu-button.submenu-opened:before {
    display: none;
  }
#header_mobile  #menu_icon {
	display: inline-block;
	font-size: 16px;
	transition: 0.3s;
	padding: 4px 10px 4px 4px;
}
#header_mobile  #menu_icon i{
	padding: 4px;
	width: 22px;
	height: 22px;
	margin-bottom: 0px;
}
#header {
	display: none;
}
#row {
	width: 100%;
}
#bloque {
    width: calc(100% - 25px);
    padding: 10px;
}
#content_row {
	width: 100%;
	padding: 0 25px;
}
#content_row_left {
	width: 100%;
	padding: 0 25px;
}
#content_row_right {
	width: 100%;
	padding: 0 25px;
  margin-top: 25px;
}
#content_row_align_left {
	text-align: center;
}
#content_row_align_right {
	text-align: center;
}
#content_row_contacto {
	text-align: center;
}
#section {
    margin-top: 77px;
}
#titulo {
    width: 100%;
}
#titulo_inicio {
    width: 100%;
    margin: 50px auto 25px auto;
}
#titulo_left {
  width: 100%;
  padding: 0 0 5px 0;
  text-align: center;
}
#titulo_right {
  width: 100%;
  padding: 0 0 5px 0;
  text-align: center;
}
#contacto_left {
	width: 100%;
	text-align: center;
	padding: 0 25px;
}
#contacto_right {
	width: 100%;
	text-align: center;
	padding: 25px;
}
#contacto_logo {
	display: none;
}
#contacto_texto_anios {
	width: 100%;
	text-align: center;
}
#contacto_texto_social {
	display: inline-block;
	width: 50px;
	float: none;
	margin: 10px 10px;
}
#contacto_texto_left {
	width: 100%;
	float: none;
	font-size: 14px;
}
#contacto_texto_right {
	width: 100%;
	float: left;
}
#contacto_icono {
	width: 100%;
	float: left;
	height: auto;
	font-size: 18px;
	padding: 15px 0 5px 0;
}
#contacto_icono2 {
	width: 50%;
	float: left;
	height: auto;
	font-size: 18px;
  text-align: left;
	padding: 14px 0 5px 2px;
}
#contacto_icono3 {
	width: 50%;
	float: left;
	height: auto;
	font-size: 21px;
  text-align: right;
	padding: 12px 2px 5px 0;
}
#contacto_wrapper {
	margin: 0 auto;
	text-align: center;
}
#section {
	height: 175px;
	padding: 70px 0px 0px 0px;
	font-size: 28px;
}
#content {
	font-size: 17px;
	padding: 25px 0px 25px 0px;
}
.form_contacto {
	text-align: center;
}
#content_row_left {
  text-align: center;
  margin-bottom: 25px;
}
#content_row_right {
  	text-align: center;
}
#remate {
  margin: 10px 5% 10px 5%;
  width: 90%;
  font-size: 18px;
}
#remate_fecha {
  display: inline-block;
  width: 30px;
  font-size: 18px;
}
#precio {
  margin: 10px 5% 10px 5%;
  width: 90%;
}
#renglon_precios_left {
	width: 60%;
}
#renglon_precios_right {
	width: 40%;
}
#remate_detalle {
  width: 100%;
  margin: 10px 0;
  height: 94px;
}
#remate_left {
  display: block;
  width: 120px;
  float: left;
  padding: 10px 0;
}
#remate_left_inner {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
}
#remate_right {
  display: block;
  width: calc(100% - 120px);
  float: left;
}
#remate_right_inner {
  width: 100%;
  height: 94px;
}
#remate_left b{
  line-height: 175%;
}
}