@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body{
	background: #fff; 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	font-family: 'Open Sans', sans-serif !important;
}

/*colores{
	rojo: #ED1C24;
	negro: #000000;
}
*/

hr.marginContent{
	border: none !important;
	margin: 30px 0 !important;
}

hr{
	border-top: 0 !important;
}

h1.titleIngCed{
	font-weight: 600;
	font-style: italic;
	font-size: 1.75rem;
	color: #ffffff;
}

label.titleInput{
	font-weight: 300;
	font-size: 1.75rem;
	color: #ffffff;
	text-transform: none;
}

.form-control{
	border-radius: 2rem !important;
	border: #b3b3b3 solid 1px !important;
}

::placeholder {
  color: #c5c5c5 !important;
  text-align: center;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: red;
}

.btnNext{
	font-size: 30px;
	margin-top: 5px;
}

a.lnkNext{
	color: #FDA09A !important;
}

a:hover.lnkNext{
	color: #FFF !important;
}

.btnNextProceso{
	font-size: 30px;
	margin-top: 5px;
}

a.lnkNextProceso{
	color: #B3B3B3 !important;
}
a:hover.lnkNextProceso{
	color: #FF4132 !important;
}

a.lnkNextProceso{
	color: #B3B3B3 !important;
}

.saludo{
	color: #FF4132;
	font-style: italic;
	font-weight: 600;
	font-size: 2.15rem;
}

.titlePlaca{
	font-size: 1.25rem; 
	color: #FF4132;
	font-weight: 300;
	text-transform: none;
}

.detVehTit{
	font-size: 0.80rem;
	color: #808080;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.detVehDesc{
	font-size: 0.80rem;
	color: #FF4132;
	text-align: center;
}

h1.titleSection{
	color: #FF4132;
	font-style: italic;
	font-weight: 700;
	font-size: 1.80rem;
}

h3.cotizadorPrecio{
	/* font-size: 2.6rem; */
	font-size: 1.9rem;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    /* margin-top: 10px; */
    margin-top: 20px;
}

h4.cotizadorPeriodo{
	font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 0;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}

p.contenidoTitle{
	font-size: 1.15rem; 
	color: #898989;
	font-weight:600;
	text-transform: none;
}

h5.titleGastCub{
	font-size: 1rem;
	letter-spacing: 2px; 
	color: #898989;
	font-weight:700;
	text-transform: none;
}

p.contenido{
	font-size: 0.85rem; 
	color: #808080;
	font-weight: 300;
	text-transform: none;
}

.valorMensual{
	background: #FF4132;
	text-align: center;
	border-radius: 15px;
	padding: 6px 25px;
	color: #FFF;
	font-style: italic;
	font-weight: 600;
}

.wrapGastCub{
	margin:0 5px !important;
	background: #F4F4F4;
	padding: 20px;
	border-radius: 50px;
	min-height: 380px;
}

a.linkRed,a:hover.linkRed{
	color: #FF4132 !important;
	font-weight: 600;
	font-style: italic;
	text-decoration: none !important;
	cursor: pointer;
}

a.linkRedSerInc,a:hover.linkRedSerInc{
	color: #FF4132 !important;
	font-weight: 500;
	font-style: italic;
	text-decoration: none !important;
	font-size: 0.8rem;
	cursor: pointer;
}

h3.modalTitle{
	color: #FF4132;
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px;
}

.modalContenido{
	font-size: 0.85rem; 
	color: #808080;
	font-weight: 300;
	text-transform: none;
}

a.modalBtn{
	border: solid 1px #FF4132 !important;
	background: transparent !important;
	text-transform: uppercase;
	color: #808080 !important;
	font-weight: 700 !important;
	font-size: 0.70rem !important;
	border-radius: 20px !important;
	letter-spacing: 2px;
}

a:hover.modalBtn{
	border: solid 1px #FF4132 !important;
	background: #FF4132 !important;
	text-transform: uppercase;
	color: #FFF !important;
	font-weight: 700 !important;
	font-size: 0.70rem !important;
	border-radius: 20px !important;
}

.contenidoServIncl{
	font-size: 0.85rem; 
	color: #808080;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 0.15rem;
}

.ServIncl{
	font-size: 0.85rem; 
	color: #808080;
	font-weight: 600;
	text-transform: uppercase;
}

.pddngServIncl{
	padding: 30px; 
	text-align: center;
}

.radioServIncl{
	padding: 15px; 
	text-align: center;
}

.wrapServIncl{
	margin:0 5px !important;
	background: #F4F4F4;
	padding: 20px;
	border-radius: 10px;
	min-height: 100px;
	margin-bottom: 5px !important;
}







footer {
    position: fixed;
    height: 115px;
    bottom: 0;
    width: 100%;
}

.footerMC{
	background: #ED1C24;
	height: 15px;
}


h1.titleHome{
	font-weight: 400;
	font-size: 1.7rem;
	text-align: center;
}


.txtRojo{
	color: #ED1C24;
	font-weight: 700;
}

h2.titleRed{
	color: #ED1C24;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
}



