@charset "utf-8";
*{
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-o-transition: all ease-in-out .4s;
}
/* CSS Document */
@font-face {
    font-family: 'Gotham';
    src: url('GothamBold.woff2') format('woff2'),
        url('GothamBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamMedium.woff2') format('woff2'),
        url('GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamBlack.woff2') format('woff2'),
        url('GothamBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamMedium.woff2') format('woff2'),
        url('GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamBold.woff2') format('woff2'),
        url('GothamBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('GothamBlack.woff2') format('woff2'),
        url('GothamBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Black.woff2') format('woff2'),
        url('Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium.woff2') format('woff2'),
        url('Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Black.woff2') format('woff2'),
        url('Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('Gotham-Ultra.woff2') format('woff2'),
        url('Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium.woff2') format('woff2'),
        url('Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body {
  width: auto;
  height: 100%;
}

body, .general{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Gotham';
	color: #000;
    background: #FFFFFF;
}
body{
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	width: 100%;
}
.generalblack{
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	height: 100vh;
}
.loginbody{
	background-color: #000000;
	padding: 0;
	margin: 0;
	width: 100%;
}
.login{
	max-width: 400px;
	width: 100%;
	padding: 0;
	height: 320px;
	margin: -160px 0 0 -200px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
}
.title-login {
    margin: 0 0 35px;
}
.generalblack label{
	color:#FFFFFF;
}
.btn.btnlogin{
	background: transparent;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	max-width: 100%;
	width: 100%;
	border-radius: 0;
    margin: 20px 0 0;
}
.btn.btnlogin:hover, .btn.btnlogin:focus{
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: #000000;
	border-radius: 0;
}

/* ---------------- SELCT ---------------- */
/* you should keep these firsts rules in place to maintain cross-browser behaviour */
.form select, .form select:hover, .form select:focus {
	
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-image: url("../img/arrow-select.png");
	background-position: 98% center;
	background-repeat: no-repeat;
	outline: none;
}
/* 
.ie8 .selectTagWrapper,
.ie9 .selectTagWrapper {
    position: relative;
    border: none;
    overflow: hidden;
    width: 100%;
}

.ie8 .selectTagWrapper > select,
.ie9 .selectTagWrapper > select {
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1,color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1,color=#FF0000);
    border: none;
    font-size: 16px;
    padding: 8px 12px 15px;
    width: 125%;
}

.ie8 .prefix-icon-arrow-down-fill:before,
.ie9 .prefix-icon-arrow-down-fill:before {
    content: ")";
    position: absolute;
    top: 43%;
    left: 93%;
    font-size: 6px;
}  */

.content-fluid{
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}
.content{
	margin: 0 auto;
	padding: 0;
	width: 90%;
	max-width: 1024px;
	position: relative;
}
.hero{
	background: url("../img/hero-bg-2.png") no-repeat;
	background-position: bottom left;
	background-size: cover;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	position: relative;
	overflow-x: hidden;
}
.hero-title {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
}
.hero-title img {
    max-width: 450px;
    padding-top: 6.5%;
}
.hero-right {
    text-align: right;
    right: 0;
    position: relative;
    width: 100%;
}
.hero-foto img{
    width: 100%;
	max-width: 550px;
}
.form{
	padding: 80px 0;
}
.form-control{
	background: #ededed;
	margin-bottom: 25px;
	color: #000;
	font-size: 18px;
	border-radius: 0;
	padding: 9px 12px;
	border: none;
	transition: background ease-in-out .3s;
}
.form-control:hover{
	background: #f7f7f7;
	transition: background ease-in-out .3s;
}
.form-control:focus{
	background: #f7f7f7;
	outline: none;
	box-shadow: none;
	transition: background ease-in-out .3s;
}
label{
	padding-top: 5px;
	margin-bottom: 25px;
	color: #000;
	font-size: 21px;
	font-family: 'Gotham Book';
	font-weight: normal;
}
.segundos label{
	font-size: 14px;
	margin-bottom: 5px;
}
.segundos .form-control, text-area, select{
	font-size: 13px;
	margin-bottom: 15px;
	padding: 12px 12px;
}
.sumar-servicio{
	font-size: 13px;
	font-family: 'Gotham Book';
	font-weight: normal;
	padding-top: 23px;
	display: block;
	color: #000;
	transition: color ease-in-out .3s;
	cursor: pointer;
	text-decoration: none;
}
.sumar-servicio:hover{
	color: #e20613;
}
hr{
	margin: 35px 0 55px;
}
h2{
	font-size: 29px;
	font-size: 500;
	color: #e20613;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}
.sumar-servicio span{
	color: #e20613;
}
.btn {
    background: #000000;
    color: #FFFFFF;
    padding: 15px 25px;
    display: block;
    max-width: 290px;
    font-size: 18px;
    text-align: center;
    margin: 30px auto 10px;
	border: 3px solid #000000;
	transition: all ease-in-out .4s;
}
.btn:hover, .btn:hover {
    background: #FFFFFF;
    color: #000000;
    border: 3px solid #000000;
	transition: all ease-in-out .4s;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.title-print {
	display: none;
}

.segundos{
	position: relative;
}

.linea-2{
	display: none;
	margin: 20px 0;
}

.eliminarElemento{
	display: none;
	cursor: pointer;
	width: auto;
	padding: 5px 10px;
	background-color: #e20613;
	color: #fff;
	margin: 0 auto;
	font-size: 13px;
	float: right;
	position: absolute;
	right: 0px;
	top: 6px;
}

#condicionesComerciales{
	height: 200px;
}
.imageTR{
	position: absolute;
	right: 0;
	top: 0;
	max-width: 400px;
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
}
.imageBL{
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 500px;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#msj{
	color: #fff;
	padding: 10px;
	margin: 0 5px;
}

body.formBody{
	display: none;
}

/* ---------------- RESPONSIVE STYLES ---------------- */

@media (max-width: 1080px) {
	.hero{
    	background: url("../img/hero-bg-m.jpg") no-repeat;
		background-position: bottom right;
}
	.hero-foto{
    	min-height: auto;
}
	.hero-foto img{
		display: none;
	}
	.hero-title img {
		max-width: 300px;
		padding-top: 7%;
		padding-bottom: 7%;
		display: block;
	}
	.hero content {
		position: relative;
	}
	.hero-title {
		position: relative;
	}
	.linea-c{
		display: none;

	}
	.sumar-servicio {
		padding-top: 15px;
		padding-bottom: 35px;
	}
}
@media (max-width: 860px) {
	.col-sm-6, .col-xs-6{
		width: 33.3333%;
		max-width: 33.3333%;
	}
}
@media (max-width: 520px) {
	.col-sm-6, .col-xs-6{
		width: 100%;
		max-width: 100%;
	}
	.linea-c{
		display: none;

	}
	.sumar-servicio {
		padding-top: 15px;
		padding-bottom: 35px;
	}
}
@media (max-width: 420px) {
	.login{
		margin: -160px auto 0;
		left: 4.8%;
		max-width: 90%;
	}
}
/* ---------------- IMPRESION ---------------- */

@media print {
	.eliminarElemento{
		display: none !important;
	}
	.title-print {
	   display: block;
	}
	.title-print img {
	   max-width: 100%;
	   height: auto;
	   width: 100%;
	   padding-top: 0;
	   padding-bottom: 0;
	}
	.hero {
	   display: none;
	}
	label {
	   font-size: 12pt;
	   margin-bottom: .2em;
	   margin-top: 0;
	}
	.form-control {
	   font-size: 11pt;
	   padding: 0;
	   margin-bottom: 0.2cm;
	}
	.segundos label {
	   font-size: 11pt !important;
	   margin-bottom: 0.2cm;
	   margin-top: 0;
	}
	.segundos .form-control {
	   	font-size: 11pt;
	   	background: #ededed;
		margin-bottom: 0.3cm;
		color: #000;
		border-radius: 0;
		padding: 0.2cm 0.3cm;
		border: none;
	}
	.btn {
	   display: none;
	}
	.btn-col {
	   display: none;
	}
	.linea-c {
	   width: 100%;
	   max-width: 100%;
	}
	.col-12{
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	.col-mediana{
		width: 6cm;
		min-width: 6cm;
		display: block;
	}
	.col-larga{
		width: 9cm;
		min-width: 9cm;
		display: block;

	}
	.col-chica .form-control{
		width: 2cm;
		min-width: 2cm;
		display: block;
	}

	.sumar-servicio{
		display: none;
	}
	h2 {
		page-break-inside: avoid;
	}	
	.noSeePrint{
		display: none !important;	
	}
	.noSeePrint h2{
		page-break-inside:initial !important;	
	}
	h2 {
		border-top: 1px solid #999;
		padding-top: 1cm;
		padding-bottom: 0.4cm;
		margin: 1cm 0 0;
	}
	.col-lg-6{
		width: 50%;
		max-width: 50%;
	}
	.form-control, text-area.form-control, select.form-control {
		background: #ededed;
		margin-bottom: 0.4cm;
		color: #000;
		border-radius: 0;
		padding: 0.2cm 0.3cm;
		border: none;
	}
	/**************************************************/
	#content,#page {
		width: 100%; 
		height: auto;
		margin: 0; 
		padding: 0; 
		float: none;
	}
	* { overflow: visible !important; } 
	
	@page { 
		page-break-after:always;
		size: auto;
		margin: 0 0 1cm 0!important;
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}
	/* Or: */
	.content {
		margin: 0;
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.content-formulario {
		padding: 1cm 1cm 1cm 1cm;
		margin: auto;
	}
	body {
		font: 11pt;
		line-height: 1.3;
		background: #fff;
		color: #000;
		padding-top: 0;
        padding-bottom: 0;
		margin: 0;
		height: auto;
	}
	h1 {
		font-size: 24pt;
	}
	h2, h3, h4 {
		font-size: 14pt;
	}
	a {
		page-break-inside:avoid
	}
	blockquote {
		page-break-inside: avoid;
	}
	h1, h2, h3, h4, h5, h6 { 
		page-break-after:avoid; 
		page-break-inside:avoid
	}
	label{
		opacity:0.6;
	}
	img { 
		page-break-inside:avoid; 
		page-break-after:avoid; 
	}
	.segundos  { 
		page-break-inside:avoid; 
		page-break-after:avoid;
		padding-bottom: 0.2cm;
	}
	table, pre { page-break-inside:avoid }
	ul, ol, dl  { page-break-before:avoid }
	.contBloque{
		padding: 0; margin: 0;
	}
	.form{
		margin: 0;
		padding: 0;
	}
	hr:not([size]) {
		height: 0cm;
	}
	hr{
		display: block;
    	margin: 0;
	}
	.msaMarg{
		padding-top: 0.6cm;
		padding-bottom: 0;
		margin: 0;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 40%;
		max-width: 40%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
		max-width: 25%;
	}
	.generalInfo {
		padding-bottom: 0;
	}
	.col-mediana label{
		font-size: 7pt !important;
	}
	.col-chica label{
		font-size: 7pt !important;
	}
	.segundos label {
    	font-size: 7pt !important;
	}
	form.row hr {
		display: none !important;
	}
	.btn{
		display: none !important;
		
	}
	.row.segundos {
		border-top: 1px solid #99999940;
		margin-top: 0.7cm;
	}
	.row.segundos:first-child {
		border-top: none;
		margin-top: 0;
	}
	.contactoData .row.segundos {
		border-top: none;
		margin-top: 0;
	}
	.segundos .form-control {
		font-size: 11pt;
		background: #ededed;
		margin-bottom: 0;
		color: #000;
		border-radius: 0;
		padding: 0.2cm 0.3cm;
		border: none;
	}
	#servicio_voz_cont, #banda_ancha_cont, #valor_agregado_cont, #quipos_cont, #contBloque, .contBloque, .segundos {
		padding-bottom: 0;
	}
	.segundos label {
		font-size: 9pt !important;
		height: 1.2cm;
		display: table-cell;
		vertical-align: middle;
	}
	.eliminarElemento{
		display: none;
	}
	.btn-col{
		display: none;
	}
	html, body {
        height: 100%;
    }
}
