h3 {
    font-family: "Montserrat",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-family: "Montserrat",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
}

h6 {
    font-family: "Montserrat",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.cotizador {
    padding: 15px;
}

.cotizador p {
	margin: 0;
}
.cotizador input {
	color: #42464e;
}
.cotizador .datos input {
    width: 100% !important;
}
.cotizador .datos label {
    display:  block;
}

.cotizador .resumen {
    border: 3px dotted #ddd;
    border-radius: 5px;
    width: 90%;
    margin: auto;
}

.cotizador .resumen h6 {
    color: #0976bb;
}

    .eq1, .eq2, .eq3, .eq4, .eq5, .eq6, .eq7, .eq8, .eq9, .eq10, .eq11 {
        display: none;
        width: 50%;
    }
    .cotizador .detalle .bg {
        display: block;
    }
    .cotizador .detalle .eq1.bg {
        background: url('images/GRP2602P.jpg') no-repeat;
        background-size: 80px;
        padding-left: 95px;
    }
    .cotizador .detalle .eq2.bg {
        background: url('images/GRP2604.jpg') no-repeat;
        background-size: 80px;
        padding-left: 95px;
    }
    .cotizador .detalle .eq3.bg {
        background: url('images/DP755.jpg') no-repeat;
        background-size: 80px;
        padding-left: 95px;
    }
    .cotizador .detalle .eq4.bg {
        background: url('images/DP720.jpg') no-repeat;
        background-size: 80px;
        padding-left: 95px;
    }
    .cotizador .detalle .eq5.bg {
        background: url('images/GRP2634.jpg') no-repeat;
        background-size: 80px;
        padding-left: 95px;
    }
    .cotizador .detalle .eq6.bg {
        background: url('images/GRP2602-W.jpg') no-repeat;
        background-size: 80px;
        padding-left: 95px;
    }
    .cotizador .detalle .eq7.bg {
        background: url('images/GRP2614.jpg') no-repeat;
        background-size: 80px;
        padding-left: 95px;
    }
    .cotizador .detalle .eq8.bg {
        background: url('images/HT801.jpg') no-repeat;
        background-size: 80px;
        padding-left: 95px;
    }
    .cotizador .detalle .eq9.bg {
        background: url('images/WP810.jpg') no-repeat;
        background-size: 80px;
        padding-left: 95px;
    }
    .cotizador .detalle .eq10.bg {
        background: url('images/RJ-11.jpg') no-repeat;
        background-size: 80px;
        padding-left: 95px;
    }
    .cotizador .detalle .eq11.bg {
        background: url('images/WP816.jpg') no-repeat;
        background-size: 80px;
        padding-left: 95px;
    }

.cotizador .box h3 {
	font-size: 18px;
}

.pbxPrice, 
.resumen input.pbxPrice {
	font-size: 20px;
    font-weight: 600;
    color: #0976bb !important;
}
.pbxPlanPriceContainer {
	bottom: 10px;
	right: 0;
	padding: 0;
}
.pbxPlanPrice,
input.pbxPlanPrice {
	font-size: 26px;
    font-weight: 600;
    color: #0976bb !important;
}
.pbxPlanPriceContainer .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 48px;
}

.detalle-funciones span {
    display: inline-block;
}

.subPrice {
    max-width: 100px;
    text-align: left;
}
    .subPrice:before {
        content: "$";
        max-width: 10px;
        position: absolute;
        top: 0;
    }

input.noBBP {
	border: none;
	background-color: transparent;
	padding: 0;
}

.divTable .pbxPrice {
	padding-left: 12px;
}

.divTable{
	display: table;
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px;
}
.divTable p {
	margin: 0 0 2px 0;
}
.divTableRow {
	display: table-row;
	font-size: 13px;
	line-height: 1.5;
}
.divTableRow:first-child {
    background-color: #f6f5f5;
	font-size: inherit;
	line-height: inherit;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border-bottom: 1px solid #ddd;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.totals {
    padding: 6px 0;
    border-top: 1px solid #ddd;
}
    .totals div {
        display: inline-block;
    }
    .totals div:first-child {
        width: calc(100% - 86px);
        text-align: right;
        padding-right: 10px;
    }
    .totals div:last-child {
        width: 80px;
    }


.scrolled-box {
	height: 200px;
    overflow: auto;
    border-radius: 4px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    height: 0;
}

