.log_pla {
  background-color: #404144;
  height: 95px;
  border-radius: 3px 3px 0 0;
  margin-bottom: 2px;
}

.log_pla img {
  height: 80px;
  padding-top: 15px;
  margin-left: 15px;
}

.plano {
  min-height: 120px;
  margin-bottom: 10px;
}

.nome {
  background-color: #466a73;
  height: 120px;
}

.info {
  background-color: #f7f7ed;
  height: 120px;
}

.info img {
  margin-right: auto;
  padding-top: 20px;
  margin-left: 10px;
  opacity: 0.7;
}

.potencia sub {
  text-transform: initial;
}

/*------------------área da electricidade - radio buttons e checkbox----------------------------*/

.titulo_pequeno,
.titulo_grande {
  min-height: 45px;
  background-color: #ec6b00;
  margin: 0;
  border-radius: 3px;
}

.titulo_grande {
  margin-bottom: 10px;
}

.titulo_pequeno h4 {
  padding-left: 30px;
  font-family: "Conv_Azzo-Medium", Sans-Serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
  color: white;
}

.titulo_grande h3 {
  padding-left: 30px;
  font-family: "Conv_Azzo-Bold", Sans-Serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 5px;
  color: white;
}

/*--------------radio----------------*/

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-family: "Conv_Azzo-Bold", Sans-Serif;
  font-size: 12px;
  color: #404144;
  text-transform: uppercase;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #404144;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #404144;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

/*--------------checkbox--------------*/

.checkbox,
.radio {
  padding-left: 20px;
  margin: 25px 0;
}

