/*
    Created on : 27-ene-2018, 11:05:56
    Author     : ralf
*/

body>.container{
    margin-top: 20px;
}




#layersimg img {
    position:absolute;
    z-index:1;
    float:left;
}
#layersimg img.ontop {
    z-index:2;
}
.bg_blanco {
  background-color: #FFFFFF;
}

.bg_protemax_login {
  background-image: url("../img/login-img-front.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  width: 100%;
  max-width: 574px;
  height: auto;
  max-height: 762px;
}

.bg_red_dark {
  background-color: #c72125;
}

li a.red_bold {
  color: #ff0000 !important;
  font-weight: bolder;
}

.bg_grey_dark {
  background-color: #636363;
}
/*
.nav-link {
  color:#fff;
  background-color: #999999;
  width: 100%;
  max-width: 197px;
  height: auto;
  max-height: 54px;
}

.nav-link:hover {
  color:#495057 !important;
  text-decoration: underline;
  width: 100%;
  max-width: 197px;
  height: auto;
  max-height: 54px;
}*/
/*
.bg_tab_body {
  background-image: url("../img/i/bg_tab_selected.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  width: 100%;
  height: auto;
  max-height: 200px;
}*/

.margin_top_120px{
  margin-top: 120px;
}
.margin_top_180px{
  margin-top: 180px;
}
.margin_top_10px {
  margin-top: 10px;
}
.margin_top_20px {
  margin-top: 20px;
}
.margin_bottom_20px {
  margin-bottom: 20px;
}
.margin_right_10px {
  margin-right: 10px;
}

.padding_top_xpercent {
  padding-top:35%;
}

.padding_top_762px {
  padding-top:762px;
}

.padding_top_30px{
  padding-top: 30px;
}

.padding_top_10px{
  padding-top: 10px;
}

.padding_bottom_10px{
  padding-bottom: 10px;
}

.padding_bottom_20px{
  padding-bottom: 20px;
}

.padding_top_50px {
  padding-top: 50px;
}

.padding_top_70px{
  padding-top: 70px;
}

.padding_top_120px{
  padding-top: 120px;
}

.padding_top_200px{
  padding-top: 200px;
}

.border_radio_10px_2_esquinas_izquierda{
  border-radius: 10px 0 0 10px;
}
.border_radio_10px_2_esquinas_derecha{
  border-radius: 0 10px 10px 0;
}
.border_radio_10px_todas_esquinas{
  border-radius: 10px 10px 10px 10px;
}

.efecto_sombra{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*
tamanos font awesome
*/
.f2em{
  font-size: 2em;
}
.f3em{
  font-size: 3em;
}
.f6em{
  font-size: 6em;
}
/*
Otros
*/
.color_rojo {
  background: #794849;
}
h2, h3, h4, h5 {
  border-bottom: 2px solid #ff0000;
  padding-bottom: 5px;
  color: #202a2f;
}
h2, h3, h4 {
  font-weight: 300;
}
h5 {
  font-weight: 600;
}
.border_izq_der_gris {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.border_gris {
  border: 1px solid #cccccc;
}
.fontsize8px {
  font-size: 8px;
}
.fontsize12px {
  font-size: 12px;
}
.fontsize14px {
  font-size: 14px;
}
.fontsize16px {
  font-size: 16px;
}
.txt_white {
  color:#FFFFFF;
}
/*
Vinculos
*/
.home, .informacion, .soporte, .perfil, .campanas, .historial, .dcanje, .configuracion, .salir {
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}
a.home{
  background-image: url("../img/i/home.png");
  background-position: 0 0;
}
a:hover.home{
  background-image: url("../img/i/home.png");
  background-position: 0 -35px;
}
a.informacion{
  background-image: url("../img/i/Libreria.png");
  background-position: 0 0;
}
a:hover.informacion{
  background-image: url("../img/i/Libreria.png");
  background-position: 0 -35px;
}
a.soporte{
  background-image: url("../img/i/soporte.png");
  background-position: 0 0;
}
a:hover.soporte{
  background-image: url("../img/i/soporte.png");
  background-position: 0 -35px;
}
a.perfil{
  background-image: url("../img/i/perfil.png");
  background-position: 0 0;
}
a:hover.perfil{
  background-image: url("../img/i/perfil.png");
  background-position: 0 -35px;
}
a.campanas{
  background-image: url("../img/i/campanas.png");
  background-position: 0 0;
}
a:hover.campanas{
  background-image: url("../img/i/campanas.png");
  background-position: 0 -35px;
}
a.historial{
  background-image: url("../img/i/historial.png");
  background-position: 0 0;
}
a:hover.historial{
  background-image: url("../img/i/historial.png");
  background-position: 0 -35px;
}
a.dcanje{
  background-image: url("../img/i/DCanje.png");
  background-position: 0 0;
}
a:hover.dcanje{
  background-image: url("../img/i/DCanje.png");
  background-position: 0 -35px;
}
a.configuracion{
  background-image: url("../img/i/configuracion.png");
  background-position: 0 0;
}
a:hover.configuracion{
  background-image: url("../img/i/configuracion.png");
  background-position: 0 -35px;
}
a.salir{
  background-image: url("../img/i/salir.png");
  background-position: 0 0;
}
a:hover.salir{
  background-image: url("../img/i/salir.png");
  background-position: 0 -35px;
}
.btn_select_plan_a:hover,.btn_select_plan_b:hover,
.btn_select_plan_c:hover,.btn_select_plan_d:hover {
    background-color:#ff0000;
    cursor:pointer;
    }
.btn_delete_selected {cursor:pointer;}


/*RFA*/

body{
	font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif!important;
}
h1{
	font-size: 42px;
	color: #000000;
}
/*formularios campos */
.acceso .input-group{
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.acceso .input-group-text {
   background-color: transparent;
    border: unset;
    position: absolute;
    left: 5px;
    z-index: 999;
    padding: 5px;
    display: inline;
}

.acceso .ico-login{
	width: 28px;
	    margin-top: 5px;
}
.acceso .form-control{
	padding: 10px 10px 5px 50px;
	border: 2px solid #ff0000;
	height: calc(1.5em + 0.75rem + 10px);
}
.acceso input[type="text"], input[type="text"]:focus{
	background: transparent;
	outline-width: 0;
	background: rgba(0, 0, 0, 0);
	padding-right: 40px;
	}
::-webkit-calendar-picker-indicator {
    filter: invert(24%) sepia(81%) saturate(7221%) hue-rotate(359deg) brightness(98%) contrast(126%);
}

select {
  padding: 10px;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('https://protemax.cl/cotizador/assets/img/ico-select.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1.3em auto, 100%;
    outline: none;
}

select::-ms-expand {
  display: none;
  border-width: 0px;
    border-image-slice: 0;
}
.form-control{
	border-image-source: linear-gradient(to right,rgba(255, 0, 0, 1), rgba(189, 39, 45, 1));
  border-width: 2px;
  border-image-slice: 1;   }

.form-control:focus{
	outline-style: none;
box-shadow: none;
border-color: transparent;
}

/* fin formularios campos */
.row.login{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.27); 
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.27);
border-radius: 14px;
display: inline-flex;
    align-items: center;
    background-color: #ffffff;
}
.row.contenedor{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.27); 
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.27);
border-radius: 14px;
background-color: #ffffff;
}
div[class^='col-'], .navbar{
    padding-top: 20px;
}
.acceso{
	width: 85%;
	margin: auto;
	padding-top: 20px;
}
.acceso .registro-login{
	    display: flex;
    max-width: 100%;
    justify-content: space-between;;
}
.acceso .ingresar{
	height: 90px;
	width: auto!important;
	background: rgb(255,0,0);
background: linear-gradient(to right, rgba(255,0,0,1) 0%, rgba(189,39,45,1) 100%);
margin: 30px auto;
padding-left: 80px;
padding-right: 80px;
}
.btn-block {
	/*height: 90px;*/
    display: block;
    width: auto;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(to right, rgba(255,0,0,1) 0%, rgba(189,39,45,1) 100%);
}
.btn-degradado{
	background: linear-gradient(to right, rgba(255,0,0,1) 0%, rgba(189,39,45,1) 100%);
}
.dash{
	border-left: 1px solid #57575630;
	border-right: 1px solid #57575630;
}
.plan{
	width: 220px;
    margin: 15px 5px;
	background-color: #f2f2f2;
	border-radius: 5px;
	background: linear-gradient(to right, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 100%);
	padding: 5px;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.20); 
box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.20);
display: flex;
    
}
.plan:hover, .checked_flag{
	background: linear-gradient(to right, rgba(255,0,0,1) 0%, rgba(189,39,45,1) 100%);
}
.plan1, .plan4, .plan3{
    flex-direction: column;
    justify-content: space-between;
}
.plan2{
    flex-direction: row;
    justify-content: space-between;
}

