/* Estilo para la imagen seleccionada */
.imagen-seleccionada {
    border: 2px solid #3DAE2B; /* O el color que desees */
  }

  .imagen-checkbox-ecommerce,.imagen-checkbox-empresa{
    width: 100px; 
    cursor: pointer;
    margin-top: 8px;
  } 

  .boton-principal{
    height: 2rem;
    width: 18.5rem;
    background-color: #3DAE2B;
    border-radius: 0%;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: white;
  }

  .boton-principal:hover, .boton-principal:active, .boton-principal:focus {
    background-color: #111C4E !important;
    color: white !important;
  }

  .checkbox-option, .opciones-envios-mes-ecommerce, .opciones-envios-mes-empresa{
    display: none;
  }

/* Estilo para el borde cuando el checkbox está seleccionado */
.checkbox-option:checked + label, .opciones-envios-mes-ecommerce:checked + label , .opciones-envios-mes-empresa:checked + label {
    border: 2px solid #3DAE2B; /* Color del borde */
    box-sizing: border-box;
    padding: 5px; /* Espacio alrededor del texto */
    width: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
}


.opciones-envios-mes-ecommerce:checked + label, .opciones-envios-mes-empresa:checked + label {
  color: #198754 !important;
  background-color: transparent !important;
  border: 2px solid #3DAE2B !important;
}
.opciones-envios-mes-ecommerce:not(:checked) + label, .opciones-envios-mes-empresa:not(:checked) + label{
  color: #000000 ;
  border: 0;
}

#cotiza{
  display: none;
}

.btn-cotizaPLUS{
  height: 7rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  background-color: #111C4E;
  color: white;
  border: none;
  border-radius: 0;
}

.btn-cotizaPLUS:hover{
  background-color: #3DAE2B !important;
  color: rgb(0, 0, 0) !important;
}

.btn-back{
  height: 5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  background-color: #3DAE2B;
  color: white;
  border: none;
  border-radius: 0;
}

.btn-back:hover{
  background-color: #111C4E !important;
  color: rgb(255, 255, 255) !important;
}


/* media queries */
/*Escritorio*/
@media (min-width: 1199.98px)  {
  
}
/*Fin Escritorio*/

/*Tablet*/
/*Portrait*/
@media (min-width: 576px) and (max-width: 991.98px) and (orientation:portrait) {
  
}

/*landscape*/
@media (min0-width: 991.98px) and (max-width: 1199.98px)and (orientation:landscape) {
  
}
/*fin tablet*/

/*movil*/
/*Portrait*/
/*Default*/
@media (max-width: 575.98px)and (orientation:portrait) {
  .mobileTitle{
    font-size: 18px;
  }
  .mobileSubtitle{
    font-size: 12px;
  }
	.mgmmovil{
		padding:0px 10px 0px 10px;
	}
	.widmovil{
		width:80% !important;
	}
	.widmovil2{
		width:50% !important;
	}
}
/*landscape*/
@media (min-width: 576px) and (max-width: 991.98px) and (orientation:landscape) {
  
}
/*fin movil*/