@charset "utf-8";
/* CSS Document */

/* ===================================
    01. Fonts or Google fonts
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');

@font-face {
  font-family: 'Terpel Sans';
  src: url('https://www.terpelpanama.com/fonts/TerpelSans-Regular.eot'); /* IE9 Compat Modes */
  src: url("https://www.terpelpanama.com/fonts/TerpelSans-Regular.woff") format("woff"),
  url("https://www.terpelpanama.com/fonts/TerpelSans-Regular.otf") format("opentype"),
  url("https://www.terpelpanama.com/fonts/TerpelSans-Regular.svg#filename") format("svg");
}

body {
  margin: 0;
  font-family: "Terpel Sans", sans-serif;
	background-color: #ff0f00;
}

/*.main-wrapper {
	display: flex; flex-direction: column;
}*/

/*.header-rsp {
	display: none;
}*/

.lnk-website {
	color: #ffffff;
	text-decoration: underline;
	font-size: 15px;
	font-weight: 600;
	padding-top: 20px;
	display: block;
}

button.btn-buscar, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 8px 0 0 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.sidebar a {
  display: block;
  color: #fff;
  /*padding: 16px;*/
  text-decoration: none;
}
 
.sidebar a.active {
  color: white;
}

.sidebar a:hover:not(.active) {
  color: white;
}

/*div.content {
  position: relative;
  margin-left: 320px;
  padding: 1px 1px;
  height: 120vh;
}
*/
.logo-terpel {
	margin-top: 45px;
}

.logo-terpel-rsp {
	display: none;
}


/*.wrapper-sidebar-content {
	float: left;
	width: 100%;
	margin: 20px 25px 20px 10px;
}*/

.box-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 0;
  width: auto;
  height: 100%;
}

.box-info-estacion {
  display: inline-block;
  vertical-align: top;
  background: #ff0f00;
  text-align: left;
}

.box-info-estacion-title {
	font-family: "Terpel Sans", sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 23px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 2px;
}

.box-info-estacion-title {
	font-family: "Terpel Sans", sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 23px;
	font-weight: 700;
	margin-top: 15px;
}

.box-text-volver {
	font-family: "Terpel Sans", sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 23px;
	font-weight: 800;
	margin-top: 15px;
	margin-bottom: 2px;
}

.box-info-estacion-text {
	font-family: "Terpel Sans", sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	margin-top: 2px;
	margin-bottom: 3px;
}

.box-btn-como-llegar {
	width: auto;
	height: auto;
	text-align: left;
	margin-top: 16px;
	margin-bottom: 6px;
}

.box-info-otros-servicios {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: auto;
  height: auto;
  margin: 10px 5px 5px 5px;
	border-top: 1px solid #ccc;
}

.otros-servicios-title {
  font-family: "Terpel Sans", sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 23px;
	font-weight: 800;
	margin-top: 15px;
	margin-bottom: 2px;
}

.otros-servicios-txt {
  font-family: "Terpel Sans", sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 23px;
	font-weight: 500;
	margin-bottom: 2px;
}

ul.list-iconos {
	list-style:none;
	list-style-type:none;
	list-style-position: outside;
	margin: 15px 0 12px 0;
}

