@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'ArgentumSans';
    src: url('../../resources/fuentes/ArgentumSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ArgentumSans-Light';
    src: url('../../resources/fuentes/ArgentumSans-Light.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ArgentumSans-ExtraBold';
    src: url("../../resources/fuentes/ArgentumSans-ExtraBold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}
:root {
    --fondo-claro: #F6F7FA;
    --azul--osc: #0057B8;
    --azul-claro: #0072CE;
    --color-morado: #582C83;
    --color-gris: #3B5266;
    --color-negro: #000;
    --fuente-principal: 'Saira', sans-serif;
    --fuente-secundaria: 'ArgentumSans', sans-serif;
	--fuente-secundaria__ExtraBold: 'ArgentumSans-ExtraBold', sans-serif;
}
textarea{
	resize: vertical;
}
.container-poliza{
	padding: 6% 6% 12% 6%;
}
.poliza-text h1 {
	color: var(--azul-claro);
	text-align:start;
	font-family: var(--fuente-secundaria__ExtraBold);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 133.333% */
	letter-spacing: -0.3px;
	margin-bottom: 20px;
/*	padding-left: 2%;*/
}
.terminos-text{
	color: var(--color-gris);
	text-align: justify;
	font-family: 'ArgentumSans-Light';
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
/*	line-height: 24px; */
	padding:2% 2% 6% 2%;
	border-radius: 4px;
	border: 1px solid #E1E5EE;
	margin-bottom: 6%;
	line-height: 28px;
}

.terminos-text {
  	counter-reset: mi-contador; 
}
.terminos-text ol li::before {
  content: counter(mi-contador) ".- ";
  counter-increment: mi-contador; 
  font-weight: 800; 
  margin-right: 5px; 
}
.b-700{
	font-weight: 700;
}
.terminos-text ul {
  	list-style: none;  
}

.terminos-text ul li {
  	position: relative;
  	padding-left: 15px; 
	margin-left: 10px; 
}
  /* Estilo del círculo */
/*
  &:before {
    content: '';
    display: block;
    width: 4px; 
    height: 4px;
    background-color: #000; 
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
*/
#label_nombre{
	  margin-left: .5%!important;
}
.poliza-form{
	width: 100%;
	box-sizing: border-box;
}
.poliza-form h1{
	color: var(--azul-claro);
	text-align:start;
	font-family: var(--fuente-secundaria);
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 181.818% */
	letter-spacing: -0.22px;
	margin-bottom: 10px;
}
.poliza-form label{
	color: var(--color-gris);
	font-family: var(--fuente-secundaria);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 222.222% */
	letter-spacing: -0.38px;
	display: inline-flex;
    flex-wrap: wrap;
}
.poliza-form input{
	height: 42px;
	border-radius: 8px;
	border: 1.5px solid #CAD1E1;
	background: #F6F7FA;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40);
	margin-bottom: 26px;
	font-family: var(--fuente-secundaria);
	box-sizing: border-box;
}
#nombrePropietario{
	width: 99%;
    margin: auto;
}

.column input{
	width: 40%;
}
.form-container {
      display: flex;
      flex-wrap: wrap;
    }

.column {
      flex: 1;
      margin-right: 20px;
      margin-bottom: 40px;
    }

 .column:last-child {
      margin-right: 0;
    }

 label {
      display: block;
      font-weight: bold;
    }

input {
      width: 100%;
      padding: 8px;
      box-sizing: border-box;
    }
    .table-form {
      width: 100%;
      border-collapse: collapse;
    }
    .c-1 {
      padding-right: 3%;
    }
    .c-2 {
      padding-left: 3%;
    }
#sello{
	width: 99%;
	margin:0 auto 5% auto;
}
.btn-send{
	width: 433px;
	height: 47px;
	border-radius: 8px;
	background: var(--azul--osc);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40);
	color: var(--fondo-claro);
	text-align: center;
	font-family: var(--fuente-secundaria);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.38px;
	padding: 12px 0;
	float:right;
	cursor: pointer;
}
.poliza-lastText{
	width: 100%;
/*	border-collapse: collapse;*/
}


.poliza-lastText td {
    width: 50%;
    padding: 7% 7% 0 7%!important;
	color: var(--color-negro);
	font-family: var(--fuente-secundaria);
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.38px;
	text-align: center!important;
}

.poliza-lastText h1{
	color: var(--azul-claro);
	text-align: center;
	font-family: var(--fuente-secundaria);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; 
	letter-spacing: -0.38px;
	margin-bottom: 5px;
}

/*---------ESTILOS DE PAG SERV A CLIENTES */
.a-link{
	text-decoration: underline;
}
#mensaje{
	height: 141px;
	width: 99%;
	border-radius: 8px;
	border: 1.5px solid #CAD1E1;
	background: #F6F7FA;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.40);
/*	margin: 0 5px 48px 5px;*/
	font-family: var(--fuente-secundaria);
	box-sizing: border-box;
	padding: 5px 10px;
	margin: auto;
	margin-bottom: 5%;
}
@media only screen and (max-width: 692px){
	.btn-send{
		max-width: 100%;
		float:none!important;
		margin: auto;
	}

	.poliza-lastText td{
		padding: 23px!important;
		font-size: 15px;
	}
	
}	
	.tabla {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
    }

    .tabla th, .tabla td {
      padding: 8px;
      text-align: left;
    }

    .tabla th {
      background-color: #f2f2f2;
    }
#label_nombre{
	  margin-left: 2%;
}

    /* Estilos responsivos */
@media screen and (max-width: 600px) {
      .tabla {
        border: 0;
      }

      .tabla th, .tabla td {
        border: 0;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        text-align: left;
      }
		.poliza-form input {
			margin-bottom: 2px;
		}
		#mensaje{
		width: 95%;
}
 }