/*
    Theme Name: Vida360
    Theme URI: https://vida360.seguroselroble.com/
    Description: Tema para la venta del producto Vida360
    Version: 1.0.0
    Author: Magdiel Canahui
    Author URI: mcanahui@mibluemedical.com
    Tags: Blank, HTML5, CSS3
    License: MIT
    License URI: https://vida360.seguroselroble.com/
*/
body, #content-container{
	color: #111 !important;
	line-height: 20px !important;
}
#container.mainnav-lg #content-container{
	left: 0 !important;
}
p, label{
	font-size: 11pt;
	color: #111;
}
ul{ list-style-image: url("images/arrowcheck.png"); }
.vnt{
	color: #e79224;
}
.panel-heading{
	position: relative;
}
.navbar-brand{
	position: absolute;
	left: 0;
	top: 0;
}
.panel-heading,.brand-icon{
	height: auto !important;
}
.panel-body{
	padding: 0 !important;
}
.new-section-sm {
    margin: 40px 0;
}
.textNote{
	color: #e79224 !important;
	font-weight: bold;
	text-align: right !important;
}
.navbar-brand{
	height: auto;
	padding: 10px;
}
.input-group-addon{
	color: #111;
	border: 1px solid #b5b5b5;
}
.form-box {
    padding-top: 0;
}
.marginb10{
	margin-bottom: 10px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	width: 100% !important;
	margin-bottom: 10px;
}
#mainnav-menu li{
	list-style: none;
}
#mainnav-menu a{
	text-align: left;
}
#footer .hide-fixed, #demo-set-btn{
	display: none;
}
.btn-action{
	background: #e79224;
	color: #FFF;
	font-weight: bold !important;
	font-size: 12pt;
	padding: 5px 21px;
}
.dataCard .input-group-addon{
	background: #eae8e3;
	color: #795548;
}
.wd100{
	width: 100%;
}
.wd20{
	width: 20%;
}
.wd40{
	width: 40%;
}
.wd45{
	width: 47%;
}
.wd50{
	width: 50%;
}
.dflex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.wdp70{
	width: 70px;
}
.wdp90{
	width: 90px;
}
.wdp130{
	width: 130px;
}
.inputToolTip{
	position: relative;
}
.spanToolTip{
	display: none;
	position: absolute;
}
.spbetween{
	justify-content: space-between;
}
#container.mainnav-lg #content-container{
	padding:0px;
}
#mainnav-container, .tgl-menu-btn{
	display: none !important;
}
.bootstrap-select{
	height: 35px;
}
.labelQuestion{
	margin: 0 15px !important;
}
.fvcard button{
	height: 45px;
	border-radius: 0;
}
.slideAsegurado {
	width: 100%;
}
.divOpAnios, .divFormaPago{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
/* The slider itself */
.slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 5px;
	background: #E48623;
	border-radius: 10px;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
	opacity: 1;
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	background: #e79224;
	cursor: pointer;
	border-radius: 50%;
}
.slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: #e79224;
	border-radius: 50%;
	cursor: pointer;
}
.range-wrap {
  position: relative;
  margin: 0 auto 3rem;
}
.bubble {
	background: #e79224;
	color: #FFF;
	padding: 4px 12px;
	position: absolute;
	border-radius: 4px;
	left: 50%;
	transform: translateX(-50%);
	top: -45px;
}
.bubble::after {
  	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #e79224;
	bottom: -8px;
	left: 50%;
	transform: rotate(45deg) translateX(-50%);
}
.notBlock{
	display: none;
}
.inputError{
	color: #ff5454 !important;
	border: 1px solid #ff5454 !important;
}
.verticalA{
	vertical-align: bottom !important;
	text-align: left;
}
.verticalB{
	vertical-align: bottom !important;
	text-align: right;
}
.tickmarks,.tickmarksAnio{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.tickmarks option, .tickmarksAnio option{
	font-size: 12pt;
}
#txtAsegurado, #txtAniosAsegurado{
	font-size: 13pt;
	font-weight: bold;
}
.labelSlider{
	text-align: left !important;
	font-size: 11pt;
}
.textLeft{
	text-align: left !important;
}
.f1-step{
	width: 16.66%;
}
.spanImportant{
	color: #ff5454;
	font-weight: bold;
	font-size: 15px;
}
.spanTotal{
	font-size: 16pt;
	font-weight: bold;
}
.iconWhatsApp{
	position: fixed !important;
	bottom: 40px;
	right: 15px;
	z-index: 4;
	height: 30px;
}
.iconQuestion{
	position: fixed !important;
	bottom: 100px;
	right: 25px;
	z-index: 4;
	height: 30px;
}
#opGender .gender{
	display: none;
}
#opGender label{
	color: #CCC;
	font-size: 25pt;
	cursor: pointer;
}
.selectGenero{
	color: #fff;
	background: #e79224;
	padding: 7px 0px;
	border-radius: 100%;
	text-align: center;
	width: 50px;
	height: 50px;
}
.input-group-addon i{
	font-size: 19px;
}
.divTitle{
	display: none;
}
.divTitle h4{
	font-size: 12pt;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #3a444e;
    color: #fff;
    font-size: 11pt;
    font-family: 'Arial';
    position: absolute;
    padding: 3px 20px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #3a444e;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;

}
[data-title] {
    position: relative;
}
#divHeader{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 2px 8px;
	border-bottom: 2px solid #F4F4F4;
}
#divBody .beneficiario{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.beneficiario div{
	text-align: left;
}
.bntDelBeneficiario{
	font-size: 14pt;
	margin-left: 5px;
	cursor: pointer;
	color: #f77878;
}