/* .btn-primary{
	background-color: #ED1C24 !important;
	border: none !important;
	font-weight: 600 !important;
}

.btn-primary:hover{
	background-color: #d4151c !important;
} 

label{
	text-transform: uppercase;
	font-weight: 700;
	color: #000000;
	font-size: 0.8rem;
} */
label {
	margin-bottom: 0.3rem !important;
}

.modal-title{
	color: #ED1C24;
	font-weight: 700;
}

.txtPortal{
	font-size: 1.1rem;
	text-align: justify;
	font-weight: 500;
}

a.noConfirmar{
	color: #ED1C24;
	text-decoration: underline;
	font-size: 0.9rem;
	font-weight: 500;
}


input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
  
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.number-input {
	/* border: 2px solid #b3b3b3; */
	display: inline-flex;
}
  
.number-input,
.number-input * {
	box-sizing: border-box;
	border-radius: 25px;
	background: transparent;
}

.number-input--inline {
	border: 1.5px solid #b3b3b3;
}

.number-input button {
	outline:none;
	-webkit-appearance: none;
	background-color: transparent !important;
	border: none;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 1.5rem;
	cursor: pointer;
	margin: 0;
	position: relative;
}

.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 0.7rem !important;
	height: 2px !important;
	background-color: #ff4132 !important;
	/* background-color: red !important; */
	transform: translate(-50%, -50%);
}

.number-input button.number-input__button--plus:after {
	transform: translate(-50%, -50%) rotate(90deg) !important;
}
 
.number-input input[type=number] {
	font-family: sans-serif;
	/* max-width: 5rem; */
	padding: .5rem;
	border: 0;
	border-width: 0 2px;
	font-size: 0.7rem;
	height: 1.5rem;
	font-weight: bold;
	text-align: center;
}


.error-msg{
	color: white;
	font-size: 13px;
  }
  
  .error-msg-red{
	color: red;
	font-size: 13px;
  }
  
  h5, .h5 {
	font-size: 1.25rem;
  }
  
  body{
	font-size: 1rem;
  }


.borderModal{
	border-radius: 13px !important;
	display: inline-table;
}

p.titleFootCoberturasAdd{
	font-size: 0.92rem; 
	color: #898989;
	font-weight:700;
}

.labelInput{
	font-size: 0.82rem; 
	color: #cacaca;
	font-weight:500;
	text-transform: none;
}


.btn{
	/* border-radius: 20px; */
	border-radius: 12px;
	-webkit-box-shadow:0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;
	box-shadow:0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;
	padding:0.25rem 0.75rem;
	font-family:'Open Sans', sans-serif !important;
	font-size:80%;
	font-weight:500;
	letter-spacing:0rem;
	border:0
}
.btn-primary{
	background:#ff4132;
	color:#ffffff;
	border:solid 2px #ff4132;
	box-shadow:none !important;
}
.btn-primary:hover{
	background:#ff4132!important;
	color:#ffffff!important;
	border:solid 2px #ff4132!important;
	box-shadow:0px 0px 6px 0px rgba(255,65,50,0.8)!important;
}
.btn-primary:focus{
	background-color:#4f837f;
	color:#fff
}
.btn-primary:active{
	background-color:#467370!important
}

.btn-secondary{
	background:#FFF;
	color:#ff4132;
	border:solid 2px #ff4132;
	box-shadow:none !important;
}
.btn-secondary:hover{
	background:#FFF!important;
	color:#ff4132!important;
	border:solid 2px #ff4132!important;
	box-shadow:0px 0px 6px 0px rgba(255,65,50,0.8)!important;
}

.linkRedValorRecomendado{
	color: #FF4132 !important;
    text-decoration: underline !important;
    font-size: 8px;
	font-weight: 700;
	cursor: pointer;
}

.txtRojo07UP{
	color:#ff4132;
	font-size:0.7rem;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: 2px;
}
.txtGris08R{
	color:#808080;
	font-size:0.8rem;
	font-weight:500;
}
.txtRojo08{
	color:#ff4132 !important;
	font-size:0.8rem;
	font-weight:700;
}
.txtGris08{
	color:#a1a1a1;
	font-size:0.7rem;
	font-weight:700;
	letter-spacing: 2px;
}
.btnContigo{
	border:none;
	background:#ff4132;
	color:#FFF;
	font-family:'Open Sans', sans-serif;
	font-size:1.1rem;
	font-style:italic;
	font-weight:600;
	padding:0px 25px;
	border-radius:25px;
}
.txtRojo11{
	color: #ff4132;
	font-size: 1.3rem;
	font-weight: 400;
	font-style: italic;
}

.close,
.close:not(:disabled):not(.disabled):hover{
	background:#ff4132 !important;
	color:#fff;
	opacity:1;
	border-radius:50%;
	font-size:1.50rem;
	line-height:0.6;
	padding: 0.7rem !important;
	float: right;
    font-weight: 700;
	text-shadow: 0 1px 0 #fff;
	margin: -1rem -1rem -1rem auto;
    border: 0;
    -webkit-appearance: none;
}

h1.titleContactanos{
	font-weight: 600;
	font-style: italic;
	font-size: 1.50rem;
	color: #898989;
}