@charset "UTF-8";
/* CSS Document */
.menucotizadores{
	min-height:85px;
	background-image:url(../imagenes/backmenucotizadores.jpg);
	background-repeat:repeat-x;	
}

.botonvehi{
	background-image:url(../imagenes/botonvehi01.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height:55px;
	margin-top: 15px;
}

.botonvehi.activo{
	background-image:url(../imagenes/botonvehi02.png);
}

.botonvivi{
	background-image:url(../imagenes/botonvivi01.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height:55px;
	margin-top: 15px;
}

.botonvivi.activo{
	background-image:url(../imagenes/botonvivi02.png);
}

.botonsalud{
	background-image:url(../imagenes/botonsalud01.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height:55px;
	margin-top: 15px;
}

.botonsalud.activo{
	background-image:url(../imagenes/botonsalud02.png);
}

.subthome{
	background-image:url(../imagenes/backsutitlehome.jpg);
	background-repeat:repeat-x;
}

.contenidohomevehi{
	background-image:url(../imagenes/backhomevehi.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	min-height:770px;	
}

.contenidohomevivi{
	background-image:url(../imagenes/backhomevivi.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:auto;	
}

.contenidohomesalud{
	background-image:url(../imagenes/backhomesalud.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:auto;	
	padding-bottom:10px;
}

.contenidointvehi{
	background-image:url(../imagenes/backinternas.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.formularioinicio{
	width:405px;
	background-color: rgba(255,255,255,0.75);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-left: 230px;
	margin-top:60px;
	padding:30px;
}

.titulohomevehi {
	position:relative;
	top:100px;
}

.titulohomevivi {
	position:relative;
	top:60px;
}

.titulohomesalud {
  left: 240px;
  position: relative;
  top: 30px;
}

.labelhome{
	font-family: inherit;
	font-size: 15pt;
	font-weight: 200;
	position:relative;
}

.labelhome > span {
  color: #792a2f;
  font-weight: bold;
  cursor:pointer;
}

.popuppregunta {
  position: absolute;
  top: -130px;
  right: -260px;
  display:none;
  min-width: 0;
}

.labelhome > span:hover > .popuppregunta {
  display:block;
}

.drophome {
  border-radius: 20px;
  text-align: right;
  width: 275px;
  height: 30px;
  overflow: hidden;
  margin: 10px 0;
}

.caret {
  display: block;
  height: 34px;
  position: absolute;
  right: 4px;
  top: -5px;
  vertical-align: middle;
  width: 34px;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  right: 0;
  top: 73%;
  width: 100%;
  z-index: 1000;
}

input.homepage {
  line-height: normal;
  margin: 10px 0;
  width: 100% !important;
  height:34px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius:20px;
}

.modalrango {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display:none;
}

.backobs {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  width: 100%;
}

.modalcontent {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  height: auto;
  left: 49%;
  margin-left: -375px;
  max-width: 750px;
  min-width: 100px;
  position: absolute;
  top: 200px;
  width: 100%;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 23px 4px rgba(0,0,0,0.49);
  -moz-box-shadow: 0px 0px 23px 4px rgba(0,0,0,0.49);
  box-shadow: 0px 0px 23px 4px rgba(0,0,0,0.49);
  
  -webkit-box-shadow: inset 0px 0px 69px -6px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 69px -6px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 69px -6px rgba(0,0,0,0.3);
}

.modalcontentdedu {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  min-height: 650px;
  left: 49%;
  margin-left: -307px;
  max-width: 615px;
  min-width: 100px;
  position: absolute;
  top: 300px;
  width: 100%;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 23px 4px rgba(0,0,0,0.49);
  -moz-box-shadow: 0px 0px 23px 4px rgba(0,0,0,0.49);
  box-shadow: 0px 0px 23px 4px rgba(0,0,0,0.49);
  
  -webkit-box-shadow: inset 0px 0px 69px -6px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 69px -6px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 69px -6px rgba(0,0,0,0.3);
}

.modaltitulo2 {
  color: #9e2a2b;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: -40px;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

.fraseint > span {
  font-weight: 400;
  font-style: italic;
}

.modaltitulo {
  color: #9e2a2b;
  font-size: 15pt;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
  text-transform: uppercase;
}

.row.modalsubtitulo {
  color: #7b4852;
  font-size: 15pt;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}

.row.modalvalor {
  color: #000;
  font-size: 17pt;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

.modalfrase {
  color: #9e2a2b;
  font-size: 9pt;
  font-weight: 700;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}

.botonmodal {
  margin-top: 50px;
  padding-right: 55px;
  text-align: right;
}

.continuar-btn-modal {
  background-image: url("../imagenes/continuarbtmodal.png");
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0);
  font-size: 11px;
  height: 38px;
  padding-top: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 171px;
}

.indicador > .col-xs-3{
	background-image:url(../imagenes/indicadorpasos.png);
	background-repeat:no-repeat;
	background-position:center right;
	height:40px;
	background-size: contain;
}

.activo > .indicador > .col-xs-3{
	background-image:url(../imagenes/indicadorpasos2.png);
}

.pasosvehiculo {
  margin-top: 40px;
  margin-bottom: 60px;
  min-height:30px;
}

.numeropaso, .nombrepaso {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  padding-left: 10px;
}

.activo .numeropaso, .activo .nombrepaso {
  color:#9D2A2B !important;
  font-weight: 500;
}

.bloque-texto {
  margin: 7px 0;
  width: 100%;
}

.bloque-texto > input {
  width: 100%;
  max-width: 280px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius:20px;
  height:34px;
}

.labelint{
	font-family: inherit;
	font-size: 18pt;
	font-weight: 200;
	position:relative;
	color:#606060;
}

.fraseint {
  font-size: 15pt;
  font-weight: 200;
  margin-bottom: 5px;
  margin-top: 0px;
}

.fraseintcomp {
  font-size: 17pt;
  font-weight: 400;
  margin-bottom: 35px;
  text-align:center;
  color:#9D2A2B;
  margin-top: 60px;
}

.internoactivo {
  padding: 20px;
}

.tableform {
  display: table;
  height: auto;
  width: 100%;
}

.continuar-btn-interno {
  background-image: url("../imagenes/next-button-salud.png");
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0);
  font-size: 11px;
  height: 44px;
  padding-top: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 192px;
}

.cotizar-btn-interno {
  background-image: url("../imagenes/cotizarbtinterna.png");
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0);
  font-size: 11px;
  height: 44px;
  padding-top: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 192px;
}

.regresar-btn-interno {
  background-image: url("../imagenes/back-button-salud.png");
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0);
  font-size: 11px;
  height: 44px;
  padding-top: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 192px;
}

.tituloaseg {
  color: #992A2B;
  font-size: 12px;
  margin-bottom: 30px;
}

.titulocenter-salud-barra {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 15px;
}

.subtitulocenter-salud-barra {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.col-xs-3.textointermediob > input {
    border: 1px solid #e7eaf1;
    border-radius: 5px;
    color: #000;
    float: left;
    font-weight: bold;
    height: auto;
    line-height: 23px;
    margin: 15px;
    text-align: center;
    width: 50%;
}
.col-xs-3.textointermedio > input {
    border: 1px solid #e7eaf1;
    border-radius: 5px;
    color: #000;
    float: left;
    font-weight: bold;
    height: auto;
    line-height: 23px;
    margin: 15px;
    text-align: center;
    width: 50%;
}

.textointermedio, .textointermediob {
    background-color: #fff;
    color: #9a9a9a;
    font-size: 12px;
    min-height: 60px;
    padding: 3px;
    margin-bottom: 10px;
    text-align: center;
}



.textointermediob {
	border-right:2px solid #aaaaaa;
}

.checkpad{
	padding-left: 20%;
}

.botonescober{
	padding:5px
}

.modaltitulodedu {
  color: #9e2a2b;
  font-size: 24px;
  padding: 0 80px;
  margin-bottom: 10px;
  line-height: 25px;
}

.modaltextodedu > span {
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
}

.modaltextodedu {
  font-size: 16px;
  font-weight: 200;
  margin-top: 20px;
}

.modalfrasededu {
  color: #a01f35;
  font-size: 23px;
  margin-top: 20px;
  text-align: center;
}

.si-btn-interno {
  background-image: url("../imagenes/btn-dedu-si.png");
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0);
  font-size: 11px;
  height: 38px;
  padding-top: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 186px;
}

.no-btn-interno {
  background-image: url("../imagenes/btn-dedu-no.png");
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0);
  font-size: 11px;
  height: 38px;
  padding-top: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 186px;
}

.cobertitulo {
  background-color: #9f9f9f;
  border-radius: 15px;
  padding: 5px;
}

.tituloasegcover {
  color: #9e2a2b;
  font-size: 13px;
  padding:5px;
}

.textointermediocover, .textointermediobcover {
  background-color: #fff;
  color: #9a9a9a;
  font-size: 13px;
  min-height: 60px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: left;
  padding:15px;
}

.textointermediobcover {
	border-right:2px solid #aaaaaa;
}

.propuestatitu {
  color: #555;
  display: block;
  font-size: 25px;
  margin-top: 60px;
  position: relative;
  width: 100%;
}

.propuestasubtitu {
  font-size: 20px;
  font-weight: 200;
  margin-top: 8px;
}

.titulofinal {
  color: #9e2a2b;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
  margin-top:9px;
}
.titulofinal2 {
  color: #9e2a2b;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
  margin-top:15px;
  margin-bottom:10px;
}

.campofinal {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 8px 25px;
}

.campofinal2 {
  background-color: #9e2a2b;
  border: 2px solid #ccc;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 8px 25px;
  color:#fff;
  text-align:center
}

.titusegfin {
  color: #9e2a2b;
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 40px;
  text-align: center;
}

.propuestatitufin {
  font-size: 20px;
  font-weight: 300;
  margin: 30px 0;
}

.propuestatextofin {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.col-xs-6.botonesfinales {
  margin-top: 75px;
}

.textolimitefinal {
  font-size: 15px;
  line-height: 21px;
  text-align: right;
}

.titulolimitefinal {
  font-size: 15px;
  line-height: 21px;
}

.familiacont{
  height: 60px;
  padding-top: 15px;
  width: 100%;
}

.nocont {
  float: left;
  font-size: 20px;
  line-height: 35px;
  margin-right: 10px;
}

.sicont {
  color: #9e2a2b;
  float: left;
  font-size: 20px;
  line-height: 32px;
  margin-left: 15px;
}

.agregafamilia{
	width:700px;
	height:auto;
	background-color:rgba(255,255,255,.6);
	border-radius: 20px;
	padding: 30px;
	position:relative;
	top:15px;
	left: 230px;
	display:none;
}

.contenedorfamilia {
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  display: table;
  overflow: hidden;
  width: 100%;
}

.titulos > .tituloint {
  background: #9e2a2b none repeat scroll 0 0;
  color: #fff;
  display: ruby-text-container;
  height: 50px;
  text-align: center;
  position:relative;
}

.contenedorfamilia .titulos .tituloint > div {
  bottom: 12px;
  line-height: 14px;
  position: absolute;
  width: 100%;
}

.familiar .col-xs-2, .familiar .col-xs-1  {
  height: 35px;
}

.checker {
  background-color: #d9d9d9;
  text-align: center;
}

.tituloagrega {
  color: #9e2a2b;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 10px;
}

.textagrega {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.familiacheck {
  border-color: #9e2a2b !important;
  border-style: solid;
  border-width: 3px;
  margin-top: 11px !important;
}

.textbox.familiar {
  height: 35px;
  width: 100%;
}

.relacion .SelectStyle {
  height: 35px;
  margin: 0;
}

.relacion select {
  background-color: #d9d9d9;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 35px;
  margin: 0;
}

.relacion .SelectStyle::after {
  background: #d9d9d9 url("bullet--arrow--down.png") no-repeat scroll center center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 35px;
  margin: 0;
  width: 35px;
}

.selectdatos{
	max-width: 280px;
	
}

.SelectStyle.selectdatos::after {
  margin: 0;
}

.selectdatos select{
	margin: 0;
	max-width: 280px;
}
div.tooltips {
  position: relative;
  display: inline;
}
div.tooltips span {
  position: absolute;
  width:140px;
  color: #000000;
  -webkit-box-shadow: inset 0px 0px 25px 0px rgba(73,68,68,1);
-moz-box-shadow: inset 0px 0px 25px 0px rgba(73,68,68,1);
box-shadow: inset 0px 0px 25px 0px rgba(73,68,68,1);
  height: auto;
  line-height: normal;
  text-align: left;
  display: none;
  border-radius: 5px;
  width: 410px;
  padding: 15px;
  background: #fff;
}
div:hover.tooltips span {
  display: block;
  opacity: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
ul.items-tool-tip-salud {
  list-style: none;
  padding-left: 0;
}
 ul.items-tool-tip-salud li {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
}
ul.items-tool-tip-salud li:after {
      content: '';
      height: .4em;
      width: .4em;
      background: #000000;
      display: block;
      position: absolute;
      transform: rotate(45deg);
      top: .25em;
      left: 0;
}
#bloque-two-salud .internoactivo
{
	display: none;
}
.boton-C-Salud
{
	display: none;
}
.boton-D-Salud
{
	display: none;
}
.tituloopcionescogida {
  font-size: 17px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.textoresplado {
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}
.textoresplado > span {
  color: #9e2a2b;
  font-weight: normal;
}

#FpDependientes_cht td {
  background-color: #9e2a2b !important;
  border-color: #9e2a2b !important;
  color: #fff;
  font-size: 11px !important;
  padding: 2px;
  text-align: center;
  height:auto !important;
}

#FpDependientes_cht 
{
    background-color: #ffffff !important;
}

#FpDependientes_viewport td {
  text-align: center;
}

#FpDependientes_viewport td div {
  background-color: #d9d9d9;
  height: 100%;
}

#FpDependientes_viewport td div span input {
  margin-top: 8px;
}

#FpDependientes_view {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.col-xs-3.nombreproducto {
    color: white;
    background-color: #6A6A6A;
    height: 50px;
    font-size: 12px;
    text-align: center;
}
.radioValores 
{
    position: relative; float: left; width: 15% !important; margin: 0px !important; top: 25px;
}

.cerrarModal {
    background-color: #666;
    border-radius: 20px;
    color: #fff;
    content: "x";
    cursor: pointer;
    font-size: 20px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 80px;
}

.fondoBlancoCompara
{
    background-color:#fff;
}

.mensajeAseguradora
{
    color:#9A9A9A;
    font-size:11px;
    margin:20px 0;
    padding: 0 5px;
}

@media screen and (max-width: 980px) {
	.formularioinicio{
		width:100%;
		background-color: rgba(255,255,255,0.75);
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		height: auto;
		margin-left: 0px;
		margin-top:10px;
		padding:30px;
	}
	
	.titulohomevehi {
		position:relative;
		top:0px;
		padding:10px 40px;
	}
	
	.popuppregunta {
		display: none;
		font-size: 9px;
		position: absolute;
		right: 0;
		top: -230px;
		width: 100%;
	}
	
	.modalcontent {
	  left: 0;
	  margin-left: 0;
	  top: 120px;
	}
	
	.modalcontentdedu {
	  left: 0;
	  margin-left: 0;
	  top: 100px;
	}
	
	.modaltitulodedu {
	  font-size: 18px;
	  padding: 0 20px;
	}
	
	.bloque-texto > input {
	  width: 100%;
	  max-width: 100%;
	}
	
	.tituloaseg 
	{
	    
	  font-size: 13px !important;
      margin-bottom: 10px;
      margin-top:5px;
	}
	
	.textointermedio, .textointermediob {
    font-size: 12px;
    padding: 5px;
     }
	.col-xs-6.botonesfinales {
	  margin-top: 15px;
	}
	
	.agregafamilia{
		width:100%;
		position:relative;
		left: 0;
	}
	.col-xs-3.nombreproducto {
    color: white;
    background-color: #6A6A6A;
    height: 40px;
    font-size: 9px;
    text-align: center;
  }
  
  .col-xs-3.textointermediob > input, .col-xs-3.textointermedio > input {
        border: 1px solid #e7eaf1;
        border-radius: 5px;
        color: #000;
        float: left;
        font-weight: bold;
        height: auto;
        line-height: 23px;
        margin: 0px;
        text-align: center;
        width: 100%;
        font-size: 9px;
    }

    .radioValores {
        position: relative;
        float: left;
        width: 100% !important;
        margin: 0px !important; 
        top: 8px;
    }
    div:hover.tooltips span {
        display: block;
        opacity: 1;
        bottom: 30px;
        left: -173px;
        margin-left: 0px;
        z-index: 999;
        position: absolute;
        width: 330px;
    }
    .campofinal {
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 10px;
        padding: 8px 7px;
        overflow: hidden;
    }
     .campofinal3 {
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 0px;
        padding: 8px 7px;
        overflow: hidden;
    }
    .col-md-12.tituloOferta {
        color: #503939;
        margin-top: 70px;
    }
    .propuestatitu {
        color: #555;
        display: block;
        font-size: 15px;
        margin-top: 10px;
        position: relative;
        width: 100%;
    }
    .propuestasubtitu {
        font-size: 13px;
        font-weight: 200;
        margin-top: 8px;
    }
	
	.container .contenidohomevehi .col-md-5.col-xs-12 {
		background-color: rgba(0, 0, 0, 0.5);
	}
	
.titusegfin {
 
  font-size: 15px;
  margin:30px 0 10px;
 
}

	.titulofinal, .titulofinal2 {
 
  font-size: 14px;

}

.propuestatitufin {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
 
}

.marginFinal
{
    margin-bottom:15px;
}
  
  .fraseintcomp {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align:center;
  color:#9D2A2B;
  margin-top: 25px;
}

.fraseint {
  font-size: 15pt;
  font-weight: 200;
  margin-bottom: 5px;
  margin-top: 10px;
  }
  
  .labelint{
	font-family: inherit;
	font-size: 18px;
	font-weight: 200;
	position:relative;
	color:#606060;
}

.fraseint {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 5px;
  margin-top: 0px;
}

.labelhome{
	font-family: inherit;
	font-size: 17px;
	font-weight: 200;
	position:relative;
}

.titulohomevivi {
	position:relative;
	top:0px;	
}

.contenidohomevivi .col-md-5.col-xs-12
{
    padding:20px;
    background-color:rgba(255,255,255,0.7);
    margin-top:10px;
    margin-bottom:10px;
}

.col-xs-12.col-md-6.botonescober img
{
    width : 100%;

}

.titulohomesalud {
  left: 0;
  position: relative;
  top: 0;
  margin:10px 0 0 30px;
}


.selectdatos{
	max-width: 100%;
	
}

.selectdatos select{
	margin: 0;
	max-width: 100%;
}

}