body {
   background-color: #F1E8DC;
}

.logo-anepco {
   position: absolute;
   top: 30px;
   left: 30px;
   z-index: 4;

}

section.cotizar {
   height: 90vh;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: visible;
   position: relative;
   z-index: 3;
}

section.cotizar form {
   width: 700px;
}

.content-checkbox {
   margin-bottom: 15px;
}

.content-input-checkbox {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   margin-bottom: 20px;
}

.content-checkbox h3 {
   color: #12005A;
   font-size: 25px;
   font-weight: 900;
   text-transform: uppercase;
}

.content-input-checkbox label {
   font-size: 15px;
   display: block;
   color: #989898;
   display: flex;
   align-items: center;
   gap: 10px;
   cursor: pointer;
}

.content-input-checkbox input:not(input#otrolugar) {
   background: #FFFFFF 0% 0% no-repeat padding-box;
   box-shadow: 0px 3px 6px #00000029;
   border: none;
   outline: none;
   flex: 300px;
   padding: 13px;
   font-size: 15px;
   height: 100%;
}


.content-inpu-select {
   flex: 400px;
   position: relative;
}

.contenedor-oficial {
   background: #FFFFFF 0% 0% no-repeat padding-box;
   box-shadow: 0px 3px 6px #00000029;
   height: 100%;
   padding: 13px;
}

.content-input-seleccionar {
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: space-between;
   height: 100%;
   font-size: 15px;
}

.content-input-seleccionar span {
   color: rgb(117, 117, 117);
}

.content-input-seleccionar img {
   transition: all .3s ease-in;

}

.content-input-seleccionar.active img {
   transform: rotate(180deg);
}


.contenedor-oficial p.seleccionado {
   color: rgb(117, 117, 117);
   margin: 0;
   padding: 0;
}

.contenedor-oficial p.seleccionado.otrolugar {

   cursor: pointer;

}

.contenedor-oficial p.seleccionado strong {
   display: block;
}

.content-input-seleccionar-lista {
   width: 100%;
   position: absolute;
   top: 100%;
   left: 0;
   height: 350px;
   background-color: #fff;
   padding: 10px 15px;
   box-shadow: 0px 3px 6px #00000029;
   z-index: 2;
   border-top: 1px solid rgb(217 217 217);
   transform-origin: top;
   transition: all .3s ease-in;
   overflow: auto;
   visibility: hidden;
   transform: scaleY(0);
}


.content-input-seleccionar-lista::-webkit-scrollbar {
   width: 8px;
   /* Tamaño del scroll en vertical */
   height: 8px;
   /* Tamaño del scroll en horizontal */
   /* Ocultar scroll */
}

.content-input-seleccionar-lista::-webkit-scrollbar-thumb {
   background: #E8E8E8;
   border-radius: 4px;
}

