﻿
/*Se utiliza el import para no tener que agregar el link cada vez que se reutiliza este CSS el cual a futuro sería altamente rutilizable*/
/*Posibles fallos ==> Si no carga este import se frena la carga de todo el CSS*/
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:500,900,700);
html, body {
     height: 100%;
}
body {
    line-height: 22px;
    
}

header {
    background-color:#FFD640;
    min-height:65px;
}

h2 {
    font-weight:700;
}

.nav-tabs li a {
    color: #fcaa00;
}

.tituloHeader {
    margin-top: 16px !important;
    font-family: Raleway;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 1px 1px 3px #666666;
    color: rgb(255, 245, 216);
}

.navbar {
    margin-bottom:0px;
    border-radius:0px;
}

.skitterContainer {
    background: #000000;
}

.skitterContainer .img-responsive {
    margin: 0 auto;
}

.asociateId {
    color: #FFD640 !important;
}

.asociateId:hover {
    background-color: #FFD640 !important;
    color: red !important;
    cursor: pointer;
}

.navbar-nav > li > a {
    font-size: 15px;
    padding-left:11px;
    padding-right:11px;
}

ul.nav a {
    font-weight: bold;
}



.linkFooter:hover {
    text-decoration: none !important;
}

.linkFooter span:hover {
    text-decoration: none !important;
    color: rgb(252, 170, 39);
    font-weight: 700;
    cursor: pointer;
}

.etiqueta{
    background-color: #FFD640;
    color:#ff8040;
    font-weight:bold;
    text-align:center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-aca > .panel-heading {
    background-color: #FFD640;
    color: #ff8040 ;
    border:none;
}

.panel-aca .panel-title {
    font-weight:bold;
}

.panel-aca  .panel-body {
    border: 1px solid #dddddd;
}
.panel-aca .panel-body {
    height: 100px;
}

#titulo {
    color:black;
}

.mapa-icono:hover {
    color:red;
}
@media (max-width: 767px){
    .navbar-aca{
        text-align:center;
    }
}
/* Header p├íginas externas */
header.amarillo {
  background-color: #f1bb01;
}
header.amarillo .header-top {
  z-index: 0;
  position: relative;
}
header.amarillo .header-top:after {
  content: '';
  display: table;
  clear: both;
}
header.amarillo .header-top .container {
  font-size: 12px;
  color: #000000;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
}
header.amarillo .header-top .container a {
  width: 100%;
  font-size: 12px;
  color: #333333;
}
header.amarillo .header-top .container .topdescription,
header.amarillo .header-top .container .toplinks{
    font-family: "Open Sans", sans-serif;
}

header.amarillo .header-top .container .topdescription .pipe,
header.amarillo .header-top .container .toplinks .pipe {
  padding: 0 8px;
}
header.amarillo .header-top .container .toplinks {
  text-align: right;
}
header.amarillo .header-top .container .toplinks a {
  font-size: 12px;
  color: #000000;
}
header.amarillo .header-top .container .toplinks a:hover {
  color: #df1d2e;
  text-decoration: none;
}
header.amarillo .header-top .container .toplinks a.filial:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../Content/Images/ico_header_sprites.png") no-repeat top left;
  background-position: 0 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
header.amarillo .header-top .container .toplinks a.filial:hover:before {
  background-position: -16px 0;
}
header.amarillo .header-body {
  box-shadow: 0px 2px 14px #ccc;
  z-index: 1;
}
header.amarillo .header-body .container .logo {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 90px;
}
header.amarillo .header-body .container .logo h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 39px;
  color: #333333;
  text-align: left;
  display: inline-block;
  margin: 0 0 0 35px;
  padding: 0;
}
header.amarillo .header-body .container .goback a {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  float: right;
  padding: 8px 24px;
  border: 1px solid #7c7c7c;
  border-radius: 3px;
  background: #f2cd54;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2cd54 1%, #f1bb02 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2cd54 1%, #f1bb02 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2cd54 1%, #f1bb02 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cd54', endColorstr='#f1bb02',GradientType=0 );
  /* IE6-9 */
}
header.amarillo .header-body .container .goback a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../Content/Images/ico_header_button.png") no-repeat top left;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
header.amarillo .header-body .container .goback a:hover {
  background: #e0b10d;
}
header.amarillo .grayseparator {
  height: 33px;
  background: #f4f4f4;
}

