/*=============================================
  Tabs
=============================================*/
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.tab_container {
	width: 100%;
	position: relative;
	margin-top: 0;
}

input, section1 {
  clear: both;
  padding-top: 10px;
  display: none;
}

label {
	background:#ecedef;
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	display: block;
	float: left;
	width:50%;
	color:#fff;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
	display: block;
	padding: 20px;
	background: #fff;
	color: #999;
	border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #0CE;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 930px) {
  label span {
    font-size: 14px;
  }
  label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  label span {
    display: none;
  }

  label .fa {
    font-size: 16px;
  }

  .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

/*=============================================
  Formulario Catalogo
=============================================*/
select{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:16px;
    color:#000;
    width:220px;
    height:42px;
   	box-shadow: 0px 0px 0px 4px #f2f5f7;
	padding-top:11px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	margin: 0 auto;
	color:#9a999d;
	border:1px solid #9a999d;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

select:-moz-placeholder { color: #fff; }
select:-ms-input-placeholder { color: #fff; }
select::-webkit-input-placeholder { color: #fff; }

select:focus {
    outline: none;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

input[type="text"]{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
    color:#000;
    width:220px;
    height:42px;
   	box-shadow: 0px 0px 0px 4px #f2f5f7;
	padding: 0 10px 0 10px;
	margin: 0 auto;
	color:#9a999d;
	border:1px solid #9a999d;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

input[type="text"]:-moz-placeholder { color: #9d9c9c; }
input[type="text"]:-ms-input-placeholder { color: #9d9c9c; }
input[type="text"]::-webkit-input-placeholder { color: #9d9c9c; }

input[type="submit"]{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:16px;
    color:#fff;
	position:relative;
	display:inline-block;
	border-bottom:none;
    cursor: pointer;
    width:220px;
    height:42px;
    margin-top: 25px;
	margin-right: 1em;
	margin-left: 1em;
    padding: 0;	
    background:#bc0033;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    
}

input[type="submit"]:-moz-placeholder { color: #9d9c9c; }
input[type="submit"]:-ms-input-placeholder { color: #9d9c9c; }
input[type="submit"]::-webkit-input-placeholder { color: #9d9c9c; }


#main {
	width: 85%;
	background: white;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	padding: 25px;
	border: 1px solid #adaa9f;
	-moz-box-shadow: 0 2px 2px #9c9c9c;
	-webkit-box-shadow: 0 2px 2px #9c9c9c;
	margin-top: 40px;
	margin-right: 112px;
	margin-bottom: 40px;
	margin-left: 112px;
}
/*=============================================
  Main
=============================================*/
.main-content8 {
	float: none;
	width: 96.5%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
}
.main-title8 {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:46px;
	margin-bottom:30px;
	text-align: center;
	color: #00a6e5;
	border-bottom: 1px solid #00a6e5;	
}
.main-title12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding-bottom: 20px;
	margin-top: 70px;
	margin-bottom: 20px;
	border-bottom: 2px solid #0f162b;
}
.main-title13 {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align: left;
	color:#000;
	padding-bottom:15px;
	margin-top:40px;
	margin-bottom:40px;
	border-bottom:1px solid #0f162b;
}

@media only screen and (max-width: 480px) {
label {
	background:#ed209a;
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 18px;
}	


.main-title12 {
	font-size:28px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
	margin-top:70px;
	margin-bottom:20px;
}
.main-title13 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding-bottom:15px;
	margin-top:40px;
	margin-bottom:40px;
}	
}	

/*=============================================
  Celdas Vacias
=============================================*/
.oculto {
    display: none !important;
}

table td:empty {
  display: none;
}