[class*='col-']{
	width: 100%;
	padding: 1rem;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.col.reverse {
	flex-direction: column-reverse;
}


.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
	flex: 0 0 auto;
}

.col-xs {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
}

.col-xs-1 {
	flex-basis: 8.33333333%;
	max-width: 8.33333333%;
}

.col-xs-2 {
	flex-basis: 16.66666667%;
	max-width: 16.66666667%;
}

.col-xs-3 {
	flex-basis: 25%;
	max-width: 25%;
}

.col-xs-4 {
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}

.col-xs-5 {
	flex-basis: 41.66666667%;
	max-width: 41.66666667%;
}

.col-xs-6 {
	flex-basis: 50%;
	max-width: 50%;
}

.col-xs-7 {
	flex-basis: 58.33333333%;
	max-width: 58.33333333%;
}

.col-xs-8 {
	flex-basis: 66.66666667%;
	max-width: 66.66666667%;
}

.col-xs-9 {
	flex-basis: 75%;
	max-width: 75%;
}

.col-xs-10 {
	flex-basis: 83.33333333%;
	max-width: 83.33333333%;
}

.col-xs-11 {
	flex-basis: 91.66666667%;
	max-width: 91.66666667%;
}

.col-xs-12 {
	flex-basis: 100%;
	max-width: 100%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.start-xs {
	justify-content: flex-start;
	text-align: start;
}

.center-xs {
	justify-content: center;
	text-align: center;
}

.end-xs {
	justify-content: flex-end;
	text-align: end;
}

.top-xs {
	align-items: flex-start;
}

.middle-xs {
	align-items: center;
}

.bottom-xs {
	align-items: flex-end;
}

.around-xs {
	justify-content: space-around;
}

.between-xs {
	justify-content: space-between;
}

.first-xs {
	order: -1;
}

.last-xs {
	order: 1;
}

@media only screen and (min-width: 48em) {

	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-offset-0,
	.col-sm-offset-1,
	.col-sm-offset-2,
	.col-sm-offset-3,
	.col-sm-offset-4,
	.col-sm-offset-5,
	.col-sm-offset-6,
	.col-sm-offset-7,
	.col-sm-offset-8,
	.col-sm-offset-9,
	.col-sm-offset-10,
	.col-sm-offset-11,
	.col-sm-offset-12 {
		flex: 0 0 auto;
	}

	.col-sm {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-sm-1 {
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-sm-2 {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-sm-3 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-sm-5 {
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-sm-6 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-sm-8 {
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-sm-9 {
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-sm-11 {
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-sm-12 {
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-sm {
		justify-content: flex-start;
		text-align: start;
	}

	.center-sm {
		justify-content: center;
		text-align: center;
	}

	.end-sm {
		justify-content: flex-end;
		text-align: end;
	}

	.top-sm {
		align-items: flex-start;
	}

	.middle-sm {
		align-items: center;
	}

	.bottom-sm {
		align-items: flex-end;
	}

	.around-sm {
		justify-content: space-around;
	}

	.between-sm {
		justify-content: space-between;
	}

	.first-sm {
		order: -1;
	}

	.last-sm {
		order: 1;
	}
}

@media only screen and (min-width: 64em) {

	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-offset-0,
	.col-md-offset-1,
	.col-md-offset-2,
	.col-md-offset-3,
	.col-md-offset-4,
	.col-md-offset-5,
	.col-md-offset-6,
	.col-md-offset-7,
	.col-md-offset-8,
	.col-md-offset-9,
	.col-md-offset-10,
	.col-md-offset-11,
	.col-md-offset-12 {
		flex: 0 0 auto;
	}

	.col-md {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-md-1 {
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-md-2 {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-md-3 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-md-5 {
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-md-6 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-md-8 {
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-md-9 {
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-md-11 {
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-md-12 {
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-md {
		justify-content: flex-start;
		text-align: start;
	}

	.center-md {
		justify-content: center;
		text-align: center;
	}

	.end-md {
		justify-content: flex-end;
		text-align: end;
	}

	.top-md {
		align-items: flex-start;
	}

	.middle-md {
		align-items: center;
	}

	.bottom-md {
		align-items: flex-end;
	}

	.around-md {
		justify-content: space-around;
	}

	.between-md {
		justify-content: space-between;
	}

	.first-md {
		order: -1;
	}

	.last-md {
		order: 1;
	}
}

@media only screen and (min-width: 75em) {

	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-offset-0,
	.col-lg-offset-1,
	.col-lg-offset-2,
	.col-lg-offset-3,
	.col-lg-offset-4,
	.col-lg-offset-5,
	.col-lg-offset-6,
	.col-lg-offset-7,
	.col-lg-offset-8,
	.col-lg-offset-9,
	.col-lg-offset-10,
	.col-lg-offset-11,
	.col-lg-offset-12 {
		flex: 0 0 auto;
	}

	.col-lg {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-lg-1 {
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-lg-2 {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-lg-3 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-lg-5 {
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-lg-6 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-lg-8 {
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-lg-9 {
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-lg-11 {
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-lg-12 {
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-lg {
		justify-content: flex-start;
		text-align: start;
	}

	.center-lg {
		justify-content: center;
		text-align: center;
	}

	.end-lg {
		justify-content: flex-end;
		text-align: end;
	}

	.top-lg {
		align-items: flex-start;
	}

	.middle-lg {
		align-items: center;
	}

	.bottom-lg {
		align-items: flex-end;
	}

	.around-lg {
		justify-content: space-around;
	}

	.between-lg {
		justify-content: space-between;
	}

	.first-lg {
		order: -1;
	}

	.last-lg {
		order: 1;
	}
}
/* Estilo landing contratacion */
section {
    padding: 80px 0;
}
h1, h2, h3, h4, h5, h6, .title {
	margin-top: 0 !important;
}
.header-oscagas {
	background-image:linear-gradient(#b9b3b34f, #025ea91c), url('./images/img-bg-header.jpg');
	background-size: cover;
	background-position: center;
}
span.text-tab {
    margin-top: 10px;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 0 20px;
    text-align: center;
    line-height: 1.2;
}
.box-gray {
    background: #f6f6f6;
    padding: 30px;
}
.top-box {
    background: #025ea9;
    padding: 10px 30px;
}
.subtitle {
    font-size: 1.3rem;
}
.check-item svg {
    color: #8bc34a;
    margin-right: 10px;
}
.checks {
    padding: 0 1.8rem;
}
.ptop-0{
	padding-top: 0 !important;
}
img.icon-col {
    margin-bottom: 12px;
}
p.small {
    font-size: 0.8rem;
}
thead.thead-dark {
    background: #025ea9;
    color: #fff;
}
.tabla-averias th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}
.tabla-averias th:first-child, .tabla-averias td:first-child, .tabla-averias th:last-child, .tabla-averias td:last-child {
    padding: 10px;
}
table.table.tabla-averias.table-bordered {
    font-size: 16px;
    font-weight: 400;
    background: #fff;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.green-icon svg {
    color: #8bc34a;
}
.red-icon svg {
    color: red;
}
.bg-gray {
    background: #ececec;
}
.bg-cuadro {
    background: white;
    padding: 20px;
}
.icons-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img-precio{
    padding: 15px;
    display: block;
    margin: auto;
}
.img-casa {
	margin-top: -40px;
}
span.sub-price {
    margin-bottom: 10px;
    display: block;
}
.no-padding {
    padding: 0;
}
.blue-title{
    color: #025ea9;
    padding-top: 30px;
}
.pqr {
    font-weight: 400;
    font-size: 1rem;
}
.lista {
    font-size: 1.125rem;
}
.alinear {
    align-items: center;
}
.mas-info-header {
    margin: auto;
}
/* button */
.mas-info-btn{
    background-color: #FF6A00;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px;
    width: 50%;
    cursor: pointer;
}
.mas-info-btn:hover{
	color: #fff;
}
/* tabs prices */
li.tab_course {
    max-width: 250px;
}
.tabs-prices {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    justify-content: center;
}
#content .tab_course {
    border-bottom: solid 2px #b6b6b6;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 1.2rem;
    color: gray;
    width: 50%;
    background: #ececec;
}
#content .tab_course:hover {
    border-bottom: solid 2px #025ea9;
    color: #025ea9;
}
#content .tab_course.current {
    border-bottom: solid 2px #8bc34a;
    color: #8bc34a;
    font-weight: 400;
    background: #fff;
}
.content-tab{
    display: none;
}
.content-tab.current{
    display: inherit;
}
/*end tabs */
.flex.icons-equipamiento svg {
    color: #0096c8;
    margin-bottom: 20px;
}
/* END Estilo landing contratacion */

/* Accordion CSS*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 5px;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
/* END Accordion CSS*/

/* Estilo Formulario*/
div#wpcf7-f2333-p2331-o1 {
    background: #ffffffdb;
    border: none;
    border-radius: 10px;
    padding: 20px 30px;
    max-width: 500px;
    margin: auto;
}
div#wpcf7-f2333-p2331-o1 h3 {
    color: #025ea9;
    margin-bottom: 10px;
}
div#wpcf7-f2333-p2331-o1 input[type="text"], div#wpcf7-f2333-p2331-o1 input[type="email"], div#wpcf7-f2333-p2331-o1 input[type="tel"]  {
    margin: 5px;
    display: block;
    width: -webkit-fill-available;
}
div#wpcf7-f2333-p2331-o1 input[type="checkbox"] {
    height: 15px;
    cursor: pointer;
}
.wpcf7-acceptance label {
	cursor: pointer;
	font-weight: 300;
}
div#wpcf7-f2333-p2331-o1 div.wpcf7-response-output {
    margin: 0 !important;
}
#wpcf7-f2333-p2331-o1 .ajax-loader {
    margin: 0 auto !important;
}
div#wpcf7-f2333-p2331-o1 .wpcf7-submit {
    margin-top: 10px;
    margin-bottom: 0;
}
span.tel-form {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: -25px;
}
/* END Estilo Formulario*/
li.tab_course.icons-tab.current #calderaicon, li.tab_course.icons-tab.current #calentadoricon {
    filter: invert(66%) sepia(3%) saturate(6094%) hue-rotate(45deg) brightness(130%) contrast(97%);
}