.content-header {
    align-items: center;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .content-header {
    display: block;
    }
  header.amarillo .header-top .container .topdescription,
  header.amarillo .header-top .container .toplinks {
    text-align: center;
  }
  header.amarillo .header-body .container .content-header .logo {
    flex-direction: column;
    text-align: center;
    height: auto;
  }
  header.amarillo .header-body .container .content-header .logo h1 {
    margin: 0;
    text-align: center;
  }
  header.amarillo .header-body .container .content-header .goback {
    text-align: center;
    margin: 0 auto 20px;
  }
  header.amarillo .header-body .container .content-header .goback a {
    float: none;
    max-width: 300px;
    margin: 0 auto;
  }
}
#wrapper{
    min-height: 100%;
}

.body-content{
    overflow:auto;
    padding-bottom:314px;
}

.footer {
  position: relative;
  margin-top: -314px; /* negative value of footer height */
  clear:both;
  padding-top:20px;
} 

.title-breadcrumbs {
  background: #f2f2f2;
}
.title-breadcrumbs .content-breadcrumbs {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
}
.title-breadcrumbs .content-breadcrumbs:after {
  content: '';
  display: table;
  clear: both;
}
.title-breadcrumbs h1 {
  text-align: left;
  margin: 0;
  padding: 0;
}
.title-breadcrumbs .breadcrumbs {
  text-align: right;
}
.title-breadcrumbs .breadcrumbs a {
  color: #666666;
}
.title-breadcrumbs .breadcrumbs a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .title-breadcrumbs .content-breadcrumbs {
     padding: 10px 0; 
     display: block; 
     min-height: 0px; 
  }
  .title-breadcrumbs h1 {
    text-align: left;
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .title-breadcrumbs .breadcrumbs {
    display: block;
    width: 100%;
    text-align: left;
  }
}

h1 {
    font-size: 30px;
    text-align: center;
    padding: 10px 0 20px 0;
    margin-bottom: 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    color: #333333;
}

/*
	Estilo modificado de style.css de la pagina principal del ACA para el footer agregado
	de redes sociales, aplicacion y revista ACA Club.
*/
	
	#nz-content {
		position:relative;
		z-index:78;
		background-color: #ffffff;
		margin-top: -314px;
	}
	.nz-section {
		background-position: center center;
		background-repeat: no-repeat;
		margin-bottom: 0;
		margin: 0 auto;
		position: relative;
		width: 100%;
		z-index: 1;
		overflow:hidden; 
	}
	
	@media only screen and (min-width: 320px)  {
			.container,
			.full-width-true .nz-tabs.full-true .tab-content,
			.ninzio-navigation,
			.wpml-ls-statics-post_translations {
				max-width:290px;
				width:290px;
			}
	}

	@media only screen and (min-width:480px) {

			.container,
			.full-width-true .nz-tabs.full-true .tab-content,
			.ninzio-navigation,
			.wpml-ls-statics-post_translations {
				max-width:440px;
				width:440px;
			}
	}

	@media only screen and (min-width: 768px)  {

			.rich-header .container > * {
				display: table-cell;
				vertical-align: middle;
			}

			.rich-header .nz-breadcrumbs {
			    text-align: right;
			    position: relative;
    			bottom: -3px;
			}

			.container,
			.ninzio-navigation,
			.wpml-ls-statics-post_translations {
				max-width:720px;
				width:720px;
			}

			.nz-row {
				margin-left: -15px;
				margin-right: -15px;
			}
			.col4 {width: 33.33333333%;}
			.col12,
			.col11,
			.col10,
			.col9,
			.col8,
			.col7,
			.col6,
			.col5,
			.col4,
			.col3,
			.col2,
			.col1 {
				float: left;
				padding-left: 15px;
				padding-right:15px;
			}
	}

	@media only screen and (min-width:1024px){
			.container,
			.full-width-true .nz-tabs.full-true .tab-content,
			.ninzio-navigation,
			.wpml-ls-statics-post_translations {
				max-width:960px;
				width:960px;
			}
	}

	@media only screen and (min-width:1100px){
		.container,
			.full-width-true .nz-tabs.full-true .tab-content,
			.ninzio-navigation,
			.wpml-ls-statics-post_translations {
				max-width:1170px;
				width:1170px;
			}
	}
	
	.page-full-width {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	p,q,pre,address,hr,code,samp,dl,ol,ul,li ul,li ol,form,table,fieldset,menu,kbd,samp{margin:0 0 10px;padding:0}
	table{border-collapse:collapse;border-spacing:0}
	tr,th,td{padding:10px}
	th{text-align:left}
	.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both}
	img,img[class*="wp-image"]{max-width:100%;height:auto!important;border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;margin:0}