ul.list-iconos li.icon-vayven {
	list-style-image: url("images/icon-vayven.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-quickshop {
	list-style-image: url("images/icon-quickshop.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-yappy {
    list-style-image: url("images/icon-yappy.png");
    padding-bottom: 6px;
}

ul.list-iconos li.icon-sbarro {
    list-style-image: url("images/icon-sbarro.png");
    padding-bottom: 6px;
}

ul.list-iconos li.icon-bunker-de-hielo {
    list-style-image: url("images/icon-bunker-de-hielo.png");
    padding-bottom: 6px;
}

ul.list-iconos li.icon-friendterpel {
	list-style-image: url("images/icon-friend-terpel.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-flotastarjeta {
	list-style-image: url("images/icon-flotas-tarjeta.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-flotas-controlchip {
	list-style-image: url("images/icon-flotas-control-chip.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-gift-card {
	list-style-image: url("images/icon-gift-card.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-wash-and-go {
	list-style-image: url("images/icon-wash-and-go.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-ziclos {
	list-style-image: url("images/icon-ziclos.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-pago-flash {
	list-style-image: url("images/icon-pago-flash.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-voltex {
	list-style-image: url("images/icon-voltex.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-ciclister {
	list-style-image: url("images/icon-ciclister.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-pet-friendly {
	list-style-image: url("images/icon-pet-friendly.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-drive-in {
	list-style-image: url("images/icon-drive-in.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-drive-thru {
	list-style-image: url("images/icon-drive-thru.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-medios-pago {
	list-style-image: url("images/icon-medios-pago.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-vale-panama {
	list-style-image: url("images/icon-vale-panama.png");
	padding-bottom: 6px;
}

ul.list-iconos li.icon-veinticuatro-horas {
	list-style-image: url("images/icon-24h.png");
	padding-bottom: 6px;
}


ul.list-iconos li span {
	top:-7px; position:relative;
	font-family: "Terpel Sans", sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
}

/* BOX LISTADO DE ESTACIONES*/

ul.list-estaciones li {
	position:relative;
	font-family: "Terpel Sans", sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	border-bottom: 1px dotted #fff;
	padding: 4px 0 4px 0;
}

ul.list-estaciones li:hover {
	cursor: pointer;
}

.scroll {
   width: auto;
   height: 400px;
   overflow: scroll;
}
.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(107,8,0,0.8);
    border-radius: 3px;
	background-color: #e81002;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(107,8,0,0.8);
	background-color: #ac0a00;
}

/* CSS FOR CHECKBOXES  */

.container {
  width: 100%;
  height: auto;
  margin: 30px 0 40px 10px;
	padding-right: 20px;
}

h1.main-title {
  font-family: "Terpel Sans", sans-serif;
  color: #ffffff;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
}

.subtitle {
  font-family: "Terpel Sans", sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
	padding-bottom: 13px;
}

.subtitle-rsp {
	display: none;
}

.control-group {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 15px;
  width: 230px;
  height: auto;
  margin: 5px;
  color: #fff;*/
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
	margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ff0f00;
	border: 1px solid #fff;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ff0f00;
}
.control input:checked ~ .control__indicator {
  background: #ff0f00;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #ff0f00;
}
.control input:disabled ~ .control__indicator {
  background: #ff0f00;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}


/*..........FOOTER..........*/

.footer {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #747474;
}

.footer .footer-cnt {
	width: auto;
	margin: 0 auto;
	height: auto;
	padding: 10px;
	text-align: center;
	font-family: "Terpel Sans", sans-serif;
  color: #ffffff;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
}



/*---------------------------------------------------------------------------*/
	
@media screen and (max-width: 700px) {

.sidebar {
    width: 100%;
    height: auto;
    position: relative;
}

.sidebar a {float: left;}
	
div.content {margin-left: 0;}

}

@media screen and (max-width: 480px) {
	
.logo-terpel {
	display: none;
}
	
.btn-web {
	display: none;
}
	
.btn-web-rsp {
	display: block;
	float: right;
	text-align: right;
	width: 100%;
	height: 30px;
}
	
.btn-web-rsp img {
	float: right;
	text-align: right;
}

.header-rsp {
	display: block;
	width: 100%;
	background-image: url("images/bn-main-rsp.jpg");
	background-repeat: no-repeat;
	height: 250px;
}
	
.box-page-title {
  font-family: "Terpel Sans", sans-serif;
  color: #ffffff;
  font-size: 23px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 13px;
	margin: 0 30px 0 30px;
}
	
.box-indicaciones {
	background-color: #ff0f00;
	}
	
.logo-terpel-rsp {
	display: block;
	margin: 35px 0 25px 0;
}
	
#abc {
  order: 1;
}

#content {
  order: 2;
}

	
.wrapper-sidebar-content {
	width: auto;
	margin: 0 0 20px 0;
	padding: 20px 20px 25px 20px;
}
	
.sidebar {
    width: 100%;
    height: auto;
    position: relative;
}

.sidebar a {
    text-align: left;
    float: none;
  }

div.content { width: 100%;}
	
div.content {
  width: 100%;
  height: 550px;
}
	
.control {
  font-size: 18px;
}
	
.control-group {
  padding: 5px 0 0 0px;
  width: 100%;
}
	
.subtitle {
	display: none;
}
	
.subtitle-rsp {
	font-family: "Terpel Sans", sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
	padding: 10px 0 13px 0;
	display: block;
}
	
h1.main-title {
	display: none;
}

}