.content-input-seleccionar-lista::-webkit-scrollbar-thumb:hover {
   background: #b3b3b3;
   box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.content-input-seleccionar-lista::-webkit-scrollbar-track {
   outline: 1px solid #C9C9C9;
   border-radius: 4px;
}

.content-input-seleccionar-lista ul {
   padding: 0;
   margin: 0;
   list-style: none;
}


.content-input-seleccionar-lista.show {
   visibility: visible;
   transform: scaleY(1);
}

.content-input-seleccionar-lista ul li.otros-lugares {
   border-top: 1px solid #12005A;
   padding-left: 20px;
}


/* otros lugares */
.content-otros-lugares-busqueda {
   width: 100%;
   position: absolute;
   top: 100%;
   left: 0;

   background-color: #fff;
   padding: 10px 15px;
   box-shadow: 0px 3px 6px #00000029;
   z-index: 2;
   border-top: 1px solid rgb(217 217 217);
   transform-origin: top;
   transition: all .3s ease-in;
   overflow: auto;
   visibility: hidden;
   transform: scaleY(0);
}

.content-otros-lugares-busqueda.show {
   visibility: visible;
   transform: scaleY(1);
}

.content-otros-lugares-busqueda input {
   width: 100%;
   outline: none;
   padding: 5px;
   border: 1px solid rgb(117, 117, 117);
   color: rgb(117, 117, 117);
}

.content-otros-lugares-busqueda ul {
   list-style: none;
   padding: 10px 0;
   margin: 0;
   height: 130px;
   overflow: auto;
}

.content-otros-lugares-busqueda ul li:not(:last-child) {
   margin-bottom: 10px;
   cursor: pointer;
}

.agregar-ubicacion button {
   border: none;
   background-color: #12005A;
   color: #fff;
   font-size: 35px;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   font-weight: 600;
   line-height: 35px;
   margin-top: 6px;
   cursor: pointer;
	padding:0 !important;
}

.agregar-ubicacion button.disabled {
   background-color: rgb(192, 192, 192);
   pointer-events: none;
}

/* acumulacion de regiones */

.content-regiones-acumuladas {
   max-height: 233px;
   overflow: auto;
   padding-bottom: 7px;
}

.content-regiones-acumuladas-item {
   display: flex;
   gap: 20px;
   align-items: center;
}

.content-regiones-acumuladas-item:not(:last-child) {
   margin-bottom: 15px;
}

.content-regiones-acumuladas-item p.seleccionado {
   color: rgb(117, 117, 117);
   margin: 0;
   flex-grow: 1;

   background: #FFFFFF 0% 0% no-repeat padding-box;
   box-shadow: 0px 3px 6px #00000029;
   height: 100%;
   padding: 13px;
   height: 64px;
}

.content-regiones-acumuladas-item strong {
   display: block;
}

button.elimnar-region {
   width: 50px;
   height: 50px;
   border: none;
   background-color: hsl(0, 77%, 62%);
   color: #fff;
   font-size: 18px;
   border-radius: 50%;
   cursor: pointer;
}

button.elimnar-region:hover {
   background-color: hsl(0, 77%, 55%);
}

/* 
.content-input-checkbox label:nth-child(1){
   
}
.content-input-checkbox label:nth-child(2){
   animation-delay: .4s;
}
.content-input-checkbox label:nth-child(3){
   animation-delay: calc(.4s * 2 );
}
.content-input-checkbox label:nth-child(4){
   
   animation-delay: calc(.4s * 3 );
}
.content-input-checkbox label:nth-child(5){
   animation-delay: calc(.4s * 4 );
   
}
.content-input-checkbox label:nth-child(6){
   animation-delay: calc(.4s * 5 );
   
}
.content-input-checkbox label:nth-child(7){
   animation-delay: calc(.4s * 6 );
   
}
.content-input-checkbox label:nth-child(8){
   animation-delay: calc(.4s * 7 );
   
}
.content-input-checkbox label:nth-child(9){
   animation-delay: calc(.4s * 8 );
   
} */

.content-input-seleccionar-lista label input {
   display: none;
}

.content-input-seleccionar-lista label span {
   display: block;
   width: 20px;
   height: 20px;
   border: 2px solid #BABABA;
   border-radius: 50%;
   position: relative;
}

.content-input-seleccionar-lista label span::before {
   content: '';
   display: none;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 11px;
   height: 11px;
   background-color: #EB5829;
   border-radius: 50%;
}

.content-input-seleccionar-lista label input:checked~span {
   border-color: #EB5829;
}

.content-input-seleccionar-lista label input:checked~span::before {
   display: block;

}

.content-input-seleccionar-lista label p {
   color: #12005A;
}

.content-input-seleccionar-lista label p strong {
   color: #12005A;
   display: block;
}

/* DONDE QUIERES ESTAR */
.donde-quieres h3 {
   color: #12005A;
   font-size: 25px;
   font-weight: 900;
   text-transform: uppercase;
   /* animation-delay: calc(.4s * 9); */
}

.donde-quieres-inputs {
   display: flex;
   gap: 20px;
   margin-bottom: 20px;
}

.content-date{
	flex: 300px;
}

.content-date label{
	display:block;
	margin-bottom:10px;
	color:#565656;
}

.content-date input{
	width:100%;
}

.donde-quieres-inputs input {
   background: #FFFFFF 0% 0% no-repeat padding-box;
   box-shadow: 0px 3px 6px #00000029;
   border: none;
   outline: none;
   flex: 300px;
   padding: 13px;
   font-size: 15px;
}

.donde-quieres-inputs input::placeholder {
   font-size: 15px;
}

.donde-quieres-inputs input:nth-child(1) {
   /* animation-delay: calc(.4s * 10); */
}

.donde-quieres-inputs input:nth-child(2) {
   /* animation-delay: calc(.4s * 11); */
}

.donde-quieres-inputs input:nth-child(3) {
   /* animation-delay: calc(.4s * 12); */
}

.donde-quieres-button {
   display: flex;
   /* gap: 20px; */
   padding-top: 20px;
}

.donde-quieres-button>* {
   /* flex:300px; */
}

.donde-quieres-button button {

   background-color: hsl(15, 83%, 54%);
   color: #fff;
   border: none;
   outline: none;
   padding: 14px 0;
   font-size: 15px;
   cursor: pointer;
   width: 200px;
   margin: 0 auto;
   /* animation-delay: calc(.4s * 13); */
}

.donde-quieres-button button:hover {
   background-color: hsl(15, 83%, 50%);

}

.footer-contenedor {
   padding-top: 70px;
   padding-bottom: 70px;
}


/* PAGINA DE informe_gratis_alcance_carreteras */

.informes_seccion_banner{
	position: relative;
    background-color: rgba(0, 0, 0, .6);
}

.informes_seccion_banner img{
	width: 100%;
    height: 400px;
    object-fit: cover;
    display: flex;
    mix-blend-mode: overlay;
}

.informes_seccion_banner-texto{
	position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}

section.cotizar.nuevo-form{
    height: auto;
    display: flex;
    min-height: 85vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
section.cotizar.nuevo-form h3{
    text-align: center;
    color: #12005A;
    font-size: 25px;
    font-weight: 600;
}

section.cotizar.nuevo-form p{
	font-size: 22px;
    color: #12005A;
    font-weight: 500;
}

form.form_informes{
	margin: 0 auto;
}

form.form_informes input, form.form_informes textarea{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: none;
	outline: none;
	padding: 13px;
	font-size: 15px;
}

form.form_informes button{
	background-color: hsl(15, 83%, 54%);
    color: #fff;
    border: none;
    outline: none;
    padding: 14px 10px;
    font-size: 15px;
    cursor: pointer;

    margin: 0 auto;
    font-weight: 600;
	display:block;
}

/* mediaquery */
@media(max-width:767px) {

   section.cotizar form{
      padding: 0px 20px;
	   margin: 100px 0 70px 0;
   }

   .content-inpu-select{
      flex: 200px;
      position: relative;
   }
	section.cotizar{
		height: auto
	}
	
	.content-regiones-acumuladas-item p.seleccionado{
		height:auto;
	}
	
	.content-regiones-acumuladas-item{
		display: grid;
		grid-template-columns: 1fr 50px;
		gap: 10px;
	}
	
	
	section.cotizar form.form_informes{
		margin: 0 auto;
		width:100%
	}
	
	.informes_seccion_banner img{
		height: 340px;
	}

}

@media(max-width:540px) {


   .content-input-checkbox{
      gap: 10px;
   }

   .content-inpu-select{
      flex: 200px;
   }

   .donde-quieres-inputs{
      flex-direction: column;
	   display:block;
	   margin-bottom:0;
   }

   .donde-quieres-inputs input{
	   width:100%;
	   margin-bottom:20px;
   }

   .agregar-ubicacion button{
      font-size: 30px;
      width: 36px;
      height: 36px;
      line-height: 36px;
   }

   .content-input-checkbox label{
      display: grid;
      grid-template-columns: 18px 1fr;
      gap: 10px;
   }

   .logo-anepco{
      top: 20px;
      left: 10px;
   }

}