.checkbox label {
  font-family: "Conv_Azzo-Bold", Sans-Serif;
  font-size: 12px;
  color: #404144;
  text-transform: uppercase;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #404144;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -22px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #404144;
  border-color: #ec6b00;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/*----------------área da electricidade - menu simples, bi-horário e tri-horário------------------*/

.checkbox a {
  font-family: "Conv_Azzo-Medium", Sans-Serif;
  font-size: 12px;
  color: #717373;
  cursor: pointer;
}

.checkbox a:hover {
  color: #00303c;
  text-decoration: none;
}

.bloco {
  padding: 0;
}

.space {
  margin: 0 2% !important;
}

div.titulo::after {
  content: attr(data-end);
  color: white;
  text-transform: lowercase;
}
.titulo {
  display: block;
  height: 50px;
  width: 100%;
  text-align: center;
  line-height: 45px;
  font-family: "Conv_Azzo-Bold", Sans-Serif;
  font-size: 13px;
  color: #ec6b00;
  background-color: #ec6b00;
  color: white;
  margin-top: 10px;
  border-radius: 3px;
}

.potencia .titulo {
  display: block;
  height: 45px;
  background-color: #404144;
  font-family: "Conv_Azzo-Bold", Sans-Serif;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  margin: 5px 0;
  line-height: 45px;
}

.potencia .drop {
  display: block;
  height: 45px;
  margin: 5px 0;
}

.potencia .info {
  display: block;
  height: 80px;
  font-family: "Conv_Azzo-Medium", Sans-Serif;
  font-size: 23px;
  color: #404144;
  text-transform: uppercase;
  margin: 5px 0;
  line-height: 80px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 3px;
}

.potencia .info_bold {
  display: block;
  height: 80px;
  background-color: #f7f7ed;
  font-family: "Conv_Azzo-Bold", Sans-Serif;
  font-size: 23px;
  color: #404144;
  margin: 5px 0;
  line-height: 80px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 3px;
}

.potencia .info_bold2 {
  display: block;
  height: 80px;
  background-color: #f7f7ed;
  font-family: "Conv_Azzo-Bold", Sans-Serif;
  font-size: 23px;
  color: #404144;
  margin: 5px 0;
  line-height: 80px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.bt2 a {
  display: block;
  border: 1px solid #404144;
  height: 50px;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-family: "Conv_Azzo-Bold", Sans-Serif;
  font-size: 14px;
  color: #404144;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
}

.bt2 a:hover {
  color: white;
  background-color: #404144;
}

.bt2 a:focus {
  background-color: #404144;
  color: white;
}

.nome img {
  margin-left: auto;
  padding-top: 27px;
  margin-right: 15px;
}

.trihorario,
.bihorario {
  margin-bottom: 30px;
}

.cont .nav a {
  font-family: "Conv_Azzo-Bold", Sans-Serif !important;
  text-transform: uppercase !important;
  font-size: 14px;
  color: #404144;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs > li.active > a {
  background-color: #404144 !important;
  color: white !important;
}

.nav-tabs.nav-justified > li > a {
  border-radius: 3px;
  border: 1px solid #404144 !important;
  height: 50px !important;
  line-height: 28px !important;
  text-transform: uppercase !important;
  font-family: "Conv_Azzo-Bold", Sans-Serif !important;
}

.nav > li > a:hover {
  background-color: #404144;
  color: white;
}

/*-------------dropdown potência-----------*/

.drop,
.active {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Conv_Azzo-Bold", Sans-Serif;
}

.btn-default {
  border-color: #404144;
  font-family: "Conv_Azzo-Bold", Sans-Serif;
  font-size: 13px !important;
  color: #404144;
}

.btn-select {
  position: relative;
  padding: 5px 0;
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
}

.btn-select .btn-select-value {
  padding: 6px 12px 6px 30px;
  display: block;
  position: absolute;
  left: 0;
  right: 34px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.btn-select .btn-select-arrow {
  float: right;
  line-height: 20px;
  padding: 6px 10px;
  top: 0;
}

.btn-select ul {
  display: none;
  background-color: white;
  color: #404144;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none !important;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 42px;
  z-index: 999;
}

.btn-select ul li {
  padding: 15px 30px;
  text-align: left;
}

.btn-select ul li:hover {
  background-color: #f7f7ed;
}

.btn-select ul li.selected {
  color: white;
}

/* Default Start */
.btn-select.btn-default:hover,
.btn-select.btn-default:active,
.btn-select.btn-default.active {
  border-color: #00303c;
}

.btn-select.btn-default ul li.selected {
  background-color: #726e66;
}

.btn-select.btn-default ul,
.btn-select.btn-default .btn-select-value {
  background-color: white;
  border: #404144 1px solid;
}

.btn-select.btn-default:hover,
.btn-select.btn-default.active {
  background-color: white;
  color: #00303c;
}
/* Default End */

.btn-select.btn-select-light .btn-select-value {
  background-color: white;
  color: #404144;
}

/*-----------------Informação e botão do mapa no footer da página----------------------*/

.bt_mapa .bt2 {
  margin: 10px 0 0;
}

.detalhes {
  padding-left: 30px;
  margin-top: 50px;
  margin-bottom: 35px;
}

.detalhes p {
  font-family: "Conv_Azzo-Medium", Sans-Serif;
  font-size: 10px;
  color: #404144;
  line-height: 4px;
}

.detalhes p a {
  text-decoration: underline;
  color: #404144;
}

.detalhes p a:hover {
  color: #717373;
}

.foot {
  display: block;
  min-height: 170px;
}

.base_bt {
  margin-top: 10px;
}

/*----------------Modal Windows----------------------*/

.fund {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  border-radius: 0;
}

.btn {
  border-radius: 3px;
}

.btn-default:hover {
  background-color: #404144;
  color: white;
}

.modal-title {
  font-family: "Conv_Azzo-Bold", Sans-Serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #00303c;
}

h4#myModalLabel.modal-title {
  background-color: transparent;
}
.modal-header {
  background-color: #a9afb1;
}

.modal-footer {
  background-color: #a9afb1;
}

.close {
  opacity: 1;
}

.modal-body {
  background-color: #6d797d !important;
}

.modal-body img {
  min-width: 300px;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .acordos.bt2 {
    margin-top: 10px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media only screen and (max-width: 767px) {
  .bt2.ciclo {
    margin: 10px 0;
  }

  .container {
    width: 100%;
  }

  .info img {
    margin: auto;
    padding-top: 35px;
  }

  .nome {
    height: 105px;
  }

  .nome img {
    margin: auto;
    padding-top: 20px;
  }

  .info img {
    margin: auto;
    padding-top: 10px;
  }
  .info {
    height: 105px;
  }

  .checkbox,
  .radio {
    padding-left: 50px;
  }

  .space {
    margin: 5px 0 !important;
  }

  .bt a {
    margin: 5px 0;
  }

  .condicoes.bt2 {
    margin-top: 10px;
  }

  .titulo_pequeno h4 {
    text-align: left;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  a.btn.titulo_pequeno2 {
    text-align: center !important;
    padding: 0;
    font-size: 12px !important;
  }

  .checkbox,
  .radio {
    padding-left: 20px;
    margin: 15px 0;
  }

  .nome {
    height: 100px;
  }

  .nome img {
    margin: auto;
    padding-top: 20px;
  }

  .info img {
    margin: auto;
    padding-top: 0 10px;
  }

  .info {
    height: 105px;
  }

  .titulo_pequeno h4 {
    padding-left: 0;
    line-height: 22px;
    font-size: 13px;
    text-align: center;
  }

  .detalhes p {
    line-height: 12px;
  }

  .potencia .info {
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
  }

  .potencia .info_bold {
    margin-bottom: 0;
  }

  .foot {
    margin-top: 10px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
