/* Class Default */

.ch-right{float:right;}
.ch-left{float:left;}
.ch-center{text-align:center;margin:0 auto;}
.menu-footer{clear:both;}
/* .menu-root li a {color: #fff;} */
.ch-green:not(.ignore){color: #1bb46e;}
.ch-yellow:not(.ignore){color: #ffc527;}
.ch-blue:not(.ignore){color:#072f8c;}
.ch-gray:not(.ignore){color: #f5f5f5;}
.ch-white:not(.ignore){color: #fff;}
.ch-default:not(.ignore){color: #000;}

.ch-title .title{font-family: "Calibre Medium";font-size: 34px;}

.ch-border-5{border-radius: 5px;}
.ch-border-10{border-radius: 10px;}
.ch-border-25{border-radius:25%;}
.ch-border-50{border-radius:50%;}
.ch-border-75{border-radius:75%;}
.ch-border-100{border-radius:100%;}

.background.ch-white{background: #ffffff;}

.background.ch-gray{background: #ebebeb;}

.background.ch-yellow{
    background: rgba(207,152,0,1);
    background: -moz-linear-gradient(-45deg, rgba(207,152,0,1) 0%, rgba(232,179,35,1) 51%, rgba(234,202,75,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(207,152,0,1)), color-stop(51%, rgba(232,179,35,1)), color-stop(100%, rgba(234,202,75,1)));
    background: -webkit-linear-gradient(-45deg, rgba(207,152,0,1) 0%, rgba(232,179,35,1) 51%, rgba(234,202,75,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(207,152,0,1) 0%, rgba(232,179,35,1) 51%, rgba(234,202,75,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(207,152,0,1) 0%, rgba(232,179,35,1) 51%, rgba(234,202,75,1) 100%);
    background: linear-gradient(135deg, rgba(207,152,0,1) 0%, rgba(232,179,35,1) 51%, rgba(234,202,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9800', endColorstr='#eaca4b', GradientType=1 );
}

.background.ch-blue{
    background: rgba(9,51,157,1);
    background: -moz-linear-gradient(-45deg, rgba(9,51,157,1) 0%, rgba(8,66,201,1) 51%, rgba(37,88,216,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(9,51,157,1)), color-stop(51%, rgba(8,66,201,1)), color-stop(100%, rgba(37,88,216,1)));
    background: -webkit-linear-gradient(-45deg, rgba(9,51,157,1) 0%, rgba(8,66,201,1) 51%, rgba(37,88,216,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(9,51,157,1) 0%, rgba(8,66,201,1) 51%, rgba(37,88,216,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(9,51,157,1) 0%, rgba(8,66,201,1) 51%, rgba(37,88,216,1) 100%);
    background: linear-gradient(135deg, rgba(9,51,157,1) 0%, rgba(8,66,201,1) 51%, rgba(37,88,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09339d', endColorstr='#2558d8', GradientType=1 );
}

.background.ch-green{
    background: rgba(21,137,85,1);
    background: -moz-linear-gradient(-45deg, rgba(21,137,85,1) 0%, rgba(26,169,102,1) 51%, rgba(28,185,112,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(21,137,85,1)), color-stop(51%, rgba(26,169,102,1)), color-stop(100%, rgba(28,185,112,1)));
    background: -webkit-linear-gradient(-45deg, rgba(21,137,85,1) 0%, rgba(26,169,102,1) 51%, rgba(28,185,112,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(21,137,85,1) 0%, rgba(26,169,102,1) 51%, rgba(28,185,112,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(21,137,85,1) 0%, rgba(26,169,102,1) 51%, rgba(28,185,112,1) 100%);
    background: linear-gradient(135deg, rgba(21,137,85,1) 0%, rgba(26,169,102,1) 51%, rgba(28,185,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158955', endColorstr='#1cb970', GradientType=1 );
}

/* SI-ICON */
.si-icon {
  display: block;
  background-image: url('/static/sprites/icon.png');
}

/* ACCORDION */
.accordion .panel-title {
  font-family: "Calibre Medium";
  font-size: 18px;
}
.accordion .panel-default {
  border: 0;
}
.accordion .panel-default > .panel-heading {
  position: relative;
  min-height: 50px;
  background-color: #e7e7e7;
  border-radius: 0;
  padding: 15px 30px;
}
.accordion .panel-heading .btn-accordion {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
}
.accordion .panel-heading .btn-accordion .si-icon {
  background-position: -22px -8px;
  height: 2px;
  margin: 23px 17px;
}
.accordion .panel-heading .collapsed .btn-accordion .si-icon {
  background-position: -2px -2px;
  width: 14px;
  height: 14px;
  margin: 17px 17px;
}
.accordion.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0;
  padding: 35px 30px;
  background-color: #f4f4f4;
}
.accordion.panel-group .panel + .panel {
  margin-top: 1px;
}

/* PLUGIN ATTACH_FILES */

.attachfiles-plugin {
  margin-bottom: 120px;
}
.attachfiles-plugin .icon {
  background: url("../plugins/imgs/icon-download.png") no-repeat;
}
.attachfiles-plugin .icon.ic-download {
  width: 20px;
  height: 20px;
}
.attachfiles-plugin .download {
  float: right;
  width: 50px;
  height: 50px;
  padding: 16px;
}
.attachfiles-plugin .title {
  font-family: "Calibre Medium";
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.attachfiles-plugin .box .title {
  font-size: 14px;
  margin-bottom: 0;
  float: left;
  padding: 15px 20px;
}
.attachfiles-plugin .box {
  height: 50px;
  background-color: #ebebeb;
  margin-bottom: 1px;
}
.attachfiles-plugin .files .row .spacing {
  padding-left: 10px;
}
.attachfiles-plugin .files .row .spacing:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.attachfiles-plugin .colour-green {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007e86+0,00a69d+51,00dbcf+100 */
  background: #007e86;
  /* Old browsers */
  background: -moz-linear-gradient(left, #007e86 0%, #00a69d 51%, #00dbcf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #007e86), color-stop(51%, #00a69d), color-stop(100%, #00dbcf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #007e86 0%, #00a69d 51%, #00dbcf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #007e86 0%, #00a69d 51%, #00dbcf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #007e86 0%, #00a69d 51%, #00dbcf 100%);
  /* IE10+ */
  background: linear-gradient(to right, #007e86 0%, #00a69d 51%, #00dbcf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007e86', endColorstr='#00dbcf', GradientType=1);
  /* IE6-9 */
}
@media (max-width: 768px) {
  .attachfiles-plugin {
    margin-bottom: 95px;
  }
  .attachfiles-plugin .icon {
    background: url("../plugins/imgs/icon-download-mobile.png") no-repeat;
  }
  .attachfiles-plugin .icon.ic-download {
    width: 38px;
    height: 38px;
    margin: 0 3px;
  }
  .attachfiles-plugin .files .row .spacing {
    padding: 0!important;
  }
  .attachfiles-plugin .box {
    height: 70px;
    margin-bottom: 2px;
  }
  .attachfiles-plugin .download {
    width: 70px;
    height: 70px;
  }
  .attachfiles-plugin .box .title {
    font-size: 20px;
    padding: 20px 30px;
  }
}


/* BLOCK PROGRAM */

.boxs-program-plugin {
  margin: 0 10px;
}
.boxs-program-plugin .item {
  height: 310px;
  background-color: #e6e6e6;
  margin-bottom: 27px;
}
.boxs-program-plugin .item:first-child {
  margin-top: 20px;
}
.boxs-program-plugin .item.align-right .img,
.boxs-program-plugin .item.align-right .content,
.boxs-program-plugin .item.align-left .button {
  float: right;
}

.boxs-program-plugin .item.align-right .button,
.boxs-program-plugin .item.align-left .img,
.boxs-program-plugin .item.align-left .content {
  float: left;
}

.boxs-program-plugin .item .img img {
  width: 470px;
  height: 310px;
}
.boxs-program-plugin .item .content {
  width: 470px;
  padding: 30px;
  padding-top: 15px;
}
.boxs-program-plugin .item .title {
  font-family: Calibre SemiBold;
  font-size: 36px;
  margin-bottom: 20px;
}
.boxs-program-plugin .item .description {
  font-family: Calibre Light;
  font-size: 18px;
}
.boxs-program-plugin .item .button .btn {
  text-align: center;
  width: 147px;
  height: 45px;
  color: #fff;
  margin-top: 30px;
}
.boxs-program-title {
  font-family: "Calibre Semibold";
  font-size: 30px;
  color: #404040;
  margin: 35px 0 23px 10px;
}

/** CMSPCALLENTERPRISEPLUGIN **/

.callforenterprise {
  margin: 0 0 125px;
  padding-top: 100px;
  min-height: 525px;
}
.callforenterprise .img-circle {
  height: 480px;
  width: 480px;
  border-radius: 240px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(52, 50, 50, 0.55);
  -moz-box-shadow: 0px 20px 30px 0px rgba(52, 50, 50, 0.55);
  box-shadow: 0px 20px 30px 0px rgba(52, 50, 50, 0.55);
  position: relative;
  z-index: 20;
}
.callforenterprise .boton {
  position: absolute;
  left: -30px;
}
@media (max-width: 768px) {
  .callforenterprise {
    padding: 75px 40px 160px;
    margin: 0;
  }
}
.callforenterprise-content .title {
  font-family: "Calibre Medium";
  font-size: 40px;
  color: #383838;
  line-height: 36px;
  margin: 0 0 30px;
}
.callforenterprise-content .body {
  font-family: "Calibre Light";
  font-size: 18px;
  color: #383838;
  line-height: 22px;
}
.callforenterprise-content .body p {
  margin-bottom: 20px;
}
.callforenterprise-content .btn {
  width: 300px;
  height: 60px;
  background-color: #007e86;
  font-family: "Calibre Medium";
  font-size: 22px;
  color: #fff;
  padding: 13px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .callforenterprise-content .title {
    font-size: 60px;
    margin: 0 0 40px;
    line-height: 52px;
  }
  .callforenterprise-content .body {
    font-size: 30px;
    line-height: 36px;
  }
  .callforenterprise-content .body p {
    margin-bottom: 50px;
  }
  .callforenterprise-content .btn {
    width: 100%;
    height: 115px;
    font-family: "Calibre Light";
    font-size: 48px;
    padding: 20px;
    margin-top: 70px;
  }
}

/** CMSPContactArea **/

.areacontact-plugin {
    height: 195px;
    text-align: center;
}

.areacontact-plugin .title{
    font-family: "Calibre SemiBold";
    font-size: 26px;
    color: #fff;
    margin: 40px 0 35px;
    text-align: center;
}
.areacontact-plugin .btn {
    background-color: rgba(0, 0, 0, 0.4);
    width: 220px;
    height: 45px;
    font-family: "Calibre SemiBold";
    font-size: 14px;
    color:#fff;
    margin-left: 10px;
}
.areacontact-plugin select {
  width: 220px;
}
/* custom chosen */
.chosen-container .chosen-results li {
  padding: 10px 6px;
}
.areacontact-plugin .chosen-container-single .chosen-single {
  height: 50px;
  border: 5px solid #000;
  background: none;
  background-color: #fff;
  box-shadow: none;
  font-family: "Calibre Semibold";
  font-size: 14px;
  padding: 8px 8px;
  border-radius: 0;
  text-align: left;
  text-transform: uppercase;
}
.areacontact-plugin .chosen-container-active.chosen-with-drop .chosen-single {
  border: 5px solid #000;
  background-image: none;
  box-shadow: none;
}
.areacontact-plugin .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}
.areacontact-plugin .chosen-container-single .chosen-single span {
  margin-right: 0;
}
.areacontact-plugin .chosen-container .chosen-drop {
  border: 5px solid #000;
  border-radius: 0;
}
.areacontact-plugin .chosen-container-single .chosen-single div b {
  background: url("{% static 'plugins/js/chosen/chosen.png' %}") no-repeat 0 -2px;
  width: 11px;
  height: 6px;
  margin-top: 17px;
}
.areacontact-plugin .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -13px -2px;
}

.areacontact-plugin.colour-yellow .chosen-container-single .chosen-single div b {
  background-image: url("{% static 'plugins/css/imgs/chosen-yellow.png' %}");
}
.areacontact-plugin.colour-green .chosen-container-single .chosen-single div b {
  background-image: url("{% static 'plugins/css/imgs/chosen-green.png' %}");
}
.areacontact-plugin.colour-blue .chosen-container-single .chosen-single div b {
  background-image: url("{% static 'plugins/css/imgs/chosen-blue.png' %}");
}

.areacontact-result,
.areacontact-block{
  display: none;
}
.areacontact-itens h3{
  font-size: 15px;
}
.areacontact-block{
  padding-left: 40px;
}
.areacontact-block hr{
  border-color: #000;
}

.areacontact-block h1{
  font-size: 22px;
}

.areacontact-result {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
}
.areacontact-block ul li{
  list-style: none;
  margin-bottom: 20px;
}

.areacontact-block ul li p{
  line-height: 14px;
}
.areacontact-block ul li p.home{
  font-family: Calibre SemiBold;
}
.ch-areacontact-plugin{
  margin-bottom: 60px;
}

/* CMSPButtonPlugin */

.ch-btn {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 27px;
  padding-right: 27px;
  min-width: 170px;
  height: 44px;
  font-family: "Calibre SemiBold";
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}

.ch-btn:hover{
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.ch-button-plugin{
  text-align: center;
  margin-bottom: 20px;
}

/** CMSPBreadcrumbPlugin **/

.cs-breadcrumb {
  padding: 5px 0 0 10px;
  float: left;
}
.cs-breadcrumb li {
  display: inline-block;
}
.cs-breadcrumb li {
  font-family: "Calibre Medium";
  font-size: 16px;
  color: #747474;
}
.cs-breadcrumb li a {
  font-family: "Calibre Semibold";
  color: #747474;
  text-decoration: underline;
}
.cs-breadcrumb .ic-arrow-right {
  display: inline-block;
  margin: 0 5px;
}

/* Responsive: 768px */

@media(max-width: 768px){
  .container{
    width:660px
  }

  .areacontact-plugin{
    min-height: 860px;
    padding-bottom: 85px;
  }

  .areacontact-plugin .title{
      font-size: 48px;
      padding: 0 40px;
      margin-top: 90px;
  }

  .areacontact-plugin .btn {
    width: 670px;
    height: 120px;
    font-family: "Calibre Medium";
    font-size: 36px;
    margin-left: 0;
    margin-top: 40px;
  }

  .areacontact-plugin select {
    width: 670px;
    height: 106px;
    background-color: #fff;
    margin-top: 60px;
    font-size: 36px;
    font-family: "Calibre Medium";
    text-transform: uppercase;
    padding-left: 40px;
  }

  .areacontact-plugin.slot-yellow select{
    border: 6px solid #946c00;
  }

  .areacontact-plugin.slot-blue select{
    border: 6px solid #072f8c;
  }

  .areacontact-plugin.slot-green select{
    border: 6px solid #137c4f;
  }

  .ch-right, .ch-left{float:none;}
  .ch-logo{float:left;}

  .endless_container .endless_more{
    font-size: 30px;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .accordion .panel-default > .panel-heading {
    min-height: 75px;
  }

  .accordion .panel-title {
    font-size: 36px;
    width: 540px;
  }

  .accordion.panel-group .panel-heading + .panel-collapse > .panel-body{
    font-size: 20px;
  }

  .accordion .panel-heading .btn-accordion {
    width: 75px;
    height: 100%;
    padding: 20px;
    padding: 14px;
  }

  .accordion .panel-heading .collapsed .btn-accordion .si-icon {
    transform: scale(1.5);
  }

  .ch-title .title{
    margin-top: 40px;
    font-size: 45px;
    margin-bottom: 50px;
  }

  .ch-btn {
    width: 660px;
    min-height: 75px;
    font-size: 30px;
    padding: 30px;
    height: auto;
    line-height: 31px;
  }

  .ch-button-plugin {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .navbar.navbar-fixed-top .container {
    width: auto;
  }

  .home-news .half {
    height: 370px;
  }
}
