@charset "utf-8";
/* CSS Document */


  * {
	font-family: Arial, sans;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow:hidden;
}

h6 {
	margin: 1em 0;
	text-align: center;
	font-style:italic;
	font-size:25px;
}

#container {
    margin: 0;
    /*width: 930px;   Ancho del contenedor */
    width: 100%;
	text-align:left;
	max-height:310px;
}

#container input {
	height: 2.5em;
	visibility: hidden;
}

#container label {
	background: #f9f9f9;  /* Fondo de las pestañas */
	border-radius: .25em .25em 0 0;
	color: #888;  /* Color del texto de las pestañas */
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1.em;  /* Tamaño del texto de las pestañas */
	height: 2.5em;
	line-height: 2.5em;
	margin-right: .25em;
	padding: 0 1.5em;
	text-align: center;
}

#container input:hover + label {
	background: #ddd;  /* Fondo de las pestañas al pasar el cursor por encima */
	color: #666;  /* Color del texto de las pestañas al pasar el cursor por encima */
}

#container input:checked + label {
	background: #f1f1f1;  /* Fondo de las pestañas al presionar */
	color: #005984; /* Color de las pestañas al presionar */
	font-weight:600;
	position: relative;
	z-index: 6;
	/*
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	*/
}

#content {
	background: #f1f1f1;  /* Fondo del contenido */
	border-radius: 0 .25em .25em .25em;
	min-height: 11em;  /* Alto del contenido */
	position: relative;
	width: 100%;
	z-index: 5;
}

#content div {
	opacity: 0;
	padding: 1.5em;
	position: absolute;
	z-index: -100;
	/*
	transition: all linear 0.1s;
	*/
}

#content-1 p {
	clear: both;
	margin-bottom: 1em;
}
#content-1 p.left img {
	float: left;
	margin-right: 1em;
}
#content-1 p.last {
	margin-bottom: 0;
}

#content-2 p {
	float: left;

}
#content-2 p.column-right {
	margin-left: 3%;
}
#content-2 p img {
	display: block;
	margin: 0 auto 1em auto;
}
#content-3 p,
#content-3 ul {
	margin-bottom: 1em;
}
#content-3 ul {
	margin-left: 2em;
}

#container input#tab-1:checked ~ #content #content-1,
#container input#tab-2:checked ~ #content #content-2,
#container input#tab-3:checked ~ #content #content-3 {
    opacity: 1;
    z-index: 100;
}

input.visible {
  visibility: visible;
}

/*FORMULARIO*/
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto{ font-family:Arial, Helvetica, sans-serif; font-size:12px;opacity:1;z-index:100; opacity:1}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto div{opacity:1;padding:0px;position:inherit;}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto p{margin-bottom:0px;width: 100%;display: block;}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto input{visibility:visible;}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto #bloque-auto{ float:left;opacity:1;margin-right: 10px;}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto #bloque2-auto{ float:left; clear:both;opacity:1;}

#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .campo { width:300px; height:24px; margin-right:10px; margin-top:10px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .consulta { width:613px; height:100px; margin-right:10px; margin-top:10px; border:solid #999 thin; opacity:1}

#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .marca { width:100%; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .anio { width:100%; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .modelo { width:100%; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .version { width:100%; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .gnc { width:100%; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}

#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .sexo { width:140px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1; display:none}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .edad { width:60px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .civil { width:130px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1; display:none}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .cp { width:80px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .email { width:200px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .area { width:50px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .numero { width:120px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}

/*#container input#tab-1:checked ~ #content #content-1 { overflow:hidden; max-height:200px;}
*/
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto{ font-family:Arial, Helvetica, sans-serif; font-size:12px;opacity:1;z-index:100; opacity:1}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto div{opacity:1;padding:0px;position:inherit;}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto p{margin-bottom:0px;width: 100%;display: block;}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto input{visibility:visible;}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto #bloque-moto{ float:left;opacity:1;margin-right: 10px;}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto #bloque2-moto{ float:left; clear:both;opacity:1; margin: 5px 0;}

#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .campo { width:300px; height:24px; margin-right:10px; margin-top:10px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .consulta { width:613px; height:100px; margin-right:10px; margin-top:10px; border:solid #999 thin; opacity:1}

#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .marca { width:100%; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .anio { width:100%; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .modelo { width:100%; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .version { width:100%; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}

#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .sexo { width:140px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1; display:none}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .edad { width:60px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .civil { width:130px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1; display:none}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .cp { width:80px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .email { width:200px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .area { width:50px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .numero { width:120px; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}

#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial{ font-family:Arial, Helvetica, sans-serif; font-size:12px;opacity:1;z-index:100; opacity:1}
#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial div{opacity:1;padding:0px;position:inherit;}
#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial p{margin-bottom:0px;width: 100%;display: block;}
#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial input{visibility:visible;}
#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial #bloque-patrimonial{ float:left;opacity:1;margin-right: 10px;}
#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial #bloque2-patrimonial{ float:left; clear:both;opacity:1; margin: 5px 0;}

#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial .campo { width:300px; height:24px; margin-right:10px; margin-top:10px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial .consulta { width:613px; height:100px; margin-right:10px; margin-top:10px; border:solid #999 thin; opacity:1}

#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial .implemento { width:100%; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial .anio { width:100%; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}
#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial .suma { width:100%; height:24px; margin-right:10px; margin-top:5px; border:solid #999 thin; float:left;opacity:1}


.button02 {
   background: #009933;
   width:150px;
   height:25px;
   padding:0;
   border:0;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   behavior:url(border-radius.htc);
   color:#FFF;
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight:bold;
   text-align:center;
   text-decoration: none;
   vertical-align: middle;
   }
.button02 a { color: #FFF; text-decoration:none;}
.button02:hover { background: #00CC33; color: #FFF;}
.button02:active { background: #00CC33;}

#nav-cotiza a {
text-decoration: none;
color: #333;
text-align:left;
}

#nav-cotiza a:hover {
text-decoration: none;
color: #00CC33;
text-align:left;
}

/*FIN FORMULARIO*/

#container label{
	width: 180px;
}

#container label i{
    line-height: 2.5em;
    width: 25%;
    float: left;
}

#container label span{
    line-height: 2.6em;
    display: block;
    width: 75%;
    float: left;
    text-align: left;
}

/* RESPONSIVE */

@media screen and (max-width: 480px) {

	#container{
		max-height: none;
	}

	#container label {
	    display: flex;
	    justify-content: center;
	    width: 100%;
	}

	#container label i {
	    width: auto;
	    margin-right: 1rem;
	    float: inherit;
	}

	#container label span {
	    width: auto;
	    float: inherit;
	}

	#content{
	    min-height: 475px;
	}

	#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto #bloque-auto,#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .cp,#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .email,#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto #bloque-moto,#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .cp,#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .email,#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial #bloque-patrimonial{
		width: 100%;
	}

	#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .area,#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .area{
	    width: 25%;
    	margin-right: 0;
	}

	#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto .numero, #container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto .numero{
	    width: 70%;
	    height: 24px;
	    margin-right: 0;
	    margin-left: 5%;
	}

	#container input#tab-1:checked ~ #content #content-1 #form-cotizadores-auto #bloque2-auto,#container input#tab-2:checked ~ #content #content-2 #form-cotizadores-moto #bloque2-moto,#container input#tab-3:checked ~ #content #content-3 #form-cotizadores-patrimonial #bloque2-patrimonial{
	    float: inherit;
	}

	.button02{
	    margin: 0 auto;
	    float: inherit;
	    display: block;
	}

}