.plan p{
	line-height: normal;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.plan p.plan-dcto{
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}
p.plan-dcto span{
	font-size: 21px;
	line-height: 20px;
}
.planes{
	justify-content: space-between;
	width: 100%;
}
.plant-tit{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-bottom: none;
	line-height: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	.tab-content{
		width: 100%;
	}
	
.nav-tabs .nav-link{
	background: linear-gradient(rgba(102,102,102,1) 0%, rgba(77,77,77,1) 100%);
	border-bottom: 1px solid rgba(246,246,246,1);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.10); 
box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.10);
color: #FFF;
font-size: 18px;
font-weight: 300;
line-height: 21px;
}
	
.nav-tabs .nav-link.active{
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
	border-bottom: 1px solid rgba(246,246,246,1);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.10); 
box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.10);
color: #ff0000;
font-size: 18px;
font-weight: bold;
line-height: 21px;
}
.tab-content{
	background:linear-gradient(rgba(246,246,246,1) 0%, rgba(200,200,200,1) 100%);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.10); 
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.10);
border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-top: unset;
}
.bg_tab_body>.container>.row{
	margin-left: 0px;
	margin-right: 0px;
}
.info-card, .info-card:hover{
	text-decoration: none;
	color: inherit;
}

table td{
	border-top: none!important;
}
.desarrollador{
text-align: center;
display: block;
width: 100%;
margin: 15px auto;	
}
.nav-item.active>a>img{
	filter: invert(24%) sepia(81%) saturate(7221%) hue-rotate(359deg) brightness(98%) contrast(126%);
}
.nav-item.active>a>img, .nav-item>a>img{
	margin-bottom:25px; 
}
.logo-protemax>img{
	width: 80%;
	margin: auto;
	display: block;
}
.publicidad{
	margin:auto 0px 20px 0px;
}
#layersimg{
	padding: 0px;
}
.plan-detalle{
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}
.btn-secondary:disabled {
    color: #fff;
    background: linear-gradient(to right, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 100%);
    border-color: #6c757d;
}
.tarjetas{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}
.tarjetas .card{
	width: 200px;
	margin: 10px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.10); 
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.10);

}
.img-card{
	margin: 5px;
	height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.card-img-top{
	max-height: fit-content;
	max-width: 100%;
	margin: auto;
}

.card-title{
	font-size: 14px;
	line-height: 16px;
	border-bottom: unset;
	margin-bottom:5px;
}
.card-body{
	margin: 10px 5px 0px 5px;
	padding: 0px 10px;
}
.card-body p{
	font-size: 12px;
	line-height: 14px;
}
.paginacion{
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px auto;
	font-size: 16px;
	line-height: 20px;
}
.paginacion>strong{
	color:#ff0000;
	padding: 5px;
}
.paginacion>a{
	color: #000;
	text-decoration: none;
	padding: 5px;
	
}
.paginacion>a:hover{
	color: #ff0000;
	text-decoration: none;
	padding: 5px;
	
}

.table{
	font-size: 14px;
	margin-bottom: 20px;
}
.table td {
    padding: 0.5rem;
    }
.table a{
	color: #ff0000;
}

@media only screen and (max-width: 820px){
	.plan{
	width: 205px;
   }
   .logo-protemax>img {
    width: 30%;
    margin-bottom: 20px;

}
.tabla-contenedor{
	padding-right: 0px;
    padding-left: 0px;
}
.navbar{
	width: 100%;
}
.navbar{
	width: 100%;
}
.nav-item.active>a>img, .nav-item>a>img {
    margin-top: 15px;
    margin-bottom: 15px;
}
.navbar-nav .nav-item{
	border-bottom: 1px solid #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-nav{
	border-bottom: 2px solid #f2f2f2;
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 768px){
	.row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.acceso{
	width: 100%;
	margin: auto;
}
.registro-login{
	flex-direction: column;
    text-align: center
}
.registro-login>a{
	margin-bottom: 20px;
}
	div[class^='col-']{
    padding-top: 0px;
}
.acceso .ingresar {
	margin: 15px auto;
	}
h1 {
    font-size: 36px;
    color: #000000;
}
.btn{
	margin-top: 20px;
	margin-bottom: 20px;
}
h4{
	margin-top: 15px;
	margin-bottom: 10px;
}
.logo-protemax>img{
	width: 50%;
	margin: 10px auto;
}
.publicidad{
	margin:30px 0px 0px 0px;
}


.nav-tabs .nav-item {
    margin-bottom: 2px;
    width: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: center;
    margin: 5px;
}
.nav-tabs .nav-link{
	background: linear-gradient(rgba(102,102,102,1) 0%, rgba(77,77,77,1) 100%);
	border-bottom: 1px solid rgba(246,246,246,1);
	-webkit-box-shadow: unset; 
box-shadow: unset;
color: #FFF;
font-size: 14px;
font-weight: 300;
line-height: 16px;
text-align: center!important;
display: block;
    height: 100%;
    box-sizing: border-box;
}
	
.nav-tabs .nav-link.active{
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
	border-bottom: 1px solid rgba(246,246,246,1);
	-webkit-box-shadow: unset; 
box-shadow: unset;
color: #ff0000;
font-size: 14px;
font-weight: bold;
line-height: 16px;
text-align: center!important;
display: block;
    height: 100%;
    box-sizing: border-box;
}
.nav-tabs .nav-link{
	border-radius: 5px;
	
}
.nav-tabs.planes{
	border-bottom: none;
}
.plan{
	width: 100%;
    margin-bottom: 5px;
}
.tab-content{
	margin-bottom: 20px;
	-webkit-box-shadow: unset; 
box-shadow: unset;
padding-bottom: 20px;
border-radius: 10px;
}
.nav-link{
	padding: 5px 5px;
}
}


/*
Personalizaciones para dispositivos móviles
*/
@media only screen and (max-width: 400px) {

}

/*
updates
*/
div#carro div {
  padding: 0px 0px 0px 12px;
}
span.btn_delete_selected { font-size: 14px; font-weight: bold; }
.escondetab { visibility: hidden;}
.row.publicidad_ajuste { margin: -29px 0px 20px 0px; }
.alerta_texto_polarizados { display: block; }
.alerta_texto_polarizados_hide { display: none; }
.planes_solar_cs_show { display: block; }
.planes_solar_cs_hide { display: none; }
#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
}