#canvaspc,#canvasm{
  cursor:pointer;
  border: 1px solid;
  width: 250px !important;
  height: 140px !important;
}

/**********File Inputs**********/
.adjunto{
	margin-bottom: 25px;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -1.05em;
    margin-right: 0.25em;
}
.iframeFirma{
	width: 100%;
    height: 205px;
    border: 0;
    overflow: hidden;
}
.iborrainputfile {
	font-size:14px;
	font-weight:normal;
	font-family: 'Lato';
}
/* Fotos */
.prevPhoto1, .prevPhoto2 {
    display: flex;
    justify-content: space-between;
    width: 250px !important;
    height: 150px !important;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(images/img_upload.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center center;
    margin: auto;
}
.prevPhoto1 label, .prevPhoto2 label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.prevPhoto1 img, .prevPhoto2 img{
	width: 100%;
	height: 100%;
}
.upimg1,.upimg2, .notBlock{
	display: none !important;
}
.errorArchivo{
	font-size: 16px;
	font-family: arial;
	color: #cc0000;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
/* .delPhoto{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: red;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 10;
} */

.toolTipContain{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.toolTip{
	display: none;
	position: absolute;
	top: -120px;
	left: 16px;
	width: 270px;
}
.toolTipIcon{
	font-size: 13pt;
}
.toolTipContent{
	background: #FFF;
	position: absolute;
	border: 3px solid #E79224;
	border-radius: 15px 15px 15px 0;
	padding: 5px;
	z-index: 2;
}
.toolTipContent img{
	width: 400px;
	border-radius: 10px;
}
.toolTipContain:hover .toolTip{
	display: inline-block !important;
	cursor: pointer;
}


/* style 1 */

.inputfile-1 + label {
    color: #fff;
    background-color: #ec9b1b;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #d47e03;
}

/* style 2 */

.inputfile-2 + label {
    color: #ec9b1b;
    border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #d47e03;
}

/* style 3 */

.inputfile-3 + label {
    color: #ccc;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #ec9b1b;
}

/* style 4 */

.inputfile-4 + label {
    color: #ccc;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #ec9b1b;
}

/* style 5 */

.inputfile-5 + label {
    color: #ec9b1b;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #d47e03;
}

.inputfile-5 + label figure {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ec9b1b;
    display: block;
    padding: 8px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #d47e03;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}

/* style 6 */

.inputfile-6 + label {
    color: #ec9b1b;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    color: #d47e03;
}

.inputfile-6 + label figure {
    width: 100px;
    height: 135px;
    background-color: #ec9b1b;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-6:focus + label figure,
.inputfile-6.has-focus + label figure,
.inputfile-6 + label:hover figure {
    background-color: #d47e03;
}

.inputfile-6 + label figure::before,
.inputfile-6 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-6 + label figure::before {
    border-top: 20px solid #05354e;
    border-left: 20px solid transparent;
}

.inputfile-6 + label figure::after {
    border-bottom: 20px solid #d47e03;
    border-right: 20px solid transparent;
}

.inputfile-6:focus + label figure::after,
.inputfile-6.has-focus + label figure::after,
.inputfile-6 + label:hover figure::after {
    border-bottom-color: #ec9b1b;
}

.inputfile-6 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}

/* style 7 */

.inputfile-7 + label {
    color: #ec9b1b;
}

.inputfile-7 + label {
    border: 1px solid #ec9b1b;
    background-color: #fff;
    padding: 0;
}

.inputfile-7:focus + label,
.inputfile-7.has-focus + label,
.inputfile-7 + label:hover {
    border-color: #d47e03;
}

.inputfile-7 + label span,
.inputfile-7 + label strong {
    padding: 0.625rem 1.25rem;
}

.inputfile-7 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-7 + label strong {
    height: 100%;
    color: #fff;
    background-color: #ec9b1b;
    display: inline-block;
}

.inputfile-7:focus + label strong,
.inputfile-7.has-focus + label strong,
.inputfile-7 + label:hover strong {
    background-color: #d47e03;
}
#divConfirmation{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
	left: 0;
	top: 0;
	z-index: 100;
	border-radius: 10px;
}

#sketch-holder canvas{
	margin: auto;
	margin-bottom: 10px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    -webkit-appearance: textfield;
    -o-appearance: textfield;
}
#divFechaNac, .divContent{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:;
	align-items: center;
}
#divFechaNac > div, .divContent > div{
	margin-right: 5px;
}
#tblTarifas tr td{
	text-align: right;
}
@media screen and (max-width: 420px) {
	#divConfirmation p
	{
		font-size: 9pt;
	    line-height: 15px;
	}
	#divConfirmation h3{
    	font-size: 16px;
	}
	#divConfirmation img{
		width: 110px !important;
		margin-bottom: 10px !important;
	}
	.lblTerminos{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {

	.divOpAnios, .divFormaPago{
		justify-content: space-between;
	}
	/* #divFirmaPC{
		display: none;
	}
	#divFirmaM{
		display: block;
	} */
}

@media screen and (max-width: 50em) {
	.inputfile-7 + label strong {
		display: block;
	}
}
/**********End File Inputs**********/


