/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

/****************************
-- Fonts --
****************************/
@font-face {
  font-family: 'gotham_light';
  src: url('../fonts/Gotham-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Gotham-Light.woff') format('woff'), /* Modern Browsers */
  url('../fonts/Gotham-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Gotham-Light.svg#62f75ccd04c776030ca293d074e92944') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'gotham_medium';
  src: url('../fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Gotham-Medium.woff') format('woff'), /* Modern Browsers */
  url('../fonts/Gotham-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Gotham-Medium.svg') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  200;
}



@font-face {
  font-family: 'gotham_book';
  src: url('../fonts/Gotham-Book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Gotham-Book.woff') format('woff'), /* Modern Browsers */
  url('../fonts/Gotham-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Gotham-Book.svg#65526539dec42e535893223c14767f58') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
}





/*acordion*/

.container {
    /* padding: 10px; */
    margin: 0 auto;
    width: 99%;
	padding-right: 5px;
    padding-left: 5px; 
   
}

/*div[class*='col-'] {
  padding: 0 30px;
}*/

.wrap {
 /* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;*/
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.panel {
  /*border-width: 0 0 1px 0;
  border-style: solid;*/
  /*border-color: #fff;*/
  /*background: none;*/
  box-shadow: none;
  border:none!important;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
   
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
/*  background-color: #009688;*/
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  /* color: #fff; */
  padding: 15px 18px 18px 12px;
  /* position: relative; */
  /* font-size: 16px; */
  font-weight: 400;
}

#accordion .panel-body {
/*  background: #fff;*/
 width:100%;
  height:100vh;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
 /* border-radius: 0 0 4px 4px;*/
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
 /* content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
*/}

.panel-heading.active a:before {
  /*content: ' ';
  transition: all 0.5s;
  transform: scale(0);
*/}

/* #accordion rotate icon option */

#accordion .panel-heading a:before {
 /* content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
*/}

#accordion .panel-heading.active a:before {
  /*transform: rotate(0deg);
  transition: all 0.5s;
*/}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
}


/*acordion dos y tres*/
#accordion-dos .panel,#accordion-tres .panel,
#accordion-tres .panel,#accordion-tres .panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

#accordion-dos .panel:last-child,
#accordion-tres .panel:last-child {
  border-bottom: none;
}

#accordion-dos .panel-group > .panel:first-child .panel-heading,
#accordion-tres .panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

#accordion-dos .panel-group .panel,
#accordion-tres .panel-group .panel {
  border-radius: 0;
}

#accordion-dos .panel-group .panel + .panel,
#accordion-tres .panel-group .panel + .panel {
  margin-top: 0;
}

#accordion-dos .panel-heading,
#accordion-tres .panel-heading {
  /*background-color: #009688;*/
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

#accordion-dos .panel-title a {
  /* display: block; */
  /* color: #fff; */
  /* padding: 15px; */
  /* position: relative; */
  /* font-size: 16px; */
  /* font-weight: 400; */
}

#accordion-dos .panel-body,
#accordion-tres .panel-body {
   height:100%!important;
  background:#F2F2F2;
}

#accordion-dos .panel:last-child .panel-body,
#accordion-tres .panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

/*#accordion-dos .panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

#accordion-dos .panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */




#accordion-dos .panel-heading a:before,
#accordion-tres .panel-heading a:before {
  content: '\f106';
  font-size: 24px;
  position: relative;
  float:right;
  font-family: 'FontAwesome';
  /*right: 5px;*/
  top: 0px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion-dos .panel-heading.active a:before,
#accordion-tres .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

/*#accordion-dos .panel-heading a:before {
  content: url(../img/flecha-acor.png);
  font-size: 24px;
  position: relative;
  float:right;
  
  right: 5px;
  top: 0px;
  transform: rotate(0deg);
  transition: all 0.5s;
}

#accordion-dos .panel-heading.active a:before {
  transform: rotate(360deg);
  transition: all 0.5s;
}*/


.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border:none!important;
}


.terminos { 
    padding: 10px;
	float:left;
	clear:both;
	width:100%;
    margin-bottom: 5px;
}

.terminos .plus {
	font-family: gotham_book, Arial, Helvetica, sans-serif;
    font-size: 13px;
	display:block;
	clear:both;
	width:100%;
	color:#000;
	text-decoration:none;
	text-align:right;
	margin-bottom: 6px;
}
.terminos .plus:before {
    content: '\f067';
    position: relative;
    float: right;
    font-family: 'FontAwesome';
    right: 8px;
    top: 0px;
    transform: rotate(135deg);
    transition: all 0.5s;
}

.terminos .plus.collapsed:before {
  content: '\f067';
  transform: rotate(0deg);
  transition: all 0.5s;
}

.terminos div p{
	font-family: gotham_book, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: justify;
    padding: 24px;
    line-height: 20px;
}

.f-blanco{ 
	background:#FFF;
	float:left;
}