.bg-light-gray {
	background-color: #efefef;
}

.padding-0 { padding: 0; }
.padding-15 { padding: 15px; }
.padding-15-30 { padding: 15px 30px; }
.padding-30 { padding: 30px; }
.padding-top-0 { padding-top: 0; }
.padding-bottom-0 { padding-bottom: 0; }

.margin-auto { margin: auto; }

.margin-top-0 { margin-top: 0px !important; }
.margin-bottom-0 { margin-bottom: 0px !important; }

.margin-top-40 { margin-top: 40px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }

.margin-top-70 { margin-top: 70px !important; }
.margin-bottom-70 { margin-bottom: 70px !important; }

.width-90 {
	width: 90%;
	margin: auto;
}

.width-80 {
	width: 80%;
	margin: auto;
}

.text-center {
	text-align: center;
}
.text-bold {
    font-weight: 700 !important;
}
.text-small {
	font-size: 80%;
}

.text-blue {
    color: #0976bb;
}

.divider {
	border-bottom: 1px solid #ddd;
	height: 2px;
	margin: 15px auto;
	overflow: hidden;
}

.box {
    background-color: #f5f5f5;
    border-radius: 6px;
}
	.box.checked {
		border: 4px solid #0976bb;	
	}

.box-bordered { border: 1px solid #ddd; }

.bordered-top { border-top: 1px solid #ddd; }
.bordered-bottom { border-bottom: 1px solid #ddd; }
.bordered-left { border-left: 1px solid #ddd; }
.bordered-right { border-right: 1px solid #ddd; }

.border-top-thick {
	border-top: 2px solid #ccc;
}

.content-relative { position: relative; }
.content-absolute { position: absolute; }
.content-static { position: static; }
.content-inherit { position: inherit; }

.display-flex {
	display: flex;
}
	.display-flex > div {
		flex-grow: 1;
        padding: 10px;
	}
	.display-flex.center-vertical {
		align-items: center;
	}
	.display-flex.wrapped {
		flex-wrap: wrap ;
	}
	.display-flex.justify-center {
		justify-content: center;
	}
	.display-flex.cols-2 > div {
		flex-basis: calc(100% / 2);
	}
	.display-flex.cols-3 div {
		flex-basis: calc(100% / 3);
	}
	.display-flex.cols-4 > div {
		flex-basis: calc(100% / 4);
	}
	.display-flex.cols-5 > div {
		flex-basis: calc(100% / 5);
	}

.cotizador .show {
	display: inline-block !important;
}
.cotizador .hide {
	display: none !important;
}

@media (max-width:768px){
	.content-relative {
		position: relative;
	}
	
	.content-absolute {
		position: relative;
		top: 0;
	}
	
        .content-absolute img {
            margin: auto;
        }
	
	.display-flex.cols-3 div,
	.display-flex.cols-4 div,
	.display-flex.cols-5 div {
		flex-basis: calc(100% / 2);
	}
	
	.pbxPlanPriceContainer {
		padding: 0;
	}
}

@media (max-width:480px){
	.display-flex.cols-2 div,
	.display-flex.cols-3 div,
	.display-flex.cols-4 div,
	.display-flex.cols-5 div {
		flex-basis: 100%;
	}
}


/* -- CONTACT FORM 7 -- */
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-spinner {
	float: right;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    border-radius: 5px;
}
.max-width-100 {
    max-width: 100px;
    margin: auto;
}
.wpcf7 select { width: 100%;}
/* -- / CONTACT FORM 7 -- */


/* -- SELECT2 -- */
.select2-container .select2-choice { 
    padding: 6px 0 6px 10px;
    border: 1px solid #e5e5e5;
    background-color: rgba(0,0,0,.03);
}
.select2-drop-active{
	border: 1px solid #e5e5e5;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
}
.select2-container.select2-container--below {
    width: 100% !important;
}
.select2-container.select2-container--below{
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	border-radius: 0px;
}
.select2-container .select2-selection--single{
    height: 41px;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {   
    line-height: 40px;
    padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 41px;
    right: 5px; 
}
/* -- / SELECT2 -- */


/* -- SLICK SLIDER -- */
.slick-slide {
	margin: 10px;
}

.slick-prev:before, .slick-next:before {
    color: #64c0ff !important;
}
/* -- / SLICK SLIDER -- */